/[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 190 by dpavlin, Tue Nov 29 13:04:01 2005 UTC revision 231 by dpavlin, Mon Dec 5 23:24:39 2005 UTC
# Line 1  Line 1 
1  /* user CSS file */  /* user CSS file */
2    
3  .holder {  .holder, .holder_nonstd, .holder_none {
4          display: block;          border: 0px solid grey;
         width: 600px;  
         border: 0px solid gold;  
5          font-size: 0.9em;          font-size: 0.9em;
6          font-family: Arial, Helvetica;          font-family: Trebuchet MS, Verdana, Helvetica;
7          float: left;          margin: 2em 1em;
8          clear: left;          clear: left;
9  }  }
10    
11    .holder, .holder_none {
12            width: 600px;
13    }
14    
15  .holder_nonstd {  .holder_nonstd {
         display: block;  
16          width: 720px;          width: 720px;
         border: 0px solid gold;  
         font-size: 1em;  
         font-family: Arial, Helvetica;  
17  }  }
18    /*
19  .bookcov {  .holder_none {
20            color: #ccc;
21    }
22    */
23    .bookcov, .bookcov_nonstd {
24          float: left;          float: left;
25          border: 0px dashed blue;          border: 0px dashed red;
26          background: white;          text-align: right;
         text-align: center;  
27          padding-top: 4px;          padding-top: 4px;
28            padding-right: 20px;
29            clear: none;
30    }
31    
32    .bookcov {
33          height: 100px;          height: 100px;
34          width: 90px;          width: 90px;
35  }  }
36    
37  .bookcov_nonstd {  .bookcov_nonstd {
         float: left;  
         border: 0px solid #ccc;  
         background: white;  
         text-align: center;  
         padding-top: 4px;  
38          height: 170px;          height: 170px;
39          width: 150px;          width: 140px;
40  }  }
41    
42  .cover {  .desc_short, .desc_nonstd {
         border-color: #cccc00;  
         clear: left;  
43          float: left;          float: left;
44            border-right: 0px dashed blue;
45            border-top: 1px dashed blue;
46            margin: 1px;
47            clear: none;
48  }  }
49            
50  .desc_short {  .desc_short {
51          padding: 2px 2px 2px 90px;          padding: 2px;
52          border-top: 1px dashed blue;          width: 340px;
53          border-right: 1px dashed blue;          min-height: 100px;
         min-height: 80px;  
54  }  }
55    
56  .desc_nonstd {  .desc_nonstd {
57          padding: 6px 30px 2px 180px;          padding: 4px;
58          border-top: 1px dashed blue;          width: 360px;
59          border-right: 1px dashed blue;          min-height: 180px;
         width: 530px;  
         min-height: 230px;  
60  }  }
61    
62  .links {  .links {
63          float: right;          float: right;
64          border: 0px solid orange;          border: 0px solid orange;
65          width: 180px;          width: 140px;
66            padding-top: 2px;
67            clear: none;
68  }  }
69    
70  .avail {  .avail {
71          float: right;          float: right;
72            width: 180px;
73          border: 0px solid orange;          border: 0px solid orange;
74          padding: 2px 25px;          clear: none;
75    }
76    
77    .cover {
78            border-color: #cccc00;
79    }
80            
81    .title {
82            font-weight: bold;
83    }
84    /*
85    .author {
86            color: blue;
87  }  }
88    */
89    
90  .redstar {  .redstar {
91          list-style: url(http://membres.lycos.fr/vgh/images/st_red.gif) circle;          list-style: url(http://membres.lycos.fr/vgh/images/st_red.gif) circle;

Legend:
Removed from v.190  
changed lines
  Added in v.231

  ViewVC Help
Powered by ViewVC 1.1.26