source: extensions/simple_themes/simple/theme.css @ 21211

Last change on this file since 21211 was 21211, checked in by plg, 11 years ago

make sure .loader is not displayed by default

File size: 17.9 KB
Line 
1/* Grey theme for the simple template
2   author: Saïmon <contact at saimon org>
3*/
4
5body {
6  background-color: #333;
7  color: #999;
8}
9
10#content {
11  background-color: #3F3F3F;
12  border: 2px #606060 solid;
13  border-width: 2px 0;
14}
15
16.totalImages {
17  font-style: italic;
18  margin-top: 0;
19}
20
21a {
22  color: #999;
23}
24a:hover, #menuswitcher:hover, #theComments h3:hover {
25  color: #f0f0f0;
26}
27
28.titrePage, .titrePage a {
29  font-weight: bold;
30  text-transform: uppercase;
31  font-variant: normal;
32}
33
34h2, h3, #menubar dt {
35  /* font-variant: small-caps; */
36  text-transform: uppercase;
37  font-weight: bold;
38}
39
40#copyright {
41  font-variant: small-caps;
42  text-transform: lowercase;
43}
44
45/* page content :  thumbnails */
46
47#thumbnails {
48  font-weight: bold;
49}
50.thumbnail {
51  border: 2px #606060 solid;
52}
53.thumbnail:hover {
54  border: 2px #f0f0f0 solid;
55}
56#thumbnails p {
57  margin: 0 auto;
58  max-width: 12em;
59}
60
61/* page content :  categories thumbnails */
62
63.illustration img {
64  border: 2px #606060 solid;
65}
66
67.illustration img:hover {
68  border: 2px #f0f0f0 solid;
69}
70
71.thumbCatDesc {
72  border-top: 1px #606060 solid;
73  text-align: justify;
74}
75
76.pageNumberSelected {
77  font-weight: bold;
78  border-bottom: 1px solid;
79}
80
81.navigationBar a {
82  border-bottom: 1px dotted;
83}
84
85/* inputs */
86
87input, select, textarea {
88  background-color: #666;
89  border: 1px solid #999;
90  color: #F0F0F0;
91}
92
93input[type="submit"], input[type="reset"] {
94  background-color: #3f3f3f;
95  border: 1px solid #606060;
96  color: #999;
97}
98input[type="submit"]:hover, input[type="reset"]:hover {
99  background-color: #666;
100  border: 1px solid #999;
101  color: #F0F0F0;
102}
103
104fieldset {
105  border: 1px #606060 dotted;
106  margin: 0 0 1em;
107  padding: 1em;
108}
109
110fieldset legend {
111  padding: 0 3px;
112}
113
114fieldset li {
115  margin: 0.5em 0;
116}
117
118#quicksearch #q {
119  background-color: #3f3f3f;
120  border: 1px solid #606060;
121  color: #999;
122}
123
124/* picture page */
125
126.imageNumber {
127  border: 1px #999 solid;
128}
129
130#theImage img {
131  border: 8px #fff solid;
132  margin: 0 20px;
133}
134#theImage p {
135  margin: 1em;
136}
137
138#navThumbPrev img, #navThumbNext img {
139  border: 2px #606060 solid;
140}
141#navThumbPrev img:hover, #navThumbNext img:hover {
142  border: 2px #f0f0f0 solid;
143}
144
145/* Comments */
146
147#theComments h3 {
148  border-top: 2px solid #606060;
149}
150
151.commentList .author, .commentList .date {
152  font-weight: bold;
153}
154
155
156/* calendar */
157
158.calMonth td {
159  background-color: #363636;
160  text-align: center;
161}
162
163.calImg {
164  text-align: center;
165}
166.calImg img {
167  height: 80px;
168}
169
170.calBackDate, .calForeDate {
171  display: none;
172}
173
174/* tags */
175
176#fullTagCloud a:hover {
177  background: #606060;
178}
179
180#menuTagCloud span {
181  margin: 0;
182}
183
184.nbEntries {
185  text-align: right;
186}
187
188.mandatorystar {
189  color: #e04040;
190}
191
192/* help */
193
194.errors {
195  border: 2px solid #A04040;
196  color: #A04040;
197}
198.errors a {
199  color: #FF0000;
200  font-weight: bold;
201}
202
203.infos {
204  border: 2px solid #40A040;
205  color: #40A040;
206}
207.infos a {
208  color: #00FF00;
209  font-weight: bold;
210}
211
212#thePicturePage #comments h3 {
213  cursor:pointer;
214}
215
216.commentsList .commentElement {
217  list-style:none;
218  padding:0.5em 0;
219}
220
221#thePicturePage #comments .description {
222  padding:0;
223  border:none;
224}
225
226#theCommentsPage .commentElement .description {
227  border-top:1px dotted #555;
228}
229
230.commentsList .odd {
231  /*
232  background-color:#4c4c4c;
233  */
234}
235
236.commentElement {
237  padding:5px;
238  border-top: 1px dotted #606060;
239}
240
241#comments .illustration {
242  float: left;
243  margin: 0 10px 0 0;
244}
245
246/* LanguageSwitch */
247#languageSwitchLink .pwg-button-text {display:none;}
248
249#languageSwitchLink .pwg-icon {
250  display: inline-block;
251  height: 26px;
252  overflow: hidden;
253  text-indent: -9999px;
254  vertical-align: bottom;
255  width: 26px;
256}
257
258/*
259 CSS for all pages
260*/
261
262body {
263  font: 75% "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
264  margin: 0;
265  padding: 0;
266}
267
268img { border: 0; }
269a { text-decoration: none; }
270hr { border: 1px #999999 solid; }
271
272h1, h2, h3 {
273  margin: 0;
274  padding: 0;
275  font-size: 1em;
276}
277h1 { font-size: 1.6em; }
278
279#menuswitcher {
280  cursor: pointer;
281}
282
283/* hide javascript stuff */
284
285.js #menubar, .js #theComments > div {
286  display: none;
287}
288
289/* Layout */
290
291#the_page {
292  width: 85%;
293  margin: 0 auto;
294  padding: 0;
295}
296
297#theHeader h1 {
298  padding: 1em 0 0;
299}
300#theHeader p {
301  padding: 0;
302  margin: 0;
303}
304
305.titrePage {
306  margin: 1em 0;
307  line-height: 1.5em;
308}
309
310.titrePage h2 {
311  margin: 1em 0;
312  padding: 0;
313  display: inline;
314}
315.subcontent h2 {
316  margin: 0 0 1em;
317}
318
319.titrePage .button {
320  float: none;
321}
322
323.titrePage img {
324  float: left;
325  max-height: 16px;
326  margin: 0 5px;
327}
328
329.titrePage .categoryActions {
330  float: right;
331  margin: 0;
332  padding: 0;
333  list-style: none;
334  width: auto;
335}
336
337.categoryActions li {
338  display: inline;
339}
340
341#content {
342  margin: 1em 0 0;
343  padding: 1em;
344}
345
346/* tags */
347
348.tagLevel5 { font-size: 130%; }
349.tagLevel4 { font-size: 120%; }
350.tagLevel3 { font-size: 110%; }
351.tagLevel2 { font-size: 100%; }
352.tagLevel1 { font-size: 90%; }
353
354#fullTagCloud {
355  text-align: center;
356  margin: 1em 2em;
357}
358
359#fullTagCloud span {
360  white-space: nowrap;
361  margin: 0 0.5em;
362}
363
364#fullTagCloud a {
365  padding: 2px;
366}
367
368.tagLetterContent {
369  width: 100%;
370}
371
372.tagSelection li {
373  display:  inline;
374}
375
376/* Messages */
377
378.errors, .infos {
379  color: #e04040;
380  border: 1px dashed;
381  margin: 1em;
382}
383
384/* Forms */
385
386form {
387  margin: 0;
388}
389
390#content form li, .subcontent form li {
391  list-style: none;
392  margin: 0.2em 0;
393}
394
395.property {
396  display: inline-block;
397  width: 180px;
398}
399
400#quicksearch {
401  margin: 1em 0 0;
402}
403#quicksearch p {
404  margin: 0;
405}
406#quicksearch #q {
407  width: 150px;
408}
409
410/* Menubar */
411
412#menubar {
413  margin: 0 2em 0 0;
414  padding: 0;
415  float: left;
416  width: 15%;
417}
418
419#menubar ul {
420  margin: 0;
421  padding: 1em 0 1em 2em;
422}
423#menubar dd {
424  margin: 0;
425  padding: 0;
426}
427
428#menubar ul ul {
429 margin: 0;
430 padding: 0 0 0 1em;
431}
432
433/* images thumbnails */
434
435#thumbnails {
436  width: auto;
437  text-align: center;
438  padding: 1em 0;
439}
440
441#thumbnails ul, .middle_block > ul {
442  margin: 0;
443  padding: 0;
444  overflow: hidden;
445  list-style: none;
446}
447
448#thumbnails li, .middle_block > ul li {
449  margin: 1em;
450  padding: 0;
451  display: inline-block;
452  vertical-align: middle;
453}
454
455.nb-comments, .nb-hits {
456  font-weight: normal;
457}
458.zero {
459  display: none;
460}
461
462/* categories thumbnails */
463
464.thumbnailCategories {
465  margin: 0;
466  padding: 0;
467  overflow: hidden;
468  list-style: none;
469}
470
471.thumbnailCategories li {
472  display: inline-block;
473  overflow: hidden;
474  vertical-align: top;
475  margin: 1em;
476  width: 29%;
477  text-align: center;
478}
479
480.illustration {
481}
482
483.description {
484  overflow: auto;
485}
486
487.description h3 {
488  margin: 0;
489}
490
491.thumbCatDescNfoDate, .thumbCatDescNbImg {
492  margin: 0;
493  font-size: 80%;
494}
495
496.thumbCatDesc {
497  margin: 0;
498  padding-top: 4px;
499  word-wrap: break-word;
500}
501
502/* page : title bar */
503
504#additional_info {
505  margin: 1em 5em;
506}
507
508.navigationBar {
509  padding: 0.5em;
510  text-align: right;
511}
512
513/* pictures pages */
514
515#thePicturePage #menubar {
516  display:none;
517}
518
519#thePicturePage #content {
520  background-color:transparent;
521  border-top:none;
522  margin:none;
523  padding:none;
524}
525
526#thePicturePage #theHeader {
527  display: none;
528}
529#thePicturePage #content {
530  padding: 1em 0 0;
531}
532
533.imageNumber {
534  float: right;
535  padding: 0 3px;
536  font-size: 0.9em;
537}
538
539.navButtons {
540  font-size: 1.5em;
541  text-align: center;
542}
543
544#navThumbPrev, #navThumbNext {
545  text-align: center;
546  margin: 1em auto;
547}
548
549#imageToolBar {
550  height: 25px;
551}
552/*
553#imageInfoBar {
554  float: right;
555  clear: right;
556  width: 25%;
557}
558
559#randomButtons ul {
560  padding: 0;
561  list-style-type: none;
562}
563
564#imageInfos dt, #imageMeta dt {
565  font-weight: bold;
566}
567#imageInfos dd, #imageMeta dd {
568  margin-left: 1em;
569  overflow: hidden;
570}
571
572#theImage {
573  float: left;
574  width: 75%;
575  text-align: center;
576  padding: 1em 0 2em;
577  margin: 0 auto;
578  overflow: hidden;
579}
580*/
581#rateForm {
582  margin: 0;
583}
584#rateForm input, #rateForm input:active {
585  cursor: pointer;
586  border: none;
587  padding: 0;
588}
589#rateForm input.rateButtonStarFull  {
590  background:  url('icon/rating-stars.png') no-repeat scroll -16px center;
591  width: 16px;
592}
593#rateForm input.rateButtonStarEmpty {
594  background:  url('icon/rating-stars.png') no-repeat scroll 0 center;
595  width: 16px;
596}
597
598
599/* slideshow */
600
601#slideshow {
602  margin: 1em auto;
603}
604#slideshow .titrePage {
605  width: 600px;
606  margin: 0 auto;
607}
608
609#slideshow .navButtons {
610  display: inline;
611  font-size: 1em;
612  float: right;
613  margin-right: 1em;
614}
615#slideshow #theImage {
616  float: none;
617  width: 100%;
618}
619
620#slideshow #copyright {display:none;}
621#slideshow #content {border:none;}
622
623/* comments */
624
625#theComments h3 {
626  height: 25px;
627  line-height: 25px;
628  padding-left: 1em;
629  cursor: pointer;
630}
631
632#commentAdd, #commentList {
633  width: 48%;
634  padding: 1%;
635}
636#commentAdd  { float: left; }
637#commentList { float: right; }
638
639#commentAdd input[type="text"], #commentAdd textarea {
640  width: 400px;
641}
642
643#commentList ul {
644  list-style: none;
645  padding: 0;
646}
647#commentList li {
648  clear: both;
649  display: block;
650  border-top: 1px dotted #606060;
651  padding: 0.5em 0;
652}
653#commentList li ul {
654  list-style-type: none;
655  padding: 4px;
656}
657
658ul.actions {
659  float: right;
660}
661
662#commentList .author {
663  font-weight: bold;
664  font-variant: small-caps;
665}
666#commentList .date {
667  font-style: italic;
668}
669
670#theCommentsPage #comments li {
671  list-style: none;
672  border-top: none;
673  /* display: table-row; */
674  min-height:150px;
675}
676
677#theCommentsPage form label {
678  display: inline-block;
679  line-height: 25px;
680}
681
682#comments .illustration {
683  width: auto;
684}
685
686/* calendar */
687
688.calendarViews, .calendarCalBar {
689  margin: 1em 0;
690}
691
692.calCalHead {
693  font-size: 1.1em;
694  font-weight: bold;
695}
696
697.calMonth {
698  width: 80%;
699  margin: 1em auto;
700}
701
702.calendarBar {
703  text-align: center;
704}
705.calendarBar span {
706  margin: 0 0.5em;
707}
708
709/* Footer */
710
711#copyright {
712  padding: 2px;
713  clear: both;
714}
715
716/* PWG stuff */
717
718.personal_block { padding: 0 !important; }
719
720
721/*  */
722
723@media only screen and (max-width: 957px) {
724  #the_page {
725    width: 100%;
726    margin: 0;
727  }
728
729  #thePicturePage #content {
730    position: relative;
731  }
732
733  #theHeader { margin: 0 1em; }
734  .titrePage { margin: 1em; }
735
736  #theImage {
737    width: 100%;
738    float: none;
739  }
740
741  #imageInfoBar {
742    float: none;
743    clear: both;
744    width: 100%;
745    margin: 0 10px;
746  }
747  #navThumbPrev, #navThumbNext {
748    float: left;
749    margin: 1em;
750  }
751  .thumbnailCategories li {
752    width: 45%;
753  }
754}
755
756@media only screen and (max-width: 520px) {
757  .thumbnailCategories li {
758    width: 95%;
759  }
760}
761
762/* (from elegant) picture page */
763
764.contentWithMenu #imageHeaderBar        { padding: 0;}
765/*
766#imageHeaderBar                                                 { padding: 0 0 0 10px;}
767*/
768#imageHeaderBar                                                 { width: auto;}
769#imageHeaderBar h2                                      { font-size: 100%; font-weight: inherit;}
770#imageHeaderBar .browsePath {
771        display:inline-block;
772        float:left;
773        font-size:100%;
774        text-transform:uppercase;
775        line-height:20px;
776        padding: 0;
777        font-weight:bold;
778        margin:0;
779}
780#imageToolBar .imageNumber                      { display: inline-block; float: right; line-height: 26px; margin: 0 2px 0 0; min-width: 40px; text-align: center;}
781#imageToolBar                                           { margin-top: -38px; margin-bottom: 0; float: right;}
782#thePicturePage .pwg-button                     { width: 26px;}
783#thePicturePage .actionButtons          { margin-right: 26px;}
784
785#theImageAndInfos {
786 background-color:#3f3f3f;
787 padding:15px 0;
788 border-top: 2px solid #606060;
789        display: block;
790        width: 100%;
791        position: relative;
792}
793#theImage {
794        display: inline-block;
795        width: 70%;
796        vertical-align: top;
797        overflow: auto;
798        padding: 10px 0 5px 0;
799text-align:center;
800}
801
802.rateButtonStarFull                                     { background: url('icon/rating-stars.png') no-repeat -16px center; width:16px;}
803.rateButtonStarEmpty                            { background: url('icon/rating-stars.png') no-repeat 0 center; width:16px;}
804
805
806/* image infos */
807
808#imageInfos {
809        display: inline-block;
810        width: 29.5%;
811        vertical-align: top;
812        padding-top: 0;
813        padding-bottom: 5px;
814        margin: 10px 0 10px 0.5%;
815        word-wrap:break-word;
816}
817
818#imageInfos .navThumbs                          { width: 260px; height: 130px; margin: auto; padding: 0 5px;}
819#imageInfos .navThumb                           { position: relative; /* width: 120px; height: 120px; */ margin: 0; overflow: hidden;}
820#imageInfos #linkPrev                           { float: left;}
821#imageInfos #linkNext                           { float: right;} 
822#imageInfos .thumbHover                                 { position: absolute; width: 100%; height: 100%;}
823#imageInfos .prevThumbHover                     { background: transparent url(icon/none.png) no-repeat center center;}
824#imageInfos .prevThumbHover:hover       { background: transparent url(icon/img_prev.png) no-repeat center center;}
825#imageInfos .nextThumbHover                     { background: transparent url(icon/none.png) no-repeat center center;}
826#imageInfos .nextThumbHover:hover       { background: transparent url(icon/img_next.png) no-repeat center center;}
827
828#imageInfos dl.imageInfoTable           { display: block; padding: 0 15px; margin: 12px auto;}
829#imageInfos .imageInfo                          { display: block; line-height: 16px;}
830#imageInfos .imageInfo dt                               { display: block; font-weight: bold; text-align: left; padding: 0;}
831#imageInfos .imageInfo dd                       { display: block; text-align: left; margin: 0 0 5px 20px;}
832#imageInfos h3                                          { margin: 20px 0 10px;}
833#imageInfos .navThumbs a img {border:2px solid #606060;}
834#imageInfos .navThumbs a:hover img {border-color:#ccc;}
835
836/* image comments */
837
838#thePicturePage #comments                       { padding: 2px 5px; background-color:#3f3f3f; border-top:2px solid #606060;}
839#thePicturePage #comments h3                    { margin: 10px 0;}
840#thePicturePage #comments form          { margin: 10px 0;}
841#thePicturePage #comments fieldset              { margin: 0 1em;}
842
843.commentshidden #pictureComments                { display: none;}
844.commentContent .comments_toggle        { cursor: pointer;}
845
846#commentAdd, #pictureCommentList        { width: 48%; padding: 0 1%;}
847#commentAdd                                             { float: left; }
848#pictureCommentList                                     { float: right; }
849
850#commentAdd input[type="text"],
851#commentAdd textarea {
852        width: 95%;
853        font-family: Arial,Helvetica,sans-serif;
854        font-size: 100%;
855}
856
857#pictureCommentList .commentsOrder      { float: left; margin-bottom: 5px;}
858#pictureCommentList .navigationBar      { float: right; margin-bottom: 5px;}
859#pictureComments h4                                     { margin: 0;}
860#pictureComments form p                         { margin: 5px 0;}
861#pictureComments form p textarea                { margin: 10px 0;}
862#pictureComments INPUT                          { margin: 10px;}
863#pictureComments INPUT[type=submit]     { margin: 0;}
864.commentElement .description            { padding: 5px;} 
865
866/* icons */
867.pwg-icon {
868        display: inline-block; /*IE6 does not get this correctly*/
869        text-indent: -9999px; overflow: hidden; background-repeat: no-repeat;
870        width: 26px; height: 26px; background-image: url(s26/outline_808080.png);
871        vertical-align: bottom;
872}
873.pwg-button-text { display:none; }
874
875.pwg-state-disabled .pwg-icon {
876        opacity: .5;
877        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
878        filter: alpha(opacity=50);
879}
880
881.pwg-button {
882        display: inline-block;
883        vertical-align: top;
884  cursor:pointer;
885}
886
887.pwg-icon-home {background-position: -26px 0}
888.pwg-icon-camera {background-position: -52px 0}
889.pwg-icon-save {background-position: -78px 0}
890.pwg-icon-cloud {background-position: -104px 0}
891.pwg-icon-letters {background-position: -130px 0}
892.pwg-icon-calendar {background-position: -156px 0}
893.pwg-icon-camera-calendar {background-position: -182px 0}
894
895.pwg-icon-arrow-n {background-position: 0 -26px}
896.pwg-icon-arrow-e {background-position: -26px -26px}
897/*.pwg-icon-arrow-s {background-position: -52px -26px}*/
898.pwg-icon-arrow-w {background-position: -78px -26px}
899/*.pwg-icon-arrowstop-n {background-position: -104px -26px}*/
900.pwg-icon-arrowstop-e {background-position: -130px -26px}
901/*.pwg-icon-arrowstop-s {background-position: -156px -26px}*/
902.pwg-icon-arrowstop-w {background-position: -182px -26px}
903
904.pwg-icon-close {background-position: 0 -52px}
905.pwg-icon-category-edit {background-position: -26px -52px}
906.pwg-icon-sort {background-position: -52px -52px}
907.pwg-icon-sizes {background-position: -78px -52px}
908.pwg-icon-category-view-normal {background-position: -156px -52px}
909.pwg-icon-category-view-flat {background-position: -182px -52px}
910
911.pwg-icon-caddie {background-position: 0 -78px}
912.pwg-icon-caddie-add {background-position: -26px -78px}
913.pwg-icon-caddie-del {background-position: -52px -78px}
914.pwg-icon-favorite {background-position: -78px -78px}
915.pwg-icon-favorite-add {background-position: -104px -78px}
916.pwg-icon-favorite-del {background-position: -130px -78px}
917.pwg-icon-filter {background-position: -156px -78px}
918.pwg-icon-filter-del {background-position: -182px -78px}
919
920.pwg-icon-camera-info {background-position: 0 -104px}
921.pwg-icon-representative {background-position: -26px -104px}
922.pwg-icon-edit {background-position: -52px -104px}
923.pwg-icon-register {background-position: -78px -104px}
924.pwg-icon-lost-password {background-position: -104px -104px}
925
926.pwg-icon-slideshow {background-position: 0 -130px}
927.pwg-icon-play {background-position: -26px -130px}
928.pwg-icon-pause {background-position: -52px -130px}
929.pwg-icon-stop {background-position: -78px -130px}
930.pwg-icon-clock-plus {background-position: -104px -130px}
931.pwg-icon-clock-minus {background-position: -130px -130px}
932.pwg-icon-repeat-play {background-position: -156px -130px}
933.pwg-icon-repeat-stop {background-position: -182px -130px}
934
935.pwg-icon-map {background-position: 0 -156px}
936.pwg-icon-globe {background-position: -26px -156px}
937
938.pwg-icon                                                                       { background-image: url(icons_sprite.png);}
939A:hover .pwg-icon                                                       { background-image: url(icons_sprite-hover.png);}
940
941/**
942 * Picture
943 */
944#imageHeaderBar {
945        padding-top: 2px;
946        padding-bottom: 2px;
947        margin-bottom:10px;
948        overflow: hidden;
949        width: 100%;
950}
951
952#imageHeaderBar .browsePath {
953        float: left;
954}
955
956#imageToolBar .imageNumber {
957        float: right;
958        margin:0 0 0 10px;
959}
960
961#imageHeaderBar H2 {
962        display: inline;
963        text-align: center;
964        padding: 0;
965}
966
967#imageToolBar {
968        text-align: center;
969        clear: both;
970        margin-bottom: 2px;
971        padding: 0;
972        height: 28px;
973}
974
975#imageToolBar .actionButtons { float: left; }
976#imageToolBar .navigationButtons   { float: right; }
977
978.switchBox {
979        padding: 0.5em 5px;
980        border-radius: 4px;
981        z-index: 100;
982        text-align:left;
983        display: none;
984        position: absolute;
985        left: 0; top: 0; /*left, right set through js*/
986}
987
988.switchBoxTitle {
989  border-bottom:1px solid #ccc;
990  padding-bottom:5px;
991  margin-bottom:5px;
992}
993
994.switchBox {
995  border: none;
996  background-color: #222;
997  color:#aaa;
998  font-size:14px;
999}
1000
1001.switchBoxTitle {
1002  border-bottom: 1px solid #444444;
1003}
1004
1005
1006.relSwitchBox {
1007        position: relative;
1008}
1009
1010#infoSwitcher {display:none;}
1011#pictureComments {display: none;}
1012.derivativeSizeDetails {display: none;}
1013
1014/* Loader gif new in 2.5 */
1015.loader {
1016  display: none;
1017  position: fixed;
1018  right: 0;
1019  bottom: 0;
1020}
Note: See TracBrowser for help on using the repository browser.