/[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 187 by dpavlin, Sun Nov 27 22:10:36 2005 UTC revision 190 by dpavlin, Tue Nov 29 13:04:01 2005 UTC
# Line 1  Line 1 
1  /* user CSS file */  /* user CSS file */
2    
   
3  .holder {  .holder {
4          display: block;          display: block;
5          width: 600px;          width: 600px;
6          border: 0px solid gold;          border: 0px solid gold;
7          font-size: 0.8em;          font-size: 0.9em;
8          font-family: Verdana, Helvetica;          font-family: Arial, Helvetica;
9            float: left;
10            clear: left;
11    }
12    
13    .holder_nonstd {
14            display: block;
15            width: 720px;
16            border: 0px solid gold;
17            font-size: 1em;
18            font-family: Arial, Helvetica;
19  }  }
20    
21  .bookcov {  .bookcov {
# Line 19  Line 28 
28          width: 90px;          width: 90px;
29  }  }
30    
31    .bookcov_nonstd {
32            float: left;
33            border: 0px solid #ccc;
34            background: white;
35            text-align: center;
36            padding-top: 4px;
37            height: 170px;
38            width: 150px;
39    }
40    
41  .cover {  .cover {
42          border-color: #00f;          border-color: #cccc00;
43            clear: left;
44            float: left;
45  }  }
46                    
47  .desc_short {  .desc_short {
# Line 30  Line 51 
51          min-height: 80px;          min-height: 80px;
52  }  }
53    
54    .desc_nonstd {
55            padding: 6px 30px 2px 180px;
56            border-top: 1px dashed blue;
57            border-right: 1px dashed blue;
58            width: 530px;
59            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: 180px;
66          font-weight: bold;  }
67    
68    .avail {
69            float: right;
70            border: 0px solid orange;
71            padding: 2px 25px;
72  }  }
73    
74  .redstar {  .redstar {
75          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;
76            text-align: left;
77            font-size: 0.8em;
78  }  }
79    
80  .sig {  .sig {
81          color: #CC3333;          color: #CC3333;
82  }  }
83    
84    h3 {
85            color: #00f;
86            font-family: Verdana, Helvetica;
87            font-size: 0.9em;
88    }
89    
90    
91  .line {  .line {
92          background-color: #ffffcc;          background-color: #ffffcc;
93          }                  }
94    
95  .label {  .label {
96          font-size: 0.7em;          font-size: 0.7em;
# Line 64  Line 107 
107    
108    
109  .result {  .result {
110          border-color: 2px dashed #ff0000;          border: 2px dashed #ff0000;
111  }  }
112    
113  .footer {  .footer {

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

  ViewVC Help
Powered by ViewVC 1.1.26