1
|
.frm-table { border-collapse: collapse; width: 100%; white-space: nowrap; }
|
2
|
.frm-setting_name { vertical-align :top; width :25%; white-space :nowrap; }
|
3
|
.frm-setting_value { vertical-align :top; width :70%; line-height: 1.5; }
|
4
|
.frm-newsection { border-top :1px dashed #ffffff; }
|
5
|
.frm-warning { background :#FFEEEE; border :0.1em #884444 solid; color :#E10000; margin-bottom :1em; padding :0.5em 2.8em; font-size :96.5%; font-weight :normal; }
|
6
|
.frm-note { background :#EEFFEE; border :0.2em #448844 solid; color :#004400; margin-bottom :1em; padding :0.8em; font-size :1.2em; font-weight :bold; }
|
7
|
table.form tbody tr { line-height: 2.125; }
|
8
|
.frm-setting_name,
|
9
|
table.form tbody td.setting_name {
|
10
|
color: #0d4b6e;
|
11
|
font-weight: bold;
|
12
|
min-width: 200px;
|
13
|
padding-right: 0.525em;
|
14
|
text-align: right;
|
15
|
vertical-align: top;
|
16
|
width: 20%;
|
17
|
}
|
18
|
table.form caption.form-header {
|
19
|
background: #215a7a none repeat scroll 0 0;
|
20
|
color: #fff;
|
21
|
font-size: 1.425em;
|
22
|
height: 2.225em;
|
23
|
text-align: left;
|
24
|
}
|
25
|
table.form caption.form-header {
|
26
|
line-height: 2.225em;
|
27
|
margin: 0 0 0.825em;
|
28
|
white-space: normal;
|
29
|
padding-left: 0.925em;
|
30
|
}
|
31
|
/*
|
32
|
.row_a { background : transparent; }
|
33
|
.row_b { background : #dfebff; }
|
34
|
The definitions below provide the style for the edit CSS button
|
35
|
Required CSS class name: input.mod_moduledirectory_edit_css
|
36
|
*/
|
37
|
table#frm-ScrollTable { text-align :left; font-size :12px; border :1px ridge #dadada; font-family :verdana; background :transparent; color :#0066ff; }
|
38
|
input.mod_form_edit_css { color :#000000; background-color :#f0f0f0; border :1px solid #808080; padding :2px; margin :0; margin-left :625px; margin-top :-20px; margin-bottom :5px; width :110px; }
|
39
|
table.mod_form,
|
40
|
table#frm-ScrollTable { border-collapse: collapse; width: 100%; }
|
41
|
table#frm-ScrollTable thead { cursor :pointer; width: 100%; }
|
42
|
|
43
|
table#frm-ScrollTable thead tr,
|
44
|
table#frm-ScrollTable tfoot tr { font-weight: bold; font-size: 1.2525em; height: 1.925em; padding: 0.525em 0; background: linear-gradient(#7EB7BF 0%, #507279 100%); background: #46919a; color: #fff; }
|
45
|
|
46
|
table.mod_form { border-collapse: collapse; width: 100%; }
|
47
|
table.mod_form td form.mod_form { padding: 0 0.325em; }
|
48
|
table.mod_form td:first-child { text-align:right; padding: 0 0.525em; }
|
49
|
/**/
|
50
|
table#frm-ScrollTable {
|
51
|
color: #333;
|
52
|
font-family: Helvetica, Arial, sans-serif;
|
53
|
width: 100%;
|
54
|
/* Table reset stuff */
|
55
|
border-collapse: collapse;
|
56
|
border-spacing: 0;
|
57
|
}
|
58
|
tbody.scrolling {
|
59
|
max-height: 21.925em;
|
60
|
overflow: auto;
|
61
|
display: inline-block;
|
62
|
width: 100%;
|
63
|
}
|
64
|
td.frm-Scroll, th.frm-Scroll {
|
65
|
border: 0 none;
|
66
|
height: 2.255em;
|
67
|
}
|
68
|
th.frm-Scroll {
|
69
|
/* Gradient Background
|
70
|
background: linear-gradient(#7EB7BF 0%, #507279 100%);
|
71
|
*/
|
72
|
background: #507279;
|
73
|
color: #FFF;
|
74
|
font-weight: bold;
|
75
|
/* height: 40px;*/
|
76
|
}
|
77
|
td.frm-Scroll { background: #FFFFFF; text-align: left; }
|
78
|
/* Zebra Stripe Rows */
|
79
|
tr.frm-Scroll td { background: #FFFFFF; }
|
80
|
tr.frm-Scroll:nth-child(odd) td { background: #e8e8e8; }
|
81
|
tr.frm-Scroll:hover td { background: #FBFCE0; }
|
82
|
/* First-child blank cells! */
|
83
|
tr.frm-Scroll td.frm-Scroll:first-child, tr.frm-Scroll th.frm-Scroll:first-child {
|
84
|
/* background: none;*/
|
85
|
font-size: 0.9525em;
|
86
|
text-align: right;
|
87
|
/* padding-right: 5px;*/
|
88
|
width: 100%;
|
89
|
}
|
90
|
/* Add border-radius to specific cells! */
|
91
|
tr.frm-Scroll:first-child th.frm-Scroll:nth-child(2) {
|
92
|
border-radius: 5px 0 0 0;
|
93
|
}
|
94
|
tr.frm-Scroll:first-child th.frm-Scroll:last-child {
|
95
|
border-radius: 0 5px 0 0;
|
96
|
}
|
97
|
|
98
|
/*****************************************/
|
99
|
thead.frm-Scroll { display: table; float: left; width: 100%; }
|
100
|
/*
|
101
|
thead th.frm-Scroll {
|
102
|
text-align: left;
|
103
|
}
|
104
|
tbody.scrolling {
|
105
|
float: left;
|
106
|
width: 100%;
|
107
|
}
|
108
|
tbody tr.frm-Scroll {
|
109
|
display: table;
|
110
|
width: 100%;
|
111
|
}
|
112
|
*/
|
113
|
table.mod_form td a {
|
114
|
background:transparent none 0 0 no-repeat;
|
115
|
color:#000;
|
116
|
font-weight:bold;
|
117
|
opacity:.7;
|
118
|
padding: 3px 0 3px 6px;
|
119
|
-webkit-transition:all .2s ease-in-out;
|
120
|
-moz-transition:all .2s ease-in-out;
|
121
|
}
|
122
|
table.mod_form thead {
|
123
|
/*
|
124
|
background:#215a7a;
|
125
|
background: linear-gradient(#215a7a 0%, #507279 100%);
|
126
|
*/
|
127
|
background: #507279;
|
128
|
color:#fff;
|
129
|
}
|
130
|
table.mod_form tr { background: #46919A; }
|
131
|
|
132
|
table.mod_form th {
|
133
|
/*
|
134
|
background:#215a7a;
|
135
|
background: linear-gradient(#7EB7BF 0%, #507279 100%);
|
136
|
|
137
|
*/
|
138
|
border-bottom:1px solid rgba(255,255,255,.7);
|
139
|
-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2);
|
140
|
-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2);
|
141
|
-o-box-shadow:inset 0 1px 0 rgba(255,255,255,.2);
|
142
|
box-shadow:inset 0 1px 0 rgba(255,255,255,.2);
|
143
|
padding:6px 10px;
|
144
|
color:#fff;
|
145
|
}
|
146
|
|
147
|
table.mod_form td {
|
148
|
border-bottom:1px solid #fafafa;
|
149
|
border-bottom:1px solid rgba(0,0,0,.05);
|
150
|
/* padding:6px 10px;*/
|
151
|
color:rgba(0,0,0,.7);
|
152
|
}
|
153
|
|
154
|
table.mod_form tbody tr { line-height: 1.225em; background: #e8e8e8; }
|
155
|
table.mod_form tbody tr:nth-child(odd) { background: #FFFFFF; }
|
156
|
table.mod_form tbody tr:hover { background: #FBFCE0; }
|
157
|
|
158
|
table#frm-ScrollTable tbody tr { }
|
159
|
table#frm-ScrollTable tbody tr { line-height: 1.225em; background: #e8e8e8; }
|
160
|
table#frm-ScrollTable tbody tr:nth-child(odd) { background: #FFFFFF; }
|
161
|
table#frm-ScrollTable tbody tr:hover { background: #FBFCE0; }
|