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: 28px; |
---|
36 | } |
---|
37 | #imageToolBar A, #imageToolBar IMG { |
---|
38 | display: block; |
---|
39 | border: none; |
---|
40 | margin: 0; padding: 0; |
---|
41 | } |
---|
42 | #imageToolBar A { width: 48px; } |
---|
43 | #imageToolBar IMG { margin: 2px auto; } |
---|
44 | #imageToolBar .randomButtons A { float: left; } |
---|
45 | #imageToolBar .navButtons A { float: right; } |
---|
46 | |
---|
47 | #theImage { |
---|
48 | clear: left; |
---|
49 | text-align: center; |
---|
50 | } |
---|
51 | |
---|
52 | #theImage>IMG { |
---|
53 | display: block; |
---|
54 | margin: 0 auto; |
---|
55 | } |
---|
56 | |
---|
57 | #theImage IMG { |
---|
58 | border-width: 3px; |
---|
59 | border-style: solid; |
---|
60 | } |
---|
61 | |
---|
62 | .navThumb { |
---|
63 | margin-top: 2px; |
---|
64 | } |
---|
65 | |
---|
66 | #linkPrev { |
---|
67 | margin-right: 10px; |
---|
68 | margin-left: 5px; |
---|
69 | float: left; |
---|
70 | } |
---|
71 | |
---|
72 | #linkNext { |
---|
73 | margin-right: 5px; |
---|
74 | margin-left: 10px; |
---|
75 | float: right; |
---|
76 | } |
---|
77 | |
---|
78 | TABLE.infoTable .value { |
---|
79 | text-align: left; |
---|
80 | } |
---|
81 | |
---|
82 | TABLE.infoTable .label { |
---|
83 | font-weight: bold; |
---|
84 | text-align: right; |
---|
85 | padding-right: 0.5em; |
---|
86 | } |
---|
87 | |
---|
88 | TABLE.infoTable TD.value UL { |
---|
89 | margin: 0; |
---|
90 | padding: 0 0 0 1.5em; |
---|
91 | list-style-type: square; |
---|
92 | } |
---|
93 | |
---|
94 | .thumbnailCategories li { |
---|
95 | list-style-image:none; |
---|
96 | list-style-position:outside; |
---|
97 | list-style-type:none; |
---|
98 | } |
---|
99 | .rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty { |
---|
100 | padding:0; |
---|
101 | border:0; |
---|
102 | } |
---|
103 | |
---|
104 | .rateButton, .rateButtonStarFull, .rateButtonStarEmpty { |
---|
105 | cursor: pointer; |
---|
106 | } |
---|
107 | |
---|
108 | .rateButtonSelected { |
---|
109 | font-weight:bold; |
---|
110 | font-size:120%; |
---|
111 | } |
---|
112 | |
---|
113 | .rateButtonStarFull { |
---|
114 | background: url('icon/rating-stars.gif') no-repeat scroll; background-position:-16px center; width:16px; |
---|
115 | } |
---|
116 | |
---|
117 | .rateButtonStarEmpty { |
---|
118 | background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px; |
---|
119 | } |
---|
120 | |
---|
121 | #comments { |
---|
122 | text-align: left; |
---|
123 | padding-right: 5px; |
---|
124 | padding-left: 5px; |
---|
125 | } |
---|
126 | |
---|
127 | #comments .comment { |
---|
128 | margin: 1em 0; |
---|
129 | } |
---|
130 | |
---|
131 | #comments P { |
---|
132 | margin: 0 0.5em 0 1em; |
---|
133 | } |
---|
134 | |
---|
135 | #comments .author { |
---|
136 | font-weight: bold; |
---|
137 | } |
---|
138 | |
---|
139 | .thumbnailCategories blockquote UL LI { |
---|
140 | list-style-position: outside; |
---|
141 | list-style-type:circle; |
---|
142 | |
---|
143 | } |
---|
144 | .thumbnailCategories blockquote OL LI { |
---|
145 | list-style-position: outside; |
---|
146 | list-style-type: decimal; |
---|
147 | } |
---|
148 | |
---|
149 | #thePicturePage #comments BLOCKQUOTE { |
---|
150 | margin: 0.5em 1em 1em 4em; |
---|
151 | } |
---|
152 | |
---|
153 | #comments P.userCommentDelete { |
---|
154 | float: right; |
---|
155 | margin: 0 0.5em 0 0; |
---|
156 | } |
---|