source: extensions/stripped/theme.css @ 12558

Last change on this file since 12558 was 12558, checked in by Zaphod, 12 years ago
File size: 24.2 KB
Line 
1/* ------------------------------------- CSS for stripped theme -------------------------------- */
2
3/* General rules ------------------------------------------------------------------------------- */
4
5#thePicturePage .left_block,
6#thePicturePage .right_block,
7#thePicturePage .middle_block,
8content {
9        padding:0 5px;
10}
11
12hr {
13        border-style: solid;
14        border-width: 1px;
15}
16
17h1, h2, h3 {
18        margin: 0;
19        padding: 0;
20        font-size: 1em;
21}
22
23a                       { text-decoration: none;}
24:focus          { outline: 0;}
25img                     { border: 0;}
26h1                      { font-size: 153.846%;}
27table           { border-spacing: 0px;}
28
29/* Fonts --------------------------------------------------------------------------------------- */
30
31body {
32        font-size:13px;
33}
34
35body, input, select, textarea, file {
36        font-family: "Century Gothic", "Lucida Grande", Verdana, DejaVu Sans, sans-serif;
37}
38
39#content p, #theNotificationPage li, #content fieldset, .filter {
40        text-align:left;
41}
42
43#theHeader,
44#username,
45#comments blockquote,
46#contenteditid,
47.additional_info,
48#Author .value,
49#Tcaption {
50        text-transform:none;
51}
52
53/* Layout -------------------------------------------------------------------------------------- */
54
55body {
56        margin: 0;
57        padding: 0;
58}
59
60#the_page {
61        max-width: 1120px;
62        width:99%;
63        margin: auto;
64        padding: 0;
65}
66
67#content {
68        max-width:1080px;
69        width:100%;
70        margin: 0;
71        padding: 12px 20px;
72}
73
74#thePicturePage #content {
75        max-width:1120px;
76        padding: 0;
77}
78
79#theCategoryPage #content {
80        max-width:1120px;
81        padding:12px 0;
82        text-align:center;
83        display:table;
84}
85
86#content_cell {
87        display:table-cell;
88        vertical-align:top;
89        max-width:1120px;
90        padding: 0;
91        margin-left: auto;
92        margin-right: auto;
93        width:100%;
94}
95
96#thumbnails_block1 {
97        max-width:940px;
98        margin:auto;
99}
100
101#thumbnails_block2 {
102        position:relative;
103        margin:0;
104        padding:0;
105        width:auto;
106        min-height:540px;
107}
108
109#thumbnails {
110        position:static;
111        margin:0 20px;
112}
113
114.thumbnailCategories {
115        max-width:900px;
116        padding:0 20px;
117        margin:auto;
118}
119
120#calendar_block {
121        padding: 0 20px;
122        max-width:800px;
123        margin:auto;
124}
125
126#theHeader h1 {
127        padding: 1em 0 0;
128}
129#theHeader p {
130        padding: 0;
131        margin: 0;
132}
133
134.subcontent h2 {
135        margin: 0 0 1em;
136}
137
138/* Page title ---------------------------------------------------------------------------------- */
139
140.titrePage, .titrePage a {
141        font-weight: bold;
142        font-variant: normal;
143}
144
145.titrePage {
146        height:22px;
147        font-size:115.385%;
148        margin: 0.5em 0 0 0;
149        line-height: 1.4em;
150}
151
152.titrePage h2 {
153  margin: 1em 0;
154  padding: 0;
155  display: inline;
156}
157
158.titrePage .button {
159  float: none;
160}
161
162.titrePage img {
163  float: left;
164  max-height: 16px;
165}
166
167#thePicturePage .titrePage img {
168  margin: 0 5px;
169}
170
171.titrePage .categoryActionsContainer {
172  float: right;
173  margin: 0;
174  padding: 0 0 0 3px;
175  list-style: none;
176  height:22px;
177  width: auto;
178  font-size:86.667%;
179}
180
181.categoryActions {
182        display:inline;
183        padding:0;
184}
185
186.categoryActions li {
187  display: inline;
188  vertical-align:top;
189  padding-left:7px;
190  float:left;
191}
192
193.categoryActions .pwg-icon{
194        display:none;
195}
196
197.categoryActions li.mainAction {
198        float:right;
199}
200
201/* Content ------------------------------------------------------------------------------------- */
202
203.subcontent .stuffs_block,
204.content_block {
205        max-width: 890px;
206        margin: auto;
207        padding: 0 25px;
208}
209
210.content_block .additional_info {
211        max-width:870px;
212        margin: 5px 0px;
213        padding:10px;
214        -moz-border-radius:10px;
215        -webkit-border-radius:10px;
216        border-radius:10px;
217}
218
219#content .content_block .additional_info p {
220        text-align:justify;
221}
222
223.stuffs_block .titrePage {
224        margin: 0
225}
226
227#thePicturePage .stuffs {
228        margin:3px 0;
229}
230
231#thePicturePage .stuffs_block {
232        max-width:1120px;
233        padding:0;
234        text-align:center;
235}
236
237#thePicturePage .stuffs_block p {
238        text-align:left;
239}
240
241/* Menubar ------------------------------------------------------------------------------------- */
242
243#menuswitcher {
244        cursor: pointer;
245}
246
247.js #menubar {
248        display:none;
249}
250.js .menuShown #menubar {
251        display: block;
252}
253
254#menubar {
255        width:159px;
256        margin: 0;
257        padding: 0 0 0 20px;
258        float: left;
259        text-align:left;
260        display:block;
261}
262
263#menubar dl {
264        margin:0;
265}
266
267#menubar li {
268        list-style-type:disc;
269}
270
271#menubar dt {
272        font-weight: bold;
273        font-size:115.384%
274}
275
276#menubar dd {
277        margin: 0;
278        padding: 0.5em 1em 1em 1em;
279}
280
281#menubar dd ul {
282        margin: 0;
283        padding: 0 0 0 1em;
284}
285
286#menubar .menuInfoCatByChild,
287#menubar .menuInfoCat {
288        font-size:76.923%;
289}
290
291#menubar .totalImages {
292        font-size:84.615%;
293        font-style: italic;
294        margin: 0;
295}
296
297#menubar #mbIdentification p {
298        margin: 0 0 6px 0;
299}
300
301#menubar dd.randompicdd {
302        margin: 0;
303        padding:0;
304}
305
306#menubar .ammillustrationc {
307        margin: 0;
308}
309
310#menubar #menuTagCloud {
311        font-size:92.308%;
312}
313
314/* Category thumbnails ------------------------------------------------------------------------- */
315
316.stuffs_block .personal_block ul.thumbnailCategories,
317.thumbnailCategories {
318        overflow: hidden;
319        list-style: none;
320}
321
322.stuffs_block .personal_block ul.thumbnailCategories li,
323.thumbnailCategories li {
324        float: left;
325        overflow: hidden;
326        height:170px;
327        width:170px;
328        text-align:center;
329        margin:5px;
330}
331
332.stuffs_block .personal_block ul.thumbnailCategories li {
333        width:170px!important;
334}
335
336.thumbnailCategory {
337        display:inline-block;
338        height:170px;
339}
340
341.thumbnailCategory .illustration {
342        margin:5px 0 0;
343        height:130px;
344        vertical-align:middle;
345        border:none;
346        float:none;
347        width:170px;
348        table-layout:fixed;
349        display:table;
350}
351
352.thumbnailCategory .illustration a {
353        display:table-cell;
354        width:170px;
355        height:130px;
356        vertical-align:middle;
357        overflow:hidden;
358}
359
360.thumbnailCategory .illustration img {
361        display:block;
362        margin:auto;
363        max-height:128px;
364        max-width:160px;
365}
366
367.thumbnailCategory .description p {
368        display:none!important;
369}
370
371.thumbnailCategory .description {
372        width:160px;
373        height:35px;
374        overflow: hidden;
375        padding:0 5px;
376        display: table-cell;
377        vertical-align:middle;
378}
379
380.thumbnailCategory .description h3 {
381        margin: 0;
382        font-weight:normal;
383        font-variant:normal;
384        font-size:107.692%;
385        line-height:16px;
386}
387
388.thumbnailCategories h3 a {
389        color: inherit;
390}
391
392.thumbCatDescNfoDate, .thumbCatDescNbImg {
393        margin: 0;
394        font-size: 76.923%;
395}
396
397.thumbCatDesc {
398        margin: 0;
399        padding-top: 4px;
400        word-wrap: break-word;
401}
402
403/* Images Thumbnails --------------------------------------------------------------------------- */
404
405#thumbnails {
406        width: auto;
407        text-align: center;
408        padding: 0;
409}
410
411#thumbnails p {
412  margin: 0;
413}
414
415ul.thumbnails,
416.stuffs_block ul,
417#thumbnails ul {
418        margin: auto;
419        padding: 0;
420        overflow: hidden;
421        list-style: none;
422}
423
424.subcontent .stuffs_block ul {
425        max-width:720px;
426        margin-top:5px;
427}
428
429.thumbnails li,
430.stuffs_block li,
431#thumbnails li {
432        margin: 5px;
433        padding: 0;
434        float: left;
435        width: 170px;
436        height: 170px;
437        text-align:center;
438        display:inline;
439        list-style:none;
440        overflow:hidden;
441}
442
443.wrap1 {
444        display:inline-block;
445        height:170px;
446}
447
448.wrap1 .wrap2 {
449        margin:5px 0 0;
450        vertical-align:middle;
451        border:none;
452        float:none;
453        width:170px;
454        table-layout:fixed;
455        display:table;
456}
457
458.wrap1 .wrap2,
459.wrap1 .wrap2 a{
460        height:130px;
461}
462
463.wrap1 .wrap2full,
464.wrap1 .wrap2full a {
465        height:160px!important;
466}
467
468.wrap1 .wrap2 a {
469        display:table-cell;
470        width:170px;
471        vertical-align:middle;
472        overflow:hidden;
473}
474
475.wrap1 .wrap2 .thumbnail ,
476.wrap1 .wrap2 .thumbnail :hover {
477        display:block;
478        margin:auto;
479        max-width:160px;
480}
481
482.wrap1 .wrap2 .thumbnail {
483        max-height:128px;
484}
485
486.wrap1 .wrap2full .thumbnail {
487        max-height:158px!important;
488}
489
490.thumbnails .wrap1 .noLegend {
491        display:none;
492}
493
494.wrap1 .thumbLegend {
495        width:160px;
496        height:35px;
497        overflow: hidden;
498        padding:0 5px;
499        display: table-cell;
500        vertical-align:middle;
501}
502
503.wrap1 .thumbLegend  {
504        margin: 0;
505        font-weight:normal;
506        font-variant:normal;
507        font-size:107.692%;
508        line-height:16px;
509}
510
511.wrap1 .thumbLegend .thumbStats {
512        display:none
513}
514
515.zero {
516        display: none;
517}
518
519/* Navigation Bar ------------------------------------------------------------------------------ */
520
521.navigationBar {
522  padding: 0.5em;
523  text-align: right;
524}
525
526.navigationBar a {
527        border-bottom: 1px dotted;
528}
529
530#thumbnails_block1 .navigationBar {
531        padding: 0 25px 5px;
532}
533
534#thumb_navigation {
535        text-align: center;
536}
537
538#thumb_navigation span,
539#thumb_navigation a {
540        height: 150px;
541        width: 20px;
542        border: 0;
543        padding: 0;
544        text-indent: -3000px;
545}
546
547#thumb_navigation #tn_prev {
548        position: absolute;
549        top: 195px;
550        left: 4px;
551}
552
553#thumb_navigation #tn_next {
554        position: absolute;
555        top: 195px;
556        right: 4px;
557}
558
559/* Picture Page -------------------------------------------------------------------------------- */
560
561#thePicturePage #theHeader {
562        display: none;
563}
564
565.browsePath {
566        display:inline;
567        float:left;
568}
569
570.randomButtons {
571        float: right;
572        margin: 0;
573        padding: 0;
574        list-style: none;
575        width: auto;
576        font-size:86.667%;
577}
578
579#thePicturePage .pwg-button-text,
580.randomButtons li {
581        display: inline;
582        vertical-align:top;
583        padding-left:7px;
584        float:right;
585}
586
587#imageTitleContainer {
588        max-width:1100px;
589        margin:auto;
590        display:inline-block;
591}
592
593#imageTitle {
594        font-size:115.385%;
595        line-height:150%;
596        margin: auto;
597        text-align:center;
598        text-transform:none;
599}
600
601#theImageAndTitle {
602        text-align: center;
603        padding: 0;
604        width:100%;
605}
606
607.imageNumber {
608        display:inline;
609        font-weight:normal;
610        float:left;
611        min-width:35px;
612        text-align:center;
613}
614
615#theImgAndTitle,
616#theImage,
617#theImg {
618        display:inline-block;
619}
620
621#rateForm {
622        margin: 0;
623}
624
625#rateForm input, #rateForm input:active {
626        cursor: pointer;
627        border: none;
628        padding: 0;
629}
630
631#rateForm input.rateButtonStarFull  {
632        background:  url('icon/rating-stars.png') no-repeat scroll -16px center;
633        width: 16px;
634}
635
636#rateForm input.rateButtonStarEmpty {
637        background:  url('icon/rating-stars.png') no-repeat scroll 0 center;
638        width: 16px;
639}
640
641.js #theImageAndTitle, .js #theImg, .js #imageTitleContainer {
642        opacity:0;
643        filter:alpha(opacity=0);
644}
645
646#theMainImage {
647        vertical-align:middle;
648}
649
650/* Image Nav Arrows ---------------------------------------------------------------------------- */
651
652#theImg {
653        position:relative;
654        vertical-align:middle;
655}
656
657.img_nav {
658        position:absolute;
659        height:100%;
660        width:25%;
661        top:0;
662        display:block;
663}
664
665.img_prev               { background:transparent url(icon/none.png) no-repeat left center;}
666.img_prev:hover         { background:transparent url(icon/img_prev.png) no-repeat left center;}
667.img_next               { background:transparent url(icon/none.png) no-repeat right center;}
668.img_next:hover         { background:transparent url(icon/img_next.png) no-repeat right center;}
669
670.hd_link {
671        position:absolute;
672        height:60%;
673        width:100%;
674        top:20%;
675        left:0;
676        display:block;
677        background:transparent url(icon/none.png) no-repeat center center;
678        cursor:pointer;
679}
680
681.hd_link:hover {
682        background:transparent url(icon/HD.png) no-repeat center center;
683}
684
685.cat_up {
686        position:absolute;
687        width:100%;
688        min-height:80px;
689        height:25%;
690        top:0;
691        left:0;
692        display:block;
693        background:transparent url(icon/none.png) no-repeat center top;
694        }
695
696        .cat_up:hover {
697        background:transparent url(icon/cat_up.png) no-repeat center top;
698}
699
700/* Navigation Arrows --------------------------------------------------------------------------- */
701
702#imgprev {
703        position: absolute;
704        height:150px;
705        width:20px;
706        left: 4px;
707        top:50%;
708        margin-top:-75px;
709}
710
711#imgnext {
712        position: absolute;
713        height:150px;
714        width:20px;
715        right: 4px;
716        top:50%;
717        margin-top:-75px;
718}
719
720/* HD Picture Box ------------------------------------------------------------------------------ */
721
722#theImageHigh {
723        position:absolute;
724        top:0px;
725        left:0px;
726        width:100%;
727        height:100%;
728        z-index:9000;
729}
730
731#theImgHighBg {
732        position:fixed;
733        top:0px;
734        left:0px;
735        width:100%;
736        height:100%;
737}
738
739#theImgHighContainer {
740        position:absolute;
741        width:160px;
742        height:80px;
743        background:#FFFFFF url(icon/processing.gif) no-repeat scroll 82px 42px;
744}
745
746#theImgHighContainer2 {
747        overflow:hidden;
748        width:100%;
749        height:100%;
750}
751
752#theImgHigh {
753        position:relative;
754}
755
756#theImgHighCloseButton, #theImgHighZoomButton {
757        position:absolute;
758        z-index:9050;
759}
760
761.pointer {
762        cursor:pointer;
763}
764
765#theImgHighCloseButton {
766        width:28px;
767        height:28px;
768        top:15px;
769        cursor:pointer;
770}
771
772#theImgHighZoomButton {
773        width:28px;
774        height:28px;
775        top:45px;
776        cursor:pointer;
777}
778
779/* Navbuttons ---------------------------------------------------------------------------------- */
780
781#imageToolBar .navButton {
782        display:inline;
783        width:24px;
784        height:24px;
785        float:left;
786        margin:-1px 0 0;
787        background-repeat: no-repeat;
788        overflow:hidden;
789}
790
791#icon_first_0                           {       background-position: 0          0               }
792#icon_first                                     {       background-position: 0          -24px   }
793#icon_first:hover                       {       background-position: 0          -48px   }
794#icon_left_0                            {       background-position: -24px      0               }
795#icon_left                                      {       background-position: -24px      -24px   }
796#icon_left:hover                        {       background-position: -24px      -48px   }
797#icon_up                                        {       background-position: -48px      -24px   }
798#icon_up:hover                          {       background-position: -48px      -48px   }
799#icon_stop                                      {       background-position: -72px      -24px   }
800#icon_stop:hover                        {       background-position: -72px      -48px   }
801#icon_pause                                     {       background-position: -96px      -24px   }
802#icon_pause:hover                       {       background-position: -96px      -48px   }
803#icon_play                                      {       background-position: -120px     -24px   }
804#icon_play:hover                        {       background-position: -120px     -48px   }
805#icon_right_0                           {       background-position: -144px 0           }
806#icon_right                                     {       background-position: -144px     -24px   }
807#icon_right:hover                       {       background-position: -144px -48px       }
808#icon_last_0                            {       background-position: -168px 0           }
809#icon_last                                      {       background-position: -168px     -24px   }
810#icon_last:hover                        {       background-position: -168px -48px       }
811#icon_stop_repeat                       {       background-position: -192px -24px       }
812#icon_stop_repeat:hover                 {       background-position: -192px -48px       }
813#icon_start_repeat                      {       background-position: -216px -24px       }
814#icon_start_repeat:hover        {       background-position: -216px -48px       }
815#icon_inc_period                        {       background-position: -240px     -24px   }
816#icon_inc_period:hover          {       background-position: -240px -48px       }
817#icon_dec_period                        {       background-position: -264px -24px       }
818#icon_dec_period:hover          {       background-position: -264px -48px       }
819
820#imageToolBar #icon_stop_repeat,
821#imageToolBar #icon_start_repeat,
822#imageToolBar #icon_pause { display:none; }
823
824#light_slideshow #icon_stop_repeat,
825#light_slideshow #icon_start_repeat,
826#light_slideshow #icon_pause { display:inline; }
827
828/* Tabs ---------------------------------------------------------------------------------------- */
829
830#tabTitleBar { height: 25px;}
831
832#tabTitles {
833        height: 25px;
834        list-style:none;
835        margin:0;
836        overflow:hidden;
837}
838
839#tabs {
840        overflow:hidden;
841        height:0;
842}
843
844.tabBlock {
845        overflow:hidden;
846}
847
848.tabTitle {
849        padding: 0 20px;
850        cursor: pointer;
851        min-width: 100px;
852        text-align:center;
853        display:inline-block;
854        float:left;
855        font-weight:bold;
856}
857
858#Tcaption .tabBlockContent,
859#Ttags .tabBlockContent {
860        padding-top:25px;
861        padding-bottom:25px;
862        text-align:center;
863}
864
865#tabs .label {
866        text-align:right;
867        padding-right:5px;
868        font-weight:bold;
869        width:50%;
870}
871
872#tabs .value {
873        text-align:left;
874        padding-left:5px;
875        width:50%;
876}
877
878#tabs .infoTable,
879#tabs .infoTable2 {
880        margin:auto;
881        width:100%;
882}
883
884/* Comments ------------------------------------------------------------------------------------ */
885
886.subcontent .stuffs_block #comments ul.thumbnailCategories,
887#comments ul {
888        max-width:100%;
889        padding:0;
890        overflow:hidden;
891        height:auto;
892}
893
894#comments > ul > li {
895        display:block;
896        width:99%;
897        margin:10px auto;
898        padding:5px;
899        -moz-border-radius:10px;
900        -webkit-border-radius:10px;
901        border-radius:10px;
902}
903
904#comments .thumbnailCategory {
905        height:auto;
906        display:inline-block;
907        width:99%;
908        vertical-align:bottom;
909}
910
911#comments .illustration img {
912        border:none;
913        max-width:150px;
914        max-height:128px;
915}
916
917#comments .illustration {
918        float:left;
919        padding-left:15px;
920        padding-right:15px;
921        display:inline-block;
922        overflow:hidden;
923}
924
925#comments .commentList .illustration a {
926        height:143px;
927        display:table-cell;
928}
929
930#comments .description {
931        width:auto;
932        display:block;
933        height:140px;
934        overflow:hidden;
935}
936
937#comments .description .date {
938        font-style:italic;
939}
940
941.stuffs_block #comments .actions {
942        display: none;
943}
944
945#comments .actions {
946        text-align:right;
947        padding-right:10px;
948}
949
950.stuffs  #comments .thumbnailCategories .two_comment {
951        width:48.8%!important;
952        padding:5px 0!important;
953        margin:5px 0.6%!important;
954}
955
956.stuffs_block #comments .thumbnailCategories li {
957        text-align:left;
958        margin:5px auto;
959        height:auto;
960        width:99%!important;
961}
962
963#comments .illustration {
964        width:170px;
965        table-layout:fixed;
966        display:table;
967}
968
969#comments .illustration  a{
970        width:143px;
971        text-align:center;
972        vertical-align:middle;
973}
974
975.stuffs #comments .thumbnailCategory .illustration,
976.stuffs #comments .thumbnailCategory .illustration  a{
977        width:170px!important;
978}
979
980.stuffs #comments blockquote {
981        margin-left:10px;
982        margin-right:0;
983}
984
985#theCommentsPage #comments blockquote {
986        margin-right:70px;
987}
988
989#commentAdd, #commentList {
990        width: 48%;
991        padding: 0 1%;
992}
993#commentAdd  { float: left; }
994#commentList { float: right; }
995
996#commentAdd input[type="text"], #commentAdd textarea {
997        max-width:95%;
998        width: 95%;
999        font-size:100%;
1000}
1001
1002#commentList ul {
1003        list-style: none;
1004        padding: 0;
1005}
1006
1007#commentList li {
1008        clear: both;
1009        display: block;
1010        padding: 0.5em 0;
1011}
1012
1013#commentList li ul {
1014        list-style-type: none;
1015        padding: 4px;
1016}
1017
1018ul.actions {
1019        float: right;
1020}
1021
1022#commentList .actions li {
1023        border-top: none;
1024}
1025
1026#commentList .author {
1027        font-weight: bold;
1028}
1029
1030#commentList .date {
1031        font-style: italic;
1032}
1033
1034#theCommentsPage #comments li {
1035        clear: left;
1036        list-style: none;
1037}
1038
1039.commentList .author, .commentList .date {
1040        font-weight: bold;
1041}
1042
1043#comments  #editComment fieldset {
1044        padding:5px;
1045}
1046
1047#comments  #contenteditid {
1048        font-size:100%;
1049        width:80%;
1050}
1051
1052/* Tags ---------------------------------------------------------------------------------------- */
1053
1054.tagLetter {
1055        text-align:left;
1056}
1057
1058.tagLevel5 { font-size: 125%; }
1059.tagLevel4 { font-size: 116.667%; }
1060.tagLevel3 { font-size: 108.333%; }
1061.tagLevel2 { font-size: 100%; }
1062.tagLevel1 { font-size: 91.667%; }
1063
1064#fullTagCloud {
1065        text-align: center;
1066        margin: 1em 2em;
1067}
1068
1069#fullTagCloud span {
1070        white-space: nowrap;
1071        margin: 0 0.5em;
1072}
1073
1074#fullTagCloud a {
1075        padding: 2px;
1076}
1077
1078.tagLetterContent {
1079        width: 100%;
1080}
1081
1082.tagSelection li {
1083        display: inline;
1084}
1085
1086#menuTagCloud span {
1087        margin: 0;
1088}
1089
1090.nbEntries {
1091        text-align: right;
1092}
1093
1094#theTagsPage #content table {width:100%}
1095
1096/* Calendar ------------------------------------------------------------------------------------ */
1097
1098.calCalHead {
1099        font-size: 107.692%;
1100        font-weight: bold;
1101}
1102
1103.calendarViews, .calendarCalBar         { margin: 1em 0;}
1104.calMonth                                               { margin: 1em auto;}
1105.calendarBar                                    { text-align: center;}
1106.calendarBar span                               { margin: 0 0.5em;}
1107.calMonth td                                            { text-align: center;}
1108.calBackDate, .calForeDate              { display: none;}
1109
1110.calImg {
1111        text-align: center;
1112        width:80px;
1113        height:80px;
1114        overflow:hidden;
1115}
1116
1117/* Inputs & Forms ------------------------------------------------------------------------------ */
1118
1119fieldset {
1120        margin: 0 0 1em;
1121        padding: 1em;
1122}
1123
1124fieldset legend                 { padding: 0 3px;}
1125fieldset li                             { margin: 0.5em 0;}
1126form                            { margin: 0;}
1127#quicksearch p          { margin: 0;}
1128
1129#content form li, #subcontent form li {
1130        list-style: none;
1131        margin: 0.2em 0;
1132}
1133
1134.property {
1135        display: inline-block;
1136        width: 180px;
1137}
1138
1139#profile .property {
1140        display: inline-block;
1141        width: 280px;
1142}
1143
1144
1145#quickconnect input#username,
1146#quickconnect input#password,
1147#quicksearch input#qsearchInput {
1148        width: 130px;
1149}
1150
1151#quickconnect #remember_me {
1152        position:relative;
1153        top:2px;
1154}
1155
1156#quickconnect ul.actions {
1157        padding:0;
1158        float:none;
1159        font-size:92.308%;
1160        text-align:center;
1161}
1162
1163/* Footer -------------------------------------------------------------------------------------- */
1164
1165#footer {
1166        padding: 2px;
1167        clear: both;
1168        display:block;
1169        font-size:84.615%;
1170        line-height:85%;
1171        margin-bottom:16px;
1172}
1173
1174.footer_login,
1175.footer_customize,
1176#footer_left {
1177        float:left;
1178}
1179
1180#copyright {
1181        float:right;
1182}
1183
1184/* Infos & Errors ------------------------------------------------------------------------------ */
1185
1186.errors                 { margin: 1em;}
1187.infos          { margin: 1em;}
1188.errors a       { font-weight: bold;}
1189.infos a        { font-weight: bold;}
1190
1191/* Theme Switcher Plugin ----------------------------------------------------------------------- */
1192
1193.theme_menuf {
1194        display:none!important;
1195}
1196
1197.categoryActions .selector {
1198        float:right;
1199}
1200
1201.categoryActions .selector select {
1202        position:relative;
1203        top:-2px;
1204}
1205
1206/* Language Switch Plugin ----------------------------------------------------------------------- */
1207
1208.categoryActions .menuf {
1209        padding:0 0 0 2px;
1210        float:right;
1211}
1212
1213.categoryActions .menuf .flags {
1214        margin-top:0;
1215}
1216
1217.categoryActions .menuf ul li{
1218        padding:0;
1219}
1220
1221/* ContactForm Plugin -------------------------------------------------------------------------- */
1222
1223#cf_message { font-size: 100%;}
1224
1225/* Gmaps Plugin -------------------------------------------------------------------------------- */
1226
1227#icon_gmaps.size28x28 {
1228        background:url(../../themes/stripped/icon/gmaps/i28x28.png);
1229        display:inline-block;
1230}
1231
1232#icon_gmaps.size42x28 {
1233        background:url(../../themes/stripped/icon/gmaps/i42x28.png);
1234        display:inline-block;
1235}
1236
1237/* RV Maps & Earth Plugin ---------------------------------------------------------------------- */
1238
1239#theImageBox #map {
1240    left:240px;
1241        margin-bottom:15px;
1242        margin-right:260px;
1243}
1244
1245#theImageBox #mapPicture{
1246   width:230px;
1247   margin-left:10px;
1248}
1249
1250#theImage                                               { width: 100%;}
1251#theMapListPage .titrePage h2   { margin-left: 1em;}
1252
1253/* User Tags Plugin ---------------------------------------------------------------------------- */
1254
1255table#TagsTable {margin:auto;}
1256#Tags .label            {width:auto;}
1257#Tags .value            {width:auto;}
1258
1259/* BBcodeBar Plugin ---------------------------------------------------------------------------- */
1260
1261.markItUpHeader ul:first-child {
1262    height: 22px;
1263}
1264
1265/* Community Plugin ---------------------------------------------------------------------------- */
1266
1267#photosAddContent P {
1268        text-align: center;
1269}
1270
1271/* PWG Stuffs Plugin --------------------------------------------------------------------------- */
1272
1273.subcontent .stuffs_block .stuffs {
1274        max-width:890px;
1275        padding:0;
1276}
1277
1278.stuffs_block .categoryActions  {
1279        display:none;
1280}
1281
1282.subcontent .stuffs_block .left_block,
1283.subcontent .stuffs_block .right_block,
1284.subcontent .stuffs_block .middle_block {
1285        max-width:870px;
1286        padding:10px;
1287}
1288
1289.subcontent .stuffs_block .left_block {
1290        margin: 5px 10px 0 0;
1291}
1292
1293.subcontent .stuffs_block .right_block {
1294        margin: 5px 0 0 10px;
1295}
1296.subcontent .stuffs_block .middle_block {
1297        margin: 5px 0;
1298}
1299
1300.stuffs_block ul.thumbnailCategories {
1301        display:inline-block;
1302}
1303
1304.stuffs_block ul.thumbnailCategories li {
1305        width:170px;
1306        float:left;
1307}
1308
1309.stuffs_block  .logon_block {
1310        text-align:     left;
1311}
1312
1313.stuffs_block .personal_block ul,
1314.stuffs_block .logon_block  ul {
1315        overflow: visible;
1316}
1317
1318.stuffs_block  .personal_block  li,
1319.stuffs_block  .logon_block li {
1320        background: none;
1321        margin: auto;
1322        float: none;
1323        width: auto;
1324        height: auto;
1325        text-align:left;
1326        display:block;
1327}
1328
1329.stuffs_block .categoryActions li {
1330        background: none;
1331        margin: auto;
1332        float: none;
1333        width: 0;
1334        height: auto;
1335        display: block;
1336        text-align: right;
1337}
1338
1339.stuffs_block .categoryActions {
1340        margin-top:0;
1341        padding-right:10px;
1342}
1343
1344
1345.stuffs_block .categoryActions li:hover,
1346.stuffs_block  .personal_block  li:hover,
1347.stuffs_block  .logon_block li :hover{
1348        background: none;
1349}
1350
1351.stuffs_block .logon_block  img {
1352        display: none;
1353}
1354
1355.stuffs_block .logon_block  .property {
1356        line-height: 200%;
1357}
1358
1359.stuffs_block .logon_block  form{
1360        text-align: center;
1361        margin: auto;
1362        max-width: 600px;
1363}
1364
1365.stuffs_block .logon_block  p a {
1366        margin-right: 8px
1367}
1368
1369.stuffs_block .personal_block  {
1370        text-align: center;
1371}
1372
1373.stuffs_block .personal_block  p {
1374        text-align: left;
1375}
Note: See TracBrowser for help on using the repository browser.