ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/styles/style.css
(Generate patch)

Comparing web/www/styles/style.css (file contents):
Revision 1.3 by tdb, Tue Mar 23 23:43:39 2004 UTC vs.
Revision 1.4 by tdb, Wed Mar 24 21:34:26 2004 UTC

# Line 3 | Line 3 | html,body {
3          color: #000000;
4          font-family: sans-serif;
5          font-size: small;
6 <        margin: 0;
7 <        padding: 0;
6 >        margin: 0px;
7 >        padding: 0px;
8   }
9  
10   /* Contains the entire of the page */
# Line 36 | Line 36 | html,body {
36   }
37   #menu p {
38          margin: 5px;
39 <        padding: 5px 0 5px 0;
39 >        padding: 5px 0px 5px 0px;
40          text-align: center;
41   }
42   #menu .logo {
43 <        margin: 0;
43 >        margin: 0px;
44          text-align: center;
45   }
46  
# Line 59 | Line 59 | html,body {
59  
60   /* Contains the footer */
61   #footer {
62 <        padding: 60px 0 5px 0;
62 >        padding: 60px 0px 5px 0px;
63   }
64   #footer p {
65          text-align: center;
# Line 68 | Line 68 | html,body {
68  
69   /* Contains the body text of the page */
70   #contents {
71 <        padding: 0 15px 0 15px;
71 >        padding: 0px 15px 0px 15px;
72   }
73   #contents .top {
74          margin-top: 0px;
# Line 99 | Line 99 | html,body {
99          padding-left: 5px;
100          background: #f0f0f0;
101          color: #000000;
102 <        font-size: larger;
102 >        /*font-size: larger;*/
103   }
104   #topnav {
105 <        margin: -15px -10px 0 0;
105 >        margin: -15px -10px 0px 0px;
106          padding: 0px;
107          text-align: right;
108          background: transparent;
109          color: #000000;
110   }
111   #topnav ul {
112 <        padding-left: 0;
113 <        margin-left: 0;
112 >        padding-left: 0px;
113 >        margin-left: 0px;
114          display: inline;
115   }
116   #topnav li {
# Line 118 | Line 118 | html,body {
118          list-style: none;
119          display: inline;
120   }
121 + #cvslog div {
122 +        border: 2px solid #000066;
123 +        margin: 15px 0px 15px 0px;
124 + }
125 + #cvslog div.logitemfirst {
126 +        margin: 0px;
127 +        padding: 5px 0px 5px 0px;
128 +        border: 0px;
129 + }
130 + #cvslog div.logitem {
131 +        margin: 0px;
132 +        padding: 5px 0px 5px 0px;
133 +        border: 0px;
134 +        border-top: 1px dashed #000066;
135 + }
136 + #cvslog h3 {
137 +        background: #000066;
138 +        color: #ffffff;
139 +        margin: 0px;
140 +        padding: 3px;
141 + }
142 + #cvslog a.cvsloghead {
143 +        color: #ffffff;
144 + }
145 + #cvslog p {
146 +        margin: 0px;
147 +        padding: 5px;
148 + }
149 + #cvslog pre {
150 +        padding: 5px;
151 +        margin: 10px;
152 + }
153  
154   /* All images have no border */
155   img {
156 <        border: 0;
156 >        border: 0px;
157   }
158  
159   /* For when we want to hide something to CSS browsers */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines