forked from kawabata/iwds
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathiwds.css
More file actions
111 lines (105 loc) · 1.76 KB
/
Copy pathiwds.css
File metadata and controls
111 lines (105 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
* {
margin: 0;
padding: 0;
border: none;
}
table {
/*margin: 0 20px 0.5em 20px;*/
margin: 0;
/* border-collapse: separate; */
border-collapse: collapse;
border-spacing: 1px;
border: 1px solid #cfd3d6;
background-color: #fdfdfd; /*#fff;*/
/* position: relative; */
z-index: 3;
}
th,
td {
padding: 0.1em 5px;
border: 1px solid #efefef;
border-color: #efefef #dce0e3 #dce0e3 #efefef;
}
th {
color: #000;
background-color: #eff0f1;
}
td {
border: 1px solid #ddd;
background-color: #fff;
}
thead * {
font-weight: bold;
}
th, td {
border: #222 1px solid;
vertical-align: top;
padding: 4px;
empty-cells: show;
}
body {
margin-left: 0;
}
/* Overriding default CSS settings */
h1 {
color: #000;
font-size: 1.2em;
padding: 0;
margin: 0;
text-shadow: none;
}
h2 {
color: #000;
background: #fff;
padding: 0;
margin: 0;
font-size: 1.0em;
letter-spacing: 0;
}
/* Main Section Width */
div#main {
min-width: 45em;
}
/* Main Table */
table {
border: 2px solid;
}
th, td{
border:1px solid;
padding: 2px;
empty-cells: show;
text-align: left;
}
table table {
/* position: relative; */
min-width: 0em;
margin: 0;
border: 0px none;
text-align: center;
}
table table th, table table td {
border:0;
padding: 1px;
}
table#main > tbody > tr > td:first-child {
width: 32px; /* 20px */
vertical-align: top;
}
table#main > tbody > tr > td:nth-child(2) {
width: 80px; /* 26x3 */
vertical-align: top;
}
.invisible {
position:absolute;
z-index:-1;
}
footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 4em;
content: '';
background-color: white;
z-index: -1;
}