/[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 138 - (hide annotations)
Thu Nov 24 22:29:44 2005 UTC (18 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 623 byte(s)
 r9112@llin:  dpavlin | 2005-11-24 23:30:01 +0100
 changing of templates again work. with a little more testing this will be
 0.02 version :-)

1 dpavlin 136 /* messages from search results */
2    
3     .no_results {
4     margin: 0.5em;
5     padding: 0.5em;
6     border: 1px dashed #ff8080;
7     background-color: #ffe0e0;
8     color: #000000;
9     }
10 dpavlin 137
11 dpavlin 138 /* found x results for 'query' */
12     .results {
13     margin-top: 1em;
14     float: left;
15     font-size: 90%;
16     color: #404040;
17     }
18 dpavlin 137
19 dpavlin 138 /* debbuging attributes output */
20     .attr {
21     font-size: 80%;
22     color: #a0a0a0;
23    
24     }
25    
26     .notice {
27     margin-top: 1em;
28     color: #a0a0a0;
29     font-size: 70%;
30     clear: left;
31     }
32    
33     .switch_template {
34     float: right;
35     font-size: 80%;
36     color: #808080;
37     }
38    
39     .switch_template a {
40     text-decoration: none;
41     }
42    
43     /* div around results */
44     .html_results {
45     clear: left;
46     float: left;
47     }

  ViewVC Help
Powered by ViewVC 1.1.26