From: Charles Plessy Date: Sun, 9 Jan 2011 01:37:21 +0000 (+0900) Subject: # Simplification et factorisation des feuilles de style. X-Git-Url: https://source.charles.plessy.org/?a=commitdiff_plain;h=37a72197253cd11b09e679844dc490bd8abea486;p=source%2F.git # Simplification et factorisation des feuilles de style. --- diff --git a/accueil.css b/accueil.css index 2f64329b..fb41b924 100644 --- a/accueil.css +++ b/accueil.css @@ -2,10 +2,7 @@ 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 } - -p, form { +p { border: 1px dashed #cccccc; padding: 1em; margin: 1.618em; @@ -14,19 +11,8 @@ p, form { background: transparent url(/empreintes/empreintesg.png) fixed no-repeat 5px 5px; } -p:hover, form:hover { +p:hover { border: 1px dashed black; } -p:first-letter, form:first-letter {font-size: 144%} - -a { text-decoration: none; -} - -a:hover { text-decoration: underline ; -} - -.back p { - text-align: right; - font-size: smaller; -} +p:first-letter {font-size: 144%} diff --git "a/charles_bo\303\256tes.css" "b/charles_bo\303\256tes.css" index bb8c8cfc..d9f82687 100644 --- "a/charles_bo\303\256tes.css" +++ "b/charles_bo\303\256tes.css" @@ -2,9 +2,6 @@ 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 */ h1 { border-bottom: 2px solid #000080; diff --git a/local.css b/local.css index 1437dd97..27c859d6 100644 --- a/local.css +++ b/local.css @@ -5,9 +5,8 @@ la date de dernière modification ; et le formulaire d'ajout de blog : */ +.header { display:none; } .actions { display:none; } -.pagedate { display:none; } -div#content form { display:none; } /* Liens */ a { text-decoration: none }