Created
April 12, 2013 07:24
-
-
Save anonymous/5370172 to your computer and use it in GitHub Desktop.
Revisions
-
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,79 @@ /* 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; }