style, layout, markup cleanup, navbar

This commit is contained in:
Gaspard Jankowiak 2013-03-07 15:40:18 +01:00
commit e9d2f5b444
5 changed files with 98 additions and 38 deletions

View file

@ -564,20 +564,16 @@ h1, h2, h3 {
}
h1 {
font-size: 28px;
font-size: 22px;
}
h2 {
font-size: 24px;
}
h4, h5, h6 {
color: #e8e8e8;
font-size: 20px;
}
h3 {
font-size: 18px;
line-height: 24px;
line-height: 22px;
font-family: 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-weight: normal;
color: #b6b6b6;
@ -711,7 +707,7 @@ section #title {
border: 0;
outline: none;
margin: 0;
padding: 0 0 5px 0;
padding: 0;
}
section #title h1 {
font-family: 'OpenSansLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
@ -780,3 +776,27 @@ section .credits.right {
#MathJax_Zoom {
background-color: #1B1B1B !important;
}
nav {
text-align:center;
list-style: none;
font-size:1.4em;
font-family: 'OpenSansRegular'
}
nav li {
display: inline;
}
.switcher {
float:left;
line-height: 2em;
}
.float-right {
float:right;
}
.float-left {
float:left;
}

View file

@ -545,7 +545,7 @@ body {
}
h1, h2, h3, h4, h5, h6 {
color: #222;
color: #444;
margin: 0 0 10px;
font-family: 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
@ -564,20 +564,16 @@ h1, h2, h3 {
}
h1 {
font-size: 28px;
font-size: 22px;
}
h2 {
font-size: 24px;
}
h4, h5, h6 {
color: #111;
font-size: 20px;
}
h3 {
font-size: 18px;
line-height: 24px;
line-height: 22px;
font-family: 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-weight: normal;
color: #444;
@ -708,7 +704,7 @@ section #title {
border: 0;
outline: none;
margin: 0;
padding: 0 0 5px 0;
padding: 0;
}
section #title h1 {
font-family: 'OpenSansLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
@ -778,3 +774,27 @@ section .credits.right {
#MathJax_Zoom {
background-color: #EEF !important;
}
nav {
text-align:center;
list-style: none;
font-size:1.4em;
font-family: 'OpenSansRegular'
}
nav li {
display: inline;
}
.switcher {
float:left;
line-height: 2em;
}
.float-right {
float:right;
}
.float-left {
float:left;
}