/[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 1153 by dpavlin, Sat Apr 25 09:28:44 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  }  }
# Line 19  form { Line 27  form {
27  }  }
28    
29  form label,  form label,
30    form select,
31  form input {  form input {
32          float: left;          float: left;
33  }  }
# Line 27  form input[name=search] { Line 36  form input[name=search] {
36          clear: left;          clear: left;
37  }  }
38    
39    form #inputs {
40            clear: left;
41    }
42    
43  #results {  #results {
44          clear: left;          clear: left;
45          float: left;          float: left;
# Line 39  form input[name=search] { Line 52  form input[name=search] {
52          float: left;          float: left;
53  }  }
54    
55    #results ol {
56            float: left;
57            margin: 1em;
58    }
59    
60  #results ol li {  #results ol li {
61          clear: left;          clear: left;
62          margin-bottom: 1em;          margin-bottom: 1em;
63  }  }
64    
65  #results .pager {  ul.pager {
         clear: left;  
         float: left;  
         width: 100%;  
         text-align: center;  
66          background: #eee;          background: #eee;
67            padding: 0.5em;
68            margin: 0;
69            clear: both;
70  }  }
71    
72  #results .pager a,  ul.pager li {
73  #results .pager span {          list-style: none;
74            display: inline;
75          width: 3em;          width: 3em;
         float: left;  
 }  
   
 .pager .current_page {  
         font-weight: bold;  
76  }  }
77    
78  .pager .skip {  ul.pager li.skip {
79          color: #888;          color: #888;
80  }  }
81    
82  #results ol {  ul.pager li.current_page {
83          float: left;          font-weight: bold;
84          margin-top: 1em;          color: #000;
         margin-bottom: 1em;  
85  }  }
86    
87  pre {  pre {
88          border-top: 1px solid #888;          border-top: 1px solid #888;
89          clear: left;          clear: left;
90          background-color: #eee;          background-color: #eee;
         display: none;  
91  }  }
92    
93  .error {  .error {

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

  ViewVC Help
Powered by ViewVC 1.1.26