Subversion Repositories ALCASAR

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
647 richard 1
/*body {
2
	color: #000;
3
	font-family: Verdana,'Trebuchet MS','Lucida Grande', Arial, sans-serif;
4
	font-size: .8em;
5
	line-height: 1.25em;
6
	margin: 0;
7
	padding: 0;
8
	text-align: center;
9
}
10
form,input,select,textarea {
11
	margin:0;
12
	padding:0;
13
}
14
h1,h2,h3,h4,h5,h6 
15
{
16
	font-family:Georgia, Tahoma, Arial, Serif;
17
	font-weight:normal;
18
	line-height:1.6em;
19
	padding: 0;
20
	margin: 0;
21
}
22
input {
23
	font-size: 100%;
24
	margin-bottom: 2px;
25
	padding: 1px;
26
}
27
ol,ul {
28
	line-height: 1.4em;
29
	margin-bottom: 4px;
30
	margin-top: 4px;
31
}
32
p {
33
	line-height: 1.4em;
34
	margin-bottom: 5px;
35
	margin-top: 5px;
36
	text-align: justify;
37
}
38
table {
39
	background: #345;
40
	margin-bottom: 10px;
41
	width: 100%;
42
}
43
td {
44
	background: #eee;
45
	text-align: left;
46
	vertical-align: top;
47
}
48
th {
49
	background: #456;
50
	color: #fff;
51
	text-align: left;
52
	vertical-align: top;
53
}*/
54
#content {
55
	margin: 0 auto;
56
	padding: 10px;
57
	text-align: left;
58
	width: 610px;
59
}
60
#linkstop {
61
	background: #234;
62
	color: #fff;
63
	margin-top: -10px;
64
	padding: 2px;
65
}
66
#linkstop a {
67
	color: #fff;
68
}
69
#score {
70
	color: #000;
71
	font-size: 85%;
72
	position:absolute;
73
	text-align: center;
74
	width: 100px;
75
	z-index: 10;
76
}
77
#score,#rating,#standards {
78
	font-weight: bold;
79
}
80
div.exceed {
81
	background-image: url(../images/img_status_exceed.png);
82
}
83
div.fail {
84
	background-image: url(../images/img_status_fail.png);
85
}
86
div.pass {
87
	background-image: url(../images/img_status_pass.png);
88
}
89
div.warn {
90
	background-image: url(../images/img_status_warn.png);
91
}
92
#scorebar {
93
	background-image: url(../images/bg_strength_gradient.jpg);
94
	background-repeat: no-repeat;
95
	background-position: 0 0;
96
	position:absolute;
97
	width: 100px;
98
	z-index: 0;
99
	font-size: 13px;
100
 
101
}
102
#complexity {
103
	position: relative;
104
	left: 10px;
105
}
106
#scorebarBorder {
107
	background: #333;
108
	border: 1px #000 solid;
109
	height: 16px;
110
	margin-bottom: 2px;
111
	width: 100px;
112
	float: left;
113
}
114
#password {
115
	border: 1px #000 solid;
116
	font-size: 85%;
117
	width: 100px;
118
}
119
#tablePwdScoring {
120
	margin-bottom: 0 !important;
121
}
122
#listLegend li {
123
	list-style: none;
124
	padding-bottom: 4px;
125
	margin-left: 0;
126
	padding-left: 0;
127
}
128
#listLegend {
129
	margin-left: 0;
130
	padding-left: 0;
131
}
132
div.fail,div.pass,div.exceed,div.warn {
133
	background-repeat: no-repeat;
134
	background-position: left top;
135
	height: 16px;
136
	margin-left: auto;
137
	margin-right: auto;
138
	width: 16px;
139
}
140
td.exceed,td.fail,td.pass,td.warn {
141
	color: #fff;
142
	font-weight: bold;
143
	text-align: center;
144
}
145
td.exceed {
146
	background: #1C60A4;
147
}
148
td.fail {
149
	background: #C00;
150
}
151
td.pass {
152
	background: #093;
153
}
154
td.warn {
155
	background: #f60;
156
}
157
div.box {
158
	background: #456;
159
	border: 1px #000 solid;
160
	color: #fff;
161
	height: 16px;
162
	padding: 2px;
163
	white-space: nowrap;
164
	width: 38px;
165
}
166
div.boxMinus,div.boxPlus {
167
	border: none;
168
	color: #fff;
169
	font-weight: bold;
170
	padding: 2px;
171
	text-align: left;
172
	white-space: nowrap;
173
}
174
td.footnote {
175
	background: #ddd;
176
	font-size: 70%;
177
}
178
.bold {
179
	font-weight: bold;
180
}
181
.clearNone {
182
	clear: none;
183
}
184
.floatRight {
185
	float: right;
186
}
187
.floatLeft {
188
	float: left;
189
}
190
.hide {
191
	display: none;
192
}
193
.imgLegend {
194
	clear: left !important;
195
	float: left !important;
196
	position: relative !important;
197
	margin-bottom: -3px !important;
198
	margin-right: 5px !important;
199
}
200
.inline {
201
	display: inline;
202
}
203
.italic {
204
	font-style: italic;
205
}
206
.noPad {
207
	padding: 0;
208
}
209
.show {
210
	display: inline !important;
211
}
212
.txtLg {
213
	font-size: 125%;
214
}
215
.txtSmall {
216
	font-size: 75%;
217
}
218
.txtCenter {
219
	text-align: center;
220
}
221
.txtRight {
222
	text-align: right;
223
}
224
div.xtend {
225
	clear: both !important; 
226
	line-height: 0; 
227
	height: 0;
228
}