/[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 187 - (show annotations)
Sun Nov 27 22:10:36 2005 UTC (18 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 1147 byte(s)
 r11243@llin:  dpavlin | 2005-11-27 23:13:09 +0100
 added load_rec(nr, tmp_template_filename) usable from TT templates to reload
 single record (usually nr is comming from [% d('MFN') %]) in different
 template [0.07]

1 /* user CSS file */
2
3
4 .holder {
5 display: block;
6 width: 600px;
7 border: 0px solid gold;
8 font-size: 0.8em;
9 font-family: Verdana, Helvetica;
10 }
11
12 .bookcov {
13 float: left;
14 border: 0px dashed blue;
15 background: white;
16 text-align: center;
17 padding-top: 4px;
18 height: 100px;
19 width: 90px;
20 }
21
22 .cover {
23 border-color: #00f;
24 }
25
26 .desc_short {
27 padding: 2px 2px 2px 90px;
28 border-top: 1px dashed blue;
29 border-right: 1px dashed blue;
30 min-height: 80px;
31 }
32
33 .links {
34 float: right;
35 border: 0px solid orange;
36 width: 180px;
37 font-weight: bold;
38 }
39
40 .redstar {
41 list-style: url(http://membres.lycos.fr/vgh/images/st_red.gif) circle;
42 }
43
44 .sig {
45 color: #CC3333;
46 }
47
48 .line {
49 background-color: #ffffcc;
50 }
51
52 .label {
53 font-size: 0.7em;
54 font-weight: bold;
55 text-align: right;
56 padding-right: 1em;
57 width: 130px;
58
59 }
60
61 .line2 {
62 background-color: #ffffff;
63 }
64
65
66 .result {
67 border-color: 2px dashed #ff0000;
68 }
69
70 .footer {
71 color: #808080;
72 margin-top: 1em;
73 border-top: 1px solid #e0e0e0;
74 font-size: 70%;
75 display: block;
76 clear: left;
77 }

  ViewVC Help
Powered by ViewVC 1.1.26