/[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 426 by dpavlin, Sun Apr 9 23:52:13 2006 UTC revision 531 by dpavlin, Mon May 22 22:12:09 2006 UTC
# Line 129  td { Line 129  td {
129  }  }
130    
131  .search_other {  .search_other {
132          color: #00f;          color: #fff;
133          font-family: Arial, Verdana, Helvetica;          font-family: Arial, Verdana, Helvetica;
134          font-size: 0.9em;          font-size: 1em;
135          font-weight: bold;          font-weight: normal;
136          padding: 4px 3px;          padding: 2px 3px;
137          margin: 10px 1px;          background: #3D5C7A;
 /*      background: #ccc; */  
138  }  }
139    
140    
141  .avt {  .avt {
142          color: orange;          color: #fff;
143          font-size: 0.9em;          font-family: Arial, Verdana, Helvetica;
144          font-weight: bold;          font-size: 1em;
145            font-weight: normal;
146            padding: 2px 3px;
147            background: orange;
148  }  }
149    
150    
# Line 167  td { Line 169  td {
169    
170  .cover {  .cover {
171          border-color: #cccc00;          border-color: #cccc00;
172          text-align: left;          text-align: center;
173  }  }
174    
175  /*  /*
# Line 242  h3 span { Line 244  h3 span {
244  }  }
245    
246  .labelNonstd {  .labelNonstd {
247          font-weight: bold;          font-weight: normal;
248          font-size: 0.8em;          font-size: 0.8em;
249            line-height: 2px;
250            margin-left: -10px;
251            margin-bottom: -1px;
252  }  }
253    
254  .line2 {  .line2 {
# Line 270  h3 span { Line 275  h3 span {
275  .dump {  .dump {
276          border: 1px solid #808080;          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.426  
changed lines
  Added in v.531

  ViewVC Help
Powered by ViewVC 1.1.26