Style Sample

Style Sample

untitled text 2 Page 1 of 5 Printed: 9/6/10 10:53:24 PM Printed For: wolffw 1 body { 2 text-align: center; 3 background-color: #A9A9AB; 4 } 5 6 #container { 7 margin: 10px; 8 margin-left: auto; 9 margin-right: auto; 10 width: 760px; 11 border: 1px solid #666; 12 padding: 5px; 13 background-color: #EEf1E6; 14 } 15 16 * html div #container { /* This is the Tan hack */ 17 width: 782px; 18 w\idth: 760px; } 19 20 #banner { 21 margin-bottom: 3px; 22 background: #FFF url('http://williamwolff.org/img/sample-homepage-header.jpg') no-repeat top right; 23 border: 1px solid #25251A; 24 height: 190px; 25 } 26 27 #banner p { 28 margin-left: -2500px; 29 } 30 31 /* header navigation */ 32 #navcontainer 33 { 34 margin: 2px 0 3px 0; 35 margin-left: auto; 36 margin-right: auto; 37 padding: 0; 38 height: 20px; 39 width: 620px; 40 } 41 42 #navcontainer ul 43 { 44 border: 0; 45 margin: 0; 46 padding: 0; 47 list-style-type: none; 48 text-align: center; 49 } 50 51 #navcontainer ul li 52 { 53 display: block; 54 float: left; 55 text-align: center; 56 padding: 0; 57 margin-left: 2px; untitled text 2 Page 2 of 5 Printed: 9/6/10 10:53:24 PM Printed For: wolffw 58 } 59 60 #navcontainer ul li a 61 { 62 background: #fff; 63 width: 120px; 64 height: 18px; 65 border: 1px solid #666; 66 padding: 0; 67 margin: 0 0 10px 0; 68 color: #666; 69 text-decoration: none; 70 display: block; 71 text-align: center; 72 font: normal 10px/18px "Trebuchet MS", lucida, sans-serif; 73 } 74 75 #navcontainer ul li a:hover 76 { 77 color: #fff; 78 background: #792D1E; 79 } 80 81 #navcontainer a:active 82 { 83 background: #769D93; 84 color: #fff; 85 } 86 87 #navcontainer li#active a 88 { 89 background: #769D93; 90 border: 1px solid #c60; 91 color: #fff; 92 } 93 94 /* end top navigation */ 95 96 /* begin body */ 97 98 #wrap { 99 width: 100%; 100 background-color: #FFF; 101 border: 1px dotted #333; 102 } 103 104 #content { 105 padding: 5px; 106 background-color: #FFF; 107 margin-right: 215px; 108 border-right: 1px dotted #ccc; 109 } 110 111 #content p { 112 font-family: "Trebuchet MS", arial, sans-serif; 113 color: #000; 114 font-size: 14px; untitled text 2 Page 3 of 5 Printed: 9/6/10 10:53:24 PM Printed For: wolffw 115 text-align: left; 116 } 117 118 h2.bluetop { 119 text-align: left; 120 font-family: Gill Sans MT, Verdana, Arial, sans-serif; 121 font-weight: normal; 122 line-height: 20px; 123 color: #56627b; 124 } 125 126 h2.blue { 127 text-align: left; 128 font-family: Gill Sans MT, Verdana, Arial, sans-serif; 129 font-weight: normal; 130 line-height: 20px; 131 color: #56627b; 132 border-top: 1px solid #EAE7D6; 133 } 134 135 #content img.floatleft { 136 float: left; 137 margin-top: 4px; 138 border: 1px solid #ccc; 139 padding: 4px; 140 margin-right: 4px; 141 } 142 143 .moveright { 144 border: none; 145 margin-left: 120px; 146 padding: 0 5px; 147 } 148 149 /* end body */ 150 151 /* begin sidebar */ 152 153 #sidebar-a { 154 float: right; 155 width: 200px; 156 margin: 0; 157 margin-left: 5px; 158 padding: 5px; 159 background-color: #fff; 160 } 161 162 * html div #sidebar-a { /* This is the Tan hack */ 163 width: 210px; 164 w\idth: 200px; 165 } 166 167 .square { 168 text-align: right; 169 margin-right: auto; 170 margin-left: auto; 171 margin-bottom: 0px; untitled text 2 Page 4 of 5 Printed: 9/6/10 10:53:24 PM Printed For: wolffw 172 width: 100%; 173 padding: 3px; 174 color: #000; 175 background-color: transparent; 176 } 177 178 .square h1 { 179 text-align: right; 180 text-indent: 0; 181 width: 100%; 182 font-size: 14px; 183 font-weight: bold; 184 text-decoration: none; 185 font-variant: small-caps; 186 border-bottom: 1px solid #333; 187 color: #333; 188 background-color: transparent; 189 padding: 0; 190 } 191 192 .square ul { 193 list-style-type: none; 194 margin-left: 0; 195 padding-left: 10px; 196 } 197 .square li { 198 font-size: 10px; 199 } 200 201 .square a { 202 margin-right: 15px; 203 } 204 205 .square p.right { 206 font-size: 8px; 207 text-align: right; 208 } 209 210 /* end sidebar */ 211 212 /* begin footer */ 213 214 #footer { 215 clear: both; 216 padding: 0; 217 margin-top: 5px; 218 background-color: transparent; 219 } 220 221 #footer p { 222 font-family: "Trebuchet MS", arial, sans-serif; 223 font-size: 8px; 224 } 225 226 /* links */ 227 228 a:link { untitled text 2 Page 5 of 5 Printed: 9/6/10 10:53:24 PM Printed For: wolffw 229 font-weight: normal; 230 background-color: transparent; 231 text-decoration: none; 232 font-weight: bold; 233 color: #252618; 234 font-family: "Trebuchet MS", verdana, arial, sans-serif; 235 font-size: 14px; 236 } 237 238 a:visited { 239 color: #56627b; 240 font-weight: bold; 241 text-decoration: none; 242 font-family: "Trebuchet MS", verdana, arial, sans-serif; 243 font-size: 14px; 244 } 245 246 a:hover { 247 color: #7a3526; 248 text-decoration: underline; 249 font-weight: bold; 250 font-family: "Trebuchet MS", verdana, arial, sans-serif; 251 font-size: 14px; 252 } 253 254 a:active { 255 color: #7a3526; 256 text-decoration: underline; 257 font-weight: bold; 258 font-family: "Trebuchet MS",verdana, arial, sans-serif; 259 font-size: 14px; 260 } 261 262 .square a:link, .square a:visited, .square a:hover, .square a:active { 263 font-size: 14px; 264 }.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    5 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us