/[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 275 by dpavlin, Sat Dec 17 03:20:19 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 */  /* autocomplete */
10    
11  div.auto_complete {  div.auto_complete {
# Line 31  div.auto_complete ul strong.highlight { Line 39  div.auto_complete ul strong.highlight {
39  /* databases */  /* databases */
40    
41  .databases {  .databases {
42          border: 1px dashed #e0e0e0;          display: inline;
43  }  }
44    
45  #database_list {  #database_list {
46          display: none;          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 */
# Line 46  div.auto_complete ul strong.highlight { Line 76  div.auto_complete ul strong.highlight {
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' */  /* found x results for 'query' */
83    
84  .results {  .results {
85            width: 680px;
86          margin-top: 1em;          margin-top: 1em;
87          float: left;          float: left;
88          font-size: 90%;          font-size: 90%;
# Line 73  div.auto_complete ul strong.highlight { Line 106  div.auto_complete ul strong.highlight {
106    
107  /* bar for template switching */  /* bar for template switching */
108  .switch_template {  .switch_template {
109          float: right;          float: left;
110          font-size: 80%;          font-size: 80%;
111          color: #808080;          color: #808080;
112            padding-bottom: 10px;
113  }  }
114    
115  .switch_template a {  .switch_template a {
# Line 83  div.auto_complete ul strong.highlight { Line 117  div.auto_complete ul strong.highlight {
117  }  }
118    
119  /* div around results */  /* div around results */
120    
121    #results {
122            width: 690px;
123            margin-left: 1%;
124            margin-right: 1%;
125    }
126    
127  .html_results {  .html_results {
128          clear: left;          clear: left;
129          float: left;          float: left;
130            width: 40px;
131            width: 690px;
132  }  }
133    
134  /* pager */  /* pager */
# Line 113  div.auto_complete ul strong.highlight { Line 156  div.auto_complete ul strong.highlight {
156          padding: 2px;          padding: 2px;
157          margin-left: 2em;          margin-left: 2em;
158          color: #000000;          color: #000000;
159            text-wrap: suppress;
160  }  }
161    
162  .tidy_error {  .tidy_error {

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

  ViewVC Help
Powered by ViewVC 1.1.26