Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- head {
- background-color: #000000;
- }
- body {
- background-color: #0f0e0e;
- color: #A9A9A9;
- }
- a {
- color: #A9A9A9;
- }
- .home-header {
- width: auto;
- height: 50px;
- font-size: 15px;
- text-align: center;
- }
- .sub-menu { /* set link color for this class (blue looks like crap); fill width instead of having a tiny section between the edge of the screen and out color */
- width: auto;
- height: 50px;
- font-size: 22px;
- text-align: center;
- padding-bottom: 2px;
- background-color: #111112;
- border-bottom: 1px solid;
- }
- .side-bar {
- width: 200px;
- margin: 1px;
- float: left;
- list-style-type: none;
- padding-right: 12px;
- padding-left: 0px;
- padding-top: 5px;
- padding-bottom: 15px;
- border-bottom: 1px solid;
- border-right: 1px solid;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement