From 6db38b351bef2cad2f63ae64658c29858043122e Mon Sep 17 00:00:00 2001 From: Charles Plessy Date: Sun, 9 Jan 2011 20:03:31 +0900 Subject: [PATCH] # Factorisation et HTML5. --- Japon/kanji/kanji.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Japon/kanji/kanji.css b/Japon/kanji/kanji.css index 7b2a5571..d84d3f86 100644 --- a/Japon/kanji/kanji.css +++ b/Japon/kanji/kanji.css @@ -1,21 +1,19 @@ html { background: #fff url(images/wafun.png) fixed no-repeat 5px 5px; } -div.header { display:none; } /* Pas de titre ikiwiki */ - h1 { border-bottom: 2px solid #000080; padding: 1ex; margin: 1ex; font-family: sans-serif; } -div.inlinepage { +article.inlinepage { border: 2px dashed #cccccc; padding: 1.618em; margin: 1em; background: transparent url(images/wafug.png) fixed no-repeat 5px 5px; } -div.inlineheader { display:none ;} /* Pas de titre ikiwiki ici non plus */ +span.pagedate { display:none ;} -div.inlinecontent p span.kanji {font-size: 300%} +span.kanji {font-size: 300%} p { text-align : justify; } -- 2.47.3