source: extensions/floOS/picture.css @ 3727

Last change on this file since 3727 was 3726, checked in by flop25, 15 years ago

-update div action_pict : now on the top

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