Skip to content

Instantly share code, notes, and snippets.

@heriniaina
Last active July 8, 2016 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heriniaina/2783b77f2cac5cefa05a5b70ddf06e36 to your computer and use it in GitHub Desktop.
Save heriniaina/2783b77f2cac5cefa05a5b70ddf06e36 to your computer and use it in GitHub Desktop.
body { font-size: 100%;}
p {font-size: initial;}
/*
Pour les codes ou nom de couleurs:
http://htmlcolorcodes.com/color-names/
*/
/* font plus grand */
body { font-size: 100%;}
p {font-size: initial;}
/* Fond en-tete */
#header {
background: none;
background-color: #7AE3D5; */
height: 80px; /*ou plus grand*/
}
/*titre dans l'en-tete*/
#header a:link, #header a:visited, #header a:hover, #header a:active {
color: #A86A9E;
}
/* titre categorie */
div.post-title {
background: #E5B0F2;
}
/* titre article */
@import 'https://fonts.googleapis.com/css?family=Slabo+27px';
p.post-info a {
color: #4AC8B8;
font-family: 'Slabo 27px', serif;
}
/* fond box à droite */
#sidebar h2 {
background: #E5B0F2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment