/[webpac2]/Webpacus/root/css/user.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /Webpacus/root/css/user.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 418 - (show annotations)
Sun Mar 12 14:49:02 2006 UTC (18 years, 2 months ago) by dpavlin
File MIME type: text/css
File size: 3506 byte(s)
design

1 /* user CSS file */
2
3 a {
4 color: blue;
5 text-decoration:none;
6 border-bottom:1px solid #ccc;
7 }
8
9 a:visited {
10 color: blue;
11 text-decoration:none;
12 border-bottom:1px solid #ccc;
13 }
14
15 a:hover {
16 color: blue;
17 text-decoration:none;
18 border-bottom: 0px;
19 }
20
21 td {
22 font-size: 0.8em;
23 font-family: Verdana, Helvetica;
24 }
25
26 .holder, .holder_nonstd, .holder_none {
27 float: left;
28 clear: left;
29 font-size: 0.8em;
30 /* font-family: Trebuchet MS, Verdana, Helvetica; */
31 font-family: Verdana, Helvetica;
32 }
33
34 .holder, .holder_none {
35 border-top: 1px dotted #ccc;
36 width: 600px;
37 min-height: 50px;
38 }
39
40 .holder_nonstd {
41 border-top: 1px dashed blue;
42 }
43
44 .bookcov_short, .leftcol {
45 border: 0px dashed red;
46 }
47
48 .bookcov_short {
49 float: left;
50 clear: none;
51 width: 60px;
52 text-align: right;
53 padding-top: 4px;
54 padding-right: 4px;
55 }
56
57 .leftcol {
58 float: left;
59 padding: 4px 20px 1px 1px;
60 width: 170px;
61 }
62
63 .bookcov_nonstd {
64 text-align: center;
65 }
66
67 .desc_short, .desc_nonstd {
68 border: 0px dotted blue;
69 margin: 1px;
70 }
71
72 .desc_short {
73 float: left;
74 clear: none;
75 padding: 2px;
76 margin: 0px 0px 10px 0px;
77 width: 500px;
78 min-height: 30px;
79 border: 1px solid white;
80 border-top: 0px dashed blue;
81 }
82
83 .desc_short:hover {
84 border: 1px dashed #8a9eb6;
85 background-color: #EBF3FF;
86 }
87
88 .desc_nonstd {
89 margin-left: 200px;
90 }
91
92 .links {
93 float: right;
94 width: 140px;
95 padding-top: 2px;
96 clear: none;
97 }
98
99 .avail {
100 float: right;
101 width: 25%;
102 clear: none;
103 }
104
105
106 .avail2 {
107 border: 1px solid orange;
108 margin: 10px;
109 padding: 4px;
110 }
111
112
113 .avail_nonstd {
114 float: right;
115 width: 25%;
116 padding: 6px;
117 border: 2px solid orange;
118 }
119
120 .search_other {
121 color: #00f;
122 font-family: Verdana, Helvetica;
123 font-size: 0.9em;
124 font-weight: bold;
125 padding: 4px 3px;
126 margin: 10px 1px;
127 background: #ccc;
128 }
129
130
131 .avt {
132 color: orange;
133 font-size: 0.9em;
134 font-weight: bold;
135 }
136
137
138 .other_author {
139 float: left;
140 clear: left;
141 margin-top: 20px;
142 margin-left: 20px;
143 padding: 3px;
144 border: 1px solid #ccc;
145 width: 30%
146 }
147
148 .other_clas {
149 float: left;
150 margin-top: 20px;
151 margin-left: 20px;
152 padding: 3px;
153 border: 1px solid #ccc;
154 width: 30%
155 }
156
157 .cover {
158 border-color: #cccc00;
159 text-align: left;
160 }
161
162 /*
163 .title {
164 font-weight: bold;
165 }
166 */
167
168 .titleDet {
169 font-weight: bold;
170 font-size: 1.2em;
171 }
172
173 .autDet {
174 font-style: italic;
175 font-size: 1.1em;
176 }
177
178 .titleFull {
179 font-weight: bold;
180 font-size: 1.2em;
181 }
182
183 .author {
184 font-style: italic;
185 }
186
187 .redstar {
188 /* list-style: url(/img/star-red.gif) circle; */
189 list-style: disc;
190 color: orange;
191 text-align: left;
192 font-size: 0.8em;
193 }
194
195 .info {
196 margin-top: 10px;
197 margin-bottom: 15px;
198 border: 0px solid blue;
199 }
200
201 .lib {
202 color: green;
203 }
204
205
206 .sig {
207 color: #CC3333;
208 }
209
210 h3 {
211 color: #00f;
212 font-family: Verdana, Helvetica;
213 font-size: 0.9em;
214 }
215
216 h3 span {
217 color: orange;
218 padding-top: -20px;
219 }
220
221 .line {
222 background-color: #ffffcc;
223 }
224
225 .label {
226 font-weight: bold;
227 text-align: right;
228 vertical-align: top;
229 padding-right: 1em;
230 width: 90px;
231 }
232
233 .labelNonstd {
234 font-weight: bold;
235 font-size: 0.8em;
236 }
237
238 .line2 {
239 background-color: #ffffff;
240 }
241
242 .result {
243 border: 2px dashed #ff0000;
244 }
245
246 .footer {
247 color: #808080;
248 margin-top: 1em;
249 border-top: 1px solid #e0e0e0;
250 font-size: 70%;
251 display: block;
252 clear: left;
253 }
254
255 .dump, table {
256 border: 0px dashed #c0c0c0;
257 }
258
259 .dump {
260 border: 1px solid #808080;
261 }

  ViewVC Help
Powered by ViewVC 1.1.26