Template:Team:HokkaidoU Japan/css/typography.css

From 2011.igem.org

Revision as of 10:38, 2 October 2011 by Alisue (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

body{

   position: relative;
   font-size: 62.5%;
   font-family: 'Antic', sans-serif;
   background: #ffffff;
   color: #3e3e3e;

} a, a:visited{

   color: #6e9b75;

} a:hover{

   color: #d77e6d;

} a:active, strong.selflink{

   color: #ea7e6d;

} strong, b{

   color: #ea7e6d;
   font-weight: bold;

}

p{

   margin: 1.2em 0;
   font-size: 1.4em;
   text-indent: 1em;
   line-height: 1.3em;

} h1{

   clear: both;
   margin: 2em 0 1em 0;
   font-family: 'Terminal Dosis', sans-serif;
   font-size: 2.2em;
   letter-spacing: 0.15em;
   border-bottom: 1px solid #e4e4e4;

} h2{

   font-family: 'Terminal Dosis', sans-serif;
   font-size: 1.8em;
   color: #ea7e6d;
   letter-spacing: 0.15em;

} h3{

   font-family: 'Snippet', sans-serif;
   font-size: 1.2em;
   padding: 0.2em 0.5em;;
   border-top: 1px solid #dedede;
   border-bottom: 1px dotted #e4e4e4;
   background: #f7f7f7;

} sup{

   font-size: xx-small;
   vertical-align: top;
   line-height: 1.4em;

} sub{

   font-size: xx-small;
   vertical-align: bottom;
   line-height: 1.4em;

} pre{

   font-family: monospace;
   padding: 2em;
   border: 1px solid #e4e4e4;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;

} ol, ul{

   padding-left: 2em;

} ol li{

   list-style: decimal;

} ul li{

   list-style: circle;

} table td{

   border-bottom: 1px solid #ababab;

}