/[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 137 by dpavlin, Thu Nov 24 22:29:39 2005 UTC revision 426 by dpavlin, Sun Apr 9 23:52:13 2006 UTC
# Line 1  Line 1 
1  /* user CSS file */  /* user CSS file */
2    
3  #links {  a {
4          font-size: 0.8em;          color: blue;
5          text-align: left;          text-decoration:none;
6          padding: 0.5em 2em;          border-bottom:1px solid #ccc;
7          float: right;  }
8          vertical-align: top;  
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 {  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;
29            font-size: 0.8em;
30    /*      font-family: Trebuchet MS, Verdana, Helvetica; */
31            font-family: Verdana, Helvetica;
32    }
33    
34    .holder, .holder_noCall, .holder_full {
35            border-top: 1px solid #ccc;
36            width: 600px;
37            min-height: 20px;
38    }
39    
40    .holder_nonstd, .holder_full {
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, .bookcov_full {
64            text-align: center;
65    }
66    
67    .desc_short, .desc_nonstd {
68            border: 0px dotted blue;
69            margin: 1px;
70    }
71    
72    .desc_full {
73            border: 1px dotted blue;
74            margin: 1px;
75            width: 200px;
76    }
77    
78    .desc_short {
79            float: left;
80            clear: none;
81            padding: 2px;
82            margin: 0px 0px 1px 0px;
83            width: 500px;
84            min-height: 30px;
85            border: 1px solid white;
86            border-top: 0px dashed blue;
87    }
88    
89    .desc_short:hover {
90            border: 1px dashed #8a9eb6;
91            background-color: #EBF3FF;
92    }
93    
94    .desc_nonstd, .desc_full {
95            margin-left: 180px;
96    }
97    
98    .links {
99            float: right;
100            width: 140px;
101            padding-top: 2px;
102            clear: none;
103    }
104    
105    .avail {
106            float: right;
107            width: 25%;
108            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: #00f;
133            font-family: Arial, Verdana, Helvetica;
134            font-size: 0.9em;
135            font-weight: bold;
136            padding: 4px 3px;
137            margin: 10px 1px;
138    /*      background: #ccc; */
139    }
140    
141    
142    .avt {
143            color: orange;
144            font-size: 0.9em;
145            font-weight: bold;
146    }
147    
148    
149    .other_author {
150            float: left;
151            clear: left;
152            margin-top: 20px;
153            margin-left: 20px;
154            padding: 3px;
155            border: 1px solid #ccc;
156            width: 30%
157    }
158    
159    .other_clas {
160            float: left;
161            margin-top: 20px;
162            margin-left: 20px;
163            padding: 3px;
164            border: 1px solid #ccc;
165            width: 30%
166    }
167    
168    .cover {
169            border-color: #cccc00;
170            text-align: left;
171    }
172    
173    /*
174    .title {
175            font-weight: bold;
176    }
177    */
178    
179    .titleDet {
180            font-weight: bold;
181            font-size: 1.1em;
182    }
183    
184    .autDet {
185            font-style: italic;
186            font-size: 1.1em;
187    }
188    
189    .titleFull {
190            font-weight: bold;
191            font-size: 1.2em;
192    }
193    
194    .author {
195            font-style: italic;
196    }
197    
198    .redstar {
199      /*      list-style: url(/img/star-red.gif) circle;    */
200            list-style: disc;
201            color: orange;
202            text-align: left;
203          font-size: 0.8em;          font-size: 0.8em;
204          height: 0.8em;  }
205          vertical-align: top;  
206          font-family: Verdana, Helvetica  .info {
207            margin-top: 10px;
208            margin-bottom: 3px;
209            border: 0px solid blue;
210    }
211    
212    .lib {
213            color: green;
214    }
215    
216    
217    .sig {
218            color: #CC3333;
219    }
220    
221    h3 {
222            color: #00f;
223            font-family: Verdana, Helvetica;
224            font-size: 0.9em;
225    }
226    
227    h3 span {
228            color: orange;
229            padding-top: -20px;
230  }  }
231    
232  .line {  .line {
233          background-color: #ffffcc;          background-color: #ffffcc;
234          }                  }
235    
236  .label {  .label {
         font-size: 0.7em;  
237          font-weight: bold;          font-weight: bold;
238          text-align: right;          text-align: right;
239            vertical-align: top;
240          padding-right: 1em;          padding-right: 1em;
241          width: 130px;          width: 90px;
242    }
243    
244    .labelNonstd {
245            font-weight: bold;
246            font-size: 0.8em;
247  }  }
248    
249  .line2 {  .line2 {
250          background-color: #ffffff;          background-color: #ffffff;
251  }  }
252    
253    .result {
254  #bookcov {          border: 2px dashed #ff0000;
          padding-right: 1em;  
          width: 15%;  
          vertical-align: middle;  
255  }  }
256    
257  .footer {  .footer {
# Line 47  td { Line 262  td {
262          display: block;          display: block;
263          clear: left;          clear: left;
264  }  }
265    
266    .dump, table {
267            border: 0px dashed #c0c0c0;
268    }
269    
270    .dump {
271            border: 1px solid #808080;
272    }

Legend:
Removed from v.137  
changed lines
  Added in v.426

  ViewVC Help
Powered by ViewVC 1.1.26