From 23ce20e1db39874d0aefb58cd44ad8dfdb4a0839 Mon Sep 17 00:00:00 2001 From: Charles Plessy Date: Sun, 9 Jan 2011 10:24:06 +0900 Subject: [PATCH] =?utf8?q?=20#=20HTML5,=20et=20cache=20l'en-t=C3=AAte=20ik?= =?utf8?q?iwiki.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- "charles_bo\303\256tes.css" | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git "a/charles_bo\303\256tes.css" "b/charles_bo\303\256tes.css" index e9c38785..bb8c8cfc 100644 --- "a/charles_bo\303\256tes.css" +++ "b/charles_bo\303\256tes.css" @@ -2,6 +2,8 @@ html{ background: #fff url(/empreintes/empreintesb.png) fixed no-repeat 5px 5px; } +/* Cache le titre, la barre d'action les infos de la page ikiwiki. */ +.header, .actions, .pageinfo { display: none } /* Titres */ @@ -18,7 +20,7 @@ dt { font-weight: bold; /* Boîtes */ -div > ul > li { +section#content > ul > li { border: 1px dashed #cccccc; padding: 0ex 1ex; margin: 2ex; @@ -26,7 +28,7 @@ div > ul > li { background: transparent url(/empreintes/empreintesg.png) fixed no-repeat 5px 5px; } -div > ul > li:hover { border: 1px dashed #444444; } +section#content > ul > li:hover { border: 1px dashed #444444; } /* Comments */ -- 2.47.3