From da0310e5ec7b76cef483cb07a791e14775e92f95 Mon Sep 17 00:00:00 2001 From: Charles Plessy Date: Sun, 9 Jan 2011 11:01:33 +0900 Subject: [PATCH] =?utf8?q?=20#=20Style=20pour=20les=20pages=20plus=20a?= =?utf8?q?=C3=A9r=C3=A9es.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- "charles_bo\303\256tes.css" | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git "a/charles_bo\303\256tes.css" "b/charles_bo\303\256tes.css" index d9f82687..c7061465 100644 --- "a/charles_bo\303\256tes.css" +++ "b/charles_bo\303\256tes.css" @@ -17,7 +17,16 @@ dt { font-weight: bold; /* Boîtes */ -section#content > ul > li { +section#content > p { + border: 1px dashed #cccccc; + padding: 1em; + margin: 1.618em; + list-style: none; + background: transparent url(/empreintes/empreintesg.png) fixed no-repeat 5px 5px; +} + +section#content > ul > li { + /* Page Unreal Tournament */ border: 1px dashed #cccccc; padding: 0ex 1ex; margin: 2ex; @@ -25,7 +34,12 @@ section#content > ul > li { background: transparent url(/empreintes/empreintesg.png) fixed no-repeat 5px 5px; } -section#content > ul > li:hover { border: 1px dashed #444444; } +section#content > p:first-letter { font-size: 144% } + +section#content > ul > li:hover, +section#content > p:hover { + border: 1px dashed #444444; +} /* Comments */ @@ -50,6 +64,11 @@ p { text-align : justify; } p.footnote { font-size: smaller; } +p.back { + text-align: right; + font-size: smaller; + font-family: sans-serif; +} /* Foot */ -- 2.47.3