]> source.charles.plessy.org Git - source.git/commitdiff
# HTML5, et cache l'en-tête ikiwiki.
authorCharles Plessy <https://launchpad.net/~plessy>
Sun, 9 Jan 2011 01:24:06 +0000 (10:24 +0900)
committerCharles Plessy <https://launchpad.net/~plessy>
Sun, 9 Jan 2011 01:24:06 +0000 (10:24 +0900)
charles_boîtes.css

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