source: trunk/client/temi/spectral/style.css@ 241

Last change on this file since 241 was 241, checked in by luc, 9 years ago

Aggiunta del widget Privacy e CookieLaw per l'informativa sui cookie - Aggiunto Tema Realistic - Aggiunto Tema Spectral

File size: 11.4 KB
Line 
1/*
2a:link {
3 text-decoration: none;
4 color: #660033;
5}
6a:visited {
7 text-decoration: none;
8 color: #660000;
9}
10a:hover {
11 color: #CC2222;
12}
13
14
15body , html {
16 font-family: Verdana, Arial, Helvetica, sans-serif;
17 font-size: 13px;
18 font-style: normal;
19 font-weight: normal;
20 margin-right: 0;
21 margin-left: 0;
22 margin-top: 0;
23 text-align: center;
24 background-color: #FFFFFF;
25 color: #333333;
26}
27*/
28div#container{
29
30 width: 100%;
31 margin: 0px auto; /*centra */
32
33 }
34
35table {
36 margin-right: auto;
37 margin-left: auto;
38 text-align: left;
39 margin-top: 0px;
40
41}
42td {
43 font-family: Verdana, Arial, Helvetica, sans-serif;
44 font-size: 13px;
45 margin-top: 0px;
46 margin: 0;
47}
48
49hr {
50 color: #000000;
51 background-color: #FFFFFF;
52 border-bottom: 1px dotted #CCCCCC;
53}
54form {
55
56 font-size: 12px;
57 color: #000066;
58 text-decoration: none;
59 margin-right: 0px;
60 margin-left: 0px;
61 margin-top: 0px;
62 margin-bottom: 0px;
63 width: 100%;
64}
65p {
66 font-family: Verdana, Arial, Helvetica, sans-serif;
67 font-size: 13px;
68 padding-right: 8px;
69 padding-bottom: 0px;
70 padding-left: 8px;
71 padding-top: 0px;
72 margin: 2px 2px 4px;
73}
74
75h1 {
76
77 font-size: 1.8em;
78 font-weight: bold;
79 color: #000;
80 text-decoration: none;
81 border-bottom-width: 1px;
82 border-bottom-style: dotted;
83 border-bottom-color: #222266;
84 margin-top: 6px;
85 margin-bottom: 8px;
86 padding-right: 0px;
87 padding-left: 0px;
88}
89
90h2 {
91 font-size: 14px;
92 font-weight: bold;
93 color: #660000;
94 text-decoration: none;
95 /*border-bottom-width: 1px;
96 border-bottom-style: dotted;
97 border-bottom-color: #CCCCCC;
98 */
99 margin-top: 9px;
100 margin-bottom: 2px;
101 padding-right: 1px;
102 padding-left: 4px;
103
104}
105h4 {
106 font-size: 14px;
107 color: #003366;
108 text-decoration: none;
109 background-position: center;
110 bottom: 9px;
111 margin: 20px;
112 text-align: center;
113 border: 1px dotted #666666;
114 padding: 2px;
115 width: auto;
116 background-color: #EEEFEF;
117 font-variant: small-caps;
118}
119h5 {
120 font-size: 14px;
121 font-weight: bold;
122 color: #333333;
123 text-decoration: none;
124 border-bottom-width: 1px;
125 border-bottom-style: dotted;
126 border-bottom-color: #CCCCCC;
127 margin-top: 0px;
128 margin-bottom: 4px;
129 padding-right: 1px;
130 padding-left: 4px;
131 background-color: #EFEFEF;
132 background-position: center;
133 text-align: center;
134}
135h6 {
136 font-size: 12px;
137 font-weight: bold;
138 color: #333333;
139 text-decoration: none;
140 border-bottom-style: dotted;
141 padding-left: 4px;
142 background-position: center;
143 border-bottom-color: #EEEEEE;
144 border-bottom-width: 1px;
145 padding-top: 3px;
146 padding-right: 2px;
147 padding-bottom: 0px;
148 bottom: 9px;
149 margin-top: 1px;
150 margin-bottom: 3px;
151}
152
153
154/* usate per blocco */
155
156.sidebar {
157
158 text-align:left;
159 margin-top:0px;
160 width: 200px;
161 border: none;
162 padding: 0px;
163 /*background-color:#b0b0b0;*/
164}
165.sidebar a{
166color:#5D81A6;
167}
168.sidebar a:hover{
169text-decoration: underline;
170/*color:#FFFFFF;*/
171}
172.sidebar a:visited{
173color:#5D81A6;
174}
175
176
177
178.footbar {
179 background-image: url(images/footer.jpg);
180 font-size: 10px;
181 color: #330000;
182 padding-right: 10px;
183 padding-bottom: 2px;
184 padding-left: 8px;
185 padding-top: 2px;
186 height: 24px;
187}
188.modulo {
189 text-decoration: none;
190 border: 1px solid #666699;
191 font-size: 10px;
192}
193.moduloform {
194 text-decoration: none;
195 border: 1px solid #666699;
196 font-size: 13px;
197 text-align: left;
198}
199.modulo-extranet {
200 text-decoration: none;
201 border: 1px dotted #000033;
202 width: 100px;
203 background-color: #FFFFFF;
204 color: #CCCCCC;
205}
206.modulo-button {
207 color: #663366;
208 text-decoration: none;
209 background-color: #FFFFEE;
210 border: 1px solid #660033;
211 width: 50%;
212 text-align: center;
213 font-size: 10px;
214 padding: 3px;
215}
216.modulosmall {
217 font-size: 9px;
218 color: #000066;
219 text-decoration: none;
220 background-color: #FFFFFF;
221 border: 0px;
222 width: 100%;
223 margin: 0px;
224 padding: 2px;
225}
226.modulo-table {
227 font-size: 10px;
228 color: #000066;
229 text-decoration: none;
230 background-color: #FFFFFF;
231 border-top: 1px dotted #000033;
232 border-bottom: 1px dotted #000033;
233 width: 100%;
234}
235.modulo-titolo {
236 font-size: 13px;
237 font-weight: bold;
238 color: #336633;
239 text-decoration: none;
240 border-top: 1px dotted #000033;
241 margin-top: 10px;
242 margin-bottom: 0px;
243 margin-right: 0px;
244 margin-left: 0px;
245 padding: 0px;
246 background-color: #EFEFEF;
247 text-align: left;
248 width: 100%;
249}
250.table-main {
251 border: 1px solid #DEDEDC;
252 font-size: 13px;
253 background-position: center top;
254 padding: 0px;
255 color: #666666;
256 text-align:center;
257 /*width: 100%;*/
258}
259
260.table-blocco {
261border: 1px solid #DEDEDC;
262font-size: 10px;
263background-position: center top;
264padding: 0px;
265color: #666666;
266}
267
268
269
270
271.table-central {
272 border-top-width: 1px;
273 border-right-width: 1px;
274 border-bottom-width: 1px;
275 border-left-width: 1px;
276 border-right-style: dotted;
277 border-left-style: dotted;
278 border-top-color: #CC3300;
279 border-right-color: #CC3300;
280 border-bottom-color: #CC3300;
281 border-left-color: #CC3300;
282 border-top-style: none;
283 border-bottom-style: none;
284 height: 100%;
285 width: 100%;
286 margin: 0px;
287 padding: 8px;
288}
289.table-info {
290 font-size: 10px;
291 padding-right: 4px;
292 padding-bottom: 2px;
293 padding-left: 2px;
294 padding-top: 4px;
295 margin: 2px 2px 4px;
296}
297.table-main-secondary {
298 background-position: center top;
299 border-top: none;
300 border-left: 1px dotted #DEDEDC;
301 border-bottom: none;
302 border-right: none;
303}
304.table-docs {
305 font-size: 9px;
306 padding: 1px;
307 color: #000000;
308 /* margin: 4px 4px 40px;*/
309 border-bottom: thin dotted #666666;
310 text-align:center;
311}
312.omniainternet {
313 font-size: 13px;
314 color: #993366;
315 text-decoration: none;
316 background-position: center;
317 bottom: 5px;
318 margin: 20px;
319 text-align: center;
320 border: 1px dotted #FF6666;
321 padding: 2px;
322 width: auto;
323 background-color: #FFEFEF;
324 font-variant: small-caps;
325}
326.message {
327 font-size: 13px;
328 /*color: #EE3366;*/
329 text-decoration: none;
330 background-position: center;
331 bottom: 5px;
332 margin: 10px auto;
333 text-align: left;
334 border: 1px dotted;
335 padding: 2px;
336 width: 450px;
337 background-color: #FFFFEF;
338}
339.td-main {
340
341 border-top: none;
342 border-right: 1px dotted #DEDEDC;
343 border-bottom: none;
344 border-left: 1px dotted #DEDEDC;
345}
346.news {
347 font-size: 10px;
348 border: none;
349 padding-right: 8px;
350 padding-bottom: 0px;
351 padding-left: 8px;
352 padding-top: 0px;
353 color: #330000;
354}
355.headlines {
356 font-size: 10px;
357 color: #333333;
358 text-decoration: none;
359 margin-top: 10px;
360 margin-bottom: 16px;
361 width: 366px;
362 text-align: left;
363 border: 0px dotted #FFFFFF;
364}
365
366
367
368.tavola {
369 background-image: url(images/back.gif);
370 font-size: 13px;
371 border: none;
372 color: #330000;
373}
374
375/* tabelle specifiche */
376
377.piccolo {
378 BACKGROUND: none;
379 COLOR: #cccccc;
380 FONT-SIZE: 10px;
381 FONT-WEIGHT: normal;
382 FONT-FAMILY: Verdana, Helvetica;
383 TEXT-DECORATION: none}
384
385.table-80 {
386 margin: 0px auto;
387 font-size: 13px;
388 border: none;
389 color: #330000;
390 //width: 80%;
391}
392.table-762 {
393 text-align: center;
394 margin: 0px auto;
395 font-size: 13px;
396 border: none;
397 color: #330000;
398 width: 762px;
399 margin-top: 0px;
400
401 padding: 0px;
402}
403.td-image {
404 text-align: center;
405 border: none;
406 margin: 0px;
407 padding: 0px;
408}
409.image {
410 /*float: center;*/
411 border: none;
412 margin: 0px;
413 padding: 0px;
414}
415
416.td-2 {
417
418 margin: 0px 0 0 0px;
419
420 border: none;
421 background-color: #d2d2d2;
422 padding: 0px;
423 FONT-SIZE: 13px;
424 FONT-FAMILY: Verdana, Helvetica;
425 text-align: center;
426}
427.td-5 {
428
429 margin: 0px 0 0 0px;
430 width: 5%;
431 border: none;
432 background-color: #d2d2d2;
433 padding: 0px;
434 FONT-SIZE: 13px;
435 FONT-FAMILY: Verdana, Helvetica;
436 text-align: center;
437}
438
439.td-30 {
440
441
442 width: 30%;
443 text-align: left;
444
445
446 FONT-SIZE: 13px;
447 FONT-FAMILY: Verdana, Helvetica;
448}
449.td-149 {
450 float: right;
451 margin-top:0px;
452 /*margin: 0px 0 0 0px;*/
453 width: 200px;
454 border: none;
455 background-color: #d2d2d2;
456 padding: 0px;
457}
458.td-130 {
459 float: right;
460 margin: 0px 0 0 1px;
461 width: 130px;
462 border: none;
463 background-color: #d2d2d2;
464 padding: 0px;
465 color:#000;
466
467}
468.td-130c {
469 float: right;
470 text-align:left;
471 margin: 0px 0 0 1px;
472 width: 130px;
473 border: none;
474 color:#000;
475 padding: 0px;
476}
477.td-vuoto {
478
479
480 width: 100%;
481 border: none;
482 text-align: left;
483
484}
485.td-vuotoc {
486
487
488 width: 100%;
489 border: none;
490 text-align: center;
491
492}
493
494.td-89 {
495
496
497 width: 89%;
498 border: none;
499 text-align: left;
500 color:#000000;
501
502}
503.td-640 {
504 float: left;
505 margin: 0px 0 0 10px;
506 width: 610px;
507 border: none;
508 background-color: #ffffff;
509 padding: 0px;
510 text-align: left;
511}
512
513
514div#sx{
515 width: 610px;
516 float: left;
517 text-align: left;
518 }
519
520div#dx{
521 width: 200px;
522 float: right;
523 text-align: left;
524 }
525
526div#divbutton{
527 width: 798px;
528
529 text-align: right;
530 }
531
532
533div#flash{
534 width: 410px;
535 float: left;
536 text-align: left;
537 }
538
539
540
541.noblocco {
542border: 0px;
543margin-right:0px;
544margin-left:130px;
545text-align: right;
546vertical-align: middle;
547width:18px;
548height:18px;
549}
550
551
552.normal{
553 margin: 0px 0 0 1px;
554 float: left;
555 text-align: left;
556 }
557
558.stemmapic {
559 /*float: center;*/
560 border: none;
561 margin: 0px;
562 padding: 0px;
563 width:70px;
564 height:70px;
565}
566.stemma {
567 /*float: center;*/
568 border: none;
569 margin: 0px;
570 padding: 0px;
571 width:70px;
572 height:70px;
573 text-align: center;
574}
575
576/**********************************************************************BOTTONI W3C*****************************************************/
577
578.w3cbutton3 {
579 margin: 0px 0px 0px 5px;
580 width: 95px;
581 border: 1px solid #6A6A6A;
582 font-family: helvetica,arial,sans-serif;
583 font-size: 10px;
584 float: left;
585}
586
587.w3cbutton3 a {
588 display: block;
589 width: 100%;
590}
591
592.w3cbutton3 a:link, .w3cbutton3 a:visited {
593 background-color: #8CC8C7;
594 color: #2A290B;
595 text-decoration: none;
596}
597
598.w3cbutton3 a:hover {
599 background-color: #C9F4F3;
600 color: #2A290B;
601 text-decoration: none;
602}
603
604.w3cbutton3 span.w3c {
605 font-weight: bold;
606 padding: 0 0.4em;
607 background-color: #FFFFCC;
608 color: #0C479D;
609}
610
611.w3cbutton3 span.spec {
612 color: #333333;
613}
614
615.w3cbutton3 span.specRed {
616 color: #FF0000;
617}
618
619
620/******************** font e backcolor******************************/
621.blu {
622 BACKGROUND: none;
623 font-weight: bold;
624 COLOR: #003366;
625 FONT-SIZE: 12px;
626 FONT-FAMILY: Verdana, Helvetica
627}
628
629
630.red {
631 BACKGROUND: none;
632 COLOR: #ff0000;
633 FONT-SIZE: 12px;
634 FONT-FAMILY: Verdana, Helvetica
635}
636
637.redbig {
638 BACKGROUND: none;
639 COLOR: #ff0000;
640 FONT-SIZE: 16px;
641 FONT-FAMILY: Verdana, Helvetica
642}
643
644.bgw {
645 /*background-color: #ffffff;*/
646 FONT-SIZE: 12px;
647 FONT-FAMILY: Verdana, Helvetica;
648 text-align: center;
649 color:#000;
650}
651
652.bggray {
653 background-color: #d2d2d2;
654 FONT-SIZE: 12px;
655 FONT-FAMILY: Verdana, Helvetica;
656 text-align: center;
657 /*color:#fff;*/
658}
659
660.bggray2 {
661 background-color: #ffffff;
662 FONT-SIZE: 12px;
663 FONT-FAMILY: Verdana, Helvetica;
664 color:#000;
665 text-align: center;
666
667 }
668
669.bggray3 {
670 BACKGROUND: #EFEFEF;
671 FONT-SIZE: 12px;
672 FONT-FAMILY: Verdana, Helvetica;
673 text-align: left;
674 color:#fff;
675 }
676
677.normale {
678 BACKGROUND: none;
679 COLOR: #000000;
680 FONT-SIZE: 12px;
681 FONT-FAMILY: Verdana, Helvetica;
682 text-align: left;
683}
684
685.nobordo {
686border: 0px;
687text-align: center;
688vertical-align: middle;
689}
690
691.bordo {
692border: 1px solid #ff0000;
693text-align: left;
694vertical-align: middle;
695}
696
697
Note: See TracBrowser for help on using the repository browser.