Last change
on this file since 3081 was
2677,
checked in by vdigital, 16 years ago
|
Some icons (Thanks to Stripy).
Small cleanup in goto/picture.css (More must come later).
Notification and help pages have been reviewed.
Swap rating stars in Sylvia.
|
-
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 2677 2008-10-06 21:44:05Z vdigital $ */ |
---|
2 | |
---|
3 | /* Maybe some cleanup has to be done there TODO */ |
---|
4 | #imageHeaderBar { |
---|
5 | padding-top: 2px; |
---|
6 | padding-bottom: 2px; |
---|
7 | margin-top: 4px; |
---|
8 | overflow: hidden; |
---|
9 | width: 100%; |
---|
10 | } |
---|
11 | |
---|
12 | #imageHeaderBar .browsePath { |
---|
13 | float: left; |
---|
14 | margin-left: 10px; |
---|
15 | } |
---|
16 | |
---|
17 | #imageHeaderBar .imageNumber { |
---|
18 | float: right; |
---|
19 | margin-right: 10px; |
---|
20 | } |
---|
21 | |
---|
22 | #imageHeaderBar H2 { |
---|
23 | text-align: center; |
---|
24 | padding: 0; |
---|
25 | clear: both; |
---|
26 | } |
---|
27 | |
---|
28 | #imageToolBar { |
---|
29 | text-align: center; |
---|
30 | position: relative; |
---|
31 | clear: both; |
---|
32 | margin-bottom: 4px; |
---|
33 | padding: 0; |
---|
34 | } |
---|
35 | |
---|
36 | #imageToolBar { |
---|
37 | height: 28px; |
---|
38 | } |
---|
39 | #imageToolBar A, #imageToolBar IMG { |
---|
40 | display: block; |
---|
41 | border: none; |
---|
42 | margin: 0; padding: 0; |
---|
43 | } |
---|
44 | #imageToolBar A { width: 48px; } |
---|
45 | #imageToolBar IMG { margin: 2px auto; } |
---|
46 | #imageToolBar .randomButtons A { float: left; } |
---|
47 | #imageToolBar .navButtons A { float: right; } |
---|
48 | |
---|
49 | #theImage { |
---|
50 | clear: left; |
---|
51 | } |
---|
52 | |
---|
53 | #theImage>IMG { |
---|
54 | display: block; |
---|
55 | margin: 0 auto; |
---|
56 | } |
---|
57 | |
---|
58 | #theImage IMG { |
---|
59 | border-width: 3px; |
---|
60 | border-style: solid; |
---|
61 | } |
---|
62 | |
---|
63 | .navThumb { |
---|
64 | margin-top: 2px; |
---|
65 | } |
---|
66 | #thumbPrev { |
---|
67 | float: left; |
---|
68 | } |
---|
69 | |
---|
70 | #thumbNext { |
---|
71 | float: right; |
---|
72 | } |
---|
73 | |
---|
74 | #linkPrev { |
---|
75 | margin-right: 10px; |
---|
76 | margin-left: 5px; |
---|
77 | } |
---|
78 | |
---|
79 | #linkNext { |
---|
80 | margin-right: 5px; |
---|
81 | margin-left: 10px; |
---|
82 | } |
---|
83 | |
---|
84 | TABLE.infoTable .value { |
---|
85 | text-align: left; |
---|
86 | } |
---|
87 | |
---|
88 | TABLE.infoTable .label { |
---|
89 | font-weight: bold; |
---|
90 | text-align: right; |
---|
91 | padding-right: 0.5em; |
---|
92 | } |
---|
93 | |
---|
94 | TABLE.infoTable TD.value UL { |
---|
95 | margin: 0; |
---|
96 | padding: 0 0 0 1.5em; |
---|
97 | list-style-type: square; |
---|
98 | } |
---|
99 | |
---|
100 | #comments { |
---|
101 | text-align: left; |
---|
102 | } |
---|
103 | |
---|
104 | #comments .comment { |
---|
105 | margin: 1em 0; |
---|
106 | } |
---|
107 | |
---|
108 | #comments P { |
---|
109 | margin: 0 0.5em 0 1em; |
---|
110 | } |
---|
111 | |
---|
112 | #comments .author { |
---|
113 | font-weight: bold; |
---|
114 | } |
---|
115 | |
---|
116 | #thePicturePage #comments BLOCKQUOTE { |
---|
117 | margin: 0.5em 1em 1em 4em; |
---|
118 | } |
---|
119 | |
---|
120 | #comments P.userCommentDelete { |
---|
121 | float: right; |
---|
122 | margin: 0 0.5em 0 0; |
---|
123 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.