source: extensions/floOS/picture.css @ 3675

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

compatible IE 8-7-6

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