/[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 231 - (show annotations)
Mon Dec 5 23:24:39 2005 UTC (18 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 1866 byte(s)
design

1 /* user CSS file */
2
3 .holder, .holder_nonstd, .holder_none {
4 border: 0px solid grey;
5 font-size: 0.9em;
6 font-family: Trebuchet MS, Verdana, Helvetica;
7 margin: 2em 1em;
8 clear: left;
9 }
10
11 .holder, .holder_none {
12 width: 600px;
13 }
14
15 .holder_nonstd {
16 width: 720px;
17 }
18 /*
19 .holder_none {
20 color: #ccc;
21 }
22 */
23 .bookcov, .bookcov_nonstd {
24 float: left;
25 border: 0px dashed red;
26 text-align: right;
27 padding-top: 4px;
28 padding-right: 20px;
29 clear: none;
30 }
31
32 .bookcov {
33 height: 100px;
34 width: 90px;
35 }
36
37 .bookcov_nonstd {
38 height: 170px;
39 width: 140px;
40 }
41
42 .desc_short, .desc_nonstd {
43 float: left;
44 border-right: 0px dashed blue;
45 border-top: 1px dashed blue;
46 margin: 1px;
47 clear: none;
48 }
49
50 .desc_short {
51 padding: 2px;
52 width: 340px;
53 min-height: 100px;
54 }
55
56 .desc_nonstd {
57 padding: 4px;
58 width: 360px;
59 min-height: 180px;
60 }
61
62 .links {
63 float: right;
64 border: 0px solid orange;
65 width: 140px;
66 padding-top: 2px;
67 clear: none;
68 }
69
70 .avail {
71 float: right;
72 width: 180px;
73 border: 0px solid orange;
74 clear: none;
75 }
76
77 .cover {
78 border-color: #cccc00;
79 }
80
81 .title {
82 font-weight: bold;
83 }
84 /*
85 .author {
86 color: blue;
87 }
88 */
89
90 .redstar {
91 list-style: url(http://membres.lycos.fr/vgh/images/st_red.gif) circle;
92 text-align: left;
93 font-size: 0.8em;
94 }
95
96 .sig {
97 color: #CC3333;
98 }
99
100 h3 {
101 color: #00f;
102 font-family: Verdana, Helvetica;
103 font-size: 0.9em;
104 }
105
106
107 .line {
108 background-color: #ffffcc;
109 }
110
111 .label {
112 font-size: 0.7em;
113 font-weight: bold;
114 text-align: right;
115 padding-right: 1em;
116 width: 130px;
117
118 }
119
120 .line2 {
121 background-color: #ffffff;
122 }
123
124
125 .result {
126 border: 2px dashed #ff0000;
127 }
128
129 .footer {
130 color: #808080;
131 margin-top: 1em;
132 border-top: 1px solid #e0e0e0;
133 font-size: 70%;
134 display: block;
135 clear: left;
136 }

  ViewVC Help
Powered by ViewVC 1.1.26