source: extensions/floOS/OS_glass_clear/template/picture.css @ 9673

Last change on this file since 9673 was 9673, checked in by flop25, 13 years ago

on the rep :
compat. for trunk/2.2

File size: 2.9 KB
Line 
1/* $Id: picture.css 2295 2008-04-02 00:51:08Z rvelices $ */
2#imageHeaderBar {
3        padding-top: 2px;
4        padding-bottom: 2px;
5        overflow: hidden;
6        width: 100%;
7        margin-top:0px;
8
9}
10
11#imageHeaderBar .browsePath {
12  float: left;
13  margin-left: 10px;
14}
15
16#imageHeaderBar .imageNumber {
17  float: right;
18  margin-right: 10px;
19}
20
21#imageHeaderBar H2 {
22  text-align: center;
23  padding: 0;
24  clear: both;
25}
26
27#imageToolBar {
28  text-align: center;
29  position: relative;
30  clear: both;
31  margin-bottom: 4px;
32  padding: 0;
33}
34
35#imageToolBar {
36    height: 50px;
37}
38#imageToolBar A, #imageToolBar IMG {
39    display: inline;
40    margin: 0; padding: 0;
41}
42#imageToolBar A {
43        margin-right: 3px;
44        margin-left: 5px;
45}
46#imageToolBar IMG { margin: 2px auto; }
47#imageToolBar .randomButtons A { float: left; }
48#imageToolBar .navButtons    A { float: right;  }
49
50
51
52#theImage {
53    clear: left;
54}
55
56#theImage>IMG {
57    display: block;
58    margin: 0 auto;
59}
60
61#theImage IMG {
62  border-width: 3px;
63  border-style: solid;
64}
65
66/**               les miniatures */
67.thumbLink {
68height:45px;
69width:auto;
70}
71.navThumb {
72    margin-top: 2px;
73}
74#thumbPrev {
75    float: right;
76        margin-right:0px;
77}
78
79#thumbNext {
80    float: right;
81        margin-left:0px;
82}
83#thumbCurrent {
84    float: right;
85        border:1px solid #FF0000;
86}
87#linkPrev {
88    margin-right: 10px;
89    margin-left: 5px;
90}
91
92#linkNext {
93    margin-right: 5px;
94    margin-left: 10px;
95}
96#action_pict {
97/*      float:left;
98        position: absolute;
99        left: 5px;
100        top: 300px;
101    width:150px;*/
102        width:600px;
103        margin-left:auto;
104        margin-right:auto;
105        padding:0;
106}
107#action_pict A, #action_pict IMG{
108        border: none;
109        margin-right: 2px;
110        margin-left: 2px;       
111}
112
113TABLE.infoTable .value {
114    text-align: left;
115}
116
117TABLE.infoTable .label {
118    font-weight: bold;
119    text-align: right;
120    padding-right: 0.5em;
121}
122
123TABLE.infoTable TD.value UL {
124  margin: 0;
125  padding: 0 0 0 1.5em;
126  list-style-type: square;
127}
128
129#rateForm {
130        display:block;
131        height:20px;
132        overflow:visible;
133}
134.rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty  {
135  padding:0;
136  border:0;
137  height:16px;
138  width:16px;
139}
140
141.rateButton, .rateButtonStarFull, .rateButtonStarEmpty {
142  cursor: pointer;
143}
144
145.rateButtonSelected {
146  font-weight:bold;
147  font-size:120%;
148}
149
150.rateButtonStarFull {
151        background: url('icon/rating-stars.gif') no-repeat scroll; background-position:-16px center; width:16px;
152}
153
154.rateButtonStarEmpty {
155        background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px;
156}
157
158#comments {
159        text-align: left;
160        margin:20px 30px 2em;
161}
162
163#comments .comment {
164  margin: 1em 0;
165}
166
167#comments P {
168  margin: 0 0.5em 0 1em;
169}
170
171#comments .author {
172  font-weight: bold;
173}
174
175#thePicturePage #comments BLOCKQUOTE {
176  margin: 0.5em 1em 1em 4em;
177}
178
179#comments P.userCommentDelete {
180  float: right;
181  margin: 0 0.5em 0 0;
182}
Note: See TracBrowser for help on using the repository browser.