/[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 204 - (hide annotations)
Fri Dec 2 23:03:23 2005 UTC (18 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 1502 byte(s)
classes for html tidy output

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

  ViewVC Help
Powered by ViewVC 1.1.26