/[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 1140 - (show annotations)
Wed Apr 22 13:20:49 2009 UTC (15 years ago) by dpavlin
File MIME type: text/css
File size: 1013 byte(s)
 r1788@llin:  dpavlin | 2009-04-22 15:20:47 +0200
 more work on design of pager

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

  ViewVC Help
Powered by ViewVC 1.1.26