/[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

Diff of /Webpacus/root/css/user.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 231 by dpavlin, Mon Dec 5 23:24:39 2005 UTC revision 531 by dpavlin, Mon May 22 22:12:09 2006 UTC
# Line 1  Line 1 
1  /* user CSS file */  /* user CSS file */
2    
3  .holder, .holder_nonstd, .holder_none {  a {
4          border: 0px solid grey;          color: blue;
5          font-size: 0.9em;          text-decoration:none;
6          font-family: Trebuchet MS, Verdana, Helvetica;          border-bottom:1px solid #ccc;
7          margin: 2em 1em;  }
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_noCall, .holder_full {
27            float: left;
28          clear: left;          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 {  .holder, .holder_noCall, .holder_full {
35            border-top: 1px solid #ccc;
36          width: 600px;          width: 600px;
37            min-height: 20px;
38  }  }
39    
40  .holder_nonstd {  .holder_nonstd, .holder_full {
41          width: 720px;          border-top: 1px dashed blue;
42  }  }
43  /*  
44  .holder_none {  .bookcov_short, .leftcol {
45          color: #ccc;          border: 0px dashed red;
46  }  }
47  */  
48  .bookcov, .bookcov_nonstd {  .bookcov_short {
49          float: left;          float: left;
         border: 0px dashed red;  
         text-align: right;  
         padding-top: 4px;  
         padding-right: 20px;  
50          clear: none;          clear: none;
51            width: 60px;
52            text-align: right;
53            padding-top: 4px;
54            padding-right: 4px;
55  }  }
56    
57  .bookcov {  .leftcol {
58          height: 100px;          float: left;
59          width: 90px;          padding: 4px 20px 1px 1px;
60            width: 170px;
61  }  }
62    
63  .bookcov_nonstd {  .bookcov_nonstd, .bookcov_full {
64          height: 170px;          text-align: center;
         width: 140px;  
65  }  }
66    
67  .desc_short, .desc_nonstd {  .desc_short, .desc_nonstd {
68          float: left;          border: 0px dotted blue;
         border-right: 0px dashed blue;  
         border-top: 1px dashed blue;  
69          margin: 1px;          margin: 1px;
70          clear: none;  }
71    
72    .desc_full {
73            border: 1px dotted blue;
74            margin: 1px;
75            width: 200px;
76  }  }
77    
78  .desc_short {  .desc_short {
79            float: left;
80            clear: none;
81          padding: 2px;          padding: 2px;
82          width: 340px;          margin: 0px 0px 1px 0px;
83          min-height: 100px;          width: 500px;
84            min-height: 30px;
85            border: 1px solid white;
86            border-top: 0px dashed blue;
87  }  }
88    
89  .desc_nonstd {  .desc_short:hover {
90          padding: 4px;          border: 1px dashed #8a9eb6;
91          width: 360px;          background-color: #EBF3FF;
92          min-height: 180px;  }
93    
94    .desc_nonstd, .desc_full {
95            margin-left: 180px;
96  }  }
97    
98  .links {  .links {
99          float: right;          float: right;
         border: 0px solid orange;  
100          width: 140px;          width: 140px;
101          padding-top: 2px;          padding-top: 2px;
102          clear: none;          clear: none;
# Line 69  Line 104 
104    
105  .avail {  .avail {
106          float: right;          float: right;
107          width: 180px;          width: 25%;
         border: 0px solid orange;  
108          clear: none;          clear: none;
109  }  }
110    
111    
112    .avail2 {
113            border: 1px solid orange;
114            margin: 10px;
115            padding: 4px;
116    }
117    
118    .avail_full {
119                    
120            border: 1px solid orange;
121            width: 100px;
122    }
123    
124    .avail_nonstd {
125            float: right;
126            width: 25%;
127            padding: 6px;
128            border: 2px solid orange;
129    }
130    
131    .search_other {
132            color: #fff;
133            font-family: Arial, Verdana, Helvetica;
134            font-size: 1em;
135            font-weight: normal;
136            padding: 2px 3px;
137            background: #3D5C7A;
138    }
139    
140    
141    .avt {
142            color: #fff;
143            font-family: Arial, Verdana, Helvetica;
144            font-size: 1em;
145            font-weight: normal;
146            padding: 2px 3px;
147            background: orange;
148    }
149    
150    
151    .other_author {
152            float: left;
153            clear: left;
154            margin-top: 20px;
155            margin-left: 20px;
156            padding: 3px;
157            border: 1px solid #ccc;
158            width: 30%
159    }
160    
161    .other_clas {
162            float: left;
163            margin-top: 20px;
164            margin-left: 20px;
165            padding: 3px;
166            border: 1px solid #ccc;
167            width: 30%
168    }
169    
170  .cover {  .cover {
171          border-color: #cccc00;          border-color: #cccc00;
172            text-align: center;
173  }  }
174            
175    /*
176  .title {  .title {
177          font-weight: bold;          font-weight: bold;
178  }  }
179  /*  */
180    
181    .titleDet {
182            font-weight: bold;
183            font-size: 1.1em;
184    }
185    
186    .autDet {
187            font-style: italic;
188            font-size: 1.1em;
189    }
190    
191    .titleFull {
192            font-weight: bold;
193            font-size: 1.2em;
194    }
195    
196  .author {  .author {
197          color: blue;          font-style: italic;
198  }  }
 */  
199    
200  .redstar {  .redstar {
201          list-style: url(http://membres.lycos.fr/vgh/images/st_red.gif) circle;    /*      list-style: url(/img/star-red.gif) circle;    */
202            list-style: disc;
203            color: orange;
204          text-align: left;          text-align: left;
205          font-size: 0.8em;          font-size: 0.8em;
206  }  }
207    
208    .info {
209            margin-top: 10px;
210            margin-bottom: 3px;
211            border: 0px solid blue;
212    }
213    
214    .lib {
215            color: green;
216    }
217    
218    
219  .sig {  .sig {
220          color: #CC3333;          color: #CC3333;
221  }  }
# Line 103  h3 { Line 226  h3 {
226          font-size: 0.9em;          font-size: 0.9em;
227  }  }
228    
229    h3 span {
230            color: orange;
231            padding-top: -20px;
232    }
233    
234  .line {  .line {
235          background-color: #ffffcc;          background-color: #ffffcc;
236                  }                  }
237    
238  .label {  .label {
         font-size: 0.7em;  
239          font-weight: bold;          font-weight: bold;
240          text-align: right;          text-align: right;
241            vertical-align: top;
242          padding-right: 1em;          padding-right: 1em;
243          width: 130px;          width: 90px;
244    }
245    
246    .labelNonstd {
247            font-weight: normal;
248            font-size: 0.8em;
249            line-height: 2px;
250            margin-left: -10px;
251            margin-bottom: -1px;
252  }  }
253    
254  .line2 {  .line2 {
255          background-color: #ffffff;          background-color: #ffffff;
256  }  }
257    
   
258  .result {  .result {
259          border: 2px dashed #ff0000;          border: 2px dashed #ff0000;
260  }  }
# Line 134  h3 { Line 267  h3 {
267          display: block;          display: block;
268          clear: left;          clear: left;
269  }  }
270    
271    .dump, table {
272            border: 0px dashed #c0c0c0;
273    }
274    
275    .dump {
276            border: 1px solid #808080;
277    }
278    
279    
280    div#content {
281            font-size: 0.9em;
282            
283    }
284    div#navigation{background:#fff}
285    div#extra{background:#FFF}
286    
287    div#wrapper {
288            float:left;
289            width:100%;
290    }
291    
292    div#content {
293            margin: 0 22%;
294            width: 48%;
295            padding: 0px 15px 10px 10px;
296    /*      border-left: 1px solid #ccc;
297            border-top: 1px solid #ccc; */
298    }
299    div#navigation {
300            float:left;
301            width:20%;
302            margin-left:-100%;
303            margin-bottom: 30px;
304            text-align: top;
305            padding: 0px;
306            border: 1px solid #3D5C7A;
307    }
308    div#extra {
309            float:left;
310            width:24%;
311            margin-left:-25%;
312            margin-bottom: 20px;
313            border: 1px solid orange;
314    }
315    
316    #navigation li {
317            padding-top:8px;
318            font-size: 0.8em;
319            list-style-type: none;
320    }
321    
322    #navigation ul {
323            margin: 2px 0px 2px -28px;
324    }
325    
326    #content .label {
327            font-weight: bold;
328            font-size: 0.9em;
329    }
330    
331    #extra .location {
332            font-size: 0.8em;
333            color: #3D5C7A;
334            padding: 4px;
335    }
336    
337    #content img {
338            display: block;
339            float: right;
340    }
341    
342    #html_results {
343            border: 1px dashed #ccc;
344    }

Legend:
Removed from v.231  
changed lines
  Added in v.531

  ViewVC Help
Powered by ViewVC 1.1.26