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.8 by tdb, Fri Jun 21 16:50:18 2013 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 >        text-align: center;
68   }
69   #footer p {
65        text-align: center;
70          font-size: x-small;
71   }
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 79 | Line 83 | html,body {
83          background: #eeeeff;
84          border-bottom: 5px solid #000066;
85          color: #000066;
82        text-align: right;
86   }
87   #contents h2 {
88          padding: 4px;
# Line 94 | Line 97 | html,body {
97          border-bottom: 1px solid #000066;
98   }
99   #contents pre {
100 <        border-left: 2px solid #ffffff;
100 >        border-left: 2px solid #ff0000;
101          margin-left: 5px;
102          padding-left: 5px;
103          background: #f0f0f0;
104          color: #000000;
105 <        font-size: larger;
105 >        /*font-size: larger;*/
106   }
107   #topnav {
108 <        margin: -15px -10px 0 0;
108 >        margin: -10px 0px 0px -10px;
109          padding: 0px;
107        text-align: right;
110          background: transparent;
111          color: #000000;
112   }
113   #topnav ul {
114 <        padding-left: 0;
115 <        margin-left: 0;
114 >        padding-left: 0px;
115 >        margin-left: 0px;
116          display: inline;
117   }
118   #topnav li {
# Line 118 | Line 120 | html,body {
120          list-style: none;
121          display: inline;
122   }
123 + #cvslog div {
124 +        border: 2px solid #000066;
125 +        margin: 15px 0px 15px 0px;
126 + }
127 + #cvslog div.logitemfirst {
128 +        margin: 0px;
129 +        padding: 5px 0px 5px 0px;
130 +        border: 0px;
131 + }
132 + #cvslog div.logitem {
133 +        margin: 0px;
134 +        padding: 5px 0px 5px 0px;
135 +        border: 0px;
136 +        border-top: 1px dashed #000066;
137 + }
138 + #cvslog h3 {
139 +        background: #000066;
140 +        color: #ffffff;
141 +        margin: 0px;
142 +        padding: 3px;
143 + }
144 + #cvslog a.cvsloghead {
145 +        color: #ffffff;
146 + }
147 + #cvslog p {
148 +        margin: 0px;
149 +        padding: 5px;
150 + }
151 + #cvslog pre {
152 +        padding: 5px;
153 +        margin: 10px;
154 + }
155  
156   /* All images have no border */
157   img {
158 <        border: 0;
158 >        border: 0px;
159   }
160  
161   /* For when we want to hide something to CSS browsers */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines