Created
March 22, 2012 21:09
-
-
Save AeroNotix/2164583 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 { | |
| background-color:#2E4A60; | |
| color: #F2EEE9; | |
| text-align: center; | |
| font-family:Consolas,'Lucida Console','DejaVu Sans Mono',monospace; | |
| } | |
| #content { | |
| background-color: #ffffff; | |
| font-family: sans-serif; | |
| text-align: center; | |
| position: absolute; | |
| left: 25%; | |
| width: 50%; | |
| top: %; | |
| overflow: auto; | |
| height: 85%; | |
| -moz-box-shadow: 0px 15px 12px #888; | |
| -webkit-box-shadow: 0px 15px 12px #888; | |
| box-shadow: 0px 15px 12px #888; | |
| border-radius: 15px; | |
| } | |
| .left { | |
| text-align: left; | |
| position: absolute; | |
| left: 2%; | |
| width: 8%; | |
| top: 8%; | |
| height: 90%; | |
| border-radius: 7px; | |
| } | |
| .main-heading { | |
| text-align: left; | |
| font-size: 120%; | |
| margin-left: 18%; | |
| } | |
| .line { | |
| margin-left: 18%; | |
| margin-right: 18%; | |
| } | |
| .block { | |
| background-color: #303030; | |
| text-align: justify; | |
| margin-left: 20%; | |
| margin-right: 20%; | |
| } | |
| .blog-list li a{ | |
| font-family:Consolas,'Lucida Console','DejaVu Sans Mono',monospace; | |
| position: absolute; | |
| color: #1d1d1d; | |
| left: 3%; | |
| } | |
| .footer { | |
| color: #ffffff; | |
| font-size: 120%; | |
| position: absolute; | |
| align: bottom; | |
| bottom: 3%; | |
| left: 43.5%; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment