source: trunk/client/temi/altro/style.css@ 352

Last change on this file since 352 was 352, checked in by roby, 3 years ago

Segue adattamento per php7
modifica gestione consultazioni con e senza voto nullo di lista

File size: 7.9 KB
Line 
1/****************
2style css for eleonline
3http://www.elenoline.it
4****************/
5
6body {
7/*background-image:url(images/body_bg.jpg); background-repeat:repeat-x; */
8 font: normal small Arial, Helvetica, sans-serif;
9 font-size:18px;
10 /*text-align:justify;*/
11 color: #000000;
12 margin-top:10px;
13 margin-left:0px;
14 margin-right:0px;
15 margin-bottom:0px;
16}
17.logoleft{
18background-image:url(images/logo_left.jpg); background-repeat:no-repeat;
19width:12px;
20height:78px;
21}
22.logoright{
23background-image:url(images/logo_right.jpg); background-repeat:no-repeat;
24width:12px;
25height:78px;
26}
27.logo{
28background-image:url(images/logo_bg.jpg); background-repeat:repeat-x;
29 text-transform: uppercase;
30 font-size:28px;
31 color:#88AED6;
32 font-weight:bold;
33 text-decoration:none;
34 width:250px;
35}
36.main{
37background-color:#A8C4E1;
38}
39.tag {
40 margin: 0;
41 padding:45px 20px 10px 10px;
42 text-transform: uppercase;
43 font-size:16px;
44 font-weight:bold;
45 color:#ffffff;
46 text-decoration:none;
47}
48a{
49color:#5D81A6;
50
51text-decoration:none;
52}
53a:hover{
54color:#000000;
55text-decoration:none;
56}
57
58/* usate per blocco */
59
60
61.sidebar {
62 background-image:url(images/box_bg.jpg); background-repeat:repeat-x;
63 text-align:left;
64 margin-top:0px;
65 width: 200px;
66 border: none;
67 padding: 0px;
68 background-color:#A8C4E1;
69
70}
71.sidebar a{
72color:#5D81A6;
73}
74.sidebar a:hover{
75text-decoration: underline;
76/*color:#FFFFFF;*/
77}
78.sidebar a:visited{
79color:#5D81A6;
80}
81
82
83.td-149 {
84 background-image:url(images/box_bg.jpg); background-repeat:repeat-x;
85 float: right;
86 margin-top:0px;
87 /*margin: 0px 0 0 0px;*/
88 width: 200px;
89 border: none;
90 background-color:#A8C4E1;
91 /*background-color: #d2d2d2;*/
92 padding: 0px;
93}
94.td-149 a{
95color:#5D81A6;
96}
97.td-149 a:hover{
98color:#FFFFFF;
99}
100.td-149 a:visited{
101color:#000000;
102}
103.welcome
104{font-size:35px;
105color:#686868;
106}
107/* contenitore */
108
109div#container{
110 width: 900px;
111 margin: 0px auto; /*centra negli altri browsers*/
112 /*text-align: left; /*ripristina l' allineamento*/
113 }
114table {
115 margin-right: auto;
116 margin-left: auto;
117 text-align: left;
118 margin-top: 0px;
119
120
121
122}
123td {
124 font-family: Verdana, Arial, Helvetica, sans-serif;
125 font-size: 12px;
126 margin-top: 0px;
127 margin: 0;
128}
129
130hr {
131 color: #000000;
132 background-color: #FFFFFF;
133 border-bottom: 1px dotted #CCCCCC;
134}
135form {
136
137 font-size: 12px;
138 color: #000066;
139 text-decoration: none;
140 margin-right: 0px;
141 margin-left: 0px;
142 margin-top: 0px;
143 margin-bottom: 0px;
144 width: 100%;
145}
146p {
147 font-family: Verdana, Arial, Helvetica, sans-serif;
148 font-size: 12px;
149 padding-right: 8px;
150 padding-bottom: 0px;
151 padding-left: 8px;
152 padding-top: 0px;
153 margin: 2px 2px 4px;
154}
155
156h1 {
157 font-size: 16px;
158 font-weight: bold;
159 color: #222266;
160 text-decoration: none;
161 border-bottom-width: 1px;
162 border-bottom-style: dotted;
163 border-bottom-color: #222266;
164 margin-top: 6px;
165 margin-bottom: 8px;
166 padding-right: 0px;
167 padding-left: 0px;
168}
169h2 {
170 font-size: 14px;
171 font-weight: bold;
172 color: #5D81A6;
173 text-decoration: none;
174 border-bottom-width: 1px;
175 border-bottom-style: dotted;
176 border-bottom-color: #CCCCCC;
177 margin-top: 9px;
178 margin-bottom: 2px;
179 padding-right: 1px;
180 padding-left: 4px;
181}
182
183h4 {
184 font-size: 14px;
185 color: #003366;
186 text-decoration: none;
187 background-position: center;
188 bottom: 9px;
189 margin: 20px;
190 text-align: center;
191 border: 1px dotted #666666;
192 padding: 2px;
193 width: auto;
194 background-color: #EEEFEF;
195 font-variant: small-caps;
196}
197h5 {
198 font-size: 14px;
199 font-weight: bold;
200 color: #ffffff;
201 text-decoration: none;
202 border-bottom-width: 1px;
203 border-bottom-style: dotted;
204 border-bottom-color: #CCCCCC;
205 margin-top: 0px;
206 margin-bottom: 4px;
207 padding-right: 1px;
208 padding-left: 4px;
209 background-color: #A8C4E1;
210 background-position: center;
211 text-align: center;
212}
213h6 {
214 font-size: 12px;
215 font-weight: bold;
216 color: #333333;
217 text-decoration: none;
218 border-bottom-style: dotted;
219 padding-left: 4px;
220 background-position: center;
221 border-bottom-color: #EEEEEE;
222 border-bottom-width: 1px;
223 padding-top: 3px;
224 padding-right: 2px;
225 padding-bottom: 0px;
226 bottom: 9px;
227 margin-top: 1px;
228 margin-bottom: 3px;
229}
230
231/* classe tratteggiata usata in molti td */
232
233
234.modulo {
235 text-decoration: none;
236 border: 1px solid #666699;
237 font-size: 10px;
238}
239
240.modulo-button {
241 color: #663366;
242 text-decoration: none;
243 background-color: #FFFFEE;
244 border: 1px solid #660033;
245 width: 50%;
246 text-align: center;
247 font-size: 10px;
248 padding: 3px;
249}
250
251
252.sitebar {
253 background-image:url(images/box_bg.jpg); background-repeat:repeat-x;
254 font-size: 12px;
255 border: none;
256 color: #ffffff;
257}
258
259
260
261/* tavole */
262.table-main {
263 border: 1px solid #DEDEDC;
264 font-size: 12px;
265 background-position: center top;
266 padding: 0px;
267 color: #666666;
268 text-align:center;
269 width: 900px;
270
271
272}
273
274
275/* numero e simbolo liste */
276
277.td-5 {
278
279 margin: 0px 0 0 0px;
280 width: 5%;
281 border: none;
282 background-color:#5D81A6;
283 color:#ffffff;
284
285 padding: 0px;
286 FONT-SIZE: 12px;
287 FONT-FAMILY: Verdana, Helvetica;
288}
289
290.td-130c {
291 text-align:left;
292 margin: 0px 0 0 0px;
293 width: 130px;
294 padding: 0px;
295 border: .5px solid black;
296}
297.td-130b {
298 border: .5px solid black;
299 font-family: Verdana, Arial, Helvetica, sans-serif;
300 font-size: 12px;
301 margin-top: 0px;
302 margin: 0;
303}
304
305/* sinistra */
306div#sx{
307 width: 500px;
308 float: left;
309 text-align: left;
310 }
311/* destra */
312div#dx{
313 width: 149px;
314 float: right;
315 /*text-align: left; */
316 }
317
318
319/* flash */
320div#flash{
321 width: 410px;
322 float: left;
323 text-align: left;
324 }
325
326
327
328
329
330
331/* immagini bordo */
332
333.image {
334 /*float: center;*/
335 border: none;
336 margin: 0px;
337 padding: 0px;
338}
339
340.stemma {
341 /*float: center;*/
342 border: none;
343 margin: 0px;
344 padding: 0px;
345 width:50px;
346 height:50px;
347}
348
349.stemmapic {
350 /*float: center;*/
351 border: none;
352 margin: 0px;
353 padding: 0px;
354 width:30px;
355 height:30px;
356}
357
358
359.noblocco {
360border: 0px;
361margin-right:0px;
362margin-left:130px;
363text-align: right;
364vertical-align: middle;
365width:18px;
366height:18px;
367}
368
369
370.nobordo {
371border: 0px;
372text-align: center;
373vertical-align: middle;
374}
375
376.bordo {
377border: 1px solid #ff0000;
378text-align: left;
379vertical-align: middle;
380
381}
382/******************** font e backcolor******************************/
383.blu {
384 background: none;
385 font-weight: bold;
386 color: #003366;
387 font-size: 12px;
388 font-family: Verdana, Helvetica
389}
390
391
392.red {
393 background: none;
394 color: #ff0000;
395 font-size: 12px;
396 font-family: Verdana, Helvetica
397}
398
399.redbig {
400 background: none;
401 color: #ff0000;
402 font-size: 16px;
403 font-family: Verdana, Helvetica
404}
405
406.bgw {
407 background: #ffffff;
408 font-size: 12px;
409 font-family: Verdana, Helvetica;
410 text-align: center;
411}
412/* diventa celeste */
413
414.bggray {
415 background-color:#5D81A6;
416 font-size: 12px;
417 font-family: Verdana, Helvetica;
418 text-align: center;
419 color: #ffffff;
420}
421
422.bggray2 {
423 background: #A8C4E1;
424 font-size: 12px;
425 font-family: Verdana, Helvetica;
426 text-align: center;
427 }
428
429.bggray3 {
430 background: #dce9f9;
431 font-size: 12px;
432 font-family: Verdana, Helvetica;
433 text-align: left;
434 }
435
436.normale {
437 background: none;
438 color: #000000;
439 font-size: 12px;
440 font-family: Verdana, Helvetica;
441 text-align: left;
442}
443.piccolo {
444 BACKGROUND: none;
445 COLOR: #cccccc;
446 FONT-SIZE: 10px;
447 FONT-WEIGHT: normal;
448 FONT-FAMILY: Verdana, Helvetica;
449 TEXT-DECORATION: none}
450/**********************************************************************BOTTONI W3C*****************************************************/
451
452.w3cbutton3 {
453background-image:url(images/box_bg.jpg); background-repeat:repeat-x;
454 margin: 0px 0px 0px 5px;
455 width: 95px;
456 border: 1px solid #6A6A6A;
457 font-family: helvetica,arial,sans-serif;
458 font-size: 10px;
459 float: left;
460}
461
462.w3cbutton3 a {
463 display: block;
464 width: 100%;
465}
466
467.w3cbutton3 a:link, .w3cbutton3 a:visited {
468 background-color: #8CC8C7;
469 color: #2A290B;
470 text-decoration: none;
471}
472
473.w3cbutton3 a:hover {
474 background-color: #C9F4F3;
475 color: #2A290B;
476 text-decoration: none;
477}
478
479.w3cbutton3 span.w3c {
480 font-weight: bold;
481 padding: 0 0.4em;
482 background-color: #FFFFCC;
483 color: #0C479D;
484}
485
486.w3cbutton3 span.spec {
487 color: #333333;
488}
489
490.w3cbutton3 span.specRed {
491 color: #FF0000;
492}
493
Note: See TracBrowser for help on using the repository browser.