/[webpac2]/branches/Sack/web/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 /branches/Sack/web/user.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1310 - (show annotations)
Mon Sep 21 19:04:14 2009 UTC (14 years, 7 months ago) by dpavlin
File MIME type: text/css
File size: 1075 byte(s)
branch for refactoring of WebPAC::Input::* modules for Sack

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

  ViewVC Help
Powered by ViewVC 1.1.26