/[mws]/trunk/html/style.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 /trunk/html/style.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 47 by dpavlin, Tue May 11 19:31:08 2004 UTC revision 48 by dpavlin, Wed May 12 00:29:01 2004 UTC
# Line 25  H2 { font-size: 13pt; } Line 25  H2 { font-size: 13pt; }
25          overflow: hidden;          overflow: hidden;
26  }  }
27    
28    .results_message {
29  .sort A:link, .sort A:visited {          margin-top: 0.5em;
30          color: #666;          margin-bottom: 0.5em;
31  }  }
32    
33  .sort_selected, .sort_selected A:link, .sort_selected A:visited {  .sort_selected, .sort_selected A:link, .sort_selected A:visited {
34          font-weight: bold;          font-weight: bold;
35  }  }
36    
37    .search_form {
38            padding: 0px;
39            margin: 0px;
40    }
41    
42  .search_query {  .search_query {
43          color: #666;          color: #666;
44          font-size: 10pt ;          font-size: 10pt ;
# Line 82  A:active { Line 87  A:active {
87          color: #999;          color: #999;
88  }  }
89    
90  .search A, .search A:link, .search A:visited {  .folder {
91            /* float: right; */
92    }
93    
94    .button A, .button A:link, .button A:visited {
95          border: 1px solid #fff;          border: 1px solid #fff;
96          color: #999;          color: #999;
97            background: #eee;
98          margin: 0px;          margin: 0px;
99          padding-top: 0px;          padding-top: 0px;
100          padding-bottom: 0px;          padding-bottom: 0px;
# Line 92  A:active { Line 102  A:active {
102          padding-right: 1px;          padding-right: 1px;
103  }  }
104    
105  .search A:hover, .search A:hover:link, .search A:hover:visited {  .button A:hover, .button A:hover:link, .button A:hover:visited {
106          color: #999;          color: #999;
107          background: #fff;          background: #fff;
108          text-decoration: none;          text-decoration: none;

Legend:
Removed from v.47  
changed lines
  Added in v.48

  ViewVC Help
Powered by ViewVC 1.1.26