X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fthemes%2Ftheme_lhc%2Fhabillage.css;h=3c1c91e43c892a757c45627597d04904acb2f8d9;hb=837d4f08db3a7fdfedf89abace64ec7b74f544ad;hp=d3aa8cf4f20279e73e6bc1dd8a77ad0c6907db6f;hpb=a2147983aeaedced447a4742d32ad794aee750e0;p=lhc%2Fweb%2Fwww.git diff --git a/www/themes/theme_lhc/habillage.css b/www/themes/theme_lhc/habillage.css index d3aa8cf4..3c1c91e4 100644 --- a/www/themes/theme_lhc/habillage.css +++ b/www/themes/theme_lhc/habillage.css @@ -144,11 +144,11 @@ abbr.published { border-bottom: 20px solid #EBEBEB; } .liste-items .item { - border-bottom: 3px dashed #000000; - border-top: 3px dashed #000000; + border-top: 2px dashed #000000; clear: both; - margin-bottom: 15px; + margin-bottom: 17px; overflow: hidden; + padding: 5px; } .liste-items + .pagination { margin-top: 0; @@ -188,10 +188,6 @@ abbr.published { .menu-liste .menu-liste .menu-entree { border: medium none; } - -.formulaire_recherche { - margin-bottom: 2em; -} .repondre { clear: both; font-style: italic; @@ -279,14 +275,14 @@ a:hover { text-decoration: underline; } h1, .h1, h2, .h2, h3, .h3, h3.spip { - color: #444444; - font-family: 'Trebuchet MS',Tahoma,Sans-serif; + color: black; + font-family: Arial, sans-serif; line-height: 100%; } h1, .h1 { - font-size: 230%; - font-weight: normal; - letter-spacing: -1px; + font-size: 15px; + font-weight: bold; + text-transform:uppercase; } h2, .h2 { color: #333333; @@ -294,8 +290,8 @@ h2, .h2 { } h3, .h3, h3.spip { font: bold 15px/100% Arial,sans-serif; - letter-spacing: 1px; text-transform: uppercase; + text-align:left; } h1, .h1, h2, .h2, h3, .h3, h3.spip, p { margin: 0; @@ -407,11 +403,10 @@ table.spip tr.row-odd { .formulaire_recherche { background-color: transparent; border: medium none; - margin-left: 215px; + text-align: right; padding: 5px 0 15px; -} -#formulaire_recherche { - width: 236px; + width: 350px; + margin-bottom: 2em; } .formulaire_recherche p { margin: 0; @@ -421,26 +416,28 @@ table.spip tr.row-odd { height: 18px; padding: 2px; vertical-align: top; -} -#formulaire_recherche input.text { width: 170px; background-image: none; } .formulaire_recherche input.submit { width: 25px; height: 24px; background-color:#FFFFFF; - background-image:url(http://192.168.0.13/~lchevalier/heureux-cyclage.org_trans/plugins/zpip_v1/rechercher.gif); + background-image:url(rechercher.gif); background-repeat:no-repeat no-repeat; background-position: 0 50%; border: none; font-size:0; cursor: pointer; } +.formulaire_recherche label { + text-align: right; + display: inline; +} #wrap { background-color: #FFFFFF; margin: 0 auto; position: relative; - text-align: left; + text-align: justify; width: 900px; } #content-wrap { @@ -497,6 +494,7 @@ table.spip tr.row-odd { color: #333333; font: oblique 12px Georgia,"Times New Roman",Times,serif; text-transform: none; + text-align:justify; } #menu_lang { margin-top:198px; @@ -636,10 +634,10 @@ table.spip tr.row-odd { float: left; margin: 0 0 0 10px; padding: 15px 0 0; - width: 400px; + width: 500px; } #main .h2 { - font: 11px 'Trebuchet MS',Tahoma,Sans-serif; + font: 11px Verdana,Sans-serif; margin-top: 10px; padding-bottom: 3px; text-transform: uppercase; @@ -661,10 +659,10 @@ table.spip tr.row-odd { float: right; margin: 0 10px 0 0; padding: 25px 0 0; - width: 450px; + width: 350px; } #sidebar .h2, #sidebar { - font: 11px 'Trebuchet MS',Tahoma,Sans-serif; + font: 11px Verdana,Sans-serif; margin-top: 10px; padding-bottom: 3px; text-transform: uppercase; @@ -767,4 +765,4 @@ table.spip tr.row-odd { } .h3 + .info-publi { margin-top: -10px; -} \ No newline at end of file +}