/[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

Annotation of /Webpacus/root/search.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 276 - (hide annotations)
Sat Dec 17 03:43:37 2005 UTC (18 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 1713 byte(s)
 r11759@llin:  dpavlin | 2005-12-17 08:32:33 +0100
 fix visibility of database checkboxes. For some strange reason,
 style="display:none" works, while same declaration in CSS doesn't (FF1.5)

1 dpavlin 158 /* 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 dpavlin 271 /* databases */
32 dpavlin 158
33 dpavlin 271 .databases {
34 dpavlin 276 border: 1px dashed #c0c0c0;
35     display: inline;
36 dpavlin 271 }
37    
38 dpavlin 275 #database_list {
39 dpavlin 276 list-style-type:none;
40     margin: 0.5em;
41     padding: 0;
42 dpavlin 271 }
43    
44 dpavlin 276 /* Search and Clear buttons */
45    
46     .buttons {
47     clear: left;
48     }
49    
50 dpavlin 136 /* messages from search results */
51    
52     .no_results {
53     margin: 0.5em;
54     padding: 0.5em;
55     border: 1px dashed #ff8080;
56     background-color: #ffe0e0;
57     color: #000000;
58     }
59 dpavlin 137
60 dpavlin 138 /* found x results for 'query' */
61     .results {
62     margin-top: 1em;
63     float: left;
64     font-size: 90%;
65     color: #404040;
66     }
67 dpavlin 137
68 dpavlin 138 /* debbuging attributes output */
69     .attr {
70     font-size: 80%;
71     color: #a0a0a0;
72    
73     }
74    
75 dpavlin 159 /* notice at bottom */
76 dpavlin 138 .notice {
77     margin-top: 1em;
78     color: #a0a0a0;
79     font-size: 70%;
80     clear: left;
81     }
82    
83 dpavlin 159 /* bar for template switching */
84 dpavlin 138 .switch_template {
85     float: right;
86     font-size: 80%;
87     color: #808080;
88     }
89    
90     .switch_template a {
91     text-decoration: none;
92     }
93    
94     /* div around results */
95     .html_results {
96     clear: left;
97     float: left;
98     }
99 dpavlin 159
100     /* pager */
101     .pager {
102     margin: 0.5em;
103     border-top: 1px dashed #808080;
104     clear: left;
105 dpavlin 202 float: left;
106 dpavlin 159 }
107 dpavlin 204
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     }

  ViewVC Help
Powered by ViewVC 1.1.26