/[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 404 by dpavlin, Sun Feb 19 20:16:11 2006 UTC
# Line 1  Line 1 
1    /* form */
2    
3    #results_form {
4            width: 900px;
5            margin-left: 1%;
6            margin-right: 1%;
7    }
8    
9    /* autocomplete */
10    
11    div.auto_complete {
12            width: 350px;
13            background: #fff;
14    }
15    
16    div.auto_complete ul {
17            border:1px solid #888;
18            margin:0;
19            padding:0;
20            width:100%;
21            list-style-type:none;
22    }
23    
24    div.auto_complete ul li {
25            margin:0;
26            padding:3px;
27    }
28    
29    div.auto_complete ul li.selected {
30            background-color: #ffb;
31    }
32    
33    div.auto_complete ul strong.highlight {
34            color: #800;
35            margin:0;
36            padding:0;
37    }
38    
39    /* databases */
40    
41    .databases {
42            display: inline;
43    }
44    
45    #database_list {
46            position: absolute;
47            top: 150px;
48            left: 720px;
49            border: 1px dashed #c0c0c0;
50            list-style-type:none;
51            margin: 0.5em;
52            padding: 2px;
53            margin-top: -100px;
54            font-size: 0.9em;
55            width: 180px;
56            color: blue;
57    }
58    
59    .database_stats {
60            color: #888;
61            font-size: 0.9em;
62    }
63    
64    /* Search and Clear buttons */
65    
66    .buttons {
67            clear: left;
68            width: 680px;
69    }
70    
71  /* messages from search results */  /* messages from search results */
72    
73  .no_results {  .no_results {
# Line 6  Line 76 
76          border: 1px dashed #ff8080;          border: 1px dashed #ff8080;
77          background-color: #ffe0e0;          background-color: #ffe0e0;
78          color: #000000;          color: #000000;
79            width: 600px;
80  }  }
81    
82    /* found x results for 'query' */
83    
84    .results {
85            width: 680px;
86            margin-top: 1em;
87            float: left;
88            font-size: 90%;
89            color: #404040;
90    }
91    
92    /* debbuging attributes output */
93    .attr {
94            font-size: 80%;
95            color: #a0a0a0;
96    
97    }
98    
99    /* notice at bottom */
100    .notice {
101            margin-top: 1em;
102            color: #a0a0a0;
103            font-size: 70%;
104            clear: left;
105    }
106    
107    /* bar for template switching */
108    .switch_template {
109            float: left;
110            font-size: 80%;
111            color: #808080;
112            padding-bottom: 10px;
113    }
114    
115    .switch_template a {
116            text-decoration: none;
117    }
118    
119    /* div around results */
120    
121    #results {
122            width: 690px;
123            margin-left: 1%;
124            margin-right: 1%;
125    }
126    
127    .html_results {
128            clear: left;
129            float: left;
130            width: 40px;
131            width: 690px;
132    }
133    
134    /* pager */
135    .pager {
136            margin: 0.5em;
137            border-top: 1px dashed #808080;
138            clear: left;
139            float: left;
140    }
141    
142    /* HTML tidy */
143    
144    .tidy {
145            clear: left;
146            border: 2px solid #808080;
147            margin-top: 1em;
148            padding: 1em;
149            color: #808080;
150    }
151    
152    .tidy tt {
153            clear: left;
154            display: block;
155            background-color: #e0e0e0;
156            padding: 2px;
157            margin-left: 2em;
158            color: #000000;
159            text-wrap: suppress;
160    }
161    
162    .tidy_error {
163            margin-top: 0.5em;
164            color: #c00000;
165    }
166    
167    .tidy_warning {
168            color: #c0c000;
169    }

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

  ViewVC Help
Powered by ViewVC 1.1.26