source: extensions/stripped/theme.css @ 15555

Last change on this file since 15555 was 14450, checked in by Zaphod, 12 years ago

version 2.1.4: bug fix on picture page with very long album names

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