* rétablissement de la typo Infini
* ajout de la nouvelle (antidatée) La Queue de poisson * mise en couleur des titres dans les résumés * mise à jour de la page d'accueil
This commit is contained in:
@@ -1,4 +1,21 @@
|
||||
@charset "UTF-8";
|
||||
@font-face
|
||||
{
|
||||
font-family: Infini;
|
||||
src: url(../fonts/infini-romain.woff);
|
||||
}
|
||||
@font-face
|
||||
{
|
||||
font-family: Infini;
|
||||
src: url(../fonts/infini-gras.woff);
|
||||
font-weight: bold;
|
||||
}
|
||||
@font-face
|
||||
{
|
||||
font-family: Infini;
|
||||
src: url(../fonts/infini-italique.woff);
|
||||
font-style: italic;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
overflow-y: scroll;
|
||||
@@ -196,12 +213,14 @@ nav li {
|
||||
border-width: 0 0 .3em 0;
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
display: inline-block; }
|
||||
display: inline-block;
|
||||
font-family: Infini, sans-serif; }
|
||||
|
||||
nav a {
|
||||
color: #444;
|
||||
padding: .25em .63em;
|
||||
font-family: Infini, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 1em;
|
||||
display: block; }
|
||||
|
||||
@@ -238,7 +257,8 @@ nav li:hover {
|
||||
border-color: white; }
|
||||
|
||||
.activetab > a, a.activetab {
|
||||
color: white; }
|
||||
color: white;
|
||||
font-family: 'Infini', sans-serif; }
|
||||
|
||||
.page-header {
|
||||
border-bottom: 1px solid black;
|
||||
@@ -250,18 +270,24 @@ nav li:hover {
|
||||
.myname {
|
||||
margin: 0 auto 0 0;
|
||||
padding: 0 0 .25em .25em;
|
||||
font-size: 1.1em; }
|
||||
font-size: 1.1em;
|
||||
font-family: Infini, sans-serif;
|
||||
/*font-style: italic;*/
|
||||
/*font-weight: bold;*/}
|
||||
|
||||
.myname a {
|
||||
color: #804000;
|
||||
text-decoration: none;
|
||||
font-family: Infini;
|
||||
font-style: italic;
|
||||
font-family: Infini, sans-serif;
|
||||
/*font-style: italic;*/
|
||||
font-weight: bold; }
|
||||
|
||||
.myname h2 {
|
||||
margin: 0;
|
||||
font-size: 2em }
|
||||
font-size: 2em;
|
||||
/*font-family: Infini, sans-serif;
|
||||
font-style: italic;
|
||||
font-weight: bold;*/ }
|
||||
|
||||
.blog-post-summary {
|
||||
margin: 0; }
|
||||
@@ -389,7 +415,7 @@ em.taxonomy-emph {
|
||||
font-family: FreeSans, serif;
|
||||
text-align: left;
|
||||
font-size: 1.0em;
|
||||
color: #444; }
|
||||
color: #804000; }
|
||||
.resume-entry .resume-entry-data {
|
||||
font-family: FreeSans, serif;
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user