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

Diff of /trunk/vhost/style.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1135 by dpavlin, Tue Apr 21 23:17:21 2009 UTC revision 1178 by dpavlin, Wed Apr 29 18:10:45 2009 UTC
# Line 6  body { Line 6  body {
6  }  }
7    
8  h1 {  h1 {
9            margin: 0;
10          font-size: 150%;          font-size: 150%;
11          color: #008;          color: #008;
12  }  }
13    
14    h2 {
15            margin: 0;
16            font-size: 120%;
17            color: #008;
18            padding-top: 1em;
19    }
20    
21  #description {  #description {
22          font-size: 80%;          font-size: 80%;
23  }  }
24    
25    a.skip {
26            float: right;
27            color: #aaa;
28    }
29    
30  form {  form {
31          margin: 2em;          margin-top: 2em;
32  }  }
33    
34  form label,  form label,
35    form select,
36  form input {  form input {
37          float: left;          float: left;
38  }  }
# Line 27  form input[name=search] { Line 41  form input[name=search] {
41          clear: left;          clear: left;
42  }  }
43    
44  #results {  form #inputs {
45          clear: left;          clear: left;
46          float: left;  }
47    
48    #results {
49            margin-top: 2em;
50            border: 1px solid #eee;
51  }  }
52    
53  #results label {  #results label {
# Line 37  form input[name=search] { Line 55  form input[name=search] {
55          float: left;          float: left;
56  }  }
57    
58    #results ol {
59            margin-right: 2em;
60            margin-bottom: 2em;
61    }
62    
63  #results ol li {  #results ol li {
64          margin-bottom: 1em;          margin-bottom: 1em;
65  }  }
66    
67  pre {  #results li.z {
68          border-top: 1px solid #888;          background: #eee;
69          clear: left;  }
70          background-color: #eee;  
71    ul.pager {
72            background: #eee;
73            padding: 0.5em;
74            margin: 0;
75            clear: both;
76    }
77    
78    ul.pager li {
79            list-style: none;
80            display: inline;
81            width: 3em;
82    }
83    
84    ul.pager li.skip {
85            color: #888;
86    }
87    
88    ul.pager li.current_page {
89            font-weight: bold;
90            color: #000;
91    }
92    
93    .dump {
94            background-color: #efe;
95            clear: both;
96    }
97    
98    div.dump > pre {
99            background-color: #eef;
100            margin: 0;
101  }  }
102    
103  .error {  .error {
# Line 56  pre { Line 109  pre {
109          background-color: #ffc;          background-color: #ffc;
110          color: #000;          color: #000;
111          padding: 0.5em;          padding: 0.5em;
         margin: 0.5em;  
112  }  }

Legend:
Removed from v.1135  
changed lines
  Added in v.1178

  ViewVC Help
Powered by ViewVC 1.1.26