Skip to content

Instantly share code, notes, and snippets.

@rbonick
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbonick/acd06d9e18460cbfc5bb to your computer and use it in GitHub Desktop.
Save rbonick/acd06d9e18460cbfc5bb to your computer and use it in GitHub Desktop.
care-tags.org Stylish style
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
// Dark Blue: #1565C0
// Mid Blue: #2196F3
// Light Blue: #90CAF9
body {
font-family: 'Open Sans', "Helvetica", sans-serif !important;
font-size: 12px !important;
line-height: 1.2;
color: #777 !important;
}
a {
font-family: 'Open Sans', "Helvetica", sans-serif !important;
}
div#wrap {
padding-left: 100px;
padding-right: 100px;
}
div.forabg, div.forumbg {
background-image: none;
padding-bottom: 5px;
}
div.forabg {
background-color: #1565C0 !important;
}
div.forumbg {
background-color: #2196F3 !important;
}
div.headerbar {
background-image: none;
height: 150px;
background-color: #2196F3 !important;
margin-bottom: 0px;
}
div.navbar {
background-color: #90CAF9 !important;
padding-top: 5px;
padding-bottom: 5px;
}
div#site-description img {
height: 120px;
}
ul.topiclist {
background-image: none;
padding: 5px;
}
ul.topiclist.topics, ul.topiclist.forums {
background-color: white;
box-shadow: inset 1px 1px 2px #777;
}
ul.topiclist.forums li {
border: none;
}
ul.topiclist dd, li.row:hover dd {
border-style: none;
border-left: none !important;
}
li.row {
margin: 10px !important;
box-shadow: 1px 1px 2px #777;
background-color: whitesmoke;
}
ul li.row:hover {
background-color: #fafafa !important;
box-shadow: 2px 2px 4px #777;
}
ul.forums {
background-image: none !important;
}
div.lastpost {
line-height: 1.4;
}
span.corners-bottom, span.corners-top {
display: none !important;
}
dl.icon {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
}
ul.topics li{
padding-top: 10px;
padding-bottom: 10px;
}
ul.topics li.sticky{
padding-top: 10px;
padding-bottom: 10px;
background-color: #90CAF9 !important;
}
ul.topics li.row{
border: none;
}
div#reputation-popup {
border-radius: 0px;
box-shadow: 1px 1px 4px #555555;
}
div#reputation-popup div.reputation-list {
padding: 5px;
padding-left: 10px;
padding-right: 10px;
border-radius: 0px;
border: none;
}
div#reputation-popup div.content {
width: 380px !important;
}
div.comment_message {
border: none;
border-radius: 0px;
}
a.button2, input.button1, input.button2, input.button3 {
background-image: none !important;
border-width: 0px;
border-style: none;
border-radius: 1px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 15px;
padding-right: 15px;
}
div#qr_showeditor_div {
display: none !important;
}
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
border: none;
color: #777;
}
fieldset.submit-buttons {
padding-top: 10px;
padding-bottom: 10px;
}
div.post {
padding: 15px;
margin-bottom: 10px;
box-shadow: 2px 2px 4px #777;
}
ul.navlinks {
border-bottom: none;
}
form#postform div.postbody {
float: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment