]> source.charles.plessy.org Git - source/.git/commitdiff
# Style pour les pages plus aérées.
authorCharles Plessy <https://launchpad.net/~plessy>
Sun, 9 Jan 2011 02:01:33 +0000 (11:01 +0900)
committerCharles Plessy <https://launchpad.net/~plessy>
Sun, 9 Jan 2011 02:01:33 +0000 (11:01 +0900)
charles_boîtes.css

index d9f826870350bd537a6b98ec516a927684b0628f..c7061465581d808061045983739bdb9c2d23b7ac 100644 (file)
@@ -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 */