/[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 1144 by dpavlin, Thu Apr 23 10:59:02 2009 UTC revision 1177 by dpavlin, Wed Apr 29 18:06:19 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,
# Line 32  form #inputs { Line 45  form #inputs {
45          clear: left;          clear: left;
46  }  }
47    
 form #inputs h2 {  
         margin: 0;  
         padding-top: 1em;  
 }  
   
48  #results {  #results {
49          clear: left;          margin-top: 2em;
         float: left;  
         margin: 1em;  
50          border: 1px solid #eee;          border: 1px solid #eee;
51  }  }
52    
# Line 51  form #inputs h2 { Line 57  form #inputs h2 {
57    
58  #results ol {  #results ol {
59          float: left;          float: left;
60          margin: 1em;          margin-right: 2em;
61  }  }
62    
63  #results ol li {  #results ol li {
# Line 59  form #inputs h2 { Line 65  form #inputs h2 {
65          margin-bottom: 1em;          margin-bottom: 1em;
66  }  }
67    
68    #results li.z {
69            background: #eee;
70    }
71    
72  ul.pager {  ul.pager {
73          background: #eee;          background: #eee;
74          padding: 0.5em;          padding: 0.5em;
# Line 72  ul.pager li { Line 82  ul.pager li {
82          width: 3em;          width: 3em;
83  }  }
84    
85  .pager .current_page {  ul.pager li.skip {
86            color: #888;
87    }
88    
89    ul.pager li.current_page {
90          font-weight: bold;          font-weight: bold;
91            color: #000;
92  }  }
93    
94  .pager .skip {  .dump {
95          color: #888;          background-color: #efe;
96            clear: both;
97  }  }
98    
99  pre {  div.dump > pre {
100          border-top: 1px solid #888;          background-color: #eef;
101          clear: left;          margin: 0;
         background-color: #eee;  
102  }  }
103    
104  .error {  .error {

Legend:
Removed from v.1144  
changed lines
  Added in v.1177

  ViewVC Help
Powered by ViewVC 1.1.26