/[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 1220 - (show annotations)
Tue Jun 9 21:36:53 2009 UTC (14 years, 10 months ago) by dpavlin
File MIME type: text/css
File size: 1293 byte(s)
put dashed lines between attributes in each result

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 margin-right: 2em;
60 margin-bottom: 2em;
61 }
62
63 #results ol li {
64 margin-bottom: 1em;
65 }
66
67 #results li.z {
68 background: #eee;
69 }
70
71 li div {
72 clear: left;
73 border-top: 2px dotted #eee;
74 }
75
76 li.z div {
77 clear: left;
78 border-top: 2px dotted #fff;
79 }
80
81
82 ul.pager {
83 background: #eee;
84 padding: 0.5em;
85 margin: 0;
86 clear: both;
87 }
88
89 ul.pager li {
90 list-style: none;
91 display: inline;
92 width: 3em;
93 }
94
95 ul.pager li.skip {
96 color: #888;
97 }
98
99 ul.pager li.current_page {
100 font-weight: bold;
101 color: #000;
102 }
103
104 .dump {
105 background-color: #efe;
106 clear: both;
107 }
108
109 div.dump > pre {
110 background-color: #eef;
111 margin: 0;
112 }
113
114 .error {
115 background-color: #fcc;
116 color: 000;
117 }
118
119 .message {
120 background-color: #ffc;
121 color: #000;
122 padding: 0.5em;
123 }

  ViewVC Help
Powered by ViewVC 1.1.26