/[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 48 by dpavlin, Wed May 12 00:29:01 2004 UTC revision 49 by dpavlin, Thu May 13 10:52:47 2004 UTC
# Line 1  Line 1 
1  body, DIV, P, UL, UL, LI, TABLE, TD, TR {  body, DIV, P, UL, UL, LI, TABLE, TD, TR {
2          font-family: verdana, arial, helvetica, sans-serif ;          font-family: verdana, arial, helvetica, sans-serif;
3          font-size: 10pt ;          font-size: 10pt;
4  }  }
5    
6  TT PRE {  TT, PRE {
7          font-size: 10pt ;          font-size: 10pt;
8          font-family: courier, courier new, monospace ;          font-family: andale mono, courier new, courier, monospace;
9  }  }
10    
11  SMALL { font-size: 8pt; }  SMALL {
12  BIG { font-size: 11pt; }          font-size: 8pt;
13  H1 { font-size: 15pt; }  }
14  H2 { font-size: 13pt; }  
15    BIG {
16            font-size: 11pt;
17    }
18    
19    H1 {
20            font-size: 15pt;
21    }
22    
23    H2 {
24            font-size: 13pt;
25    }
26    
27  .sidebar {  .sidebar {
28          float: right;          float: right;
# Line 41  H2 { font-size: 13pt; } Line 52  H2 { font-size: 13pt; }
52    
53  .search_query {  .search_query {
54          color: #666;          color: #666;
55          font-size: 10pt ;          font-size: 10pt;
56          font-family: courier, courier new, monospace ;          font-family: courier, courier new, monospace;
57  }  }
58    
59    
# Line 66  A:active { Line 77  A:active {
77          color: #999;          color: #999;
78  }  }
79    
80  .calendar_date {  .calendar TABLE TH, .calendar TABLE TD {
81          color: #999;          color: #999;
82  }  }
83    
84  .calendar_day {  .calendar TABLE TD {
85          text-align: right;          text-align: right;
86          color: #999;  }
87    
88    .calendar TABLE TH {
89            text-align: center;
90  }  }
91    
92  .notice {  .notice {
# Line 81  A:active { Line 95  A:active {
95    
96  .headers {  .headers {
97          background: #eee;          background: #eee;
98          border: 0px;          border-width: 0;
99          margin: 0px;          margin: 0px;
100          padding: 3px;          padding: 3px;
101          color: #999;          color: #999;
# Line 117  A:active { Line 131  A:active {
131          color: #000;          color: #000;
132  }  }
133    
134    .message PRE {
135            display: block;
136            margin-top: 0;
137            margin-bottom: 1em;
138            clear: none;
139    }
140    
141  .quote {  .quote {
142          color: #555;          color: #555;
143            font-style: italic;
144  }  }
145    
146  .signature {  .signature {

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

  ViewVC Help
Powered by ViewVC 1.1.26