source: sipes/themes/danland/style.css @ f8d6cf8

stableversion-3.0
Last change on this file since f8d6cf8 was a77a648, checked in by lhernandez <lhernandez@…>, 8 años ago

se modifico el archivo

  • Propiedad mode establecida a 100755
File size: 24.9 KB
Línea 
1/* $Id: style.css,v 1.47 2010/12/02 22:02:39 danprobo Exp $ */
2
3/* Body
4-------------------------------------------------------------- */
5
6body {
7background:url(images/body-bg.gif) repeat-x #fff;
8font-size: 84%;
9font-family: Arial, Helvetica, sans-serif;
10color: #000;
11margin: 0;
12padding: 0;
13line-height: 1.5em;
14}
15
16/* Text elements
17-------------------------------------------------------------- */
18
19tr.odd td, tr.even td {
20padding: 0.5em;
21}
22
23a {
24text-decoration: none;
25}
26
27a:link {
28color: #005a8c;/*#e87e17*/
29text-decoration: none;
30}
31
32a:visited {
33color: #005a8c;/*#e87e17*/
34text-decoration: none;
35}
36
37a:hover {
38color:#cc6600;
39}
40
41blockquote {
42background: url(images/bq-tl.gif) no-repeat left top;
43padding-left: 30px;
44margin-left: 10px;
45font-style:italic;
46}
47
48blockquote p {
49background: url(images/bq-br.gif) no-repeat right bottom;
50}
51
52cite {
53background: url(images/bq-tl.gif) no-repeat left top;
54clear: both;
55display: block;
56font-style: italic;
57padding-left: 30px;
58margin-left: 10px;
59}
60
61code, tt, pre {
62background-color:#EDF1F3;
63font-family:"Bitstream Vera Sans Mono",Monaco,"Lucida Console",monospace;
64font-size:0.9em;
65line-height:1.2em;
66}
67
68/* Headings
69-------------------------------------------------------------- */
70
71h1 {
72font-size: 1.6em;
73}
74
75h2 {
76font-size: 1.5em;
77 
78}
79
80h3 {
81font-size: 1.3em;
82}
83
84h4 {
85font-size: 1.2em;
86}
87
88h5 {
89font-size: 1.1em;
90}
91
92h6 {
93font-size: 1em;
94}
95
96/* Header regions
97-------------------------------------------------------------- */
98
99#header {
100height: 66px;
101position: relative;
102width: 950px;
103margin: 0 auto;
104}
105
106#header-first {
107float: left;
108}
109
110.logo {
111padding-top: 10px;
112padding-left: 15px;
113}
114
115.logo IMG {
116height:50px;
117}
118
119#header-middle {
120float: left;
121padding-top: 25px;
122}
123
124.logo-name {
125display: inline; 
126font-weight: bold;
127font-size: 25px;
128padding-left: 15px;
129position: relative;
130font-family: Verdana, Tahoma;
131font-style: italic;
132}
133
134.logo-text {
135display: inline;                       
136font-weight: bold;
137position: relative;
138padding-left: 10px;
139font-family: Verdana, Tahoma;
140}
141
142#header-wrapper #search-box {
143margin: 4px 14px;
144position: absolute;
145right: 0;
146top: 30px;
147white-space: nowrap;
148}
149
150#header-wrapper #search-box #search input.form-text {
151border: 1px solid #D5D5D5;
152width: 10em;
153}
154
155/* Primary menu + Superfish
156-------------------------------------------------------------- */
157
158#menu {
159height: 35px;
160background:url(images/menu-bg.gif) repeat-x;
161width:952px;
162margin: 0 auto;
163}
164
165#nav {
166height: 35px;
167background:url(images/menu-bg.gif) repeat-x;
168float:left;
169}
170
171#nav li {
172float:left;
173background:url(images/menu-separator.gif) no-repeat right top;
174height:35px;
175padding:0 1px 0 0;
176}
177
178#nav li a{
179color:#fff;
180text-decoration:none;
181font-size:12px;
182padding:7px 29px 0 29px;
183display:inline-block;
184font-weight:bold;
185height:25px;
186text-transform:uppercase;
187}
188
189#nav li a:hover {
190background:transparent url(images/menu-hover-bg.gif) repeat-x;
191}
192
193#nav li.active-trail a {
194background:transparent url(images/menu-hover-bg.gif) repeat-x;
195}
196
197#rounded-menu-left {
198height: 35px;
199background:transparent url(images/menu-left-bg.gif) no-repeat;
200float:left;
201width:1px;
202line-height:0;
203font-size:0;
204}
205
206#rounded-menu-right {
207height: 35px;
208background:url(images/menu-right-bg.gif) no-repeat;
209float:right;
210width:14px;
211line-height:0;
212font-size:0;
213}
214
215/* Superfish
216-------------------------------------------------------------- */
217
218#superfish {
219height:35px; 
220float:left;
221}
222
223#superfish h2 {
224height: 0;
225overflow: hidden;
226position: absolute;
227}
228
229#superfish .menu, #superfish .menu * {
230margin:0;
231padding:0;
232list-style:none;
233}
234
235#superfish .menu {
236line-height:1.0;
237}
238
239#superfish .menu ul {
240position:absolute;
241top:-999em;
242width:13em;
243}
244
245#superfish .menu ul li {
246width:100%;
247}
248
249#superfish .menu li:hover {
250visibility:inherit;
251}
252
253#superfish .menu li {
254float:left;
255position:relative;
256}
257
258#superfish .menu a {
259display:block;
260position:relative;
261}
262
263#superfish .menu li:hover ul,
264#superfish .menu li.sfHover ul {
265left:0;
266top:32px;
267z-index:99;
268}
269
270#superfish ul.menu li:hover li ul,
271#superfish ul.menu li.sfHover li ul {
272top:-999em;
273}
274
275#superfish ul.menu li li:hover ul,
276#superfish ul.menu li li.sfHover ul {
277left:13em;
278top:0;
279}
280
281#superfish ul.menu li li:hover li ul,
282#superfish ul.menu li li.sfHover li ul {
283top:-999em;
284}
285
286#superfish ul.menu li li li:hover ul,
287#superfish ul.menu li li li.sfHover ul {
288left:13em;
289top:0;
290}
291
292#superfish .menu {
293float:left;
294margin-bottom:1em;
295}
296
297#superfish .menu a {
298padding:.75em 1em;
299text-decoration:none;
300}
301
302#superfish .menu a.sf-with-ul {
303padding-right:2.25em;
304min-width:1px;
305}
306
307#superfish .menu a, #superfish .menu a:visited  {
308color:#fff;
309text-decoration:none;
310font-size:12px;
311font-weight:bold;
312text-transform:uppercase;
313padding-right:30px;
314padding-left:30px;
315padding-top:11px;
316}
317
318#superfish .menu li {
319background: transparent;
320}
321
322#superfish .menu li li {
323background: #3b6999;
324}
325
326#superfish .menu li li li {
327background: #3b6999;
328top: 0px;
329}
330
331#superfish .menu li:hover, #superfish .menu li.sfHover,
332#superfish .menu a:focus, #superfish .menu a:hover, #superfish .menu a:active {
333outline:0;
334}
335
336#superfish .menu li:hover, 
337#superfish .menu li.sfHover,
338#superfish .menu a:focus, 
339#superfish .menu a:hover, 
340#superfish .menu a:active {
341z-index:10;
342}
343
344#superfish .menu li:hover {
345background:transparent url(images/menu-hover-bg.gif) repeat-x;
346}
347
348#superfish .menu li.active-trail {
349background:transparent url(images/menu-hover-bg.gif) repeat-x;
350}
351
352#superfish .menu li.active-trail li {
353background: #3b6999;
354}
355
356#superfish .menu li li:hover {
357background: #3b6999;
358}
359
360#superfish .menu li li li:hover {
361background: #3b6999;
362}
363
364.sf-sub-indicator {
365position:absolute;
366display:block;
367right:.75em;
368top:1.05em;
369width:10px;
370height:10px;
371text-indent:-999em;
372overflow:hidden;
373background:url(images/arrows-ffffff.png) no-repeat -10px -100px;
374}
375a > .sf-sub-indicator { 
376top:.8em;
377background-position: 0 -100px;
378}
379
380a:focus > .sf-sub-indicator,
381a:hover > .sf-sub-indicator,
382a:active > .sf-sub-indicator,
383li:hover > a > .sf-sub-indicator,
384li.sfHover > a > .sf-sub-indicator {
385background-position: -10px -100px;
386}
387
388#superfish .menu ul .sf-sub-indicator { background-position:  -10px 0; }
389#superfish .menu ul a > .sf-sub-indicator { background-position:  0 0; }
390#superfish .menu ul a:focus > .sf-sub-indicator,
391#superfish .menu ul a:hover > .sf-sub-indicator,
392#superfish .menu ul a:active > .sf-sub-indicator,
393#superfish .menu ul li:hover > a > .sf-sub-indicator,
394#superfish .menu ul li.sfHover > a > .sf-sub-indicator {
395background-position: -10px 0;
396}
397
398#superfish .sf-shadow ul {
399background:     url(images/shadow.png) no-repeat bottom right;
400padding: 0 8px 9px 0;
401}
402
403#superfish .sf-shadow ul.sf-shadow-off {
404background: transparent;
405}
406
407/* slideshow + Preface top + Slideshow
408-------------------------------------------------------------- */
409
410#slideshow-wrapper{
411width:100%;
412background: transparent url(images/slideshow-shadow.gif) no-repeat center bottom;
413height:420px;
414margin-bottom:-45px;
415margin-top:14px;
416}
417
418.slideshow-inner{
419width:950px;
420margin:0 auto;
421height:355px;
422position:relative;
423z-index:1;
424overflow: hidden;
425}
426
427#slideshow-preface {
428float:left;
429position:absolute;
430text-align:left;
431z-index:4;
432}
433
434.slideshow {
435width:950px;
436height:355px;
437position:relative;
438z-index:2;
439overflow: hidden;
440}
441
442#preface {
443padding: 20px;
444font-size:1.2em;
445color:#fff;
446display:block;
447float:left;
448}
449
450#preface a {
451color:#fff;
452text-decoration:underline;
453}
454
455#preface a:hover {
456text-decoration:none;
457}
458
459#slideshow-bottom{
460width:950px;
461float:left;
462background:url(images/mission-bg.png) no-repeat center bottom;
463min-height:65px;
464position:absolute;
465bottom:0;
466left:0;
467text-align:right;
468z-index:3;
469line-height:1.7em;
470}
471
472/* Preface first + Preface middle + Preface last regions
473-------------------------------------------------------------- */
474
475#preface-wrapper {
476width:950px;
477margin: 0 auto;
478}
479
480#preface-wrapper .column {
481float: left;
482}
483
484#preface-wrapper.in1 .column {
485width: 100%;
486}
487
488#preface-wrapper.in2 .column {
489width: 50%;
490}
491
492#preface-wrapper.in3 .column {
493width: 33.3%;
494}
495
496#preface-wrapper .block {
497padding-left:15px;
498padding-right:15px;
499}
500
501#mission {
502padding: 20px;
503font-size:1.6em;
504color:#002054;
505display:block;
506float:right;
507}
508
509/* Content regions
510-------------------------------------------------------------- */
511
512#wrapper {
513width:950px;
514margin: 15px auto 10px;
515}
516
517#content {
518width: 100%;
519float: left;
520}
521
522/* Sidebar regions
523-------------------------------------------------------------- */
524
525#sidebar-side-1 #sidebar-left {
526width: 26%;
527float: left;
528font-size:12px; 
529}
530
531#sidebar-side-2 #sidebar-left {
532width: 21%;
533float: left;
534margin-right: 2%;
535font-size:12px; 
536}
537
538.sidebars-1 #content{
539width: 69%;
540padding-left: 25px;
541float: left;
542}
543
544.sidebars-2 #content{
545width: 54%;
546float: left;
547}
548
549#sidebar-side-1 #sidebar-right {
550width: 26%;
551float: right;
552font-size:12px;       
553}
554
555#sidebar-side-2 #sidebar-right {
556width: 21%;
557float: right;
558font-size:12px;       
559}
560
561#sidebar-left .block,
562#sidebar-right .block {
563margin-bottom: 10px;
564}
565
566#sidebar-left h2.block-title,
567#sidebar-right h2.block-title {
568background: #e6e6e6;
569margin:0;
570padding-top: 5px;
571padding-bottom: 5px;
572padding-left: 10px;
573padding-right: 10px;
574font-size: 1.3em;
575border-right: 1px solid #bbb;
576border-left: 1px solid #ddd;
577border-top: 1px solid #ddd;
578}
579
580#sidebar-left .block-content,
581#sidebar-right .block-content {
582background-color: #f4f4f4;
583border-right: 1px solid #bbb;
584border-bottom: 1px solid #bbb;
585border-left: 1px solid #ddd;
586border-top: 1px solid #ddd;
587}
588
589#sidebar-left .block-inner,
590#sidebar-right .block-inner {
591padding-bottom: 5px;
592}
593
594#sidebar-left .block-content,
595#sidebar-right .block-content {
596}
597
598#sidebar-left .block-content-inner,
599#sidebar-right .block-content-inner {
600margin: 0;
601padding: 5px 15px 5px 15px;
602}
603
604/* Misc.
605-------------------------------------------------------------- */
606
607#help {
608font-size: 0.9em;
609margin-bottom: 1em;
610}
611
612.error {
613border-color: red;
614}
615
616.terms {
617background-repeat: no-repeat;
618padding-left: 18px;
619padding-bottom: 5px;
620}
621
622.book-navigation .menu {
623padding-bottom: 15px;
624}
625
626#notice {
627font-size: 10px;
628text-align:center;
629margin-bottom: -10px;
630}
631
632table {
633width:100%;
634}
635
636/* Nodes
637-------------------------------------------------------------- */
638
639.node {
640margin: .5em 0 1em;
641padding-bottom: 1em;
642border-bottom: 1px solid #bbb;
643}
644
645.content-top{
646margin: 0 0 1.2em;
647padding-left: 1.2em;
648padding-right: 1.2em;
649padding-top: .1em;
650padding-bottom: .5em;
651border-bottom: 1px solid #bbb;
652border-right: 1px solid #bbb;
653border-left: 1px solid #ddd;
654border-top: 1px solid #ddd;
655background-color: #f4f4f4;;
656}
657
658.content-bottom {
659margin: 1.5em 0 1em;
660padding-left: 1.2em;
661padding-right: 1.2em;
662padding-top: .1em;
663padding-bottom: .5em;
664border-bottom: 1px solid #bbb;
665border-right: 1px solid #bbb;
666border-left: 1px solid #ddd;
667border-top: 1px solid #ddd;
668background-color: #f4f4f4;;
669}
670
671.title, .title a {
672margin: 0 auto;
673line-height: 1.2em;
674}
675
676.node .content, .comment .content {
677margin: .5em 0 .5em;
678}
679
680.node .taxonomy {
681color: #999;
682font-size: 0.9em;
683padding-left: 1em;
684}
685
686.node .picture, .comment .picture {
687float: right;
688}
689
690.preview .node, .preview .comment{
691background-color: #f4f4f4;;
692border-right: 1px solid #bbb;
693border-bottom: 1px solid #bbb;
694border-left: 1px solid #ddd;
695border-top: 1px solid #ddd;
696padding: 0.8em;
697}
698
699.submitted {
700font-size: 0.9em;
701color: #999;
702}
703
704.submitted a:hover {
705text-decoration: underline;
706}
707
708.sticky {
709padding: 1em;
710background-color: #f4f4f4;
711border-right: 1px solid #bbb;
712border-bottom: 1px solid #bbb;
713border-left: 1px solid #ddd;
714border-top: 1px solid #ddd;
715margin-top:0;
716margin-bottom:1.2em;
717}
718
719.messages {
720background-color: #f4f4f4;
721border-right: 1px solid #bbb;
722border-bottom: 1px solid #bbb;
723border-left: 1px solid #ddd;
724border-top: 1px solid #ddd;
725padding: 0.3em;
726margin-bottom: 1em;
727}
728
729.breadcrumb {
730background-color: #f4f4f4;
731border-right: 1px solid #bbb;
732border-bottom: 1px solid #bbb;
733border-left: 1px solid #ddd;
734border-top: 1px solid #ddd;
735padding-top: 0.3em;
736padding-bottom: 0.3em;
737margin-bottom: 1em;
738padding-left: 10px;
739padding-right: 10px;
740}
741
742/* Comments
743-------------------------------------------------------------- */
744
745.comment {
746border-right: 1px solid #bbb;
747border-bottom: 1px solid #bbb;
748border-left: 1px solid #ddd;
749border-top: 1px solid #ddd;
750padding: 1em;
751margin-bottom: 1em;
752padding-bottom: 1em;
753background-color: #f4f4f4;
754}
755
756.comment .title {
757line-height: 1.2em;
758}
759
760.comment .new {
761text-align: right;
762font-weight: normal;
763float: right;
764color: red;
765margin:.5em;
766}
767
768/* Aggregator
769-------------------------------------------------------------- */
770
771.feed-item-body {
772border-bottom: 1px solid #bbb;
773padding-bottom: 1em;
774}
775
776#aggregator .feed-source {
777background-color: #f4f4f4;
778border-right: 1px solid #bbb;
779border-bottom: 1px solid #bbb;
780border-left: 1px solid #ddd;
781border-top: 1px solid #ddd;
782padding: 0.8em;
783margin:10px 0;
784}
785
786#aggregator .feed-source .feed-url {
787margin:10px 0;
788}
789
790#aggregator h1 .title{
791border-bottom: 1px solid #bbb;
792}
793
794#aggregator .item-list {
795padding-bottom:5px;
796}
797
798#aggregator .feed-icon img{
799margin-top: 15px;
800}
801
802#aggregator h2 {
803padding-top: 10px;
804}
805
806#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
807color: #999;
808font-style: italic;
809       
810}
811
812.feed-item-title {
813font-size: 1.4em;
814}
815
816#aggregator h3 a:hover {
817text-decoration: none;
818}
819
820.feed-item-meta .feed-item-source {
821font-size: 0.9em;
822}
823
824.feed-item-meta .feed-item-date {
825font-size: 0.9em;
826color: #999;
827}
828
829/* Forums
830-------------------------------------------------------------- */
831
832#forum table {
833width: 100%;
834}
835
836#forum td {
837padding: 0.5em;
838}
839
840#forum td.container {
841background-color: #e6e6e6;
842}
843
844#forum ul.links {
845padding:10px 0;
846}
847
848#forum ul.links a {
849background-repeat: no-repeat;
850padding-left: 20px;
851padding-bottom: 5px;
852}
853
854#forum ul.links li.forum a {
855background-image:url(images/post.gif);
856}
857
858#forum ul.links li.login a {
859background-image:url(images/lock.gif);
860}
861
862#forum td.statistics, #forum td.settings, #forum td.pager {
863height: 1em;
864border: 1px solid #bbb;
865}
866
867#forum td .links {
868padding-top: 0.7em;
869}
870
871.block-forum h3 {
872margin-bottom: .5em;
873}
874
875dl dd {
876margin: 0 0 .5em 1em;
877}
878
879tr.odd {
880background-color:#f4f4f4;
881}
882
883tr.even {
884background-color:#fcfcfc;
885}
886
887th {
888text-align:left;
889background: #E6E6E6;
890}
891
892tr td, tr th {
893border:1px solid #bbb;
894padding: 0 6px;
895}
896
897td.active {
898background-color:#f4f4f4;
899}
900
901.forum-topic-navigation {
902border-bottom: 1px solid #bbb;
903border-top: 1px solid #bbb;
904padding: 0.5em;
905text-align: center;
906}
907
908.book-navigation .page-links {
909border-bottom: 1px solid #bbb;
910border-top: 1px solid #bbb;
911padding: 0.5em;
912text-align: center;
913}
914
915.book-navigation .menu {
916border-top: 1px solid #bbb;
917margin:0;
918}
919
920/* Tracker + Profile
921-------------------------------------------------------------- */
922
923#tracker {
924padding-top:10px;
925}
926
927#tracker .item-list {
928padding-top:5px;
929}
930
931#tracker table {
932width: 100%;
933}
934
935#tracker td {
936padding: 0.5em;
937}
938
939.profile {
940clear: both;
941border-right: 1px solid #bbb;
942border-bottom: 1px solid #bbb;
943border-left: 1px solid #ddd;
944border-top: 1px solid #ddd;
945padding: .8em;
946margin: 1em 0em;
947background-color: #f4f4f4;;
948}
949
950/* Admin
951-------------------------------------------------------------- */
952
953div.admin-panel .body {
954background: #f4f4f4;
955border-right: 1px solid #bbb;
956border-bottom: 1px solid #bbb;
957border-left: 1px solid #ddd;
958border-top: 1px solid #ddd;
959}
960
961div.admin-panel h3 {
962background-color: #e6e6e6;;
963border-right: 1px solid #bbb;
964border-bottom: 1px solid #bbb;
965border-left: 1px solid #ddd;
966border-top: 1px solid #ddd;
967padding: 5px 8px 5px;
968margin: 0;
969}
970
971div.admin {
972padding-top: 0;
973}
974
975div.admin .left,
976div.admin .right {
977margin-left: 1%;
978margin-right: 1%;
979}
980
981/* Poll
982-------------------------------------------------------------- */
983
984.poll .bar {
985background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
986border: solid #f0f0f0;
987border-width: 1px 1px 1px;
988}
989
990.poll .bar .foreground {
991background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
992}
993
994/* Lists + Links + Pager
995-------------------------------------------------------------- */
996
997ul.links li.first {
998border: none;
999}
1000
1001ul {
1002margin: 0.5em 0 1em;
1003padding: 0;
1004}
1005
1006ol {
1007margin: 0.75em 0 1.25em;
1008padding: 0;
1009}
1010
1011ol li, ul li {
1012margin: 0.4em 0 0.4em .5em; 
1013}
1014
1015ul.menu, .item-list ul {
1016margin: 0.35em 0 0 -0.5em; 
1017padding: 0;
1018}
1019
1020ul.menu ul, .item-list ul ul {
1021margin-left: 0em; 
1022}
1023
1024ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
1025margin: 0.15em 0 0.15em .5em; 
1026}
1027
1028ul li, ul.menu li, .item-list ul li, li.leaf {
1029padding: 0 0 .2em 1.5em;
1030list-style-type: none;
1031list-style-image: none;
1032background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; 
1033}
1034
1035ol li {
1036padding: 0 0 .3em;
1037margin-left: 2em;
1038background-image: none;
1039list-style-type: decimal; 
1040}
1041
1042ul li.expanded {
1043background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; 
1044}
1045
1046ul li.collapsed {
1047background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; 
1048}
1049
1050ul li.leaf a, ul li.expanded a, ul li.collapsed a {
1051display: block;
1052}
1053
1054ul.inline li, ul.links li {
1055background: none;
1056margin: 0;
1057padding: 0 1em 0 0; 
1058}
1059
1060ol.task-list {
1061margin-left: 0; 
1062list-style-type: none;
1063list-style-image: none;
1064}
1065
1066ol.task-list li {
1067padding: 0.5em 1em 0.5em 2em; 
1068}
1069
1070ol.task-list li.active {
1071background: transparent url(images/task-list.png) no-repeat 3px 50%; 
1072}
1073
1074ol.task-list li.done {
1075background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; 
1076}
1077
1078ol.task-list li.active {
1079margin-right: 1em; /* LTR */
1080}
1081
1082fieldset {
1083border: 1px solid #bbb;
1084}
1085
1086fieldset ul.clear-block li {
1087margin: 0;
1088padding: 0;
1089background-image: none;
1090}
1091
1092#user-login-form {
1093text-align: center;
1094}
1095
1096#user-login-form ul {
1097text-align: left; /* LTR */
1098}
1099
1100ul.links li, ul.inline li {
1101background-image: none;
1102}
1103
1104.links li {
1105margin: 0;
1106padding: 0;
1107}
1108
1109.tabs li {
1110margin: 0;
1111padding: 0;
1112background-image: none;
1113}
1114
1115ul.primary li a {
1116background-color: #e6e6e6;
1117border-color: #BBBBBB;
1118border-style: solid solid none;
1119border-width: 1px;
1120height: auto;
1121margin-right: 0.5em;
1122padding: 0 1em;
1123text-decoration: none;
1124}
1125
1126ul.primary li a:hover {
1127background-color: #f4f4f4;
1128}
1129
1130li.expanded {
1131list-style-image:none;
1132list-style-type:none;
1133margin:0.15em 0 0.15em 0.5em;
1134padding:0 0 0.2em 1.5em;
1135}
1136
1137div.links ul.links a {
1138background-repeat: no-repeat;
1139padding-left: 20px;
1140}
1141
1142div.links ul.links li.comment_forbidden a {
1143padding:0;
1144margin:0;
1145}
1146
1147div.links ul.links li.comment_forbidden {
1148padding:0;
1149margin:0;
1150}
1151
1152div.links ul.links li.comment_forbidden span {
1153background-repeat: no-repeat;
1154padding-left: 20px;
1155padding-right:20px;
1156}
1157
1158div.links ul.links li.comment_add a {
1159background-image: url(images/commentadd.gif);
1160}
1161
1162div.links ul.links li.comment_comments a {
1163background-image: url(images/comments.gif);
1164}
1165
1166div.links ul.links li.comment_edit a {
1167background-image: url(images/commentedit.gif);
1168}
1169
1170div.links ul.links li.comment_delete a {
1171background-image: url(images/commentdelete.gif);
1172}
1173
1174div.links ul.links li.comment_reply a {
1175background-image: url(images/commentadd.gif);
1176}
1177
1178div.links ul.links li.node_read_more a {
1179background-image: url(images/readmore.gif);
1180}
1181
1182div.links ul.links li.blog_usernames_blog a {
1183background-image: url(images/user.gif);
1184}
1185
1186div.links ul.links li.comment_forbidden span {
1187background-image:url(images/lock.gif);
1188}
1189
1190div.links ul.links li.upload_attachments a {
1191background-image: url(images/photo.gif);
1192}
1193
1194div.links ul.links li.book_printer a{
1195background-image:url(images/print.gif);
1196}
1197
1198div.links ul.links li.book_add_child a{
1199background-image:url(images/add.gif);
1200}
1201
1202ul.pager li.pager-current {
1203background-color:#005a8c;
1204color:#FFFFFF;
1205padding-left:4px;
1206padding-right:4px;
1207padding-top:1px;
1208padding-bottom:1px;
1209}
1210
1211.item-list .pager li {
1212padding:0px;
1213}
1214
1215.item-list .pager li a{
1216padding-left:4px;
1217padding-right:4px;
1218padding-top:1px;
1219padding-bottom:1px;
1220background-color: #f4f4f4;;
1221}
1222
1223.item-list .pager li a:hover {
1224background-color:#005a8c;
1225color:#FFFFFF;
1226}
1227
1228/* Login + Register + RSS
1229-------------------------------------------------------------- */
1230
1231#authorize { 
1232float: right;
1233padding-top: 5px;
1234}
1235
1236#authorize ul { 
1237display: inline;
1238}
1239
1240#authorize ul li { 
1241margin: 0 10px 0 0; 
1242padding: 0 0 0 10px; 
1243display: inline; 
1244list-style: none; 
1245border-left: 1px #5a5a5a solid;
1246background-image: none;
1247}
1248
1249#authorize ul li.first { 
1250border: 0;
1251}
1252
1253#authorize ul li, #authorize ul li a { 
1254font-size: 12px; 
1255line-height: 13px; 
1256}
1257
1258#authorize a.feed-icon { 
1259padding-right: 20px;
1260}
1261
1262/* Bottom teaser
1263-------------------------------------------------------------- */
1264
1265#bottom-teaser {
1266width:950px;
1267margin: 10px auto 10px;
1268}
1269
1270#bottom-teaser .column {
1271float: left;
1272}
1273
1274#bottom-teaser.in1 .column {
1275width: 100%;
1276}
1277
1278#bottom-teaser.in2 .column {
1279width: 50%;
1280}
1281
1282#bottom-teaser.in3 .column {
1283width: 33.3%;
1284}
1285
1286#bottom-teaser .block {
1287padding-left:15px;
1288padding-right:15px;
1289}
1290
1291
1292/* Bottom region
1293-------------------------------------------------------------- */
1294
1295#bottom-wrapper {
1296background-color: #f4f4f4;;
1297border-right: 1px solid #bbb;
1298border-left: 1px solid #ddd;
1299border-top: 1px solid #ddd;
1300margin: 10px auto 0;
1301text-align: left;
1302width: 950px;
1303position: relative;
1304}
1305
1306#bottom-wrapper h2 {
1307font-size: 1.3em;
1308padding-top: 5px;
1309padding-bottom: 5px;
1310margin-bottom: -5px;
1311}
1312
1313#bottom-wrapper .column {
1314float: left;
1315padding-bottom: 15px;
1316padding-top: 5px;
1317}
1318
1319#bottom-wrapper.in1 .column {
1320width: 100%;
1321}
1322
1323#bottom-wrapper.in2 .column {
1324width: 50%;
1325}
1326
1327#bottom-wrapper.in3 .column {
1328width: 33.3%;
1329}
1330
1331#bottom-wrapper.in4 .column {
1332width: 25%;
1333}
1334
1335#bottom-wrapper .block {
1336padding-left:15px;
1337padding-right:15px;
1338}
1339
1340/* Footer region
1341-------------------------------------------------------------- */
1342
1343#footer-wrapper {
1344width: 950px;
1345margin: 0 auto;
1346position: relative;
1347}
1348
1349#footer{
1350width: 950px;
1351margin: 0 auto;
1352font-size: 12px;
1353border-top: 1px solid #bbb;
1354padding-top:5px;
1355padding-bottom:5px;
1356}
1357
1358/* Secondary menu
1359-------------------------------------------------------------- */
1360
1361#subnav-wrapper {
1362text-align:right;
1363padding-bottom:5px;
1364}
1365
1366#subnav-wrapper ul { 
1367display: inline;
1368}
1369
1370#subnav-wrapper ul li { 
1371display: inline; 
1372list-style: none; 
1373background-image: none;
1374padding-left: 5px;
1375}
1376
1377#subnav-wrapper ul li,#subnav-wrapper ul li a { 
1378font-size: 12px; 
1379line-height: 13px; 
1380}
1381
1382#subnav {
1383font-size: 12px;
1384}
1385
1386#subnav li {
1387}
1388
1389#subnav li a {
1390font-weight:normal;
1391}
1392
1393#subnav li a:hover {
1394color: #cc6600;
1395}
1396
1397ul.secondary {
1398    margin: 0px;
1399    padding: 0em 0em;
1400}
1401
1402
1403#entes-planificadores-toolbar-planner, #entes-planificadores-toolbar-usuario, #entes-planificadores-toolbar-admin, #entes-planificadores-toolbar-myplanner {
1404background:url(images/menu-bg.gif) repeat-x;
1405color:#FFFFFF;
1406height:30px;
1407}
1408#entes-planificadores-toolbar-planner-select{
1409//position:absolute;
1410//z-index:5000;
1411background:url(images/body-bg.gif) repeat-x #fff;
1412    margin: 0;
1413    padding: 0;
1414width:660px;
1415
1416border: 1px solid #D5D5D5;
1417}
1418#entes-planificadores-toolbar-myplanner-select{
1419//position:absolute;
1420//z-index:5000;
1421background:url(images/body-bg.gif) repeat-x #fff;
1422    margin: 0;
1423    padding: 0;
1424width:660px;
1425
1426border: 1px solid #D5D5D5;
1427}
1428
1429#entes-planificadores-toolbar-admin-select{
1430//position:absolute;
1431//z-index:5000;
1432background:url(images/body-bg.gif) repeat-x #fff;
1433    margin: 0;
1434    padding: 0;
1435width:660px;
1436
1437border: 1px solid #D5D5D5;
1438}
1439
1440#entes-planificadores-toolbar-usuario-select{
1441//position:absolute;
1442//z-index:5000;
1443background:url(images/body-bg.gif) repeat-x #fff;
1444    margin: 0;
1445    padding: 0;
1446
1447width:450px;
1448border: 1px solid #D5D5D5;
1449}
1450
1451
1452#entes-planificadores-toolbar-planner-select li, #entes-planificadores-toolbar-usuario-select li, #entes-planificadores-toolbar-admin-select li, #entes-planificadores-toolbar-myplanner-select li {
1453    float: left;
1454  background:none;
1455  list-style-type: none;
1456  list-style-image: none;
1457    margin: 0;
1458    padding: 3px;
1459    width:100px;
1460    height:120px;
1461}
1462#entes-planificadores-toolbar-planner-select img, #entes-planificadores-toolbar-usuario-select img, #entes-planificadores-toolbar-admin-select img, #entes-planificadores-toolbar-myplanner-select img{
1463    width:48px;
1464    height:48px;
1465}
1466#entes-planificadores-toolbar-planner-select div, #entes-planificadores-toolbar-usuario-select div, #entes-planificadores-toolbar-admin-select div, #entes-planificadores-toolbar-myplanner-select div{
1467    width:100px;
1468    height:60px;
1469}
1470#entes-planificadores-toolbar-planner-select a:hover, #entes-planificadores-toolbar-usuario-select a:hover, #entes-planificadores-toolbar-admin-select a:hover, #entes-planificadores-toolbar-myplanner-select a:hover {
1471  background:#cc6600;
1472}
1473
1474
1475.field-label-inline-odd, .field-item-odd {
1476  background-color: #f4f4f4;
1477  border: 1px solid #D5D5D5;
1478}
1479
1480.field-label-inline-even, .field-item-even {
1481  background-color: #fff;
1482  border: 1px solid #D5D5D5;
1483}
1484
1485.color_sector-wrapper_title {
1486 height: 20px;
1487 width: 100%;
1488 padding-left: 11px;
1489 margin-left: -6px;
1490 padding-top: 5px;
1491 padding-bottom: 5px;
1492 border: 1px solid #bbb;
1493 background-color: #f4f4f4;
1494}
1495
1496/**
1497 * Estilo agregados por jpuentes 20-06-2016
1498 */
1499select#edit-field-proyecto-mcti-value,
1500select#edit-field-proyecto-pndes-tids-hierarchical-select-selects-0,
1501select#edit-field-proyecto-pndes-tids-hierarchical-select-selects-1,
1502select#edit-field-proyecto-pndes-tids-hierarchical-select-selects-2,
1503select#edit-field-proyecto-pndes-tids-hierarchical-select-selects-3 {
1504  word-wrap:break-word;
1505  width:100%;
1506}
1507
1508.hierarchical-select .selects ninguno,
1509#proyectos-operativos-proyecto-basico-form #default_gerente .form-item label,
1510#proyectos-operativos-proyecto-basico-form #default_tecnico .form-item label,
1511#proyectos-operativos-proyecto-basico-form #default_registrador .form-item label,
1512#proyectos-operativos-proyecto-basico-form #default_administrativo .form-item label {
1513  display: none !important;
1514}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.