Changeset 8
- Timestamp:
- 21/08/06 17:20:35 (7 years ago)
- Files:
-
- 1 modified
-
css/sucs.css (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
css/sucs.css
r7 r8 1 /* -------------------------------------------------- 2 General 3 -------------------------------------------------- */ 4 1 5 body { 2 6 font-family: Arial, sans-serif; … … 10 14 } 11 15 16 img { 17 border: 0; 18 } 19 20 /* -------------------------------------------------- 21 Branding 22 -------------------------------------------------- */ 23 12 24 #branding { 13 25 width: 100%; … … 24 36 25 37 .cornerTopLeft { 26 height: 100%; background: url('../images/left-top-corner.png') top left no-repeat; 38 height: 100%; 39 background: url('../images/left-top-corner.png') top left no-repeat; 27 40 } 28 41 29 42 .cornerTopRight { 30 height: 100%; background: url('../images/right-top-corner.png') top right no-repeat; 43 height: 100%; 44 background: url('../images/right-top-corner.png') top right no-repeat; 31 45 } 32 46 33 47 .cornerBottomLeft { 34 height: 100%; background: url('../images/left-bottom-corner.png') bottom left no-repeat; 48 height: 100%; 49 background: url('../images/left-bottom-corner.png') bottom left no-repeat; 35 50 } 36 51 37 52 .cornerBottomRight { 38 height: 100%; background: url('../images/right-bottom-corner.png') bottom right no-repeat; 53 height: 100%; 54 background: url('../images/right-bottom-corner.png') bottom right no-repeat; 39 55 } 40 56 41 57 #logo { 42 float: left; 43 } 44 45 img { 46 border: 0; 58 float: left; 47 59 } 48 60 … … 52 64 53 65 #title { 54 float: left; margin-left: 2.8em; color: #a52f0f; 66 float: left; 67 margin-left: 2.8em; 68 color: #a52f0f; 55 69 } 56 70 … … 64 78 line-height: 1.5em; 65 79 text-align: right; 66 font-size: 75%; 67 } 80 font-size: 80%; 81 } 82 83 /* -------------------------------------------------- 84 Columns 85 -------------------------------------------------- */ 68 86 69 87 #wrapper { … … 78 96 #navigation { 79 97 float: left; 80 width: 20%;98 width: 17%; 81 99 padding-top: 0.5em; 82 100 } … … 84 102 #content { 85 103 float: right; 86 width: 79%;104 width: 82%; 87 105 } 88 106 … … 93 111 text-align: justify; 94 112 padding: 0; 95 }96 97 #primaryC {98 113 } 99 114 … … 110 125 margin: 0; 111 126 padding: 0; 112 }113 114 #footer {115 background: url('../images/orangefade-bottom.png') top repeat-x #ffc62b;116 margin: 0;117 margin-bottom: 0.5em;118 }119 120 121 #footer p {122 margin: 0;123 text-align: center;124 font-size: 80%;125 padding: 0.5em;126 127 } 127 128 … … 144 145 color: #ffc62b; 145 146 background: #e76808 url('../images/menu-top-right.png') no-repeat top right; 146 padding-left: 0.5em;147 padding-left: 1em; 147 148 margin-bottom: 2px; 148 149 } … … 155 156 font-size: 80%; 156 157 font-weight: normal; 157 padding-left: 1.3em;158 padding-left: 2em; 158 159 background: #ffc62b; 159 160 color: #d45e08; … … 180 181 width: 100%; 181 182 } 183 184 /* -------------------------------------------------- 185 Footer 186 -------------------------------------------------- */ 187 188 #footer { 189 background: url('../images/orangefade-bottom.png') top repeat-x #ffc62b; 190 margin: 0; 191 margin-bottom: 0.5em; 192 } 193 194 195 #footer p { 196 margin: 0; 197 text-align: center; 198 font-size: 80%; 199 padding: 0.5em; 200 }
