Created
December 18, 2009 15:38
-
-
Save nickyp/259571 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
// CSS built for http://kpax.wolf359.be/kpax/dynamic/reddit/reddit-home | |
body { | |
margin: 5px 5px 5px 10px; | |
padding: 0; | |
background: url('bg.gif') 0 0 repeat-x; | |
font:1.1em/1.4em Georgia, Times, serif; | |
color: #464646; | |
background-color: transparent; | |
} | |
h1 { | |
margin: 10px 0 5px 0; | |
color: #840029; | |
background-color: transparent; | |
float: left; | |
} | |
h2, h3 { | |
margin: 0; | |
} | |
h3 { | |
font-size: small; | |
line-height: 1.4em; | |
float: left; | |
} | |
h1, h2, h3 { | |
text-shadow: 2px 2px 1px #e1e1e1; | |
} | |
p, form { | |
clear: both; | |
} | |
p { | |
margin: 0 0 10px 0; | |
} | |
a { | |
color: #0076a3; | |
background-color: transparent; | |
} | |
p a { | |
margin-right: 7px; | |
font-size: 0.8em; | |
} | |
ol li { | |
font-size: 0.8em; | |
} | |
ol li a { | |
font-size: 1.3em; | |
margin-right: 5px; | |
} | |
input { | |
display: block; | |
margin: 5px 0 10px 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment