Last change
on this file since 2748 was
2648,
checked in by rvelices, 16 years ago
|
- fix tag cloud display with IE6/IE7 (without additionnal css hacks)
- collapsed several identical selectors into one
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.7 KB
|
Line | |
---|
1 | /* $Id: picture.css 2648 2008-10-03 23:48:03Z 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 | height: 28px; |
---|
33 | } |
---|
34 | |
---|
35 | #imageToolBar A, #imageToolBar IMG { |
---|
36 | display: block; |
---|
37 | border: none; |
---|
38 | margin: 0; padding: 0; |
---|
39 | } |
---|
40 | #imageToolBar A { width: 48px; } |
---|
41 | #imageToolBar IMG { margin: 2px auto; } |
---|
42 | #imageToolBar .randomButtons A { float: left; } |
---|
43 | #imageToolBar .navButtons A { float: right; } |
---|
44 | |
---|
45 | #theImage { |
---|
46 | clear: left; |
---|
47 | text-align: center; |
---|
48 | } |
---|
49 | |
---|
50 | #theImage>IMG { |
---|
51 | display: block; |
---|
52 | margin: 0 auto; |
---|
53 | border: none; |
---|
54 | } |
---|
55 | |
---|
56 | #linkPrev { |
---|
57 | float: left; |
---|
58 | } |
---|
59 | |
---|
60 | #linkNext { |
---|
61 | float: right; |
---|
62 | } |
---|
63 | |
---|
64 | #linkPrev IMG { |
---|
65 | margin-right: 10px; |
---|
66 | margin-left: 5px; |
---|
67 | } |
---|
68 | |
---|
69 | #linkNext IMG { |
---|
70 | margin-right: 5px; |
---|
71 | margin-left: 10px; |
---|
72 | } |
---|
73 | |
---|
74 | TABLE.infoTable .label { |
---|
75 | font-weight: bold; |
---|
76 | text-align: right; |
---|
77 | padding-right: 0.5em; |
---|
78 | } |
---|
79 | |
---|
80 | TABLE.infoTable TD.value UL { |
---|
81 | margin: 0; |
---|
82 | padding: 0 0 0 1.5em; |
---|
83 | list-style-type: square; |
---|
84 | } |
---|
85 | |
---|
86 | .rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty { |
---|
87 | padding:0; |
---|
88 | border:0; |
---|
89 | } |
---|
90 | |
---|
91 | .rateButton, .rateButtonStarFull, .rateButtonStarEmpty { |
---|
92 | cursor: pointer; |
---|
93 | } |
---|
94 | |
---|
95 | .rateButtonSelected { |
---|
96 | font-weight:bold; |
---|
97 | font-size:120%; |
---|
98 | } |
---|
99 | |
---|
100 | .rateButtonStarFull { |
---|
101 | background: url('icon/rating-stars.gif') no-repeat scroll; background-position:-16px center; width:16px; |
---|
102 | } |
---|
103 | |
---|
104 | .rateButtonStarEmpty { |
---|
105 | background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px; |
---|
106 | } |
---|
107 | |
---|
Note: See
TracBrowser
for help on using the repository browser.