Skip to content

Instantly share code, notes, and snippets.

@nickyp
Created December 18, 2009 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickyp/259571 to your computer and use it in GitHub Desktop.
Save nickyp/259571 to your computer and use it in GitHub Desktop.
// 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