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

Contents of /Webpacus/root/search.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 275 - (show annotations)
Sat Dec 17 03:20:19 2005 UTC (18 years, 4 months ago) by dpavlin
File MIME type: text/css
File size: 1599 byte(s)
 r11753@llin:  dpavlin | 2005-12-17 08:19:38 +0100
 semi-working version: added filtering by databases (using STRRX Hyper Estraier
 operator because number of attributes when searching is limited to 9),
 added link to search from editor and fixed load_template URI (needs /ajax)

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 */
42
43 .no_results {
44 margin: 0.5em;
45 padding: 0.5em;
46 border: 1px dashed #ff8080;
47 background-color: #ffe0e0;
48 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 }

  ViewVC Help
Powered by ViewVC 1.1.26