/[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 332 - (show annotations)
Sat Dec 31 13:41:02 2005 UTC (18 years, 4 months ago) by dpavlin
File MIME type: text/css
File size: 2471 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 border-top: 1px solid #ccc;
28 font-size: 0.8em;
29 /* font-family: Trebuchet MS, Verdana, Helvetica; */
30 font-family: Verdana, Helvetica;
31 clear: left;
32 }
33
34 .holder, .holder_none {
35 width: 600px;
36 min-height: 50px;
37 }
38
39 .holder_nonstd {
40 width: 700px;
41 }
42
43 /*
44 .holder_none {
45 color: #ccc;
46 }
47 */
48
49 .bookcov_short, .bookcov_nonstd {
50 float: left;
51 border: 0px dashed red;
52 clear: none;
53 text-align: right;
54 }
55
56 .bookcov_short {
57 width: 60px;
58 padding-top: 4px;
59 padding-right: 4px;
60 }
61
62 .bookcov_nonstd {
63 width: 140px;
64 padding: 4px 4px 20px 4px;
65 }
66
67 .desc_short, .desc_nonstd {
68 float: left;
69 border-right: 0px dashed blue;
70 margin: 1px;
71 clear: none;
72 }
73
74 .desc_short {
75 padding: 2px;
76 width: 360px;
77 min-height: 30px;
78 border-top: 0px dashed blue;
79 }
80
81 .desc_nonstd {
82 padding: 4px 10px 10px 10px;
83 width: 330px;
84 }
85
86 .links {
87 float: right;
88 width: 140px;
89 padding-top: 2px;
90 clear: none;
91 }
92
93 .avail {
94 float: right;
95 width: 180px;
96 border: 0px solid orange;
97 clear: none;
98 }
99
100 .cover {
101 border-color: #cccc00;
102 }
103
104 /*
105 .title {
106 font-weight: bold;
107 }
108 */
109
110 .titleDet {
111 font-weight: bold;
112 font-size: 1.2em;
113 }
114
115 .titleFull {
116 font-weight: bold;
117 font-size: 1.2em;
118 }
119
120 .author {
121 font-style: italic;
122 }
123
124 .redstar {
125 /* list-style: url(/img/star-red.gif) circle; */
126 list-style: disc;
127 color: orange;
128 text-align: left;
129 font-size: 0.8em;
130 }
131
132 .info {
133 margin-top: 10px;
134 margin-bottom: 15px;
135 border: 0px solid blue;
136 }
137
138 .lib {
139 color: green;
140 }
141
142
143 .sig {
144 color: #CC3333;
145 }
146
147 h3 {
148 color: #00f;
149 font-family: Verdana, Helvetica;
150 font-size: 0.9em;
151 }
152
153 h3 span {
154 color: orange;
155 }
156
157 .line {
158 background-color: #ffffcc;
159 }
160
161 .label {
162 font-weight: bold;
163 text-align: right;
164 vertical-align: top;
165 padding-right: 1em;
166 width: 90px;
167 }
168
169 .labelNonstd {
170 font-weight: bold;
171 font-size: 0.8em;
172 }
173
174 .line2 {
175 background-color: #ffffff;
176 }
177
178 .result {
179 border: 2px dashed #ff0000;
180 }
181
182 .footer {
183 color: #808080;
184 margin-top: 1em;
185 border-top: 1px solid #e0e0e0;
186 font-size: 70%;
187 display: block;
188 clear: left;
189 }

  ViewVC Help
Powered by ViewVC 1.1.26