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 (509B)


      1 @charset 'UTF-8';
      2 
      3 body {
      4 	margin: 0px;
      5 	padding: 1em;
      6 	background: #f3f2ed;
      7 	font-family: 'Lato', sans-serif;
      8 	font-size: 12pt;
      9 	font-weight: 300;
     10 	color: #8A8A8A;
     11 	padding-left: 50px;
     12 	line-height: 1.5;
     13 }
     14 h1 {
     15 	margin: 0px;
     16 	padding: 0px;
     17 	font-weight: 300;
     18 	text-align: center;
     19 }
     20 ul.toc li {
     21 	margin: 8px 0;
     22 }
     23 h3.name {
     24 	font-style: italic;
     25 	text-align: center;
     26 	font-weight: 300;
     27 	font-size: 20px;
     28 }
     29 a {
     30 		color: #D1551F;
     31 	}
     32 a:hover {
     33 	color: #AF440F;
     34 }
     35 	strong {
     36 		font-weight: 700;
     37 		color: #2A2A2A;
     38 	}