/[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 137 by dpavlin, Thu Nov 24 22:29:39 2005 UTC revision 275 by dpavlin, Sat Dec 17 03:20:19 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 #e0e0e0;
35    }
36    
37    #database_list {
38            display: none;
39    }
40    
41  /* messages from search results */  /* messages from search results */
42    
43  .no_results {  .no_results {
# Line 8  Line 48 
48          color: #000000;          color: #000000;
49  }  }
50    
51    /* found x results for 'query' */
52    .results {
53            margin-top: 1em;
54            float: left;
55            font-size: 90%;
56            color: #404040;
57    }
58    
59    /* debbuging attributes output */
60    .attr {
61            font-size: 80%;
62            color: #a0a0a0;
63    
64    }
65    
66    /* notice at bottom */
67    .notice {
68            margin-top: 1em;
69            color: #a0a0a0;
70            font-size: 70%;
71            clear: left;
72    }
73    
74    /* bar for template switching */
75    .switch_template {
76            float: right;
77            font-size: 80%;
78            color: #808080;
79    }
80    
81    .switch_template a {
82            text-decoration: none;
83    }
84    
85    /* div around results */
86    .html_results {
87            clear: left;
88            float: left;
89    }
90    
91    /* pager */
92    .pager {
93            margin: 0.5em;
94            border-top: 1px dashed #808080;
95            clear: left;
96            float: left;
97    }
98    
99    /* HTML tidy */
100    
101    .tidy {
102            clear: left;
103            border: 2px solid #808080;
104            margin-top: 1em;
105            padding: 1em;
106            color: #808080;
107    }
108    
109    .tidy tt {
110            clear: left;
111            display: block;
112            background-color: #e0e0e0;
113            padding: 2px;
114            margin-left: 2em;
115            color: #000000;
116    }
117    
118    .tidy_error {
119            margin-top: 0.5em;
120            color: #c00000;
121    }
122    
123    .tidy_warning {
124            color: #c0c000;
125    }

Legend:
Removed from v.137  
changed lines
  Added in v.275

  ViewVC Help
Powered by ViewVC 1.1.26