source: extensions/floOs/picture.css @ 3334

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

first commit

File size: 2.7 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: block;
38    margin: 0; padding: 0;
39}
40#imageToolBar A {
41width: auto; 
42margin: auto 10px;
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}
101#action_pict A, #action_pict IMG{
102        border: none;
103        margin-right: 2px;
104        margin-left: 2px;       
105}
106
107TABLE.infoTable .value {
108    text-align: left;
109}
110
111TABLE.infoTable .label {
112    font-weight: bold;
113    text-align: right;
114    padding-right: 0.5em;
115}
116
117TABLE.infoTable TD.value UL {
118  margin: 0;
119  padding: 0 0 0 1.5em;
120  list-style-type: square;
121}
122
123.rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty  {
124  padding:0;
125  border:0;
126}
127
128.rateButton, .rateButtonStarFull, .rateButtonStarEmpty {
129  cursor: pointer;
130}
131
132.rateButtonSelected {
133  font-weight:bold;
134  font-size:120%;
135}
136
137.rateButtonStarFull {
138        background: url('icon/rating-stars.gif') no-repeat scroll; background-position:-16px center; width:16px;
139}
140
141.rateButtonStarEmpty {
142        background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px;
143}
144
145#comments {
146        text-align: left;
147        margin:20px 30px 2em;
148}
149
150#comments .comment {
151  margin: 1em 0;
152}
153
154#comments P {
155  margin: 0 0.5em 0 1em;
156}
157
158#comments .author {
159  font-weight: bold;
160}
161
162#thePicturePage #comments BLOCKQUOTE {
163  margin: 0.5em 1em 1em 4em;
164}
165
166#comments P.userCommentDelete {
167  float: right;
168  margin: 0 0.5em 0 0;
169}
Note: See TracBrowser for help on using the repository browser.