|
|
|
@ -12,24 +12,24 @@ On appelle les feuilles de style
|
|
|
|
|
dans l'ordre de la methode daisy http://daisy.tetue.net/img/daisy-nomenclature.png |
|
|
|
|
|
|
|
|
|
1. Base CSS http://tinytypo.tetue.net/ ] |
|
|
|
|
[<link rel="stylesheet" href="(#CHEMIN{css/reset-.css}|direction_css)" type="text/css" />][ |
|
|
|
|
<link rel="stylesheet" href="(#CHEMIN{css/clear-.css}|direction_css)" type="text/css" />][ |
|
|
|
|
<link rel="stylesheet" href="(#CHEMIN{css/font-.css}|direction_css)" type="text/css" />][ |
|
|
|
|
<link rel="stylesheet" href="(#CHEMIN{css/links-.css}|direction_css)" type="text/css" />][ |
|
|
|
|
<link rel="stylesheet" href="(#CHEMIN{css/typo-.css}|direction_css)" type="text/css" />][ |
|
|
|
|
<link rel="stylesheet" href="(#CHEMIN{css/media-.css}|direction_css)" type="text/css" />][ |
|
|
|
|
<link rel="stylesheet" href="(#CHEMIN{css/form-.css}|direction_css)" type="text/css" />][ |
|
|
|
|
<link rel="stylesheet" href="(#CHEMIN{css/grid-.css}|direction_css)" type="text/css" />][ |
|
|
|
|
<link rel="stylesheet" href="(#CHEMIN{css/layout-.css}|direction_css)" type="text/css" />] |
|
|
|
|
[<link rel="stylesheet" href="(#CSS{css/reset-.css}|direction_css)" type="text/css" />][ |
|
|
|
|
<link rel="stylesheet" href="(#CSS{css/clear-.css}|direction_css)" type="text/css" />][ |
|
|
|
|
<link rel="stylesheet" href="(#CSS{css/font-.css}|direction_css)" type="text/css" />][ |
|
|
|
|
<link rel="stylesheet" href="(#CSS{css/links-.css}|direction_css)" type="text/css" />][ |
|
|
|
|
<link rel="stylesheet" href="(#CSS{css/typo-.css}|direction_css)" type="text/css" />][ |
|
|
|
|
<link rel="stylesheet" href="(#CSS{css/media-.css}|direction_css)" type="text/css" />][ |
|
|
|
|
<link rel="stylesheet" href="(#CSS{css/form-.css}|direction_css)" type="text/css" />][ |
|
|
|
|
<link rel="stylesheet" href="(#CSS{css/grid-.css}|direction_css)" type="text/css" />][ |
|
|
|
|
<link rel="stylesheet" href="(#CSS{css/layout-.css}|direction_css)" type="text/css" />] |
|
|
|
|
|
|
|
|
|
[(#REM) 2. Style SPIP et ses plugins ] |
|
|
|
|
[<link rel="stylesheet" href="(#CHEMIN{css/spip.css}|direction_css)" type="text/css" />] |
|
|
|
|
[<link rel="stylesheet" href="(#CSS{css/spip.css}|direction_css)" type="text/css" />] |
|
|
|
|
#INSERT_HEAD_CSS |
|
|
|
|
|
|
|
|
|
[(#REM) 3. Feuilles de style pour l'habillage du site ][ |
|
|
|
|
<link rel="stylesheet" href="(#PRODUIRE{fond=css/html5up_forty.spip.css}|direction_css)" type="text/css" />][ |
|
|
|
|
<link rel="stylesheet" href="(#CHEMIN{css/perso.css}|direction_css)" type="text/css" />][ |
|
|
|
|
<noscript><link rel="stylesheet" href="(#CHEMIN{css/noscript.css}|direction_css)" id="nocompress" type="text/css" /></noscript>] |
|
|
|
|
<link rel="stylesheet" href="(#CSS{css/perso.css}|direction_css)" type="text/css" />][ |
|
|
|
|
<noscript><link rel="stylesheet" href="(#CSS{css/noscript.css}|direction_css)" id="nocompress" type="text/css" /></noscript>] |
|
|
|
|
|
|
|
|
|
[(#REM) |
|
|
|
|
Balise permettant aux plugins d'inserer des appels javascript ; |
|
|
|
@ -39,7 +39,7 @@ Balise permettant aux plugins d'inserer des appels javascript ;
|
|
|
|
|
#INSERT_HEAD |
|
|
|
|
|
|
|
|
|
[(#REM) 7. Vos scripts ] |
|
|
|
|
[<script src="(#CHEMIN{javascript/perso.js})" type="text/javascript"></script>] |
|
|
|
|
[<script src="(#CHEMIN{javascript/perso.js}|timestamp)" type="text/javascript"></script>] |
|
|
|
|
|
|
|
|
|
[(#REM) 8. Votre head ] |
|
|
|
|
[(#CHEMIN{inc-theme-head.html}|oui) #INCLURE{fond=inc-theme-head,env}] |
|
|
|
@ -48,8 +48,8 @@ Balise permettant aux plugins d'inserer des appels javascript ;
|
|
|
|
|
<meta name="generator" content="SPIP[ (#SPIP_VERSION)]" /> |
|
|
|
|
|
|
|
|
|
[(#REM) Favicon ] |
|
|
|
|
[<link rel="icon" type="image/x-icon" href="(#CHEMIN{favicon.ico})" /> |
|
|
|
|
[<link rel="shortcut icon" type="image/x-icon" href="(#CHEMIN{favicon.ico})" />]] |
|
|
|
|
[<link rel="icon" type="image/x-icon" href="(#CHEMIN{favicon.ico}|timestamp)" /> |
|
|
|
|
[<link rel="shortcut icon" type="image/x-icon" href="(#CHEMIN{favicon.ico}|timestamp)" />]] |
|
|
|
|
|
|
|
|
|
[(#REM) meta robots ] |
|
|
|
|
[<meta name="robots" content="(#ENV{robots})" />] |
|
|
|
|