Subversion Repositories ALCASAR

Rev

Rev 647 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 647 Rev 2766
Line 1... Line 1...
1
/*body {
1
body {
2
	color: #000;
2
	color: #000;
3
	font-family: Verdana,'Trebuchet MS','Lucida Grande', Arial, sans-serif;
3
	font-family: Verdana,'Trebuchet MS','Lucida Grande', Arial, sans-serif;
4
	font-size: .8em;
4
	font-size: .8em;
5
	line-height: 1.25em;
5
	line-height: 1.25em;
6
	margin: 0;
6
	margin: 0;
7
	padding: 0;
7
	padding: 0;
8
	text-align: center;
8
	text-align: center;
9
}
9
}
10
form,input,select,textarea {
10
form,input,select,textarea {
11
	margin:0;
11
	margin:0;
12
	padding:0;
12
	padding:0;
13
}
13
}
14
h1,h2,h3,h4,h5,h6 
14
h1,h2,h3,h4,h5,h6 
15
{
15
{
16
	font-family:Georgia, Tahoma, Arial, Serif;
16
	font-family:Georgia, Tahoma, Arial, Serif;
17
	font-weight:normal;
17
	font-weight:normal;
18
	line-height:1.6em;
18
	line-height:1.6em;
19
	padding: 0;
19
	padding: 0;
20
	margin: 0;
20
	margin: 0;
21
}
21
}
22
input {
22
input {
23
	font-size: 100%;
23
	font-size: 100%;
24
	margin-bottom: 2px;
24
	margin-bottom: 2px;
25
	padding: 1px;
25
	padding: 1px;
26
}
26
}
27
ol,ul {
27
ol,ul {
28
	line-height: 1.4em;
28
	line-height: 1.4em;
29
	margin-bottom: 4px;
29
	margin-bottom: 4px;
30
	margin-top: 4px;
30
	margin-top: 4px;
31
}
31
}
32
p {
32
p {
33
	line-height: 1.4em;
33
	line-height: 1.4em;
34
	margin-bottom: 5px;
34
	margin-bottom: 5px;
35
	margin-top: 5px;
35
	margin-top: 5px;
36
	text-align: justify;
36
	text-align: justify;
37
}
37
}
38
table {
38
table {
39
	background: #345;
39
	background: #345;
40
	margin-bottom: 10px;
40
	margin-bottom: 10px;
41
	width: 100%;
41
	width: 100%;
42
}
42
}
43
td {
43
td {
44
	background: #eee;
44
	background: #eee;
45
	text-align: left;
45
	text-align: left;
46
	vertical-align: top;
46
	vertical-align: top;
47
}
47
}
48
th {
48
th {
49
	background: #456;
49
	background: #456;
50
	color: #fff;
50
	color: #fff;
51
	text-align: left;
51
	text-align: left;
52
	vertical-align: top;
52
	vertical-align: top;
53
}*/
53
}
54
#content {
54
#content {
55
	margin: 0 auto;
55
	margin: 0 auto;
56
	padding: 10px;
56
	padding: 10px;
57
	text-align: left;
57
	text-align: left;
58
	width: 610px;
58
	width: 610px;
59
}
59
}
60
#linkstop {
60
#linkstop {
61
	background: #234;
61
	background: #234;
62
	color: #fff;
62
	color: #fff;
63
	margin-top: -10px;
63
	margin-top: -10px;
64
	padding: 2px;
64
	padding: 2px;
65
}
65
}
66
#linkstop a {
66
#linkstop a {
67
	color: #fff;
67
	color: #fff;
68
}
68
}
69
#score {
69
#score {
70
	color: #000;
70
	color: #000;
71
	font-size: 85%;
71
	font-size: 85%;
72
	position:absolute;
72
	position:absolute;
73
	text-align: center;
73
	text-align: center;
74
	width: 100px;
74
	width: 100px;
75
	z-index: 10;
75
	z-index: 10;
76
}
76
}
77
#score,#rating,#standards {
77
#score,#rating,#standards {
78
	font-weight: bold;
78
	font-weight: bold;
79
}
79
}
80
div.exceed {
80
div.exceed {
81
	background-image: url(../images/img_status_exceed.png);
81
	background-image: url(../images/img_status_exceed.png);
82
}
82
}
83
div.fail {
83
div.fail {
84
	background-image: url(../images/img_status_fail.png);
84
	background-image: url(../images/img_status_fail.png);
85
}
85
}
86
div.pass {
86
div.pass {
87
	background-image: url(../images/img_status_pass.png);
87
	background-image: url(../images/img_status_pass.png);
88
}
88
}
89
div.warn {
89
div.warn {
90
	background-image: url(../images/img_status_warn.png);
90
	background-image: url(../images/img_status_warn.png);
91
}
91
}
92
#scorebar {
92
#scorebar {
93
	background-image: url(../images/bg_strength_gradient.jpg);
93
	background-image: url(../images/bg_strength_gradient.jpg);
94
	background-repeat: no-repeat;
94
	background-repeat: no-repeat;
95
	background-position: 0 0;
95
	background-position: 0 0;
96
	position:absolute;
96
	position:absolute;
97
	width: 100px;
97
	width: 100px;
98
	z-index: 0;
98
	z-index: 0;
99
	font-size: 13px;
99
}
100
 
100
#scorebarBorder {
101
}
101
	background: #333;
102
#complexity {
102
	border: 1px #000 solid;
103
	position: relative;
103
	height: 16px;
104
	left: 10px;
104
	margin-bottom: 2px;
105
}
105
	width: 100px;
106
#scorebarBorder {
106
}
107
	background: #333;
107
#password {
108
	border: 1px #000 solid;
108
	border: 1px #000 solid;
109
	height: 16px;
109
	font-size: 85%;
110
	margin-bottom: 2px;
110
	width: 100px;
111
	width: 100px;
111
}
112
	float: left;
112
#tablePwdScoring {
113
}
113
	margin-bottom: 0 !important;
114
#password {
114
}
115
	border: 1px #000 solid;
115
#listLegend li {
116
	font-size: 85%;
116
	list-style: none;
117
	width: 100px;
117
	padding-bottom: 4px;
118
}
118
	margin-left: 0;
119
#tablePwdScoring {
119
	padding-left: 0;
120
	margin-bottom: 0 !important;
120
}
121
}
121
#listLegend {
122
#listLegend li {
122
	margin-left: 0;
123
	list-style: none;
123
	padding-left: 0;
124
	padding-bottom: 4px;
124
}
125
	margin-left: 0;
125
div.fail,div.pass,div.exceed,div.warn {
126
	padding-left: 0;
126
	background-repeat: no-repeat;
127
}
127
	background-position: left top;
128
#listLegend {
128
	height: 16px;
129
	margin-left: 0;
129
	margin-left: auto;
130
	padding-left: 0;
130
	margin-right: auto;
131
}
131
	width: 16px;
132
div.fail,div.pass,div.exceed,div.warn {
132
}
133
	background-repeat: no-repeat;
133
td.exceed,td.fail,td.pass,td.warn {
134
	background-position: left top;
134
	color: #fff;
135
	height: 16px;
135
	font-weight: bold;
136
	margin-left: auto;
136
	text-align: center;
137
	margin-right: auto;
137
}
138
	width: 16px;
138
td.exceed {
139
}
139
	background: #1C60A4;
140
td.exceed,td.fail,td.pass,td.warn {
140
}
141
	color: #fff;
141
td.fail {
142
	font-weight: bold;
142
	background: #C00;
143
	text-align: center;
143
}
144
}
144
td.pass {
145
td.exceed {
145
	background: #093;
146
	background: #1C60A4;
146
}
147
}
147
td.warn {
148
td.fail {
148
	background: #f60;
149
	background: #C00;
149
}
150
}
150
div.box {
151
td.pass {
151
	background: #456;
152
	background: #093;
152
	border: 1px #000 solid;
153
}
153
	color: #fff;
154
td.warn {
154
	height: 16px;
155
	background: #f60;
155
	padding: 2px;
156
}
156
	white-space: nowrap;
157
div.box {
157
	width: 38px;
158
	background: #456;
158
}
159
	border: 1px #000 solid;
159
div.boxMinus,div.boxPlus {
160
	color: #fff;
160
	border: none;
161
	height: 16px;
161
	color: #fff;
162
	padding: 2px;
162
	font-weight: bold;
163
	white-space: nowrap;
163
	padding: 2px;
164
	width: 38px;
164
	text-align: left;
165
}
165
	white-space: nowrap;
166
div.boxMinus,div.boxPlus {
166
}
167
	border: none;
167
td.footnote {
168
	color: #fff;
168
	background: #ddd;
169
	font-weight: bold;
169
	font-size: 70%;
170
	padding: 2px;
170
}
171
	text-align: left;
171
.bold {
172
	white-space: nowrap;
172
	font-weight: bold;
173
}
173
}
174
td.footnote {
174
.clearNone {
175
	background: #ddd;
175
	clear: none;
176
	font-size: 70%;
176
}
177
}
177
.floatRight {
178
.bold {
178
	float: right;
179
	font-weight: bold;
179
}
180
}
180
.floatLeft {
181
.clearNone {
181
	float: left;
182
	clear: none;
182
}
183
}
183
.hide {
184
.floatRight {
184
	display: none;
185
	float: right;
185
}
186
}
186
.imgLegend {
187
.floatLeft {
187
	clear: left !important;
188
	float: left;
188
	float: left !important;
189
}
189
	position: relative !important;
190
.hide {
190
	margin-bottom: -3px !important;
191
	display: none;
191
	margin-right: 5px !important;
192
}
192
}
193
.imgLegend {
193
.inline {
194
	clear: left !important;
194
	display: inline;
195
	float: left !important;
195
}
196
	position: relative !important;
196
.italic {
197
	margin-bottom: -3px !important;
197
	font-style: italic;
198
	margin-right: 5px !important;
198
}
199
}
199
.noPad {
200
.inline {
200
	padding: 0;
201
	display: inline;
201
}
202
}
202
.show {
203
.italic {
203
	display: inline !important;
204
	font-style: italic;
204
}
205
}
205
.txtLg {
206
.noPad {
206
	font-size: 125%;
207
	padding: 0;
207
}
208
}
208
.txtSmall {
209
.show {
209
	font-size: 75%;
210
	display: inline !important;
210
}
211
}
211
.txtCenter {
212
.txtLg {
212
	text-align: center;
213
	font-size: 125%;
213
}
214
}
214
.txtRight {
215
.txtSmall {
215
	text-align: right;
216
	font-size: 75%;
216
}
217
}
217
div.xtend {
218
.txtCenter {
218
	clear: both !important; 
219
	text-align: center;
219
	line-height: 0; 
220
}
220
	height: 0;
221
.txtRight {
221
}
222
	text-align: right;
222
a:link, a:visited 
223
}
223
{
224
div.xtend {
224
	color:#459045;
225
	clear: both !important; 
225
	text-decoration:none;
226
	line-height: 0; 
226
	border-bottom:none;
227
	height: 0;
227
}
228
}
228
a:hover, a:active 
-
 
229
{
-
 
230
	text-decoration:none;
-
 
231
	border-bottom: 1px solid;
-
 
232
}
-
 
233
#header {
-
 
234
background:url(../images/top.gif) top repeat-x;
-
 
235
height:145px;
-
 
236
margin:0;
-
 
237
padding:0;
-
 
238
width:100%;
-
 
239
}
-
 
240
#logo {
-
 
241
height:100px;
-
 
242
width:900px;
-
 
243
margin:0 auto;
-
 
244
}
-
 
245
#blogname {
-
 
246
height:30px;
-
 
247
padding-left:12px;
-
 
248
padding-top:28px;
-
 
249
text-align:left;
-
 
250
}
-
 
251
h1#blogname a {
-
 
252
color:#fff;
-
 
253
font-size:1.3em;
-
 
254
}
-
 
255
#navigation 
-
 
256
{
-
 
257
	clear:both;
-
 
258
	height:24px;
-
 
259
	margin:0 auto;
-
 
260
	padding:0 10px;
-
 
261
	text-align:center;
-
 
262
	width:880px;
-
 
263
	font-size:1.1em;
-
 
264
}
-
 
265
#navigation a:link,
-
 
266
#navigation a:visited 
-
 
267
{
-
 
268
	background:#FFF url(../images/active1.gif) left bottom no-repeat;
-
 
269
	color:#fff;
-
 
270
	height:24px;
-
 
271
	margin-right:2px;
-
 
272
	padding-left:12px;
-
 
273
	text-decoration:none;
-
 
274
	border:none;
-
 
275
}
-
 
276
#navigation a:link,
-
 
277
#navigation a:link span,
-
 
278
#navigation a:visited,
-
 
279
#navigation a:visited span 
-
 
280
{
-
 
281
	cursor:hand;
-
 
282
	display:block;
-
 
283
	float:left;
-
 
284
	border:none;
-
 
285
}
-
 
286
#navigation li 
-
 
287
{
-
 
288
	line-height:23px;
-
 
289
	float:left;
-
 
290
	list-style:none;
-
 
291
	margin:0;
-
 
292
}
-
 
293
#navigation a:hover 
-
 
294
{
-
 
295
	background:url(../images/active1.gif) left bottom no-repeat;
-
 
296
	color:#040;
-
 
297
	height:24px;
-
 
298
	padding-left:12px;
-
 
299
	text-decoration:none;
-
 
300
	border:none;
-
 
301
}
-
 
302
#navigation .current_page_item a:link,
-
 
303
#navigation .current_page_item a:visited 
-
 
304
{
-
 
305
	background:#FFF url(../images/current1.gif) left bottom no-repeat;
-
 
306
	color:#fff;
-
 
307
	height:27px;
-
 
308
	line-height:24px;
-
 
309
	margin-right:2px;
-
 
310
	padding-left:15px;
-
 
311
	text-decoration:none;
-
 
312
	border:none;
-
 
313
}
-
 
314
#navigation .current_page_item a:hover 
-
 
315
{
-
 
316
	background:#FFF url(../images/current1.gif) left bottom no-repeat;
-
 
317
	color:#AAC8E0;
-
 
318
	height:27px;
-
 
319
	margin-right:2px;
-
 
320
	padding-left:15px;
-
 
321
	text-decoration:none;
-
 
322
	border:none;
-
 
323
}
-
 
324
#navigation ul 
-
 
325
{
-
 
326
	list-style:none;
-
 
327
	margin:0;
-
 
328
	padding:0;
-
 
329
}
-
 
330
#navigation a:link span,
-
 
331
#navigation a:visited span,
-
 
332
#navigation a:hover span 
-
 
333
{
-
 
334
	background:url(../images/active2.gif) right bottom no-repeat;
-
 
335
	height:24px;
-
 
336
	padding-right:12px;
-
 
337
	border:none;
-
 
338
}
-
 
339
#navigation .current_page_item a:link span,
-
 
340
#navigation .current_page_item a:visited span,
-
 
341
#navigation .current_page_item a:hover span 
-
 
342
{
-
 
343
	background:url(../images/current2.gif) right bottom no-repeat;
-
 
344
	height:27px;
-
 
345
	padding-right:15px;
-
 
346
	border:none;
-
 
347
}
-
 
348
#footer {
-
 
349
	background:#223344 url(../images/top.gif) bottom repeat-x;
-
 
350
	clear: both;
-
 
351
	height: 60px;
-
 
352
	padding: 10px;
-
 
353
	text-align: center;
-
 
354
	margin:0 auto;
-
 
355
	color:#ccc;
-
 
356
}
-
 
357
.advertTop {
-
 
358
	margin: -30px 0 5px 0;
-
 
359
}
-
 
360
.advertBtm {
-
 
361
	margin: 0 0 20px 0;
-
 
362
}
-
 
363
.advertMid {
-
 
364
	margin: 20px 0 20px -65px;
-
 
365
}