/[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

Contents of /Webpacus/root/css/user.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 190 - (show annotations)
Tue Nov 29 13:04:01 2005 UTC (18 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 1906 byte(s)
design

1 /* user CSS file */
2
3 .holder {
4 display: block;
5 width: 600px;
6 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;
70 border: 0px solid orange;
71 padding: 2px 25px;
72 }
73
74 .redstar {
75 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 {
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 {
92 background-color: #ffffcc;
93 }
94
95 .label {
96 font-size: 0.7em;
97 font-weight: bold;
98 text-align: right;
99 padding-right: 1em;
100 width: 130px;
101
102 }
103
104 .line2 {
105 background-color: #ffffff;
106 }
107
108
109 .result {
110 border: 2px dashed #ff0000;
111 }
112
113 .footer {
114 color: #808080;
115 margin-top: 1em;
116 border-top: 1px solid #e0e0e0;
117 font-size: 70%;
118 display: block;
119 clear: left;
120 }

  ViewVC Help
Powered by ViewVC 1.1.26