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.2 by tdb, Tue Mar 23 19:08:56 2004 UTC vs.
Revision 1.5 by tdb, Wed Mar 24 23:16:19 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 34 | Line 34 | html,body {
34          margin: 0px;
35          padding: 3px;
36   }
37 #menu p {
38        margin: 5px;
39        padding: 5px 0 5px 0;
40        text-align: center;
41 }
37   #menu .logo {
38 <        margin: 0;
38 >        margin: 10px 0px 10px 0px;
39          text-align: center;
40   }
41 + #menu .logo img {
42 +        margin-top: 5px;
43 + }
44 + #menu ul {
45 +        margin: 5px;
46 +        padding: 5px 0px 5px 0px;
47 +        text-align: center;
48 +        list-style: none;
49 + }      
50  
51   /* Contains the main page - including header and footer */
52   #main {
# Line 59 | Line 63 | html,body {
63  
64   /* Contains the footer */
65   #footer {
66 <        padding: 60px 0 5px 0;
66 >        padding: 60px 0px 5px 0px;
67   }
68   #footer p {
69          text-align: center;
# Line 68 | Line 72 | html,body {
72  
73   /* Contains the body text of the page */
74   #contents {
75 <        padding: 0 15px 0 15px;
75 >        padding: 0px 15px 0px 15px;
76   }
77   #contents .top {
78          margin-top: 0px;
# Line 94 | Line 98 | html,body {
98          border-bottom: 1px solid #000066;
99   }
100   #contents pre {
101 <        border-left: 2px solid #ffffff;
101 >        border-left: 2px solid #ff0000;
102          margin-left: 5px;
103          padding-left: 5px;
104          background: #f0f0f0;
105          color: #000000;
106 <        font-size: larger;
106 >        /*font-size: larger;*/
107   }
108   #topnav {
109 <        margin: -15px -10px 0 0;
109 >        margin: -15px -10px 0px 0px;
110          padding: 0px;
111          text-align: right;
112          background: transparent;
113          color: #000000;
114   }
115   #topnav ul {
116 <        padding-left: 0;
117 <        margin-left: 0;
116 >        padding-left: 0px;
117 >        margin-left: 0px;
118          display: inline;
119   }
120   #topnav li {
# Line 118 | Line 122 | html,body {
122          list-style: none;
123          display: inline;
124   }
125 + #cvslog div {
126 +        border: 2px solid #000066;
127 +        margin: 15px 0px 15px 0px;
128 + }
129 + #cvslog div.logitemfirst {
130 +        margin: 0px;
131 +        padding: 5px 0px 5px 0px;
132 +        border: 0px;
133 + }
134 + #cvslog div.logitem {
135 +        margin: 0px;
136 +        padding: 5px 0px 5px 0px;
137 +        border: 0px;
138 +        border-top: 1px dashed #000066;
139 + }
140 + #cvslog h3 {
141 +        background: #000066;
142 +        color: #ffffff;
143 +        margin: 0px;
144 +        padding: 3px;
145 + }
146 + #cvslog a.cvsloghead {
147 +        color: #ffffff;
148 + }
149 + #cvslog p {
150 +        margin: 0px;
151 +        padding: 5px;
152 + }
153 + #cvslog pre {
154 +        padding: 5px;
155 +        margin: 10px;
156 + }
157  
158   /* All images have no border */
159   img {
160 <        border: 0;
160 >        border: 0px;
161   }
162  
163   /* For when we want to hide something to CSS browsers */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines