-
-
Save haicu/f8f3a9daab8966eb6a0c80e17dc4e789 to your computer and use it in GitHub Desktop.
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