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