/[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 231 by dpavlin, Mon Dec 5 23:24:39 2005 UTC
# Line 1  Line 1 
1  /* user CSS file */  /* user CSS file */
2    
3  #links {  .holder, .holder_nonstd, .holder_none {
4          font-size: 0.8em;          border: 0px solid grey;
5          text-align: left;          font-size: 0.9em;
6          padding: 0.5em 2em;          font-family: Trebuchet MS, Verdana, Helvetica;
7            margin: 2em 1em;
8            clear: left;
9    }
10    
11    .holder, .holder_none {
12            width: 600px;
13    }
14    
15    .holder_nonstd {
16            width: 720px;
17    }
18    /*
19    .holder_none {
20            color: #ccc;
21    }
22    */
23    .bookcov, .bookcov_nonstd {
24            float: left;
25            border: 0px dashed red;
26            text-align: right;
27            padding-top: 4px;
28            padding-right: 20px;
29            clear: none;
30    }
31    
32    .bookcov {
33            height: 100px;
34            width: 90px;
35    }
36    
37    .bookcov_nonstd {
38            height: 170px;
39            width: 140px;
40    }
41    
42    .desc_short, .desc_nonstd {
43            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 {
51            padding: 2px;
52            width: 340px;
53            min-height: 100px;
54    }
55    
56    .desc_nonstd {
57            padding: 4px;
58            width: 360px;
59            min-height: 180px;
60    }
61    
62    .links {
63            float: right;
64            border: 0px solid orange;
65            width: 140px;
66            padding-top: 2px;
67            clear: none;
68    }
69    
70    .avail {
71          float: right;          float: right;
72          vertical-align: top;          width: 180px;
73            border: 0px solid orange;
74            clear: none;
75  }  }
76    
77  td {  .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 {
91            list-style: url(http://membres.lycos.fr/vgh/images/st_red.gif) circle;
92            text-align: left;
93          font-size: 0.8em;          font-size: 0.8em;
         height: 0.8em;  
         vertical-align: top;  
         font-family: Verdana, Helvetica  
94  }  }
95    
96    .sig {
97            color: #CC3333;
98    }
99    
100    h3 {
101            color: #00f;
102            font-family: Verdana, Helvetica;
103            font-size: 0.9em;
104    }
105    
106    
107  .line {  .line {
108          background-color: #ffffcc;          background-color: #ffffcc;
109          }                  }
110    
111  .label {  .label {
112          font-size: 0.7em;          font-size: 0.7em;
# Line 33  td { Line 122  td {
122  }  }
123    
124    
125  #bookcov {  .result {
126           padding-right: 1em;          border: 2px dashed #ff0000;
          width: 15%;  
          vertical-align: middle;  
127  }  }
128    
129  .footer {  .footer {

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

  ViewVC Help
Powered by ViewVC 1.1.26