source: trunk/template/yoga/picture.css @ 3282

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 1.8 KB
RevLine 
[3282]1/* $Id: /piwigo/trunk/template/yoga/picture.css 6664 2008-11-04T01:47:48.662351Z rvelices  $ */
[859]2#imageHeaderBar {
[2630]3        padding-top: 2px;
4        padding-bottom: 2px;
5        margin-top: 4px;
6        overflow: hidden;
7        width: 100%;
[859]8}
9
[1325]10#imageHeaderBar .browsePath {
[2630]11        float: left;
12        margin-left: 10px;
[859]13}
14
[1325]15#imageHeaderBar .imageNumber {
[2630]16        float: right;
17        margin-right: 10px;
[859]18}
19
[1325]20#imageHeaderBar H2 {
[2630]21        text-align: center;
22        padding: 0;
23        clear: both;
[859]24}
25
[1325]26#imageToolBar {
[2630]27        text-align: center;
28        position: relative;
29        clear: both;
30        margin-bottom: 4px;
31        padding: 0;
[2648]32        height: 28px;
[859]33}
34
35#imageToolBar A, #imageToolBar IMG {
[2630]36        display: block;
37        border: none;
38        margin: 0; padding: 0;
[859]39}
40#imageToolBar A { width: 48px; }
41#imageToolBar IMG { margin: 2px auto; }
42#imageToolBar .randomButtons A { float: left; }
43#imageToolBar .navButtons    A { float: right; }
44
45#theImage {
[2630]46        clear: left;
47        text-align: center;
[859]48}
49
50#theImage>IMG {
[2480]51        display: block;
52        margin: 0 auto;
53        border: none;
[859]54}
55
[2479]56#linkPrev {
57        float: left;
[2824]58        margin-right: 10px;
59        margin-left: 5px;
[950]60}
[859]61
[2479]62#linkNext {
63        float: right;
64        margin-right: 5px;
65        margin-left: 10px;
[886]66}
67
[859]68TABLE.infoTable .label {
[2480]69        font-weight: bold;
70        text-align: right;
71        padding-right: 0.5em;
[859]72}
73
74TABLE.infoTable TD.value UL {
[2480]75        margin: 0;
76        padding: 0 0 0 1.5em;
77        list-style-type: square;
[859]78}
79
[2824]80.thumbnailCategories LI { list-style: none; }
[2761]81
[1657]82.rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty  {
[2479]83        padding:0;
84        border:0;
[1286]85}
86
[1657]87.rateButton, .rateButtonStarFull, .rateButtonStarEmpty {
[2479]88        cursor: pointer;
[1286]89}
90
91.rateButtonSelected {
[2479]92        font-weight:bold;
93        font-size:120%;
[1286]94}
95
[1657]96.rateButtonStarFull {
[2295]97        background: url('icon/rating-stars.gif') no-repeat scroll; background-position:-16px center; width:16px;
[1657]98}
99
100.rateButtonStarEmpty {
[2295]101        background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px;
[1657]102}
103
Note: See TracBrowser for help on using the repository browser.