Created
June 24, 2009 15:07
-
-
Save jolts/135322 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body { | |
| font-size: 62.5%; | |
| background-color: #1C273D; | |
| padding:25px auto 25px auto; | |
| } | |
| #Container { | |
| width: 800px; | |
| background-color: #1C273D; | |
| margin: auto; | |
| } | |
| #PageHead { | |
| width: 800px; | |
| margin: auto; | |
| text-align: center; | |
| background-color: #1C273D; | |
| } | |
| #Content { | |
| width: 600px; | |
| margin: auto; | |
| background-color: #232f46; | |
| } | |
| #LeftMenu { | |
| float: left; | |
| background-color: #1C273D; | |
| width: 150px; | |
| } | |
| #RightMenu{ | |
| width: 200px; | |
| float: right; | |
| background-color: #1C273D; | |
| } | |
| #Menu { | |
| clear: both; | |
| background-color: #1C273D; | |
| text-align: center; | |
| } | |
| #Menu .navigation li | |
| { | |
| padding: 0 5px; | |
| display: inline; | |
| } | |
| p.Details { | |
| color: #444444; | |
| word-spacing: 0.2em; | |
| text-align: center; | |
| line-height: 1em; | |
| font-size: 1.4em; | |
| font-weight: bold; | |
| } | |
| .navigation li { | |
| list-style-type: none; | |
| } | |
| .navigation li.notActive a | |
| { | |
| letter-spacing: -2px; | |
| text-decoration: none; | |
| color: #ccc; | |
| font-size: 2em; | |
| } | |
| .navigation .notActive a:hover | |
| { | |
| color: #555; | |
| font-size: 3em; | |
| font-weight: bold; | |
| } | |
| h1{ | |
| color: #FFFFFF; | |
| text-decoration: none; | |
| word-spacing: normal; | |
| text-align: center; | |
| letter-spacing: 0; | |
| font: italic 3em/1em Verdana; /* 16px × 62.5% = 10px, 10px * 3em = 30px */ | |
| } | |
| h2{ | |
| font-family: Arial; | |
| color: #444444; | |
| text-decoration: none; | |
| word-spacing: normal; | |
| text-align: center; | |
| letter-spacing: 3px; | |
| line-height: 1em; | |
| font-size: 3em; | |
| } | |
| p{ | |
| font-family: Georgia; | |
| color: #444; | |
| text-decoration: none; | |
| word-spacing: normal; | |
| text-align: left; | |
| letter-spacing: 2px; | |
| line-height: 1.5em; | |
| font-size: 1.6em; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment