/[webpac2]/trunk/vhost/style.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 /trunk/vhost/style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1176 - (show annotations)
Wed Apr 29 18:06:15 2009 UTC (15 years ago) by dpavlin
File MIME type: text/css
File size: 1158 byte(s)
 r1852@llin:  dpavlin | 2009-04-29 18:14:57 +0200
 zebra-stripe results with short class name z(ebra)

1 body {
2 margin: 3em;
3 font-family: Verdana, Arial, Helvetica, sans-serif;
4 background: #fff;
5 color: #369;
6 }
7
8 h1 {
9 margin: 0;
10 font-size: 150%;
11 color: #008;
12 }
13
14 h2 {
15 margin: 0;
16 font-size: 120%;
17 color: #008;
18 padding-top: 1em;
19 }
20
21 #description {
22 font-size: 80%;
23 }
24
25 form {
26 margin: 2em;
27 }
28
29 form label,
30 form select,
31 form input {
32 float: left;
33 }
34
35 form input[name=search] {
36 clear: left;
37 }
38
39 form #inputs {
40 clear: left;
41 }
42
43 #results {
44 clear: left;
45 float: left;
46 margin: 1em;
47 border: 1px solid #eee;
48 }
49
50 #results label {
51 width: 10em;
52 float: left;
53 }
54
55 #results ol {
56 float: left;
57 margin: 1em;
58 }
59
60 #results ol li {
61 clear: left;
62 margin-bottom: 1em;
63 }
64
65 #results li.z {
66 background: #eee;
67 }
68
69 ul.pager {
70 background: #eee;
71 padding: 0.5em;
72 margin: 0;
73 clear: both;
74 }
75
76 ul.pager li {
77 list-style: none;
78 display: inline;
79 width: 3em;
80 }
81
82 ul.pager li.skip {
83 color: #888;
84 }
85
86 ul.pager li.current_page {
87 font-weight: bold;
88 color: #000;
89 }
90
91 .dump {
92 background-color: #efe;
93 clear: both;
94 }
95
96 div.dump > pre {
97 background-color: #eef;
98 margin: 0;
99 }
100
101 .error {
102 background-color: #fcc;
103 color: 000;
104 }
105
106 .message {
107 background-color: #ffc;
108 color: #000;
109 padding: 0.5em;
110 }

  ViewVC Help
Powered by ViewVC 1.1.26