/TTB_stylesheet_background Secret
Created
November 13, 2016 12:00
Star
You must be signed in to star a gist
TTB stylesheet background
This file contains 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:#999; | |
} | |
.site { | |
background:#eeeeee; | |
max-width:1200px; | |
margin:0 auto; | |
} | |
.site-header { | |
background-color: #bbbbbb; | |
} | |
.content-area { | |
background-color:#dddddd; | |
} | |
.widget-area { | |
background-color: #cccccc; | |
} | |
.site-footer { | |
background-color: #aaaaaa; | |
} | |
.content-area { | |
float: left; | |
margin: 0 -25% 0 0; | |
width: 100%; | |
} | |
.site-main { | |
margin: 0 25% 0 0; | |
} | |
.site-content .widget-area { | |
float: right; | |
overflow: hidden; | |
width: 25%; | |
} | |
.site-footer { | |
clear: both; | |
width: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment