/[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 332 by dpavlin, Sat Dec 31 13:41:02 2005 UTC
# Line 1  Line 1 
1  /* user CSS file */  /* user CSS file */
2    
3  .holder {  a {
4          display: block;          color: blue;
5          width: 600px;          text-decoration:none;
6          border: 0px solid gold;          border-bottom:1px solid #ccc;
7          font-size: 0.9em;  }
8          font-family: Arial, Helvetica;  
9          float: left;  a:visited {
10            color: blue;
11            text-decoration:none;
12            border-bottom:1px solid #ccc;
13    }
14    
15    a:hover {
16            color: blue;
17            text-decoration:none;
18            border-bottom: 0px;
19    }
20    
21    td {
22            font-size: 0.8em;
23            font-family: Verdana, Helvetica;
24    }
25    
26    .holder, .holder_nonstd, .holder_none {
27            border-top: 1px solid #ccc;
28            font-size: 0.8em;
29    /*      font-family: Trebuchet MS, Verdana, Helvetica; */
30            font-family: Verdana, Helvetica;
31          clear: left;          clear: left;
32  }  }
33    
34    .holder, .holder_none {
35            width: 600px;
36            min-height: 50px;
37    }
38    
39  .holder_nonstd {  .holder_nonstd {
40          display: block;          width: 700px;
41          width: 720px;  }
42          border: 0px solid gold;  
43          font-size: 1em;  /*
44          font-family: Arial, Helvetica;  .holder_none {
45            color: #ccc;
46  }  }
47    */
48    
49  .bookcov {  .bookcov_short, .bookcov_nonstd {
50          float: left;          float: left;
51          border: 0px dashed blue;          border: 0px dashed red;
52          background: white;          clear: none;
53          text-align: center;          text-align: right;
54    }
55    
56    .bookcov_short {
57            width: 60px;
58          padding-top: 4px;          padding-top: 4px;
59          height: 100px;          padding-right: 4px;
         width: 90px;  
60  }  }
61    
62  .bookcov_nonstd {  .bookcov_nonstd {
63          float: left;          width: 140px;
64          border: 0px solid #ccc;          padding: 4px 4px 20px 4px;
         background: white;  
         text-align: center;  
         padding-top: 4px;  
         height: 170px;  
         width: 150px;  
65  }  }
66    
67  .cover {  .desc_short, .desc_nonstd {
         border-color: #cccc00;  
         clear: left;  
68          float: left;          float: left;
69            border-right: 0px dashed blue;
70            margin: 1px;
71            clear: none;
72  }  }
73            
74  .desc_short {  .desc_short {
75          padding: 2px 2px 2px 90px;          padding: 2px;
76          border-top: 1px dashed blue;          width: 360px;
77          border-right: 1px dashed blue;          min-height: 30px;
78          min-height: 80px;          border-top: 0px dashed blue;
79  }  }
80    
81  .desc_nonstd {  .desc_nonstd {
82          padding: 6px 30px 2px 180px;          padding: 4px 10px 10px 10px;
83          border-top: 1px dashed blue;          width: 330px;
         border-right: 1px dashed blue;  
         width: 530px;  
         min-height: 230px;  
84  }  }
85    
86  .links {  .links {
87          float: right;          float: right;
88          border: 0px solid orange;          width: 140px;
89          width: 180px;          padding-top: 2px;
90            clear: none;
91  }  }
92    
93  .avail {  .avail {
94          float: right;          float: right;
95            width: 180px;
96          border: 0px solid orange;          border: 0px solid orange;
97          padding: 2px 25px;          clear: none;
98    }
99    
100    .cover {
101            border-color: #cccc00;
102    }
103    
104    /*
105    .title {
106            font-weight: bold;
107    }
108    */
109    
110    .titleDet {
111            font-weight: bold;
112            font-size: 1.2em;
113    }
114    
115    .titleFull {
116            font-weight: bold;
117            font-size: 1.2em;
118    }
119    
120    .author {
121            font-style: italic;
122  }  }
123    
124  .redstar {  .redstar {
125          list-style: url(http://membres.lycos.fr/vgh/images/st_red.gif) circle;    /*      list-style: url(/img/star-red.gif) circle;    */
126            list-style: disc;
127            color: orange;
128          text-align: left;          text-align: left;
129          font-size: 0.8em;          font-size: 0.8em;
130  }  }
131    
132    .info {
133            margin-top: 10px;
134            margin-bottom: 15px;
135            border: 0px solid blue;
136    }
137    
138    .lib {
139            color: green;
140    }
141    
142    
143  .sig {  .sig {
144          color: #CC3333;          color: #CC3333;
145  }  }
# Line 87  h3 { Line 150  h3 {
150          font-size: 0.9em;          font-size: 0.9em;
151  }  }
152    
153    h3 span {
154            color: orange;
155    }
156    
157  .line {  .line {
158          background-color: #ffffcc;          background-color: #ffffcc;
159                  }                  }
160    
161  .label {  .label {
         font-size: 0.7em;  
162          font-weight: bold;          font-weight: bold;
163          text-align: right;          text-align: right;
164            vertical-align: top;
165          padding-right: 1em;          padding-right: 1em;
166          width: 130px;          width: 90px;
167    }
168    
169    .labelNonstd {
170            font-weight: bold;
171            font-size: 0.8em;
172  }  }
173    
174  .line2 {  .line2 {
175          background-color: #ffffff;          background-color: #ffffff;
176  }  }
177    
   
178  .result {  .result {
179          border: 2px dashed #ff0000;          border: 2px dashed #ff0000;
180  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.26