/[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 331 by dpavlin, Mon Dec 5 23:24:39 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    a {
4            color: blue;
5            text-decoration:none;
6            border-bottom:1px solid #ccc;
7    }
8    
9    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 {  .holder, .holder_nonstd, .holder_none {
27          border: 0px solid grey;          border-top: 1px solid #ccc;
28          font-size: 0.9em;          font-size: 0.8em;
29          font-family: Trebuchet MS, Verdana, Helvetica;  /*      font-family: Trebuchet MS, Verdana, Helvetica; */
30          margin: 2em 1em;          font-family: Verdana, Helvetica;
31          clear: left;          clear: left;
32  }  }
33    
34  .holder, .holder_none {  .holder, .holder_none {
35          width: 600px;          width: 600px;
36            min-height: 50px;
37  }  }
38    
39  .holder_nonstd {  .holder_nonstd {
40          width: 720px;          width: 700px;
41  }  }
42    
43  /*  /*
44  .holder_none {  .holder_none {
45          color: #ccc;          color: #ccc;
46  }  }
47  */  */
48  .bookcov, .bookcov_nonstd {  
49    .bookcov_short, .bookcov_nonstd {
50          float: left;          float: left;
51          border: 0px dashed red;          border: 0px dashed red;
         text-align: right;  
         padding-top: 4px;  
         padding-right: 20px;  
52          clear: none;          clear: none;
53            text-align: right;
54  }  }
55    
56  .bookcov {  .bookcov_short {
57          height: 100px;          width: 60px;
58          width: 90px;          padding-top: 4px;
59            padding-right: 4px;
60  }  }
61    
62  .bookcov_nonstd {  .bookcov_nonstd {
         height: 170px;  
63          width: 140px;          width: 140px;
64            padding: 4px 4px 20px 4px;
65  }  }
66    
67  .desc_short, .desc_nonstd {  .desc_short, .desc_nonstd {
68          float: left;          float: left;
69          border-right: 0px dashed blue;          border-right: 0px dashed blue;
         border-top: 1px dashed blue;  
70          margin: 1px;          margin: 1px;
71          clear: none;          clear: none;
72  }  }
73    
74  .desc_short {  .desc_short {
75          padding: 2px;          padding: 2px;
76          width: 340px;          width: 360px;
77          min-height: 100px;          min-height: 30px;
78            border-top: 0px dashed blue;
79  }  }
80    
81  .desc_nonstd {  .desc_nonstd {
82          padding: 4px;          padding: 4px 10px 10px 10px;
83          width: 360px;          width: 330px;
         min-height: 180px;  
84  }  }
85    
86  .links {  .links {
87          float: right;          float: right;
         border: 0px solid orange;  
88          width: 140px;          width: 140px;
89          padding-top: 2px;          padding-top: 2px;
90          clear: none;          clear: none;
# Line 77  Line 100 
100  .cover {  .cover {
101          border-color: #cccc00;          border-color: #cccc00;
102  }  }
103            
104    /*
105  .title {  .title {
106          font-weight: bold;          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 {  .author {
121          color: blue;          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 103  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.331  
changed lines
  Added in v.332

  ViewVC Help
Powered by ViewVC 1.1.26