lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

sitewide.css (853B)


      1 @charset 'UTF-8';
      2 @font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=4.0.1');src:url('font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
      3 
      4 body {
      5 	margin: 0px;
      6 	padding: 1em;
      7 	background: #f3f2ed;
      8 	font-family: 'Lato', sans-serif;
      9 	font-size: 12pt;
     10 	font-weight: 300;
     11 	color: #8A8A8A;
     12 	padding-left: 50px;
     13 	line-height: 1.5em;
     14 }
     15 h1, h2, h3 {
     16 	margin: 0px;
     17 	padding: 0px;
     18 	font-weight: 300;
     19 	text-align: center;
     20 	line-height: 1.5em;
     21 }
     22 h3 {
     23 	font-style: italic;
     24 }
     25 a {
     26 		color: #D1551F;
     27 	}
     28 a:hover {
     29 	color: #AF440F;
     30 }
     31 	strong {
     32 		font-weight: 700;
     33 		color: #2A2A2A;
     34 	}