/[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 1171 - (show annotations)
Sat Apr 25 22:07:59 2009 UTC (15 years ago) by dpavlin
File MIME type: text/css
File size: 1120 byte(s)
 r1844@llin:  dpavlin | 2009-04-26 00:07:58 +0200
 few more fixes to pager, new design of dump output

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 ul.pager {
66 background: #eee;
67 padding: 0.5em;
68 margin: 0;
69 clear: both;
70 }
71
72 ul.pager li {
73 list-style: none;
74 display: inline;
75 width: 3em;
76 }
77
78 ul.pager li.skip {
79 color: #888;
80 }
81
82 ul.pager li.current_page {
83 font-weight: bold;
84 color: #000;
85 }
86
87 .dump {
88 background-color: #efe;
89 clear: both;
90 }
91
92 div.dump > pre {
93 background-color: #eef;
94 margin: 0;
95 }
96
97 .error {
98 background-color: #fcc;
99 color: 000;
100 }
101
102 .message {
103 background-color: #ffc;
104 color: #000;
105 padding: 0.5em;
106 }

  ViewVC Help
Powered by ViewVC 1.1.26