/[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 184 by dpavlin, Sun Nov 27 20:35:06 2005 UTC
# Line 1  Line 1 
1  /* user CSS file */  /* user CSS file */
2    
3  #links {  
4          font-size: 0.8em;  .holder {
5          text-align: left;          display: block;
6          padding: 0.5em 2em;          width: 600px;
7            border: 0px solid gold;
8            font-size: 0.8em;
9            font-family: Verdana, Helvetica;
10    }
11    
12    .bookcov {
13            float: left;
14            border: 0px dashed blue;
15            background: white;
16            text-align: center;
17            padding-top: 4px;
18            height: 100px;
19            width: 90px;
20    }
21    
22    .cover {
23            border-color: #00f;
24    }
25            
26    .desc_short {
27            padding: 2px 2px 2px 90px;
28            border-top: 1px dashed blue;
29            border-right: 1px dashed blue;
30            min-height: 80px;
31    }
32    
33    .links {
34          float: right;          float: right;
35          vertical-align: top;          border: 0px solid orange;
36            width: 180px;
37            font-weight: bold;
38    }
39    
40    .redstar {
41            list-style: url(http://membres.lycos.fr/vgh/images/st_red.gif) circle;
42  }  }
43    
44  td {  .sig {
45          font-size: 0.8em;          color: #CC3333;
         height: 0.8em;  
         vertical-align: top;  
         font-family: Verdana, Helvetica  
46  }  }
47    
48  .line {  .line {
# Line 33  td { Line 63  td {
63  }  }
64    
65    
 #bookcov {  
          padding-right: 1em;  
          width: 15%;  
          vertical-align: middle;  
 }  
   
66  .footer {  .footer {
67          color: #808080;          color: #808080;
68          margin-top: 1em;          margin-top: 1em;

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

  ViewVC Help
Powered by ViewVC 1.1.26