Skip to content

Instantly share code, notes, and snippets.

@Softwave
Created August 29, 2013 00:58
Show Gist options
  • Save Softwave/6373171 to your computer and use it in GitHub Desktop.
Save Softwave/6373171 to your computer and use it in GitHub Desktop.
/* Cuddle Club CSS Code
* Paste in "Add Custom CSS"
*/
@import url(http://fonts.googleapis.com/css?family=Montez|Sacramento|Dancing+Script:400,700);
#wrapper #title {
font-family: Dancing Script;
font-weight: 200;
}
#wrapper #sidebar #top{
background: #e3e8ec;
color: #5d65ad;
border-radius: 0px;
}
#wrapper #sidebar #bottom {
border-radius: 0px;
width: 0px;
height: 0px;
visibility: hidden;
}
#wrapper #sidebar {
border-style: solid;
border-width: 5px;
border-color: #98aebb;
border-radius: 0px;
}
#wrapper #copyright {
visibility: hidden;
}
#wrapper #content .post {
border-style: solid;
border-width: 5px;
border-color: #98aebb;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment