Skip to content

Instantly share code, notes, and snippets.

@Angles
Created July 30, 2012 21:43
Show Gist options
  • Save Angles/3210539 to your computer and use it in GitHub Desktop.
Save Angles/3210539 to your computer and use it in GitHub Desktop.
Safari UserCSS - blipinteractive forums
/* http://forums.blipinteractive.co.uk/(STAR) */
/*
body {
background-color: #F5F5F5 !important;
}
div {
//background-color: #D3D3D3 !important;
background-color: #F0F0F0 !important;
}
*/
body {
//background-color: #F5F5F5 !important;
background: #E0E0E0 !important;
//font-size: 1.2em !important;
}
div {
//background-color: #D3D3D3 !important;
background-color: #F0F0F0 !important;
//font-size: 1.2em !important;
}
.post-num a:hover, a:active {
//color: #E0E0E0 !important;
color: orange !important;
}
.post-info, .posted-on {
background: green !important;
color: #E0E0E0 !important;
}
.sidebar-left, #sidebar {
font-size: 0.8em !important;
//width: 210px;
}
block-user-1 {
//width: 3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment