source: trunk/spip/esqueleto-redcta/themes/redcta/styles/estilo.css @ 30

Last change on this file since 30 was 30, checked in by sebas, 17 years ago

nueva importacion del codigo del esqueleto de redcta con los plugins

File size: 12.6 KB
Line 
1body 
2{ 
3
4font-family:Helvetica, Arial, sans-serif; 
5font-size: 85%;
6/*background-image: url("../img/fondo.gif");*/ 
7margin: 0 ;
8text-align:center;
9}
10img{ border:0px solid #000000}
11a, a:visited
12{
13color: #0C2A80;
14text-decoration: none;
15
16}
17a:hover , a.over
18{ 
19color: #0C2A50
20}
21
22#pagina 
23{
24margin: 0; 
25padding: 0; 
26width: 780px ;
27text-align:center;
28position:relative;
29margin: 0px auto;
30}
31#estructura
32{
33/*color:#FFFF00;*/
34font-size: 80%;
35overflow:hidden;
36display:none;
37}
38#cabeza img{border:0}
39#cabeza 
40{float:left;
41/*background-image: url("../img/fondo.gif");
42background-color: #000;
43background-image: url("../img/cabeza.jpg");
44
45margin-bottom: 0;
46padding: 0;
47height: 51px;*/
48}
49#barracabeza
50{
51/*border: solid 1px #000000;*/
52background-image: url("../img/fondobarra.gif");
53padding:3px;
54margin: 0px 0px 0px 0px;
55font-size:85%;
56float:left;
57width:774px
58
59}
60#cuerpo
61{
62background-image: url("../img/fondoportada.gif");
63
64float:left;
65background-repeat:repeat-y;
66}
67#cuerpo-actividades
68{
69background-image: url("../img/fondoblanco-menu.jpg");
70
71float:left;
72background-repeat:repeat-y;
73}
74#columnaizquierda
75{
76/*border:1px solid #0066CC;*/
77text-align:left;
78width:131px;
79float:left;
80margin: 0px 0px 0px 0px;
81
82overflow:hidden;
83}
84#menusecciones{
85text-align:left;
86
87}
88.mostrar{display:none}
89.menuseccionesarriba{
90/*background-image: url("../img/secciones.gif");*/
91height:13px;
92background-repeat:no-repeat}
93.menuseccionesitem
94{
95padding: 4px 10px 4px 14px;
96
97font-size:90%;
98background-repeat:repeat-y
99}
100* html .menuseccionesitem       /* selecteur reconnu seulement par IE (Win et Mac)*/
101{
102/*margin-top:-3px*/
103}
104.menuseccionesitem a , .menuseccionesitem a:visited
105{
106
107font-weight: bold;
108}
109.pico{margin: -2px 0px 0px -14px;
110position:relative;
111}
112.menuseccionesitem:hover{
113}
114
115.menuseccionesitemon
116{
117background-repeat:repeat-y;
118padding: 4px 10px 4px 14px;
119
120font-size:80%;
121font-weight: bold;
122}
123
124a.on, a:visited.on{;font-weight: bold;}
125.menuseccionesitem-sub a , .menuseccionesitem-sub a:visited 
126{
127
128font-weight: bold;
129}
130.menuseccionesitem-sub
131{
132/*background-image: url("../img/bordemenusub1.gif");
133background-repeat:repeat-y;*/
134padding: 4px 10px 4px 20px;
135
136font-size:80%;
137/*background-color:#B7D8DA;*/
138}
139
140.menuseccionesitem-subon
141{
142/*background-image: url("../img/bordemenusub1.gif");
143background-repeat:repeat-y;*/
144padding: 4px 10px 4px 20px;
145/*border-bottom: solid 1px #23475D;*/
146border-right: solid 1px #23475D;
147font-size:80%;
148/*
149background-color:#B7D8DA;*/
150}
151.menuseccionesitem-subon ul li .menuseccionesitem-sub{
152position:relative;
153background-image: url("../img/bordemenusubsub1.gif");
154background-repeat:repeat-y;
155padding-left:25px;
156margin-right:-11px;
157margin-left:-20px;
158font-weight: bold;
159margin-top:2px;
160border-top: solid 1px #23475D;}
161
162.menuseccionesitem-subon ul li .menuseccionesitem-subon{
163position:relative;
164background-image: url("../img/bordemenusubsub1.gif");
165background-repeat:repeat-y;
166padding-left:25px;
167margin-right:-11px;
168margin-left:-20px;
169font-weight: bold;
170margin-top:2px;
171border-top: solid 1px #23475D;}
172
173.articuloson ul li .menuarticuloitem{
174background-image: url("../img/bordemenusub1.gif");
175background-repeat:repeat-y;
176padding: 4px 10px 4px 20px;
177border-bottom: solid 1px #23475D;
178border-right: solid 1px #23475D;
179font-size:80%;
180
181background-color:#B7D8DA;
182}
183.articulos ul li .menuarticuloitem{
184display:none
185}
186
187.lienon {color:blue}
188* html .menuseccionesitem-sub   /* selecteur reconnu seulement par IE (Win et Mac)*/
189{
190/*margin-top:-3px*/;
191}
192
193.menuseccionesitem-sub:hover{
194color:#023568;
195}
196
197
198.menuseccionesabajo{
199
200height:13px;
201background-repeat:no-repeat;
202
203}
204
205
206
207#contenido
208{
209
210width:508px;
211float:left;
212vertical-align:middle;
213padding: 10px ;
214margin: 0px 0px 0px 0px;
215overflow:hidden;
216text-align:left;
217}
218.contenidoin{padding:10px}
219
220#columnaderecha
221{
222width:120px;
223float:right;
224overflow:hidden;
225text-align:center
226}
227#avisoportada
228{
229padding: 0px 0px 0px 0px;
230margin: -10px 0px 0px -10px;
231font-size: 90%; 
232}
233#bloquearriba
234{
235text-align:left;
236        /*border-bottom:1px solid #0066CC;*/
237
238}
239#bloquemedio
240{
241text-align:left;
242        /*border-bottom:1px solid #0066CC;*/
243       
244
245}
246#bloqueabajo
247{
248/*border: solid 1px #ffffff;*/
249
250float:left;
251}
252#pie
253{/*background-image: url("../img/fondo.gif");*/
254width:780px;
255width:100%;
256float:left;
257
258margin: 0px 0px 0px 0px
259}
260#prueba 
261{
262/*border: solid 1px #ffffff;*/
263width:100%;
264float:left;
265position:absolute;
266width:500px;
267float:left;
268height: 30px;
269background-image: url("../img/fondo2.gif");
270margin: -46px 0px 0px 154px;
271}
272* html #prueba  /* selecteur reconnu seulement par IE (Win et Mac)*/
273{
274        margin: -30px 0px 0px -542px;
275
276}
277
278 /* -------------------------------------------------------
279        MENU NAVIGADORON (IZQUIERDA)
280 ------------------------------------------------------- */
281.menu a
282{
283
284
285}
286.menu ul {
287        display: block;
288        margin: 0px;
289        padding: 0px;
290        padding-bottom: 0px;
291        list-style: none;
292}
293
294.menu ul.titulo {
295        display: block;
296        margin: 0px;
297        padding: 0px;
298       
299        list-style: none;
300}
301
302.menu li.titulo {
303        display: block;
304        margin: 0px;
305        padding: 0px;
306       
307        list-style: none;
308}
309#menusecundario{
310width:140px;
311margin-left:2px;
312border-bottom:solid 5px #cc0000;
313
314
315}
316.titulosecundario
317{
318
319margin-left:8px;
320
321font-size: 80%;
322font-weight: bold;
323}
324.menusecundarioitem     
325{ 
326border-bottom:solid 2px #000099; 
327padding: 0px 6px 0px 6px; 
328font-size: 85%; 
329}
330.menusecundarioitem a ,.menusecundarioitem a:visited 
331{ 
332color: #09f; 
333}
334.menusecundarioitem a:hover 
335{ 
336color: #9cf; 
337}
338
339.menu-item a {
340 
341padding: 0px 8px 0px 18px; 
342font-size: 85%; }
343
344.menu-item a ,.menu-item a:visited 
345{ 
346color: #09f; 
347}
348.menu-item a:hover 
349{ 
350color: #9cf; 
351}
352.menu-subitem {
353padding: 0px 8px 0px 23px; 
354font-size: 85%;}
355.avisosizquierda
356{
357margin: 10px 0px 10px 6px}
358.avisosderecha
359{
360border-bottom:1px solid #0066CC;
361margin: 0px 5px 0px 5px;
362padding: 10px 0px 10px 0px;
363font-size: 80%;
364
365
366}
367.spip-admin-bloc {
368text-align:center;float:left;
369width:780px}
370
371.avisossuperior
372{
373border-bottom:1px solid #0066CC;
374padding: 10px 0px 10px 0px;
375margin: 0px 0px 0px 0px;
376font-size: 90%; 
377}
378
379
380
381.subtituloaviso
382{
383font-size: 105%;
384text-align:left ;
385background-color:#FFFFFF;
386padding: 0px 10px 0px 10px;
387}
388.tituloaviso
389{ 
390font-size: 140%;
391font-weight: bold;
392color:red;
393background-color:#FFFFFF
394}
395a:hover .tituloaviso
396{ 
397
398color:#000ddd
399}
400
401/* contenido del pie general */
402#datos{
403
404/*padding:5px;*/
405text-align:center;
406font-size: 80%;
407font-weight:bold
408}
409.texto1datos{}
410.texto2datos{
411font-size: 120%;
412
413font-weight: bold;}
414.texto3datos{
415font-size: 110%;
416}
417#afiliados{
418}
419.evento { font-size: 11px; font-family: Verdana, Arial, Helvetica; border-top: 1px solid #036 }
420.adagenciat      { font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
421.adagenciat a    { color: #036; text-decoration: none }
422.adagenciat a:hover   { color: #00c }
423.adagencia a      { color: #036; text-decoration: none }
424.evento a  { color: #900; text-decoration: none }
425.evento a:hover    { color: #036 }
426.adagencia a:hover1 { color: #036 }
427.adagenciase    { color: #036; font-size: 13px; font-family: Verdana, Arial, Helvetica; border-top: 1px solid #036 }
428.activtit  { color: #036; font-size: 13px; font-family: Verdana, Arial, Helvetica }
429.activfecha { font-weight: bold; font-size: 11px; font-family: Verdana, Arial, Helvetica }
430.adagenciase a   { color: #036; font-family: Verdana, Arial, Helvetica }
431.adagenciase a:hover  { color: #00c; font-family: Verdana, Arial, Helvetica; text-decoration: none }
432
433#cuerpodespacho
434{
435background-image: url("../img/fondoatedespacho.gif");
436float:left;
437background-repeat:repeat-y;
438}
439#contenidodespacho
440{
441
442padding:0px 0px 0px 0px;
443width:640px;
444
445overflow:hidden}
446#despacho
447{
448
449padding:10px 0px 20px 10px;
450width:620px;
451float:left;
452overflow:hidden}
453.regional{
454font-size: 80%;
455margin-top:10px;
456font-weight: bold;
457text-align:left;
458
459color:#005555}
460.detalleregional{
461font-size: 80%;
462text-align:left;
463color:#000000
464}
465.tituloarticulo{
466font-size: 120%;
467text-align:left;
468margin-top:2px;
469}
470.textoarticulo{
471font-size: 80%;
472text-align:justify;
473margin-top:20px
474}
475.volver{
476text-align:right;font-size:80%
477}
478#datosedicion a , #datosedicion a:visited {color:#CCCCCC}
479#datosedicion a:hover {color:#eeeeee}
480#datosedicion{
481padding-top:20px;
482text-align:center;
483
484color:#ffffff;
485text-align:left}
486.frase{font-size: 90%;
487padding:3px 0px 3px 10px;
488font-style:italic;font-family:"Times New Roman", Times, serif;}
489.despachodatos{padding:3px 0px 3px 10px;;font-size: 75%;}
490.titulomedios{
491background-color:#005555;
492font-size:80%;
493
494padding:3px 0px 3px 0px;
495font-weight: bold;
496color:#ffffff;
497}
498.division{
499margin:20px -10px 20px -10px;
500height:20px;
501background-color:#cccccc}
502.numerodespacho{font-weight: bold;
503font-size: 80%;
504padding:3px 5px 3px 5px;
505text-align:center}
506.pirulos
507{
508font-size: 80%;
509margin-left:5px;
510margin-right:5px;
511position: relative;
512        /*overflow:hidden;*/
513text-align:center;
514/*border: solid 1px black*/
515}
516.pirulos img {border:0px}
517.spacepirulo{margin-bottom:2px;}
518/*.cortepirulo{background-color:transparent;
519height:8px;}*/
520
521#rubriquepirulo { 
522font-weight:bold; 
523font-size:80%; 
524text-align:center;
525color:#000000; 
526background-color:#669ACC;
527padding: 2px 5px 2px 5px;
528margin-top:10px;
529
530}
531#rubriquepirulo a{color:#000000;font-size:115%; }
532#rubriquepirulo a:hover{color:#ffffff}
533.surtitrep{
534padding: 1px 0px 1px 5px;
535background-color:white;
536font-size:1.0em; 
537;
538}
539
540.h5p {
541padding: 1px 3px 3px 3px;
542background-color:white;
543font-size:120%;
544font-weight:bold
545}
546
547.h5p a{
548}
549.h5p a:hover{color:blue
550}
551
552.sous-titrep{padding: 0px 3px 5px 3px;background-color:white;font-size:90%; }
553
554#nota_principal
555{
556padding:10px
557}
558#nota_secundaria
559{
560padding:10px
561}
562#sktheme_switcher {
563text-align:left;float:left;
564position:relative;
565width:780px}
566
567.agendabanner{background-image: url("../img/agenda.gif");
568height:31px;
569background-repeat:no-repeat;
570background-position:center;
571margin-top:10px;
572margin-bottom:0px}
573.agendain       { padding-right: 10px; padding-left: 10px;
574margin-left:6px;
575margin-right:6px;
576 }
577.agendatit, .agendatit a,  .agendatit a:visited    { font-size: 1em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; padding-bottom: 10px }
578.agendaevent    { font-size: 0.8em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; margin-bottom: 5px; padding-bottom: 3px; border-bottom: 1px dashed #789 }
579.agendafecha       { font-size: 0.9em; font-family: Verdana, Arial, Helvetica, sans-serif; margin-top: 5px; padding-top: 5px; padding-bottom: 10px }
580#rubriquedestacada{
581padding-left:3px;
582background-color:#ccc;
583font-weight:bold;
584
585}
586.comunicado-in{
587font-size:90%;
588border: solid 1px #ccc;
589padding:10px;
590background-color:#eee
591}
592
593#instalacion
594{
595
596width:492px;
597
598padding:15px;
599font-size:110%;
600color:brown;
601
602background-image: url("http://www.redcta.org.ar/images/Logo-redcta-trac.png");
603background-repeat:no-repeat;
604background-position:right top; 
605
606}
607#titulares{
608font-size:120%;
609
610font-weight:bold;
611text-align:left;
612}
613.fechatitulares{
614font-weight:normal}
615
616#galeria{float:left}
617#rubriqueportada{font-size:95%;
618font-weight:bold;
619padding-top:5px;
620border-top:1px solid #ccc}
621h3{margin-top:4px;
622margin-bottom:3px;
623font-size:140%}
624.texte{font-size:90%;margin-bottom:10px}
625.titulo-0{font-size:120%;
626font-weight:bold;
627margin-bottom:5px}
628.FECHA-COMUNIC{font-weight:bold;
629font-style:italic;
630color:#666633}
631.titulocongreso{font-weight:bold;
632margin-top:-10px;
633margin-left:10px;
634margin-right:10px;
635font-size:130%;
636}
637.fecha{font-size:80%;
638font-style:italic;
639}
640.surtitre{font-size:90%;
641font-weight:bold}
642.chapo{
643font-weight:bold}
644.titre{font-size:130%;
645font-weight:bold}
646.articulos{width:100%;border-bottom:1px solid #ccc}
647.sous-titre{;
648font-weight:bold}
649#bloc-contenu-top{border-bottom:1px solid #ccc}
650.volantadest1{font-weight:bold}
651.pagination .ligne2{text-align:center;background-color:#eee;}
652p.pagination{margin-top:0;text-align:center;font-size:80%;}
653#sommaire{float:right;display:block;width:160px;margin:0 0 0 1em;border:1px gray solid;background-color:white;overflow:hidden;}
654.spip_modele{width:160px;margin:0 0 0 1em;border:1px gray solid;background-color:white;clear:both;overflow:hidden;}
655#sommaire h4,.spip_modele h4{border-bottom:1px silver dotted;text-align:center;line-height:1em;}
656#sommaire ul,.spip_modele ul{font-size:90%;margin:.5em;margin-left:1em;padding:0;list-style-type:square;}
657#sommaire ul li,.spip_modele ul li{line-height:1em;margin:.3em 0 0 .5em;}
658
659.spip_code, .spip_cadre { font-family: monospace; font-style: normal; font-size: 1.2em; }
660.spip_cadre { width: 99%; border: 1px inset; }
661.spip_code { background-color: #FCF4D0; }
662/*
663    NUBE DE PALABRAS
664*/
665.nube01{
666 background-color: Black;
667 font-size: 9pt;
668 text-align: left;
669 padding-left: 5px;
670 padding-right: 5px;
671 color: #ffffff;
672 font-weight: bold;
673 width: 502px;
674}
675.nube02{
676 background-color: #D6DCF5;
677 width: 500px;
678 border: 1px solid #D6DCF5;
679 padding-left: 5px;
680 padding-right: 5px;
681}
682a.nubelink:link, a.nubelink:visited, a.nubelink:active{
683
684 color: #FFCC00;
685 text-decoration: none;
686}
687A.nubelink:hover{
688
689 color: White;
690 text-decoration: underline;
691}
Note: See TracBrowser for help on using the repository browser.