/[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 25 by dpavlin, Sat May 8 16:06:58 2004 UTC revision 42 by dpavlin, Mon May 10 22:04:01 2004 UTC
# Line 49  A:active { Line 49  A:active {
49          text-decoration: none;          text-decoration: none;
50  }  }
51    
52    TD.calendar {
53            color: #999;
54    }
55    
56    .notice {
57            color: #999;
58    }
59    
60    .headers {
61            background: #eee;
62            border: 0px;
63            margin: 0px;
64            padding: 3px;
65            color: #999;
66    }
67    
68    .search A, .search A:link, .search A:visited {
69            border: 1px solid #fff;
70            color: #999;
71            margin: 0px;
72            padding-top: 0px;
73            padding-bottom: 0px;
74            padding-left: 1px;
75            padding-right: 1px;
76    }
77    
78    .search A:hover, .search A:hover:link, .search A:hover:visited {
79            color: #999;
80            background: #fff;
81            text-decoration: none;
82    }
83    
84    .message {
85            margin: 0px;
86            padding-top: 0px;
87            padding-bottom: 0px;
88            padding-left: 3px;
89            padding-right: 3px;
90    }
91    
92    .quote {
93            color: #555;
94    }
95    
96    .signature {
97            color: #888;
98    }
99    

Legend:
Removed from v.25  
changed lines
  Added in v.42

  ViewVC Help
Powered by ViewVC 1.1.26