/[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 190 by dpavlin, Tue Nov 29 13:04:01 2005 UTC
# Line 1  Line 1 
1  /* user CSS file */  /* user CSS file */
2    
3  #links {  .holder {
4          font-size: 0.8em;          display: block;
5          text-align: left;          width: 600px;
6          padding: 0.5em 2em;          border: 0px solid gold;
7            font-size: 0.9em;
8            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 {
22            float: left;
23            border: 0px dashed blue;
24            background: white;
25            text-align: center;
26            padding-top: 4px;
27            height: 100px;
28            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 {
42            border-color: #cccc00;
43            clear: left;
44            float: left;
45    }
46            
47    .desc_short {
48            padding: 2px 2px 2px 90px;
49            border-top: 1px dashed blue;
50            border-right: 1px dashed blue;
51            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 {
63            float: right;
64            border: 0px solid orange;
65            width: 180px;
66    }
67    
68    .avail {
69          float: right;          float: right;
70          vertical-align: top;          border: 0px solid orange;
71            padding: 2px 25px;
72  }  }
73    
74  td {  .redstar {
75            list-style: url(http://membres.lycos.fr/vgh/images/st_red.gif) circle;
76            text-align: left;
77          font-size: 0.8em;          font-size: 0.8em;
         height: 0.8em;  
         vertical-align: top;  
         font-family: Verdana, Helvetica  
78  }  }
79    
80    .sig {
81            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 33  td { Line 106  td {
106  }  }
107    
108    
109  #bookcov {  .result {
110           padding-right: 1em;          border: 2px dashed #ff0000;
          width: 15%;  
          vertical-align: middle;  
111  }  }
112    
113  .footer {  .footer {

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

  ViewVC Help
Powered by ViewVC 1.1.26