-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathtable.css
More file actions
160 lines (128 loc) · 2.55 KB
/
Copy pathtable.css
File metadata and controls
160 lines (128 loc) · 2.55 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
/* TABLE DECLARATIONS - LOTS OF MAIA OVER-RIDES
*sorry for all the importants - it was troublesome :(
*/
table {
width: 100%;
border: 0;
margin-bottom: 20px;
}
table th,
table td {
background: #fff;
vertical-align: middle;
font-size: 15px;
}
table th {
border: 1px solid #e3e3e3 !important;
border-right: none !important;
color: #444 !important;
font-weight: 700;
font-size: 16px;
empty-cells: show;
}
table th:first-of-type,
table td:first-of-type {
white-space: nowrap;
}
table th:first-of-type {
border-left: none !important;
}
table:first-of-type th:nth-of-type(2),
table:first-of-type th:nth-of-type(3) {
width: 250px;
}
table thead tr + tr th,
table.cp-secondary th {
background: #f9f9f9 !important;
}
table thead tr + tr th {
color: #666 !important;
font-weight: 600;
font-size: 15px;
}
table.cp-secondary th {
color: #444 !important;
}
table th, table td {
padding: 14px !important;
}
table td {
color: #666;
font-weight: 400;
vertical-align: top;
}
tbody th {
border: none !important;
border-left: 1px solid #e3e3e3 !important;
background: #fff !important;
padding: 40px 14px 14px 14px !important;
}
tr > td:first-of-type,
thead tr > th:first-of-type,
tbody th:first-of-type {
text-align: left;
}
tr > td:first-of-type {
font-weight: 600;
}
tr:nth-of-type(even) td {
background-color: #f9f9f9;
}
td {
border-left: 1px solid #e3e3e3;
}
tr > td:first-of-type,
tbody th:first-of-type {
border-left: none !important;
}
tr > td:first-of-type {
background-position: -500px -630px;
color: #666;
}
tr > td:last-of-type {
border-right: none;
background-position: -327px -630px;
}
/* secondary type of table - basic pricing */
.cp-secondary {
margin-top: 20px;
text-align: center;
}
.cp-secondary th {
text-align: center;
}
.cp-secondary tbody th {
background: #fff !important;
color: #666 !important;
font-size: 15px;
font-weight: 600;
}
.cp-secondary tbody th:first-of-type {
color: #444 !important;
font-size: 16px;
font-weight: 700;
}
.cp-secondary tr > td:last-of-type {
background-position: -197px -630px;
}
/* centered table */
.cp-centered tr td, .cp-centered thead tr th {
text-align: center;
}
.cp-centered tr > td:first-of-type, .cp-centered tr > td:last-of-type, .cp-centered th:last-of-type {
padding:0;
}
.cp-twocol tbody td, .cp-twocol tbody th {
width:50%;
}
table .subhd {
font-size: 16px !important;
font-weight: bold !important;
color: #444 !important;
}
table .ctr {
text-align: center !important;
}
table .small {
font-size: 12px;
}