/[webpac2]/trunk/web/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 /trunk/web/user.css

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

revision 194 by dpavlin, Wed Nov 23 00:14:11 2005 UTC revision 195 by dpavlin, Tue Nov 29 14:47:23 2005 UTC
# Line 1  Line 1 
1  /* user CSS file */  /* user CSS file */
2    
3    #holder {
4            width: 38em;
5            border: 0px solid gold;
6            padding: 0.5em;
7    }
8    
9    #bookcov {
10            float: left;
11            border: 0px dashed blue;
12            background: white;
13            margin-right: 1em;
14            width: 4em;
15            text-align: center;
16            height: 5em;
17    
18    }
19    
20    #desc_short {
21           padding-left: 7em;
22           border: 0px solid blue;
23           width: 25em;
24           font-size: 0.8em;
25           min-height: 8em;
26    }
27    
28  #links {  #links {
29            float: right;
30            border: 0px solid orange;
31            margin-left: 1em;
32            width: 13em;
33          font-size: 0.8em;          font-size: 0.8em;
34          text-align: left;          text-align: left;
         padding: 0.5em 2em;  
         float: right;  
35          vertical-align: top;          vertical-align: top;
36  }  }
37    
38    .redstar {
39            list-style: url(http://membres.lycos.fr/vgh/images/st_red.gif) circle;
40    }
41    
42  td {  td {
43          font-size: 0.8em;          font-size: 0.8em;
44          height: 0.8em;          height: 0.8em;
# Line 15  td { Line 46  td {
46          font-family: Verdana, Helvetica          font-family: Verdana, Helvetica
47  }  }
48    
49    
50    
51    
52  .line {  .line {
53          background-color: #ffffcc;          background-color: #ffffcc;
54          }          }
# Line 30  td { Line 64  td {
64    
65  .line2 {  .line2 {
66          background-color: #ffffff;          background-color: #ffffff;
 }  
   
   
 #bookcov {  
          padding-right: 1em;  
          width: 15%;  
          vertical-align: middle;  
67  }  }

Legend:
Removed from v.194  
changed lines
  Added in v.195

  ViewVC Help
Powered by ViewVC 1.1.26