Skip to content

Instantly share code, notes, and snippets.

Created April 12, 2013 07:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/5370172 to your computer and use it in GitHub Desktop.
Save anonymous/5370172 to your computer and use it in GitHub Desktop.
old /r/calpoly theme
/* Unsorted */
/* this fixes self vs. internal link */
ul.tabmenu.formtab {
margin: 43px 0 0 0;
}
.commentarea .md a {
text-decoration: underline;
}
a {
color: #005528;
} .tagline a {
color: #333;
} #header {
background-color: #e2e2e2;
border-bottom: 1px solid #003928;
} .link.odd, .linkcompressed.odd {
background-color: #fafafa;
padding: 7px 0;
color: #222;
} .link.even, .linkcompressed.even {
padding: 7px 0;
} #sr-header-area {
background-color: #bbb;
}
/* Things/Titles */
.thing .title, .thing .title.loggedin {
color: #005528;
} .thing .title:visited, .thing .title.click, .thing .title.loggedin:visited, .thing .title.loggedin.click {
color: black;
} #header-bottom-left {
height: 46px;
padding: 3px 0 0;
}
/* Logos */
#header-img {
margin-left: 5px;
position: relative;
z-index: 2;
} .pagename a {
color: white;
font-size: 1px;
background-image: url(%%mustangAndTitle%%);
background-repeat:no-repeat;
padding:40px 166px 0 0;
position: absolute;
left: 40px;
top: 25px;
z-index: 1;
}
/* Tabs */
.tabmenu {
margin-left: 160px;
} .tabmenu li a {
background-color: #EFEFEF;
} .tabmenu li.selected a {
border-color: #003928;
border-bottom-color: white;
} #header-bottom-right {
background-color: #EFEFEF;
}
/* Sidebar */
.side {
padding: 0 0 0 5px;
} .linkinfo {
background-color: #FAFAF0;
border-color: #003928;
color: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment