/[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

Annotation of /trunk/vhost/style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1142 - (hide annotations)
Thu Apr 23 10:59:00 2009 UTC (15 years ago) by dpavlin
File MIME type: text/css
File size: 953 byte(s)
 r1792@llin:  dpavlin | 2009-04-23 11:24:02 +0200
 added search by attributes

1 dpavlin 1132 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 dpavlin 1142 form select,
23 dpavlin 1132 form input {
24     float: left;
25     }
26    
27     form input[name=search] {
28     clear: left;
29     }
30    
31     #results {
32     clear: left;
33     float: left;
34 dpavlin 1140 margin: 1em;
35     border: 1px solid #eee;
36 dpavlin 1132 }
37    
38     #results label {
39     width: 10em;
40     float: left;
41     }
42    
43 dpavlin 1141 #results ol {
44     float: left;
45     margin: 1em;
46     }
47    
48 dpavlin 1135 #results ol li {
49 dpavlin 1139 clear: left;
50 dpavlin 1135 margin-bottom: 1em;
51     }
52    
53 dpavlin 1141 ul.pager {
54 dpavlin 1140 background: #eee;
55 dpavlin 1141 padding: 0.5em;
56     margin: 0;
57     clear: both;
58 dpavlin 1139 }
59    
60 dpavlin 1141 ul.pager li {
61     list-style: none;
62     display: inline;
63 dpavlin 1139 width: 3em;
64     }
65    
66     .pager .current_page {
67     font-weight: bold;
68     }
69    
70     .pager .skip {
71     color: #888;
72     }
73    
74 dpavlin 1132 pre {
75     border-top: 1px solid #888;
76     clear: left;
77     background-color: #eee;
78     }
79    
80     .error {
81     background-color: #fcc;
82 dpavlin 1135 color: 000;
83 dpavlin 1132 }
84 dpavlin 1135
85     .message {
86     background-color: #ffc;
87     color: #000;
88     padding: 0.5em;
89     }

  ViewVC Help
Powered by ViewVC 1.1.26