/[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 1150 by dpavlin, Fri Apr 24 16:58:10 2009 UTC revision 1220 by dpavlin, Tue Jun 9 21:36:53 2009 UTC
# Line 22  h2 { Line 22  h2 {
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 41  form #inputs { Line 46  form #inputs {
46  }  }
47    
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 53  form #inputs { Line 56  form #inputs {
56  }  }
57    
58  #results ol {  #results ol {
59          float: left;          margin-right: 2em;
60          margin: 1em;          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 li.z {
68            background: #eee;
69    }
70    
71    li div {
72            clear: left;
73            border-top: 2px dotted #eee;
74    }
75    
76    li.z div {
77            clear: left;
78            border-top: 2px dotted #fff;
79    }
80    
81    
82  ul.pager {  ul.pager {
83          background: #eee;          background: #eee;
84          padding: 0.5em;          padding: 0.5em;
# Line 75  ul.pager li { Line 92  ul.pager li {
92          width: 3em;          width: 3em;
93  }  }
94    
95  .pager .current_page {  ul.pager li.skip {
96            color: #888;
97    }
98    
99    ul.pager li.current_page {
100          font-weight: bold;          font-weight: bold;
101            color: #000;
102  }  }
103    
104  .pager .skip {  .dump {
105          color: #888;          background-color: #efe;
106            clear: both;
107  }  }
108    
109  pre {  div.dump > pre {
110          border-top: 1px solid #888;          background-color: #eef;
111          clear: left;          margin: 0;
         background-color: #eee;  
112  }  }
113    
114  .error {  .error {

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

  ViewVC Help
Powered by ViewVC 1.1.26