/[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 425 by dpavlin, Sun Feb 19 20:16:11 2006 UTC revision 426 by dpavlin, Sun Apr 9 23:52:13 2006 UTC
# Line 1  Line 1 
1    body {
2            font-family: Verdana, Arial, Helvetica, sans-serif;
3            font-size: 80%;  /* Enables font size scaling in MSIE */
4            color: #213242;
5            margin: 0;
6            padding: 0;
7    }
8    
9    
10    /* header */
11    
12    #header {
13            font-family: verdana, helvetica, arial, sans-serif;
14            font-size: 93%;
15    }
16    
17    .superHeader {
18      color: rgb(130,128,154);
19      background-color: rgb(33,50,66);
20      text-align: right;
21      margin: 0;
22      padding: 0.5ex 10px;
23    }
24    
25    .superHeader a {
26      color: rgb(195,196,210);
27      background-color: transparent;
28      text-decoration: none;
29      margin: 0;
30      padding: 0 0.25ex 0 0;
31    }
32    
33    .superHeader a:hover {
34      color: rgb(193,102,90);
35      background-color: transparent;
36      text-decoration: none;
37    }
38    
39    .midHeader {
40      color: white;
41      background-color: rgb(61,92,122);
42      margin: 0;
43      padding: 0.26ex 10px;
44    }
45    
46    .headerSubTitle {
47      font-size: 151%;
48      font-weight: normal;
49      font-style: italic;
50      margin: 0 0 0.3ex 0;
51      padding: 0;
52    }
53    
54    .subHeader {
55      color: white;
56      background-color: rgb(117,144,174);
57      margin: 0;
58      padding: 0.5ex 10px;
59      height: 8px;
60    }
61    
62    /* title */
63    
64    #title {
65            padding: 10px;
66            font-weight: bold;
67            font-size: 95%;
68    }
69    
70    
71  /* form */  /* form */
72    
73  #results_form {  #results_form {
# Line 39  div.auto_complete ul strong.highlight { Line 109  div.auto_complete ul strong.highlight {
109  /* databases */  /* databases */
110    
111  .databases {  .databases {
112            position: absolute;
113            top: 80px;
114            left: 720px;
115          display: inline;          display: inline;
116  }  }
117    
118  #database_list {  #database_list {
119          position: absolute;          border: 1px solid #c0c0c0;
         top: 150px;  
         left: 720px;  
         border: 1px dashed #c0c0c0;  
120          list-style-type:none;          list-style-type:none;
121          margin: 0.5em;          margin: 0.5em;
122          padding: 2px;          padding: 10px;
123          margin-top: -100px;          font-size: 90%;
         font-size: 0.9em;  
         width: 180px;  
124          color: blue;          color: blue;
125  }  }
126    
# Line 167  div.auto_complete ul strong.highlight { Line 235  div.auto_complete ul strong.highlight {
235  .tidy_warning {  .tidy_warning {
236          color: #c0c000;          color: #c0c000;
237  }  }
238    
239    
240    /* footer */
241    
242    .footer {
243            width: 720px;
244            padding: 20px;
245    }

Legend:
Removed from v.425  
changed lines
  Added in v.426

  ViewVC Help
Powered by ViewVC 1.1.26