source: extensions/floOS/picture.css @ 4193

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

-color text comments title
-correct bug ie "notation not visible"

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}
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#rateForm {
128        display:block;
129        height:20px;
130        overflow:visible;
131}
132.rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty  {
133  padding:0;
134  border:0;
135  height:16px;
136  width:16px;
137}
138
139.rateButton, .rateButtonStarFull, .rateButtonStarEmpty {
140  cursor: pointer;
141}
142
143.rateButtonSelected {
144  font-weight:bold;
145  font-size:120%;
146}
147
148.rateButtonStarFull {
149        background: url('icon/rating-stars.gif') no-repeat scroll; background-position:-16px center; width:16px;
150}
151
152.rateButtonStarEmpty {
153        background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px;
154}
155
156#comments {
157        text-align: left;
158        margin:20px 30px 2em;
159}
160
161#comments .comment {
162  margin: 1em 0;
163}
164
165#comments P {
166  margin: 0 0.5em 0 1em;
167}
168
169#comments .author {
170  font-weight: bold;
171}
172
173#thePicturePage #comments BLOCKQUOTE {
174  margin: 0.5em 1em 1em 4em;
175}
176
177#comments P.userCommentDelete {
178  float: right;
179  margin: 0 0.5em 0 0;
180}
Note: See TracBrowser for help on using the repository browser.