Skip to content

Instantly share code, notes, and snippets.

@OrigamiTech
Created December 3, 2010 15:22
Show Gist options
  • Save OrigamiTech/727088 to your computer and use it in GitHub Desktop.
Save OrigamiTech/727088 to your computer and use it in GitHub Desktop.
/*http://cdn.ghostworksinc.com/github.css*/
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular);
h1,h2,body { font-family: 'Droid Sans', arial, sans-serif; }
a { text-decoration: none; }
/*http://cdn.ghostworksinc.com/header.css*/
#header {
margin: 0;
background:#000;
color:#fff;
border-top: 5px solid #000000;
text-transform: uppercase;
width: 100%;
height: 25px;
color:#FFFFFF;
padding: 0px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
}
#header a, #header a:link, #header a:visited {
color:#FFFFFF;
text-decoration:none;
}
#header a:hover {
border-bottom: 3px solid #339999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment