From: Charles Plessy Date: Sun, 9 Jan 2011 02:01:33 +0000 (+0900) Subject: # Style pour les pages plus aérées. X-Git-Url: https://source.charles.plessy.org/?a=commitdiff_plain;h=da0310e5ec7b76cef483cb07a791e14775e92f95;p=source%2F.git # Style pour les pages plus aérées. --- 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 */