Created
October 5, 2011 19:27
-
-
Save ryanstrandt/1265405 to your computer and use it in GitHub Desktop.
sp pages css
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
/* =========================================== | |
PAGES | |
============================================== */ | |
#pageBody { | |
width:900px; | |
-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px; | |
-moz-box-shadow: inset 0 0 1px 3px #CCC; | |
-webkit-box-shadow: inset 0 0 1px 3px #CCC; | |
box-shadow: inset 0 0 1px 3px #CCC; | |
background:url('/images/stone.png') #ECECEC; | |
margin-top:150px; | |
} | |
#page .container { | |
height:1000px; | |
margin-top:20px; | |
width:850px; | |
} | |
#page #pageContent { | |
float:right; | |
margin:50px 20px 0 20px; | |
width:560px; | |
} | |
#page #sideBar { | |
border-right: 2px dotted #ccc; | |
float:left; | |
margin:100px 0 0 10px; | |
padding-right:25px; | |
width:200px; | |
} | |
#page h1 {color:#ec1d3b; text-align:left;} | |
#page h2 {color:#00b2af;} | |
#page h3 {color:#00b2af; margin-top:1em;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment