Created
February 16, 2009 03:20
-
-
Save vikhyat/64980 to your computer and use it in GitHub Desktop.
This file contains 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 characters
body | |
{ | |
margin: auto; | |
width: 78%; | |
color: #666; | |
font-family: GillSans, Calibri, Trebchet, sans-serif; | |
} | |
/* Deal with the links */ | |
a:link, a:visited, a:active, a:hover | |
{ | |
text-decoration: none; | |
} | |
a:link, a:visited | |
{ | |
color: #006A85; | |
} | |
a:active, a:hover | |
{ | |
color: #0082A2; | |
} | |
.catbg, .catbg2, .catbg3 | |
{ | |
font-family: "Lucida Grande",Geneva,Helvetica,sans-serif; | |
text-transform:uppercase; | |
color: #444; | |
border-bottom: 1px dotted #dedede; | |
border-top: 1px solid #dedede; | |
} | |
/* The header */ | |
.catbg h1 | |
{ | |
font-family: georgia, times, Times New Roman, times-roman, serif; | |
font-size: 4em; | |
text-align: center; | |
letter-spacing: -3px; | |
color: #333; | |
} | |
/* Category headers that are links shouldn't be blue */ | |
.catbg a | |
{ | |
color: #333; | |
} | |
/* The news area beside the search bar */ | |
table#upshrinkHeader2 tbody tr td.titlebg2 span.smalltext | |
{ | |
font-family: Arial, Helvetica Neue, Helvetica, sans-serif; | |
text-transform: none; | |
} | |
/* Images mustn't have blue borders */ | |
a img | |
{ | |
border: 0; | |
} | |
/* Add a border below every windowbg(2)... */ | |
.windowbg, .windowbg2 | |
{ | |
border-bottom: 1px solid #dedede; | |
} | |
/* ...and titlebg(2) */ | |
.titlebg, .titlebg2 | |
{ | |
border-bottom: 1px dotted #f0f0f0; | |
} | |
/* textareas should be monospace */ | |
textarea | |
{ | |
font-family: Consolas, Lucida Console, Monaco, monospace; | |
color: #333; | |
} | |
/* Push the footer down a bit */ | |
#footerarea | |
{ | |
margin: 20px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment