From 033c2d8ea6a4158c743c82c427b232200490b8f5 Mon Sep 17 00:00:00 2001 From: Charles Plessy Date: Wed, 12 Jan 2011 22:37:56 +0900 Subject: [PATCH] =?utf8?q?=20#=20D=C3=A9-factorisation,=20pour=20=C3=A9vit?= =?utf8?q?er=20de=20perdre=20le=20titre=20partout.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Japon/kanji/kanji.css | 6 ++++++ accueil.css | 5 +++++ "charles_bo\303\256tes.css" | 6 ++++++ local.css | 7 ------- 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/Japon/kanji/kanji.css b/Japon/kanji/kanji.css index 26f24d97..f2f0d6c7 100644 --- a/Japon/kanji/kanji.css +++ b/Japon/kanji/kanji.css @@ -1,3 +1,9 @@ +/* Cache le menu d'édition, la date de dernière modification + et le formulaire d'ajout de blog */ + +section.pageheader .header { display:none; } +.actions { display:none; } + html { background: #fff url(images/wafun.png) fixed no-repeat 5px 5px; } h1 { border-bottom: 2px solid #000080; diff --git a/accueil.css b/accueil.css index 8e855621..4574ae70 100644 --- a/accueil.css +++ b/accueil.css @@ -23,4 +23,9 @@ p.thanks { font-family: sans-serif; } +/* Cache le menu d'édition, la date de dernière modification, + le formulaire d'ajout de blog et le changement de langue. */ + +section.pageheader .header { display:none; } +.actions { display:none; } footer#footer { display:none; } diff --git "a/charles_bo\303\256tes.css" "b/charles_bo\303\256tes.css" index c7061465..572b89a9 100644 --- "a/charles_bo\303\256tes.css" +++ "b/charles_bo\303\256tes.css" @@ -1,3 +1,9 @@ +/* Cache le menu d'édition, la date de dernière modification + et le formulaire d'ajout de blog */ + +section.pageheader .header { display:none; } +.actions { display:none; } + html{ background: #fff url(/empreintes/empreintesb.png) fixed no-repeat 5px 5px; } diff --git a/local.css b/local.css index 5bfef0cd..78fc707a 100644 --- a/local.css +++ b/local.css @@ -1,13 +1,6 @@ /* ikiwiki local style sheet */ /* Add local styling here, instead of modifying style.css. */ -/* Cache le menu d'édition ; - la date de dernière modification ; - et le formulaire d'ajout de blog : */ - -section.pageheader .header { display:none; } -.actions { display:none; } - /* Liens */ a { text-decoration: none } a:hover { text-decoration: underline } -- 2.47.3