From: Charles Plessy Date: Sun, 9 Jan 2011 01:24:06 +0000 (+0900) Subject: # HTML5, et cache l'en-tête ikiwiki. X-Git-Url: https://source.charles.plessy.org/?a=commitdiff_plain;h=23ce20e1db39874d0aefb58cd44ad8dfdb4a0839;p=source%2F.git # HTML5, et cache l'en-tête ikiwiki. --- 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 */