/[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 445 by dpavlin, Sun Apr 9 23:52:13 2006 UTC revision 446 by dpavlin, Mon May 1 14:11:17 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: right;
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            text-align: top;
304            padding: 0px;
305            border: 1px solid #3D5C7A;
306    }
307    div#extra {
308            float:left;
309            width:25%;
310            margin-left:-25%;
311            border: 1px solid orange;
312    }
313    
314    #navigation li {
315            padding-top:8px;
316            font-size: 0.8em;
317            list-style-type: none;
318    }
319    
320    #navigation ul {
321            margin: 2px 0px 2px -28px;
322    }
323    
324    #content .label {
325            font-weight: bold;
326            font-size: 0.9em;
327    }
328    
329    #extra .location {
330            font-size: 0.8em;
331            color: #3D5C7A;
332            padding: 4px;
333    }
334    
335    #content img {
336            display: block;
337            float: right;
338    }

Legend:
Removed from v.445  
changed lines
  Added in v.446

  ViewVC Help
Powered by ViewVC 1.1.26