nouveau style un peu plus Entr'ouvert

This commit is contained in:
Thomas NOËL 2015-02-27 21:32:06 +01:00
parent 5f751f0295
commit c3aec82f6c
5 changed files with 47 additions and 6 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,3 +1,30 @@
@font-face {
font-family: 'Museo500';
src: url(fonts/Museo500-Regular.otf);
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MuseoSlab';
src: url(fonts/Museo_Slab.otf);
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Cantarell';
src: local('Cantarell'), local('Cantarell Regular'),
url(fonts/Cantarell-Regular.otf);
}
@font-face {
font-family: 'Cantarell';
font-weight: bold;
src: local('Cantarell'), local('Cantarell Bold'), local('Cantarell-Bold'),
url(fonts/Cantarell-Bold.otf);
}
body {
margin: auto;
padding-right: 1em;
@ -7,13 +34,18 @@ body {
border-right: 1px solid black; */
color: black;
line-height: 140%;
color: #000;
font-family: sans-serif;
color: #000;
font-family: Cantarell, Roboto, 'Droid Sans', Ubuntu, 'DejaVu Sans', Arial, sans-serif;
}
h1, h2, h3, h4 {
font-family: 'Museo500', 'Roboto';
}
pre {
border: 1px dotted gray;
background-color: #ececec;
color: #111;
color: #000;
padding: 0.5em;
}
code {
@ -27,9 +59,9 @@ h1, h2, h3, h4, h5 {
color: #000;
}
h1 {
padding-top: 1em;
margin-top: 2em;
border-top: 1px dotted black;
padding-top: 1em;
margin-top: 4em;
border-top: 2px solid black;
font-size: 200%;
}
@ -62,6 +94,15 @@ h1.title {
border: none;
}
h2.author {
text-align: right;
}
div#TOC {
padding: 20px;
background: #ccc;
}
dt code {
font-weight: bold;
}