/[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 1140 by dpavlin, Wed Apr 22 13:20:49 2009 UTC revision 1220 by dpavlin, Tue Jun 9 21:36:53 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          margin: 1em;  
48    #results {
49            margin-top: 2em;
50          border: 1px solid #eee;          border: 1px solid #eee;
51  }  }
52    
# Line 39  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 {
         clear: left;  
64          margin-bottom: 1em;          margin-bottom: 1em;
65  }  }
66    
67  #results .pager {  #results li.z {
68            background: #eee;
69    }
70    
71    li div {
72          clear: left;          clear: left;
73          float: left;          border-top: 2px dotted #eee;
74          width: 100%;  }
75          text-align: center;  
76    li.z div {
77            clear: left;
78            border-top: 2px dotted #fff;
79    }
80    
81    
82    ul.pager {
83          background: #eee;          background: #eee;
84            padding: 0.5em;
85            margin: 0;
86            clear: both;
87  }  }
88    
89  #results .pager a,  ul.pager li {
90  #results .pager span {          list-style: none;
91            display: inline;
92          width: 3em;          width: 3em;
         float: left;  
93  }  }
94    
95  .pager .current_page {  ul.pager li.skip {
96          font-weight: bold;          color: #888;
97  }  }
98    
99  .pager .skip {  ul.pager li.current_page {
100          color: #888;          font-weight: bold;
101            color: #000;
102  }  }
103    
104  #results ol {  .dump {
105          float: left;          background-color: #efe;
106          margin-top: 1em;          clear: both;
         margin-bottom: 1em;  
107  }  }
108    
109  pre {  div.dump > pre {
110          border-top: 1px solid #888;          background-color: #eef;
111          clear: left;          margin: 0;
         background-color: #eee;  
         display: none;  
112  }  }
113    
114  .error {  .error {

Legend:
Removed from v.1140  
changed lines
  Added in v.1220

  ViewVC Help
Powered by ViewVC 1.1.26