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