-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathicms.css
365 lines (337 loc) · 7.19 KB
/
icms.css
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
/**
* ImpressCMS styles
*
* Main system style sheet information are rendered from here.
*
* @copyright The ImpressCMS Project http://www.impresscms.org/
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License (GPL)
* @package core
* @since 1.1
* @author Sina Asghari (aka stranger) <pesian_stranger@users.sourceforge.net>
* @version $Id$
*/
p {padding: 0; margin: 0;}
table.outer {
width: 100%;
}
img {
border: 0;
}
acronym, abbr, dfn {
cursor: help;
}
#xoopsHiddenText {
visibility: hidden;
color: #000000;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.pagneutral {
font-size: 10px;
width: 16px;
height: 19px;
text-align: center;
background-image: url(./images/pagneutral.gif);
}
.pagact {
font-size: 10px;
width: 16px;
height: 19px;
text-align: center;
background-image: url(./images/pagact.gif);
}
.paginact {
font-size: 10px;
width: 16px;
height: 19px;
text-align: center;
background-image: url(./images/paginact.gif);
}
/* For required elements in XOOPS form, can be overwritten in theme styles */
.xo-theme-form td.head {
width: 30%;
}
.xoops-form-element-caption .caption-marker {
display: none;
}
.xoops-form-element-caption-required .caption-marker {
background-color: inherit;
padding-left: 2px;
color: #ff0000;
}
.xoops-form-element-help {
font-size: .9em;
padding-top: 5px;
font-weight: normal;
}
#xo-logger-output{ font-size: .8em;} /* only needed until logger.php and logger_render.php are modified */
/* For banners.php */
#bannerstats {}
#login_window {
max-width: 480px;
margin: 1em auto;
background-color: #f8f8f8;
color: inherit;
border: 1px solid #000;
}
#login_window h2 {
margin: .5em;
padding: 130px 0 0;
background: url( images/password.png) no-repeat center top;
text-align: center;
}
.login_form .credentials {
margin: .5em 1em;
padding: 1em;
background-color: #ccc;
color: inherit;
}
.login_form .credentials label {
display: block;
width: 33%;
margin: 1px;
}
.login_form .credentials input {
width: 50%;
margin: 1px;
padding: 1px;
border: 1px solid #000;
}
.login_form .credentials input:focus {
border: 1px solid #2266cc;
}
.login_form .actions {
padding: 1.5em .5em .5em;
text-align: center;
}
.login_info {
margin: .5em 1em;
text-align: center;
}
.content_title {
font-size: 1.2em;
}
#bannerstats td {
text-align: center;
}
.CPbigTitle{
font-size: 20px;
color: #1E90FF;
background: no-repeat left top;
font-weight: bold;
height: 40px;
vertical-align: middle;
padding: 10px 0 0 50px;
border-bottom: 3px solid #1E90FF;
}
.CPindexOptions{
padding: 4px;
vertical-align: top;
}
.CPmediumTitle{
font-weight: bold;
font-size: 14px;
color: #FF4500;
}
div.cpicon{
margin: 3px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}
div.cpicon a {
display: inline-block;
height: 70px !important;
height: 70px;
width: 70px !important;
width: 70px;
vertical-align: middle;
text-decoration : none;
border: 1px solid #CCCCCC;
padding: 2px 5px 1px 5px;
margin: 0;
margin-bottom:4px;
color: #666666;
}
div.cpicon a:hover{
background-color: #FFF6C1;
border: 1px solid #FF9900;
color: #1E90FF;
}
div.cpicon img { margin-top: 1px; margin-bottom: 1px; width: 32px; height: 32px;}
div.cpicon span {
font-size: 11px;
font-weight: bold;
display: block;
overflow: hidden;
}
div.cpicon span.uno{
font-size: 11px;
font-weight: normal;
text-decoration: underline;
color: Blue;
}
div.cpicon span.unor{
font-size: 11px;
font-weight: normal;
text-decoration: underline;
color: #CC0000;
}
#http_error_title {padding-top: 5px; padding-bottom: 5px; font-size: 20px; font-weight: bold;}
#http_error_text {padding-top: 5px; padding-bottom: 5px; text-align: left;}
#http_error_searchform{padding-top: 5px; line-height: 5px; padding-bottom: 0px;}
#http_error li{color: black; padding-top: 5px; padding-bottom: 5px;}
.ed_block_box {
position:absolute;
display:none;
padding: 5px;
background: #FFF;
border: 2px solid #000;
text-align: left;
line-height: 180%;
font-size: 11px;
font-weight: normal;
color: #000;
min-width: 100px;
width: auto;
z-index:100 !important;
}
.ed_block_box img{
vertical-align: middle;
}
.ed_block_box a{
font-weight: normal;
color: #000;
}
div#disclaimer{
background-color: #eee;
border: #CCC 1px solid;
padding: 2px;
width: 98%;
height: 8em;
overflow: auto;
font-size: 1em;
font-family: verdana,arial, helvetica, sans-serif;
}
.openid_url {
background-image: url(images/openid-inputicon.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-color: #ffffff;
padding-left: 18px;
}
/*Default ImpressCMS Pagination Style*/
div.pagination.default{
margin-top: 20px;
margin-bottom: 10px;
}
div.pagination.default a {
text-decoration: none;
}
div.pagination.default a:hover, div.pagination.default a:active {
/*CSS Style for the mouse hover of the links inside the pagination div*/
}
div.pagination.default span.current {
/*CSS Style for the link of the current page*/
}
div.pagination.default span.disabled {
display: none;
}
/* ADVANCED STYLES */
.top_testresult{
font-weight: bold;
font-size:13px;
font-family: arail,helvetica,san-serif;
color:#666;
padding:0;
margin:0 0 2px 0;
}
.top_testresult span{
padding:6px ;
margin:0;
}
.top_shortPass{
background:#edabab;
border:1px solid #bc0000;
display:block;
}
.top_shortPass span{
}
.top_badPass{
background:#edabab;
border:1px solid #bc0000;
display:block;
}
.top_badPass span{
}
.top_goodPass{
background:#ede3ab;
border:1px solid #bc9f00;
display:block;
}
.top_goodPass span{
}
.top_strongPass{
background:#d3edab;
border:1px solid #73bc00;
display:block;
}
.top_strongPass span{
}
/* RESULT STYLE */
.testresult{
font-weight: bold;
font-size:13px;
font-family: arial,helvetica,san-serif;
color:#666;
padding:0px 0px 12px 10px;
margin-left:10px;
display: block;
height:28px;
float:left;
}
.testresult span{
padding:10px 20px 12px 10px;
margin: 0px 0px 0px 20px;
display:block;
float:right;
white-space: nowrap;
}
.shortPass{
background:url(images/red.png) no-repeat 0 0;
}
.shortPass span{
background:url(images/red.png) no-repeat bottom right;
}
.badPass{
background:url(images/red.png) no-repeat 0 0;
}
.badPass span{
background:url(images/red.png) no-repeat bottom right;
}
.goodPass{
background:url(images/yellow.png) no-repeat 0 0;
}
.goodPass span{
background:url(images/yellow.png) no-repeat bottom right;
}
.strongPass{
background:url(images/green.png) no-repeat 0 0;
}
.strongPass span{
background:url(images/green.png) no-repeat bottom right;
}
#icms_rating_container {}
#icms_rating_container .itemHead {
font-weight: bold;
}
#icms_rating_container .item {
width: 300px;
margin: auto;
margin-top: 5px;
margin-bottom: 5px;
}
#icms_rating_container .odd {
padding: 6px;
height: auto;
}