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

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

complement to r3282, remove all $Id$ in source code.

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