Skip to content

Instantly share code, notes, and snippets.

@qrush
Created November 20, 2014 03:18
Show Gist options
  • Save qrush/ce6574502f88d276e482 to your computer and use it in GitHub Desktop.
Save qrush/ce6574502f88d276e482 to your computer and use it in GitHub Desktop.
Old help.rubygems.org styles
#superheader {
background: #191919;
color: #fff;
border-bottom: 1px solid #f00;
}
#superheader a {
color: #AAA;
}
#superheader ul.gnav li {
border-left:1px solid #fff;
}
body {
background: #340505 url(http://gemcutter.org/images/top.png) repeat-x scroll 0 10px
}
#header, .admin #header {
border-bottom: none;
}
#content {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border-radius: 10px;
background:#EBE3D1 none repeat scroll 0 0;
border:5px solid #CBC2AE;
padding:20px;
margin-top: 30px;
}
/*
.rule,
ul.articles li,
#article-show .sidebar dl.stats dt,
ul.articles,
.article h1,
#article-show .article h2,
.columns .sidebar
*/
.rule, #content .columns * {
border-color: #444;
}
#article-show * {
border-color: #444 !important;
}
.bigbuttons .bigbutton {
border: 1px solid #BCB29A !important;
margin: 15px 11px 15px 0;
}
.supportstaffer {
border: 1px solid #BCB29A !important;
}
.maincol h1 {
font-size:18px;
font-weight:bold;
margin: 0 0 0.75em;
}
p.pagedesc, .pagedesc p {
color:#777777;
font-size:14px;
font-weight:bold;
}
a {
color: #af0E0E;
}
a:hover {
color: #620e0e;
}
ul.states li.future {
background: none;
}
ul.states li.current {
background: none;
padding: 0 0 4px 0;
text-align: center;
}
ol#comments li.staffer .meta {
background: #B30908;
}
#page {
background: transparent !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment