forked from rebillar/site-accueil-insa
police
This commit is contained in:
parent
e1adf5bf21
commit
0ba8c12e43
2 changed files with 14 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
body {
|
||||
font-family: 'New Super Mario Font U', sans-serif;
|
||||
background-color: blue;
|
||||
}
|
||||
|
||||
#menu_space_bottom {
|
||||
background-color: transparent;
|
||||
position: relative;
|
|
@ -15,8 +15,16 @@ $pagename = $infopage[4]; // nom de la page exact servant à appeler le css
|
|||
<link rel="shortcut icon" href="<?= $relativepath ?>favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="<?= $relativepath ?>assets/css/page/<?= $pagename ?>.css" />
|
||||
<link rel="stylesheet" type="text/css" href="<?= $relativepath ?>assets/css/menu.css" />
|
||||
<link rel="stylesheet" type="text/css" href="<?= $relativepath ?>assets/css/footer.css" />
|
||||
<link rel="stylesheet" type="text/css" href="<?= $relativepath ?>assets/css/template.css" />
|
||||
<link rel = "shortcut icon" href = "<?= $relativepath ?>assets/img/ico_promo_60.ico" >
|
||||
|
||||
|
||||
|
||||
<!-- ICI C'EST LA POLICE MARIO QU'IL FAUDRA CHANGER SUIVANT LE THEME, il faudra penser à modifier le fichier css car ici on importe seulement la police mais dans le css on l'attribut au texte -->
|
||||
<link href="http://fonts.cdnfonts.com/css/new-super-mario-font-u" rel="stylesheet">
|
||||
|
||||
|
||||
|
||||
<title><?= $pagetitle ?> | INSAT Accueil</title>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue