/[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 1177 - (show annotations)
Wed Apr 29 18:06:19 2009 UTC (15 years ago) by dpavlin
File MIME type: text/css
File size: 1185 byte(s)
 r1855@llin:  dpavlin | 2009-04-29 18:48:47 +0200
 move search for to end of results and provide named anchor to it
 optimize layout a little

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 a.skip {
26 float: right;
27 color: #aaa;
28 }
29
30 form {
31 margin-top: 2em;
32 }
33
34 form label,
35 form select,
36 form input {
37 float: left;
38 }
39
40 form input[name=search] {
41 clear: left;
42 }
43
44 form #inputs {
45 clear: left;
46 }
47
48 #results {
49 margin-top: 2em;
50 border: 1px solid #eee;
51 }
52
53 #results label {
54 width: 10em;
55 float: left;
56 }
57
58 #results ol {
59 float: left;
60 margin-right: 2em;
61 }
62
63 #results ol li {
64 clear: left;
65 margin-bottom: 1em;
66 }
67
68 #results li.z {
69 background: #eee;
70 }
71
72 ul.pager {
73 background: #eee;
74 padding: 0.5em;
75 margin: 0;
76 clear: both;
77 }
78
79 ul.pager li {
80 list-style: none;
81 display: inline;
82 width: 3em;
83 }
84
85 ul.pager li.skip {
86 color: #888;
87 }
88
89 ul.pager li.current_page {
90 font-weight: bold;
91 color: #000;
92 }
93
94 .dump {
95 background-color: #efe;
96 clear: both;
97 }
98
99 div.dump > pre {
100 background-color: #eef;
101 margin: 0;
102 }
103
104 .error {
105 background-color: #fcc;
106 color: 000;
107 }
108
109 .message {
110 background-color: #ffc;
111 color: #000;
112 padding: 0.5em;
113 }

  ViewVC Help
Powered by ViewVC 1.1.26