Skip to content

Instantly share code, notes, and snippets.

@suellenstringer-hye
Last active August 29, 2015 14:23
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 suellenstringer-hye/433feaa8317b21b09299 to your computer and use it in GitHub Desktop.
Save suellenstringer-hye/433feaa8317b21b09299 to your computer and use it in GitHub Desktop.
callimachus style sheet
@charset "utf-8";
/* CSS Document */
.navbar {
position: relative;
min-height: 125px;
margin-bottom: 21px;
border: 1px solid transparent;
border-top: 2px solid #DDA85B;
background: #0B0B0B url("http://www.library.vanderbilt.edu/assets/images/bg-header.jpg") repeat-x scroll 0px 0px;
}
.navbar.navbar-relative-bottom {
border-top: 5px solid #DDA85B;
background: #333;
color: #999;
min-height: 100px;
}
.btn-default {
color: #FFF;
background-color: #333333;
border-color: #040404;
}
h1,h2,h3,.h3,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
font-family:"Roboto Condensed",Helvetica,sans-serif;
font-weight:300;
line-height:1.2em;
margin:0.67em 0
}
h1,.h1{
color:#993d1b;
font-size:2.642em;
line-height:1.2em;
margin:0.5em 0
}
h2,h3,.h3,.h2{
color:#993d1b;
font-size:2.215em;
font-weight:400;
line-height:1.2em
}
h3,.h3{
color:#00687b
}
h4,.h4{
color:#993d1b;
font-family:"Roboto",Helvetica,sans-serif;
font-size:1.357em;
font-weight:700
}
h5,.h5{
font-family:"Roboto",Helvetica,sans-serif;
font-size:1.071em;
font-weight:500;
line-height:1.5em
}
h6,.h6{
color:#555;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:0.857em;
font-weight:700;
line-height:1.5em;
text-transform:uppercase
}
a,a:visited{
color:#00687b
}
a:hover,a:active{
color:#003d48
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment