source: extensions/stripped/theme.css @ 12847

Last change on this file since 12847 was 12659, checked in by Zaphod, 12 years ago

version 2.0.3

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.randomButtons,
54.categoryActions,
55.commentList .action {
56        text-transform:lowercase;
57}
58
59/* Layout -------------------------------------------------------------------------------------- */
60
61body {
62        margin: 0;
63        padding: 0;
64}
65
66#the_page {
67        max-width: 1120px;
68        width:99%;
69        margin: auto;
70        padding: 0;
71}
72
73#content {
74        max-width:1080px;
75        width:100%;
76        margin: 0;
77        padding: 12px 20px;
78}
79
80#thePicturePage #content {
81        max-width:1120px;
82        padding: 0;
83}
84
85#theCategoryPage #content {
86        max-width:1120px;
87        padding:12px 0;
88        text-align:center;
89        display:table;
90}
91
92#content_cell {
93        display:table-cell;
94        vertical-align:top;
95        max-width:1120px;
96        padding: 0;
97        margin-left: auto;
98        margin-right: auto;
99        width:100%;
100}
101
102#thumbnails_block1 {
103        max-width:940px;
104        margin:auto;
105}
106
107#thumbnails_block2 {
108        position:relative;
109        margin:0;
110        padding:0;
111        width:auto;
112        min-height:540px;
113}
114
115#thumbnails {
116        position:static;
117        margin:0 20px;
118}
119
120.thumbnailCategories {
121        max-width:900px;
122        padding:0 20px;
123        margin:auto;
124}
125
126#calendar_block {
127        padding: 0 20px;
128        max-width:800px;
129        margin:auto;
130}
131
132#theHeader h1 {
133        padding: 1em 0 0;
134}
135#theHeader p {
136        padding: 0;
137        margin: 0;
138}
139
140.subcontent h2 {
141        margin: 0 0 1em;
142}
143
144/* Page title ---------------------------------------------------------------------------------- */
145
146.titrePage, .titrePage a {
147        font-weight: bold;
148        font-variant: normal;
149}
150
151.titrePage {
152        height:22px;
153        font-size:115.385%;
154        margin: 0.5em 0 0 0;
155        line-height: 1.4em;
156}
157
158.titrePage h2 {
159  margin: 1em 0;
160  padding: 0;
161  display: inline;
162}
163
164.titrePage .button {
165  float: none;
166}
167
168.titrePage img {
169  float: left;
170  max-height: 16px;
171}
172
173#thePicturePage .titrePage img {
174  margin: 0 5px;
175}
176
177.titrePage .categoryActionsContainer {
178  float: right;
179  margin: 0;
180  padding: 0 0 0 3px;
181  list-style: none;
182  height:22px;
183  width: auto;
184  font-size:86.667%;
185}
186
187.categoryActions {
188        display:inline;
189        padding:0;
190}
191
192.categoryActions li {
193  display: inline;
194  vertical-align:top;
195  padding-left:7px;
196  float:left;
197}
198
199.categoryActions .pwg-icon{
200        display:none;
201}
202
203.categoryActions li.mainAction {
204        float:right;
205}
206
207/* Content ------------------------------------------------------------------------------------- */
208
209.subcontent .stuffs_block,
210.content_block {
211        max-width: 890px;
212        margin: auto;
213        padding: 0 25px;
214}
215
216.content_block .additional_info {
217        max-width:870px;
218        margin: 5px 0px;
219        padding:10px;
220        -moz-border-radius:10px;
221        -webkit-border-radius:10px;
222        border-radius:10px;
223}
224
225#content .content_block .additional_info p {
226        text-align:justify;
227}
228
229.stuffs_block .titrePage {
230        margin: 0
231}
232
233#thePicturePage .stuffs {
234        margin:3px 0;
235}
236
237#thePicturePage .stuffs_block {
238        max-width:1120px;
239        padding:0;
240        text-align:center;
241}
242
243#thePicturePage .stuffs_block p {
244        text-align:left;
245}
246
247/* Menubar ------------------------------------------------------------------------------------- */
248
249#menuswitcher {
250        cursor: pointer;
251}
252
253.js #menubar {
254        display:none;
255}
256.js .menuShown #menubar {
257        display: block;
258}
259
260#menubar {
261        width:159px;
262        margin: 0;
263        padding: 0 0 0 20px;
264        float: left;
265        text-align:left;
266        display:block;
267}
268
269#menubar dl {
270        margin:0;
271}
272
273#menubar li {
274        list-style-type:disc;
275}
276
277#menubar dt {
278        font-weight: bold;
279        font-size:115.384%
280}
281
282#menubar dd {
283        margin: 0;
284        padding: 0.5em 1em 1em 1em;
285}
286
287#menubar dd ul {
288        margin: 0;
289        padding: 0 0 0 1em;
290}
291
292#menubar .menuInfoCatByChild,
293#menubar .menuInfoCat {
294        font-size:76.923%;
295}
296
297#menubar .totalImages {
298        font-size:84.615%;
299        font-style: italic;
300        margin: 0;
301}
302
303#menubar #mbIdentification p {
304        margin: 0 0 6px 0;
305}
306
307#menubar dd.randompicdd {
308        margin: 0;
309        padding:0;
310}
311
312#menubar .ammillustrationc {
313        margin: 0;
314}
315
316#menubar #menuTagCloud {
317        font-size:92.308%;
318}
319
320/* Category thumbnails ------------------------------------------------------------------------- */
321
322.stuffs_block .personal_block ul.thumbnailCategories,
323.thumbnailCategories {
324        overflow: hidden;
325        list-style: none;
326}
327
328.stuffs_block .personal_block ul.thumbnailCategories li,
329.thumbnailCategories li {
330        float: left;
331        overflow: hidden;
332        height:170px;
333        width:170px;
334        text-align:center;
335        margin:5px;
336}
337
338.stuffs_block .personal_block ul.thumbnailCategories li {
339        width:170px!important;
340}
341
342.thumbnailCategory {
343        display:inline-block;
344        height:170px;
345}
346
347.thumbnailCategory .illustration {
348        margin:5px 0 0;
349        height:130px;
350        vertical-align:middle;
351        border:none;
352        float:none;
353        width:170px;
354        table-layout:fixed;
355        display:table;
356}
357
358.thumbnailCategory .illustration a {
359        display:table-cell;
360        width:170px;
361        height:130px;
362        vertical-align:middle;
363        overflow:hidden;
364}
365
366.thumbnailCategory .illustration img {
367        display:block;
368        margin:auto;
369        max-height:128px;
370        max-width:160px;
371}
372
373.thumbnailCategory .description p {
374        display:none!important;
375}
376
377.thumbnailCategory .description {
378        width:160px;
379        height:35px;
380        overflow: hidden;
381        padding:0 5px;
382        display: table-cell;
383        vertical-align:middle;
384}
385
386.thumbnailCategory .description h3 {
387        margin: 0;
388        font-weight:normal;
389        font-variant:normal;
390        font-size:107.692%;
391        line-height:16px;
392}
393
394.thumbnailCategories h3 a {
395        color: inherit;
396}
397
398.thumbCatDescNfoDate, .thumbCatDescNbImg {
399        margin: 0;
400        font-size: 76.923%;
401}
402
403.thumbCatDesc {
404        margin: 0;
405        padding-top: 4px;
406        word-wrap: break-word;
407}
408
409/* Images Thumbnails --------------------------------------------------------------------------- */
410
411#thumbnails {
412        width: auto;
413        text-align: center;
414        padding: 0;
415}
416
417#thumbnails p {
418  margin: 0;
419}
420
421ul.thumbnails,
422.stuffs_block ul,
423#thumbnails ul {
424        margin: auto;
425        padding: 0;
426        overflow: hidden;
427        list-style: none;
428}
429
430.subcontent .stuffs_block ul {
431        max-width:720px;
432        margin-top:5px;
433}
434
435.thumbnails li,
436.stuffs_block li,
437#thumbnails li {
438        margin: 5px;
439        padding: 0;
440        float: left;
441        width: 170px;
442        height: 170px;
443        text-align:center;
444        display:inline;
445        list-style:none;
446        overflow:hidden;
447}
448
449.wrap1 {
450        display:inline-block;
451        height:170px;
452}
453
454.wrap1 .wrap2 {
455        margin:5px 0 0;
456        vertical-align:middle;
457        border:none;
458        float:none;
459        width:170px;
460        table-layout:fixed;
461        display:table;
462}
463
464.wrap1 .wrap2,
465.wrap1 .wrap2 a{
466        height:130px;
467}
468
469.wrap1 .wrap2full,
470.wrap1 .wrap2full a {
471        height:160px!important;
472}
473
474.wrap1 .wrap2 a {
475        display:table-cell;
476        width:170px;
477        vertical-align:middle;
478        overflow:hidden;
479}
480
481.wrap1 .wrap2 .thumbnail ,
482.wrap1 .wrap2 .thumbnail :hover {
483        display:block;
484        margin:auto;
485        max-width:160px;
486}
487
488.wrap1 .wrap2 .thumbnail {
489        max-height:128px;
490}
491
492.wrap1 .wrap2full .thumbnail {
493        max-height:158px!important;
494}
495
496.thumbnails .wrap1 .noLegend {
497        display:none;
498}
499
500.wrap1 .thumbLegend {
501        width:160px;
502        height:35px;
503        overflow: hidden;
504        padding:0 5px;
505        display: table-cell;
506        vertical-align:middle;
507}
508
509.wrap1 .thumbLegend  {
510        margin: 0;
511        font-weight:normal;
512        font-variant:normal;
513        font-size:107.692%;
514        line-height:16px;
515}
516
517.wrap1 .thumbLegend .thumbStats {
518        display:none
519}
520
521.zero {
522        display: none;
523}
524
525/* Navigation Bar ------------------------------------------------------------------------------ */
526
527.navigationBar {
528  padding: 0.5em;
529  text-align: right;
530}
531
532.navigationBar a {
533        border-bottom: 1px dotted;
534}
535
536#thumbnails_block1 .navigationBar {
537        padding: 0 25px 5px;
538}
539
540#thumb_navigation {
541        text-align: center;
542}
543
544#thumb_navigation span,
545#thumb_navigation a {
546        height: 150px;
547        width: 20px;
548        border: 0;
549        padding: 0;
550        text-indent: -3000px;
551}
552
553#thumb_navigation #tn_prev {
554        position: absolute;
555        top: 195px;
556        left: 4px;
557}
558
559#thumb_navigation #tn_next {
560        position: absolute;
561        top: 195px;
562        right: 4px;
563}
564
565/* Picture Page -------------------------------------------------------------------------------- */
566
567#thePicturePage #theHeader {
568        display: none;
569}
570
571.browsePath {
572        display:inline;
573        float:left;
574}
575
576.randomButtons {
577        float: right;
578        margin: 0;
579        padding: 0;
580        list-style: none;
581        width: auto;
582        font-size:86.667%;
583}
584
585#thePicturePage .pwg-button-text,
586.randomButtons li {
587        display: inline;
588        vertical-align:top;
589        padding-left:7px;
590        float:right;
591}
592
593#imageTitleContainer {
594        max-width:1100px;
595        margin:auto;
596        display:inline-block;
597}
598
599#imageTitle {
600        font-size:115.385%;
601        line-height:150%;
602        margin: auto;
603        text-align:center;
604        text-transform:none;
605}
606
607#theImageAndTitle {
608        text-align: center;
609        padding: 0;
610        width:100%;
611}
612
613.imageNumber {
614        display:inline;
615        font-weight:normal;
616        float:left;
617        min-width:35px;
618        text-align:center;
619}
620
621#theImgAndTitle,
622#theImage,
623#theImg {
624        display:inline-block;
625}
626
627#rateForm {
628        margin: 0;
629}
630
631#rateForm input, #rateForm input:active {
632        cursor: pointer;
633        border: none;
634        padding: 0;
635}
636
637#rateForm input.rateButtonStarFull  {
638        background:  url('icon/rating-stars.png') no-repeat scroll -16px center;
639        width: 16px;
640}
641
642#rateForm input.rateButtonStarEmpty {
643        background:  url('icon/rating-stars.png') no-repeat scroll 0 center;
644        width: 16px;
645}
646
647.js #theImageAndTitle, .js #theImg, .js #imageTitleContainer {
648        opacity:0;
649        filter:alpha(opacity=0);
650}
651
652#theMainImage {
653        vertical-align:middle;
654}
655
656/* Image Nav Arrows ---------------------------------------------------------------------------- */
657
658#theImg {
659        position:relative;
660        vertical-align:middle;
661}
662
663.img_nav {
664        position:absolute;
665        height:100%;
666        width:25%;
667        top:0;
668        display:block;
669}
670
671.img_prev               { background:transparent url(icon/none.png) no-repeat left center;}
672.img_prev:hover         { background:transparent url(icon/img_prev.png) no-repeat left center;}
673.img_next               { background:transparent url(icon/none.png) no-repeat right center;}
674.img_next:hover         { background:transparent url(icon/img_next.png) no-repeat right center;}
675
676.hd_link {
677        position:absolute;
678        height:60%;
679        width:100%;
680        top:20%;
681        left:0;
682        display:block;
683        background:transparent url(icon/none.png) no-repeat center center;
684        cursor:pointer;
685}
686
687.hd_link:hover {
688        background:transparent url(icon/HD.png) no-repeat center center;
689}
690
691.cat_up {
692        position:absolute;
693        width:100%;
694        min-height:80px;
695        height:25%;
696        top:0;
697        left:0;
698        display:block;
699        background:transparent url(icon/none.png) no-repeat center top;
700        }
701
702        .cat_up:hover {
703        background:transparent url(icon/cat_up.png) no-repeat center top;
704}
705
706/* Navigation Arrows --------------------------------------------------------------------------- */
707
708#imgprev {
709        position: absolute;
710        height:150px;
711        width:20px;
712        left: 4px;
713        top:50%;
714        margin-top:-75px;
715}
716
717#imgnext {
718        position: absolute;
719        height:150px;
720        width:20px;
721        right: 4px;
722        top:50%;
723        margin-top:-75px;
724}
725
726/* HD Picture Box ------------------------------------------------------------------------------ */
727
728#theImageHigh {
729        position:absolute;
730        top:0px;
731        left:0px;
732        width:100%;
733        height:100%;
734        z-index:9000;
735}
736
737#theImgHighBg {
738        position:fixed;
739        top:0px;
740        left:0px;
741        width:100%;
742        height:100%;
743}
744
745#theImgHighContainer {
746        position:absolute;
747        width:160px;
748        height:80px;
749        background:#FFFFFF url(icon/processing.gif) no-repeat scroll 82px 42px;
750}
751
752#theImgHighContainer2 {
753        overflow:hidden;
754        width:100%;
755        height:100%;
756}
757
758#theImgHigh {
759        position:relative;
760}
761
762#theImgHighCloseButton, #theImgHighZoomButton {
763        position:absolute;
764        z-index:9050;
765}
766
767.pointer {
768        cursor:pointer;
769}
770
771#theImgHighCloseButton {
772        width:28px;
773        height:28px;
774        top:15px;
775        cursor:pointer;
776}
777
778#theImgHighZoomButton {
779        width:28px;
780        height:28px;
781        top:45px;
782        cursor:pointer;
783}
784
785/* Navbuttons ---------------------------------------------------------------------------------- */
786
787#imageToolBar .navButton {
788        display:inline;
789        width:24px;
790        height:24px;
791        float:left;
792        margin:-1px 0 0;
793        background-repeat: no-repeat;
794        overflow:hidden;
795}
796
797#icon_first_0                           {       background-position: 0          0               }
798#icon_first                                     {       background-position: 0          -24px   }
799#icon_first:hover                       {       background-position: 0          -48px   }
800#icon_left_0                            {       background-position: -24px      0               }
801#icon_left                                      {       background-position: -24px      -24px   }
802#icon_left:hover                        {       background-position: -24px      -48px   }
803#icon_up                                        {       background-position: -48px      -24px   }
804#icon_up:hover                          {       background-position: -48px      -48px   }
805#icon_stop                                      {       background-position: -72px      -24px   }
806#icon_stop:hover                        {       background-position: -72px      -48px   }
807#icon_pause                                     {       background-position: -96px      -24px   }
808#icon_pause:hover                       {       background-position: -96px      -48px   }
809#icon_play                                      {       background-position: -120px     -24px   }
810#icon_play:hover                        {       background-position: -120px     -48px   }
811#icon_right_0                           {       background-position: -144px 0           }
812#icon_right                                     {       background-position: -144px     -24px   }
813#icon_right:hover                       {       background-position: -144px -48px       }
814#icon_last_0                            {       background-position: -168px 0           }
815#icon_last                                      {       background-position: -168px     -24px   }
816#icon_last:hover                        {       background-position: -168px -48px       }
817#icon_stop_repeat                       {       background-position: -192px -24px       }
818#icon_stop_repeat:hover                 {       background-position: -192px -48px       }
819#icon_start_repeat                      {       background-position: -216px -24px       }
820#icon_start_repeat:hover        {       background-position: -216px -48px       }
821#icon_inc_period                        {       background-position: -240px     -24px   }
822#icon_inc_period:hover          {       background-position: -240px -48px       }
823#icon_dec_period                        {       background-position: -264px -24px       }
824#icon_dec_period:hover          {       background-position: -264px -48px       }
825
826#imageToolBar #icon_stop_repeat,
827#imageToolBar #icon_start_repeat,
828#imageToolBar #icon_pause { display:none; }
829
830#light_slideshow #icon_stop_repeat,
831#light_slideshow #icon_start_repeat,
832#light_slideshow #icon_pause { display:inline; }
833
834/* Tabs ---------------------------------------------------------------------------------------- */
835
836#tabTitleBar { height: 25px;}
837
838#tabTitles {
839        height: 25px;
840        list-style:none;
841        margin:0;
842        overflow:hidden;
843}
844
845#tabs {
846        overflow:hidden;
847        height:0;
848}
849
850.tabBlock {
851        overflow:hidden;
852}
853
854.tabTitle {
855        padding: 0 20px;
856        cursor: pointer;
857        min-width: 100px;
858        text-align:center;
859        display:inline-block;
860        float:left;
861        font-weight:bold;
862}
863
864#Tcaption .tabBlockContent,
865#Ttags .tabBlockContent {
866        padding-top:25px;
867        padding-bottom:25px;
868        text-align:center;
869}
870
871#tabs .label {
872        text-align:right;
873        padding-right:5px;
874        font-weight:bold;
875        width:50%;
876}
877
878#tabs .value {
879        text-align:left;
880        padding-left:5px;
881        width:50%;
882}
883
884#tabs .infoTable,
885#tabs .infoTable2 {
886        margin:auto;
887        width:100%;
888}
889
890/* Comments ------------------------------------------------------------------------------------ */
891
892.subcontent .stuffs_block #comments ul.thumbnailCategories,
893#comments ul {
894        max-width:100%;
895        padding:0;
896        overflow:hidden;
897        height:auto;
898}
899
900#comments > ul > li {
901        display:block;
902        width:99%;
903        margin:10px auto;
904        padding:5px;
905        -moz-border-radius:10px;
906        -webkit-border-radius:10px;
907        border-radius:10px;
908}
909
910#comments .thumbnailCategory {
911        height:auto;
912        display:inline-block;
913        width:99%;
914        vertical-align:bottom;
915}
916
917#comments .illustration img {
918        border:none;
919        max-width:150px;
920        max-height:128px;
921}
922
923#comments .illustration {
924        float:left;
925        padding-left:15px;
926        padding-right:15px;
927        display:inline-block;
928        overflow:hidden;
929}
930
931#comments .commentList .illustration a {
932        height:143px;
933        display:table-cell;
934}
935
936#comments .description {
937        width:auto;
938        display:block;
939        height:140px;
940        overflow:hidden;
941        padding-right:5px;
942}
943
944#comments .description .date {
945        font-style:italic;
946}
947
948.stuffs_block #comments .actions {
949        display: none;
950}
951
952.commentList .actions {
953        text-align:right;
954        padding-right:4px;
955        float:right;
956}
957
958.stuffs  #comments .thumbnailCategories .two_comment {
959        width:48.8%!important;
960        padding:5px 0!important;
961        margin:5px 0.6%!important;
962}
963
964.stuffs_block #comments .thumbnailCategories li {
965        text-align:left;
966        margin:5px auto;
967        height:auto;
968        width:99%!important;
969}
970
971#comments .illustration {
972        width:170px;
973        table-layout:fixed;
974        display:table;
975}
976
977#comments .illustration  a{
978        width:143px;
979        text-align:center;
980        vertical-align:middle;
981}
982
983.stuffs #comments .thumbnailCategory .illustration,
984.stuffs #comments .thumbnailCategory .illustration  a{
985        width:170px!important;
986}
987
988.stuffs #comments blockquote {
989        margin-left:10px;
990        margin-right:0;
991}
992
993#theCommentsPage #comments blockquote {
994        margin-right:70px;
995}
996
997#commentAdd, #commentList {
998        width: 48%;
999        padding: 0 1%;
1000}
1001#commentAdd  { float: left; }
1002#commentList { float: right; }
1003
1004#commentAdd input[type="text"], #commentAdd textarea {
1005        max-width:95%;
1006        width: 95%;
1007        font-size:100%;
1008}
1009
1010#commentList ul {
1011        list-style: none;
1012        padding: 0;
1013}
1014
1015#commentList li {
1016        clear: both;
1017        display: block;
1018        padding: 0.5em 0;
1019}
1020
1021#commentList li ul {
1022        list-style-type: none;
1023        padding: 4px;
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.