/[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 331 by dpavlin, Sat Dec 17 03:43:37 2005 UTC revision 332 by dpavlin, Sat Dec 31 13:41:02 2005 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 {
         border: 1px dashed #c0c0c0;  
42          display: inline;          display: inline;
43  }  }
44    
45  #database_list {  #database_list {
46            position: absolute;
47            top: 150px;
48            left: 720px;
49            border: 1px dashed #c0c0c0;
50          list-style-type:none;          list-style-type:none;
51          margin: 0.5em;          margin: 0.5em;
52          padding: 0;          padding: 2px;
53            margin-top: -100px;
54            font-size: 0.9em;
55            width: 180px;
56            color: blue;
57  }  }
58    
59  /* Search and Clear buttons */  /* Search and Clear buttons */
60    
61  .buttons {  .buttons {
62          clear: left;          clear: left;
63            width: 680px;
64  }  }
65    
66  /* messages from search results */  /* messages from search results */
# Line 55  div.auto_complete ul strong.highlight { Line 71  div.auto_complete ul strong.highlight {
71          border: 1px dashed #ff8080;          border: 1px dashed #ff8080;
72          background-color: #ffe0e0;          background-color: #ffe0e0;
73          color: #000000;          color: #000000;
74            width: 600px;
75  }  }
76    
77  /* found x results for 'query' */  /* found x results for 'query' */
78    
79  .results {  .results {
80            width: 680px;
81          margin-top: 1em;          margin-top: 1em;
82          float: left;          float: left;
83          font-size: 90%;          font-size: 90%;
# Line 82  div.auto_complete ul strong.highlight { Line 101  div.auto_complete ul strong.highlight {
101    
102  /* bar for template switching */  /* bar for template switching */
103  .switch_template {  .switch_template {
104          float: right;          float: left;
105          font-size: 80%;          font-size: 80%;
106          color: #808080;          color: #808080;
107            padding-bottom: 10px;
108  }  }
109    
110  .switch_template a {  .switch_template a {
# Line 92  div.auto_complete ul strong.highlight { Line 112  div.auto_complete ul strong.highlight {
112  }  }
113    
114  /* div around results */  /* div around results */
115    
116    #results {
117            width: 690px;
118            margin-left: 1%;
119            margin-right: 1%;
120    }
121    
122  .html_results {  .html_results {
123          clear: left;          clear: left;
124          float: left;          float: left;
125            width: 40px;
126            width: 690px;
127  }  }
128    
129  /* pager */  /* pager */
# Line 122  div.auto_complete ul strong.highlight { Line 151  div.auto_complete ul strong.highlight {
151          padding: 2px;          padding: 2px;
152          margin-left: 2em;          margin-left: 2em;
153          color: #000000;          color: #000000;
154            text-wrap: suppress;
155  }  }
156    
157  .tidy_error {  .tidy_error {

Legend:
Removed from v.331  
changed lines
  Added in v.332

  ViewVC Help
Powered by ViewVC 1.1.26