/[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 108 by dpavlin, Tue Nov 22 20:08:10 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 {
29            float: right;
30            border: 0px solid orange;
31            margin-left: 1em;
32            width: 13em;
33            font-size: 0.8em;
34            text-align: left;
35            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;
45          font-family: Arial;          vertical-align: top;
46            font-family: Verdana, Helvetica
47  }  }
48    
49    
50    
51    
52  .line {  .line {
53          background-color: #ffffcc;          background-color: #ffffcc;
54          }          }
# Line 17  td { Line 58  td {
58          font-weight: bold;          font-weight: bold;
59          text-align: right;          text-align: right;
60          padding-right: 1em;          padding-right: 1em;
61          width: 120px;          width: 130px;
62    
63  }  }
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.108  
changed lines
  Added in v.195

  ViewVC Help
Powered by ViewVC 1.1.26