source: trunk/client/temi/bsitalia/layout/styles/style.css@ 400

Last change on this file since 400 was 400, checked in by roby, 3 months ago
  • ADMIN

-- Migliorata la gestione di operatori e responsabili

  • CLIENT

-- Nuovo tema BSItalia realizzato dal CED di Capo d'Orlando
-- Sistemata la funzione del widget privacy
-- Varie modifiche di allineamento oggetti

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