/[webpac2]/Webpacus/root/search.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 /Webpacus/root/search.css

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

revision 138 by dpavlin, Thu Nov 24 22:29:44 2005 UTC revision 276 by dpavlin, Sat Dec 17 03:43:37 2005 UTC
# Line 1  Line 1 
1    /* autocomplete */
2    
3    div.auto_complete {
4            width: 350px;
5            background: #fff;
6    }
7    
8    div.auto_complete ul {
9            border:1px solid #888;
10            margin:0;
11            padding:0;
12            width:100%;
13            list-style-type:none;
14    }
15    
16    div.auto_complete ul li {
17            margin:0;
18            padding:3px;
19    }
20    
21    div.auto_complete ul li.selected {
22            background-color: #ffb;
23    }
24    
25    div.auto_complete ul strong.highlight {
26            color: #800;
27            margin:0;
28            padding:0;
29    }
30    
31    /* databases */
32    
33    .databases {
34            border: 1px dashed #c0c0c0;
35            display: inline;
36    }
37    
38    #database_list {
39            list-style-type:none;
40            margin: 0.5em;
41            padding: 0;
42    }
43    
44    /* Search and Clear buttons */
45    
46    .buttons {
47            clear: left;
48    }
49    
50  /* messages from search results */  /* messages from search results */
51    
52  .no_results {  .no_results {
# Line 23  Line 72 
72    
73  }  }
74    
75    /* notice at bottom */
76  .notice {  .notice {
77          margin-top: 1em;          margin-top: 1em;
78          color: #a0a0a0;          color: #a0a0a0;
# Line 30  Line 80 
80          clear: left;          clear: left;
81  }  }
82    
83    /* bar for template switching */
84  .switch_template {  .switch_template {
85          float: right;          float: right;
86          font-size: 80%;          font-size: 80%;
# Line 45  Line 96 
96          clear: left;          clear: left;
97          float: left;          float: left;
98  }  }
99    
100    /* pager */
101    .pager {
102            margin: 0.5em;
103            border-top: 1px dashed #808080;
104            clear: left;
105            float: left;
106    }
107    
108    /* HTML tidy */
109    
110    .tidy {
111            clear: left;
112            border: 2px solid #808080;
113            margin-top: 1em;
114            padding: 1em;
115            color: #808080;
116    }
117    
118    .tidy tt {
119            clear: left;
120            display: block;
121            background-color: #e0e0e0;
122            padding: 2px;
123            margin-left: 2em;
124            color: #000000;
125    }
126    
127    .tidy_error {
128            margin-top: 0.5em;
129            color: #c00000;
130    }
131    
132    .tidy_warning {
133            color: #c0c000;
134    }

Legend:
Removed from v.138  
changed lines
  Added in v.276

  ViewVC Help
Powered by ViewVC 1.1.26