From bab1e241a017cad88c47fdaeea0b4619f3dad870 Mon Sep 17 00:00:00 2001 From: GoalSmashers Date: Sun, 21 Oct 2012 11:31:49 +0100 Subject: [PATCH] Added removing url parentheses if possible. * Do not remove parentheses when url given with spaces (since encoded spaces take three bytes instead of one). * Removing parentheses from url(...) declarations. --- lib/clean.js | 8 + test/data/big-min.css | 338 +++++++++++++++++++++--------------------- test/unit-test.js | 22 ++- 3 files changed, 198 insertions(+), 170 deletions(-) diff --git a/lib/clean.js b/lib/clean.js index b88da3e7..3c134b2e 100644 --- a/lib/clean.js +++ b/lib/clean.js @@ -54,6 +54,14 @@ var CleanCSS = { data = CleanCSS._stripContent(context, data); }); + // strip url's parentheses if possible (no spaces inside) + replace(/url\(['"]([^\)]+)['"]\)/g, function(urlMatch) { + if (urlMatch.match(/\s/g) != null) + return urlMatch; + else + return urlMatch.replace(/\(['"]/, '(').replace(/['"]\)$/, ')'); + }); + // whitespace between semicolons & multiple semicolons replace(/;\s*;+/g, ';'); diff --git a/test/data/big-min.css b/test/data/big-min.css index 958cea8f..f58b3673 100644 --- a/test/data/big-min.css +++ b/test/data/big-min.css @@ -46,8 +46,8 @@ button::-moz-focus-inner, input::-moz-focus-inner{border:0;padding:0} textarea{overflow:auto;vertical-align:top} table{border-collapse:collapse;border-spacing:0} -@font-face{font-family:'TheSerifOffice';src:url('/medias/web/font/svg/TheSerifOffice-OT7_West.svgz#TheSerifOffice')format('svg');src:url('/medias/web/font/eot/TheSerifOffice-TT7_.eot');src:url('/medias/web/font/eot/TheSerifOffice-TT7_.eot?#iefix') format('embedded-opentype'), url('/medias/web/font/woff/TheSerifOffice-TT7_.woff') format('woff');font-weight:400;font-style:normal} -@font-face{font-family:'FetteEngschrift';src:url('/medias/web/font/eot/fetteengschrift.eot');src:url('/medias/web/font/eot/fetteengschrift.eot?#iefix') format('embedded-opentype'), url('/medias/web/font/woff/fetteengschrift.woff') format('woff');font-weight:400;font-style:normal} +@font-face{font-family:'TheSerifOffice';src:url(/medias/web/font/svg/TheSerifOffice-OT7_West.svgz#TheSerifOffice)format('svg');src:url(/medias/web/font/eot/TheSerifOffice-TT7_.eot);src:url(/medias/web/font/eot/TheSerifOffice-TT7_.eot?#iefix) format('embedded-opentype'), url(/medias/web/font/woff/TheSerifOffice-TT7_.woff) format('woff');font-weight:400;font-style:normal} +@font-face{font-family:'FetteEngschrift';src:url(/medias/web/font/eot/fetteengschrift.eot);src:url(/medias/web/font/eot/fetteengschrift.eot?#iefix) format('embedded-opentype'), url(/medias/web/font/woff/fetteengschrift.woff) format('woff');font-weight:400;font-style:normal} .global .bloc_droit .bandeau,.global .bloc_bandeau .bandeau{font-family:'FetteEngschrift','Arial Narrow',sans-serif} .tt40{display:block;font-size:4rem;line-height:105%;font-family:'TheSerifOffice',georgia,serif;font-weight:400;margin:0 0 .5rem} .ie .tt40{font-size:40px;margin:0 0 .5px} @@ -301,12 +301,12 @@ input[type="submit"].btn_petit{*padding-top:3px;*padding-bottom:3px} .titre_bt_fleche{display:inline-block;overflow:hidden;background:#f5f8f9} .titre_bt_fleche:hover{background:#e9edf0} .titre_bt_fleche .bt{position:relative;display:block;float:right;width:42px;border-left:1px solid #e4e6e9;background-color:#e9edf0;min-height:64px} -.titre_bt_fleche .fleche{position:absolute;right:13px;top:33%;background:url('/medias/web/img/sprites/icos_petites.png') no-repeat -1px -108px;width:13px;height:22px} +.titre_bt_fleche .fleche{position:absolute;right:13px;top:33%;background:url(/medias/web/img/sprites/icos_petites.png) no-repeat -1px -108px;width:13px;height:22px} .titre_bt_fleche:hover .fleche{background-position:-15px -108px} .titre_bt_fleche .titre,.titre_bt_fleche img{float:left} .titre_bt_fleche img{margin:0} .titre_bt_fleche .titre{padding:6px 0 8px;width:50%;font-weight:700;margin-left:9px} -.fb20x20,.tw20x20,.google20x20,.mobile20x20,.rss20x20{background:url('/medias/web/img/sprites/pictos20x20.png') no-repeat;display:inline-block;text-indent:-9999px;height:20px;width:20px;vertical-align:middle;margin-left:4px} +.fb20x20,.tw20x20,.google20x20,.mobile20x20,.rss20x20{background:url(/medias/web/img/sprites/pictos20x20.png) no-repeat;display:inline-block;text-indent:-9999px;height:20px;width:20px;vertical-align:middle;margin-left:4px} *+html .fb20x20,*+html .tw20x20,*+html .google20x20,*+html .mobile20x20,*+html .rss20x20{display:inline} .fb20x20{background-position:0 -40px} .fb20x20:hover{background-position:0 -60px} @@ -319,11 +319,11 @@ input[type="submit"].btn_petit{*padding-top:3px;*padding-bottom:3px} .rss20x20{background-position:0 -200px} .rss20x20:hover{background-position:0 -220px} .nl{color:#747b83;font-weight:700} -.nl span{display:inline-block;width:20px;height:20px;margin:0 0 0 5px;line-height:20px;background:url('/medias/web/img/sprites/pictos20x20.png') no-repeat} +.nl span{display:inline-block;width:20px;height:20px;margin:0 0 0 5px;line-height:20px;background:url(/medias/web/img/sprites/pictos20x20.png) no-repeat} .nl:hover span{background-position:right -20px} .fb13x13,.tw13x13,.google13x13,.linkedin13x13,.fb13x13_gris,.tw13x13_gris,.fb13x13_blanc,.tw13x13_blanc,.google13x13_blanc,.linkedin13x13_blanc,.tw_bird, .nb_reactions .pic,.nb_commentaires .pic,.lien_externe span,.bt_ouvrir,.bt_ouvrir:hover,.bt_fermer,.ico_annee_en_france, -.croix_blanche,.croix_grise,.nl_blanc{background:url('/medias/web/img/sprites/icos_petites.png') no-repeat;display:inline-block;text-indent:-9999px;height:13px;width:13px;cursor:pointer} +.croix_blanche,.croix_grise,.nl_blanc{background:url(/medias/web/img/sprites/icos_petites.png) no-repeat;display:inline-block;text-indent:-9999px;height:13px;width:13px;cursor:pointer} .tw_bird{cursor:default} .fb13x13,.tw13x13,.google13x13,.linkedin13x13,.fb13x13_gris,.tw13x13_gris,.fb13x13_blanc,.tw13x13_blanc,.google13x13_blanc,.linkedin13x13_blanc{margin:0 2px;vertical-align:middle} .fb13x13,.fb13x13_gris{background-position:0 -38px} @@ -352,7 +352,7 @@ input[type="submit"].btn_petit{*padding-top:3px;*padding-bottom:3px} .bt_ouvrir:hover,.az:hover .bt_ouvrir,.conteneur_alterne_bt:hover .bt_ouvrir{background-position:-17px -158px} .bt_fermer{background-position:-17px -143px} .bt_fermer:hover,.az:hover .bt_fermer,.conteneur_alterne_bt:hover .bt_fermer{background-position:-34px -143px} -.picto_lien{display:inline-block;width:12px;height:13px;margin:0 5px 0 0;background:url('/medias/web/img/sprites/icos_petites.png') no-repeat 0 -142px;vertical-align:middle} +.picto_lien{display:inline-block;width:12px;height:13px;margin:0 5px 0 0;background:url(/medias/web/img/sprites/icos_petites.png) no-repeat 0 -142px;vertical-align:middle} .croix_blanche{background-position:0 -191px;width:10px;height:10px;vertical-align:baseline} .croix_grise{width:10px;height:10px;margin-bottom:-.1rem;background-position:-11px -191px;cursor:pointer} .ico_annee_en_france{margin:0 7px 0 0;width:16px;height:17px;background-position:0 -173px} @@ -363,8 +363,8 @@ input[type="submit"].btn_petit{*padding-top:3px;*padding-bottom:3px} .filet_plus{border-top:1px solid #e9edf0;font-size:16px;line-height:1px;margin:20px 0;font-weight:700;text-align:center} .filet_plus .bg_plus{background:#b9c0c5;padding:0 5px} .filet_plus .plus{color:#fff} -.pic_debrief_abo{display:inline-block;margin:0 8px 0 0;vertical-align:text-bottom;width:24px;height:24px;background:url('/medias/web/img/sprites/pictos_abos.png') no-repeat 0 -24px} -.pic_commentes_abo{display:inline-block;margin:0 8px 0 0;vertical-align:text-bottom;height:23px;width:32px;background:url('/medias/web/img/sprites/pictos_abos.png') no-repeat 0 0} +.pic_debrief_abo{display:inline-block;margin:0 8px 0 0;vertical-align:text-bottom;width:24px;height:24px;background:url(/medias/web/img/sprites/pictos_abos.png) no-repeat 0 -24px} +.pic_commentes_abo{display:inline-block;margin:0 8px 0 0;vertical-align:text-bottom;height:23px;width:32px;background:url(/medias/web/img/sprites/pictos_abos.png) no-repeat 0 0} .liste_bordure li{padding:8px 16px 6px;border-bottom:1px solid #eef1f5} .liste_chevron{display:block;padding:0 0 0 10px;position:relative} .chevron{display:inline-block} @@ -403,7 +403,7 @@ article .liste_carre_999{margin-top:5px} .titre_une{margin:0 0 10px 0} .titre_une figcaption{margin:5px 0 0 0} .titres_abonnes{overflow:hidden;background:#f8f9fb;border-bottom:6px solid #e9edf0} -.titres_abonnes .entete,.entete_exclu_abonnes{display:block;height:19px;background:#ffd500 url('/medias/web/img/elements_lm/ea_contenu_exclusif.png') no-repeat 8px 4px;font-size:13px;text-indent:-9999px} +.titres_abonnes .entete,.entete_exclu_abonnes{display:block;height:19px;background:#ffd500 url(/medias/web/img/elements_lm/ea_contenu_exclusif.png) no-repeat 8px 4px;font-size:13px;text-indent:-9999px} .titres_abonnes .ligne1,.titres_abonnes .ligne2{padding:15px 0 10px;overflow:hidden} .titres_abonnes .ligne2{border-top:1px solid #d5d9de} .titres_abonnes .conteneur_bt{clear:both;padding:15px 0;text-align:center} @@ -429,7 +429,7 @@ article .liste_carre_999{margin-top:5px} .global .bloc_droit+.bloc_droit{margin:16px 0 0} .global .supplement_partenaire,.col_droite .supplement_partenaire{margin-top:16px;overflow:hidden;border:1px solid #e9edf0;color:#5d666d} .global .supplement_partenaire .entete,.col_droite .supplement_partenaire.entete{height:25px;padding:0 16px;border-bottom:1px solid #e9edf0;font-size:13px;line-height:24px;font-weight:700} -.global .supplement_partenaire .entete .marqueur_pub,.col_droite .supplement_partenaire.entete .marqueur_pub{float:right;display:inline-block;width:43px;height:5px;margin-top:10px;background:url('/medias/web/img/textes/marqueur_pub_gris43x5.png');text-indent:-9999px;font-size:9px;text-transform:uppercase} +.global .supplement_partenaire .entete .marqueur_pub,.col_droite .supplement_partenaire.entete .marqueur_pub{float:right;display:inline-block;width:43px;height:5px;margin-top:10px;background:url(/medias/web/img/textes/marqueur_pub_gris43x5.png);text-indent:-9999px;font-size:9px;text-transform:uppercase} .global .supplement_partenaire .contenu,.col_droite .supplement_partenaire .contenu{overflow:hidden;padding:16px 15px} .global .supplement_partenaire .contenu{height:66px} .global .supplement_partenaire .contenu .img,.col_droite .supplement_partenaire .contenu .img{float:left;width:63px} @@ -437,7 +437,7 @@ article .liste_carre_999{margin-top:5px} .global .supplement_partenaire .contenu .annonce,.col_droite .supplement_partenaire .contenu .annonce{float:left;margin-left:10px;width:209px} .global .supplement_partenaire,.col_droite .supplement_partenaire .annonce .accroche{display:block;margin-bottom:5px;font-weight:700} .global .bloc_droit .bandeau,.global .bloc_bandeau .bandeau{padding:0 16px;margin:0;font-size:17px;line-height:26px;color:#fff;text-transform:uppercase} -.global .bloc_droit .titre{display:block;background:url('/medias/web/img/textes/blog_expert.png') no-repeat;text-indent:-99999px} +.global .bloc_droit .titre{display:block;background:url(/medias/web/img/textes/blog_expert.png) no-repeat;text-indent:-99999px} .global .bloc_droit .contenu_droit{padding:18px 14px 10px;overflow:hidden} .global .bloc_droit .entree,.global .bloc_droit .entree.auto{height:46px;padding:7px 14px 10px;overflow:hidden;border-top:1px solid #e9edf0} .global .bloc_droit .entree.auto,.global .bloc_droit .entree.presidentielle{height:auto;font-weight:700} @@ -457,7 +457,7 @@ article .liste_carre_999{margin-top:5px} .global.videos .grid_6{padding-bottom:16px} .global.videos .grid_6>a{display:block} .global.revue_web{padding:0;font-weight:700} -.global.revue_web .entete{display:block;height:80px;background:url('/medias/web/img/habillage/bandeau_revue_web.png') no-repeat} +.global.revue_web .entete{display:block;height:80px;background:url(/medias/web/img/habillage/bandeau_revue_web.png) no-repeat} .global.revue_web .entete a{display:inline-block;width:335px;height:80px;text-indent:-9999px} .global.revue_web .entete a:first-child{width:664px} .global.revue_web .big_brother{display:table-cell;float:left;width:664px;padding-bottom:10px} @@ -482,7 +482,7 @@ article .liste_carre_999{margin-top:5px} .global.audience .container>div:first-child{margin-left:0} .global.audience .container img:hover,#carousel_footer_serviciel img:hover{opacity:.7;-ms-filter:"alpha(Opacity=70)"} .global.supp_partenaires .entete_deroule{padding:6px 16px;margin-bottom:0;text-align:left;font-weight:700;font-size:16px;font-family:arial,sans serif} -.global.supp_partenaires .entete_deroule .logo{float:right;padding-left:40px;background:url('/medias/web/img/textes/marqueur_pub_gris43x5.png') 0 12px no-repeat} +.global.supp_partenaires .entete_deroule .logo{float:right;padding-left:40px;background:url(/medias/web/img/textes/marqueur_pub_gris43x5.png) 0 12px no-repeat} .global.supp_partenaires .position_pub div{float:left;width:301px;padding:16px 12px 16px 16px;line-height:140%} .global.supp_partenaires .position_pub div~div{width:285px} .global.supp_partenaires .position_pub div~div~div{width:330px} @@ -538,7 +538,7 @@ input[type="radio"],input[type="checkbox"]{vertical-align:bottom;margin-bottom:. .saisie_erreur input{color:#000;text-shadow:0 0 0 transparent} .champs_erreur{border:1px solid #d50303} .confirmation{position:relative;padding:10px;background:#dff0d8;color:#468847} -.confirmation .fermer{position:absolute;right:10px;top:10px;width:10px;height:10px;background:url("/medias/web/img/sprites/icos_petites.png") no-repeat -22px -191px;text-indent:-9999px;cursor:pointer} +.confirmation .fermer{position:absolute;right:10px;top:10px;width:10px;height:10px;background:url(/medias/web/img/sprites/icos_petites.png) no-repeat -22px -191px;text-indent:-9999px;cursor:pointer} .bandeau_info_importante{padding:10px;background:#fff1ae;color:#c09853} .bandeau_important{padding:6px 16px;background:#d50303;color:#fff;font-weight:700} input[disabled="disabled"]{background:#eef1f5} @@ -550,7 +550,7 @@ input[disabled="disabled"]{background:#eef1f5} .conteneur_autocompletion>ul{position:absolute;top:-4px!important;max-height:160px;overflow:auto;padding:16px 8px 8px;border:solid #b9c0c5;border-color:#8b9299;border-width:0 1px 1px;background:#f8f9fb;-webkit-box-shadow:0 4px 8px -3px #444;-moz-box-shadow:0 4px 8px -3px #444;-o-box-shadow:0 4px 8px -3px #444;-ms-box-shadow:0 4px 8px -3px #444;box-shadow:0 4px 8px -3px #444;-webkit-border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-bottomleft:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px} .img_ico{position:relative;display:block;margin:0} .liste_img_lien .img_ico{float:left;width:92px;height:61px} -.ico_portfolio,.ico_infographie,.ico_video,.ico_live{display:inline-block;background-image:url('/medias/web/img/sprites/icos_medias.png');text-indent:-9999px;position:absolute} +.ico_portfolio,.ico_infographie,.ico_video,.ico_live{display:inline-block;background-image:url(/medias/web/img/sprites/icos_medias.png);text-indent:-9999px;position:absolute} .ico63x63{bottom:3%;left:2%;width:63px;height:63px} .ico48x48{bottom:3%;left:2%;width:48px;height:48px} .ico29x29{bottom:2%;left:5%;width:29px;height:29px} @@ -571,20 +571,20 @@ img[height="97"]+.ico29x29{bottom:6%;left:3.5%} .ico_live.ico63x63{background-position:0 -192px} .ico_live.ico48x48{background-position:-64px -192px} .ico_live.ico29x29{background-position:-113px -192px} -.ico_univers_cine{display:inline-block;background-image:url('/medias/web/img/partenaires/evenement/logo-universcine-lemonde.png');text-indent:-9999px;position:absolute;bottom:8%;right:2%;width:80px;height:44px} -.ico_portfolio_mini,.ico_infographie_mini,.ico_video_mini,.ico_live_mini{display:inline-block;background-image:url('/medias/web/img/sprites/icos_medias.png')} +.ico_univers_cine{display:inline-block;background-image:url(/medias/web/img/partenaires/evenement/logo-universcine-lemonde.png);text-indent:-9999px;position:absolute;bottom:8%;right:2%;width:80px;height:44px} +.ico_portfolio_mini,.ico_infographie_mini,.ico_video_mini,.ico_live_mini{display:inline-block;background-image:url(/medias/web/img/sprites/icos_medias.png)} .ico_portfolio_mini{width:17px;height:12px;margin:0 5px 0 0;background-position:-143px 0;vertical-align:baseline} .ico_infographie_mini{width:11px;height:10px;margin:0 5px 0 0;background-position:-143px -64px;vertical-align:baseline} .ico_video_mini{width:13px;height:13px;margin:1px 5px 0 0;background-position:-143px -128px;vertical-align:text-bottom} .ico_live_mini{width:13px;height:13px;margin:1px 5px 0 0;background-position:-143px -192px;vertical-align:text-bottom} .voir_plus.hovered{background:#f1f5f8;cursor:pointer} -.deplier{display:block;visibility:hidden;height:16px;margin:10px 0 0;text-indent:-9999px;background:#e4e6e9 url('/medias/web/img/pictos/chevrons_double_haut_bas.png') no-repeat 50% 3px;border-top:1px solid #a2a9ae} +.deplier{display:block;visibility:hidden;height:16px;margin:10px 0 0;text-indent:-9999px;background:#e4e6e9 url(/medias/web/img/pictos/chevrons_double_haut_bas.png) no-repeat 50% 3px;border-top:1px solid #a2a9ae} .deplier.visible{visibility:visible} .deplier.ouvert{background-position:50% -13px} .deplier:hover{cursor:pointer} .edito_ensemble_liste p{min-height:45px} .edito_ensemble_lien{cursor:pointer} -.edito_ensemble_lien .double_chevron{display:inline-block;width:9px;height:9px;margin-left:10px;background:url('/medias/web/img/pictos/chevrons_double_haut_bas.png') no-repeat} +.edito_ensemble_lien .double_chevron{display:inline-block;width:9px;height:9px;margin-left:10px;background:url(/medias/web/img/pictos/chevrons_double_haut_bas.png) no-repeat} .edito_ensemble_lien.resize_mini .double_chevron{transform:rotate(0deg);-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transition-property:transform;-webkit-transition-duration:.5s;-webkit-transition-timing-function:ease-in;-moz-transition-property:transform;-moz-transition-duration:.5s;-moz-transition-timing-function:ease-in;transition-property:transform;transition-duration:.5s;transition-timing-function:ease-in} .edito_ensemble_lien.resize_maxi .double_chevron{transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-webkit-transition-property:transform;-webkit-transition-duration:.5s;-webkit-transition-timing-function:ease-in;-moz-transition-property:transform;-moz-transition-duration:.5s;-moz-transition-timing-function:ease-in;transition-property:transform;transition-duration:.5s;transition-timing-function:ease-in} .conteneur_onglets{height:35px;border:solid #d2d6db;border-width:0 0 1px} @@ -597,16 +597,16 @@ img[height="97"]+.ico29x29{bottom:6%;left:3.5%} .conteneur_onglets .onglet.courant>a{font-weight:700;color:#2e3942;cursor:default} .lien_img314x64{display:block;width:314px;height:64px;margin-bottom:16px} .lien_img314x64:hover{opacity:.7;-ms-filter:"alpha(Opacity=70)"} -.abonne_cartouche44x12{display:inline-block;width:44px;height:12px;margin:0 0 0 5px;background:url('/medias/web/img/elements_lm/abonne_cartouche44x12.png');text-indent:-9999px;font-size:13px;vertical-align:middle} -.ea109x13{display:inline-block;width:109px;height:13px;background:url('/medias/web/img/elements_lm/edition_abonnes109x13.png');text-indent:-9999px;font-size:13px;vertical-align:baseline} -.logo_lm_abo95x16,.logo_lm95x16{display:inline-block;width:95px;height:16px;background:url('/medias/web/img/elements_lm/logo_lm95x16.png');text-indent:-9999px;font-size:13px;vertical-align:baseline} -.logo_lm95x16{background:url('/medias/web/img/elements_lm/logo_lm95x16.png') 0 -16px} -.ea_article{position:absolute;left:-18px;top:3px;display:inline-block;width:55px;height:59px;text-indent:-9999px;background:url('/medias/web/img/elements_lm/marqueur_ea_article.png')} -.huffington148x10{display:inline-block;width:148px;height:10px;text-indent:-9999px;background:url('/medias/web/img/groupe/logo_huffington149x10.png')} -.telerama47x18{display:inline-block;width:47px;height:18px;text-indent:-9999px;background:url('/medias/web/img/groupe/logo_teleramafr47x18.png')} -.courrier72x21{display:inline-block;width:72px;height:21px;text-indent:-9999px;background:url('/medias/web/img/groupe/logo_courrier72x21.png')} -.lien_img314x64.festival_cannes_une{background:url('/medias/web/img/evenementiel/festival_de_cannes_2012/widget_une.png');text-indent:-9999px} -.lien_img314x64.legislatives_2012_une{background:url('/medias/web/img/evenementiel/legislatives_2012/widget_une.png');text-indent:-9999px} +.abonne_cartouche44x12{display:inline-block;width:44px;height:12px;margin:0 0 0 5px;background:url(/medias/web/img/elements_lm/abonne_cartouche44x12.png);text-indent:-9999px;font-size:13px;vertical-align:middle} +.ea109x13{display:inline-block;width:109px;height:13px;background:url(/medias/web/img/elements_lm/edition_abonnes109x13.png);text-indent:-9999px;font-size:13px;vertical-align:baseline} +.logo_lm_abo95x16,.logo_lm95x16{display:inline-block;width:95px;height:16px;background:url(/medias/web/img/elements_lm/logo_lm95x16.png);text-indent:-9999px;font-size:13px;vertical-align:baseline} +.logo_lm95x16{background:url(/medias/web/img/elements_lm/logo_lm95x16.png) 0 -16px} +.ea_article{position:absolute;left:-18px;top:3px;display:inline-block;width:55px;height:59px;text-indent:-9999px;background:url(/medias/web/img/elements_lm/marqueur_ea_article.png)} +.huffington148x10{display:inline-block;width:148px;height:10px;text-indent:-9999px;background:url(/medias/web/img/groupe/logo_huffington149x10.png)} +.telerama47x18{display:inline-block;width:47px;height:18px;text-indent:-9999px;background:url(/medias/web/img/groupe/logo_teleramafr47x18.png)} +.courrier72x21{display:inline-block;width:72px;height:21px;text-indent:-9999px;background:url(/medias/web/img/groupe/logo_courrier72x21.png)} +.lien_img314x64.festival_cannes_une{background:url(/medias/web/img/evenementiel/festival_de_cannes_2012/widget_une.png);text-indent:-9999px} +.lien_img314x64.legislatives_2012_une{background:url(/medias/web/img/evenementiel/legislatives_2012/widget_une.png);text-indent:-9999px} #en_ce_moment{height:33px;overflow:hidden;background:#2d3143;background:-moz-linear-gradient(top, #2d3143 0, #10141d 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%, #2d3143),color-stop(100%, #10141d));background:-webkit-linear-gradient(top, #2d3143 0, #10141d 100%);background:-o-linear-gradient(top, #2d3143 0, #10141d 100%);background:-ms-linear-gradient(top, #2d3143 0, #10141d 100%);background:linear-gradient(top, #2d3143 0, #10141d 100%)} #en_ce_moment ul{padding:0 13px 0 0} #en_ce_moment li{display:block;float:left} @@ -614,10 +614,10 @@ img[height="97"]+.ico29x29{bottom:6%;left:3.5%} #en_ce_moment a,#en_ce_moment li:first-child span{display:inline-block;height:23px;padding:10px 8px 0;color:#d2d6db;font-size:1.3rem;line-height:100%;font-weight:700} .ie #en_ce_moment a{font-size:13px} #en_ce_moment a:hover{color:#CB2626} -#en_ce_moment li:first-child{background:url('/medias/web/img/sprites/sous_nav.png') no-repeat right -70px;padding:0 13px 0 5px} +#en_ce_moment li:first-child{background:url(/medias/web/img/sprites/sous_nav.png) no-repeat right -70px;padding:0 13px 0 5px} #en_ce_moment li:first-child span{height:22px;padding:11px 8px 0;text-transform:uppercase;color:#fff;font-size:1.2rem} .carousel_petit .navigation{margin:10px 0;line-height:10px;text-align:center} -.carousel_petit .precedent,.carousel_petit .suivant,.carousel_petit .repere{display:inline-block;vertical-align:middle;background:url('/medias/web/img/sprites/carousel_petit.png') no-repeat;text-indent:-9999px} +.carousel_petit .precedent,.carousel_petit .suivant,.carousel_petit .repere{display:inline-block;vertical-align:middle;background:url(/medias/web/img/sprites/carousel_petit.png) no-repeat;text-indent:-9999px} .carousel_petit .precedent,.carousel_petit .suivant{width:8px;height:11px} .carousel_petit .suivant{background-position:-10px 0} .carousel_petit .repere{background-position:0 -24px;width:9px;height:8px;margin:0 3px} @@ -654,7 +654,7 @@ img[height="97"]+.ico29x29{bottom:6%;left:3.5%} .pagination .plus ul li{border-left:1px solid #a2a9ae} .pagination .plus ul li:first-child{border-radius:4px 0 0 4px} .pagination .plus ul li:hover{background:#5d666d} -.pagination .plus .pointeur{display:block;height:12px;background:url('/medias/web/img/pictos/pagination_fle.png') no-repeat 554px 0} +.pagination .plus .pointeur{display:block;height:12px;background:url(/medias/web/img/pictos/pagination_fle.png) no-repeat 554px 0} .pagination_large .plus .pointeur{background-position:884px 0} .pagination .plus:hover div{display:block} .pagination .plus ul .page{border:solid #b9c0c5;border-width:0 1px 0 0;text-align:center;line-height:26px;font-size:12px;color:#fff} @@ -694,7 +694,7 @@ img[height="97"]+.ico29x29{bottom:6%;left:3.5%} #footer_services .liste_tv .logo+p{width:230px;display:inline-block;line-height:14px;font-weight:700} #footer_services .liste_tv .logo+p span{font-size:10px} #footer_services .liste_tv .logo+p b{display:block;font-size:11px} -#footer_services .liste_tv .logo,#footer_services .liste_tv .note{display:inline-block;margin:0 5px 0 0;width:47px;height:27px;background:url('/medias/web/img/sprites/tv.png') no-repeat 0 0;text-indent:-9999px;vertical-align:baseline} +#footer_services .liste_tv .logo,#footer_services .liste_tv .note{display:inline-block;margin:0 5px 0 0;width:47px;height:27px;background:url(/medias/web/img/sprites/tv.png) no-repeat 0 0;text-indent:-9999px;vertical-align:baseline} #footer_services .liste_tv .note{float:left;margin-top:2px} #footer_services .liste_tv .logo_france_2{background-position:0 -28px} #footer_services .liste_tv .logo_france_3{background-position:0 -56px} @@ -721,12 +721,12 @@ img[height="97"]+.ico29x29{bottom:6%;left:3.5%} .ie #footer{font-size:11px} #footer a:hover,#footer .obf:hover{text-decoration:underline} #footer .footer_gratuit{overflow:hidden} -#footer .abonnement{float:left;width:673px;height:155px;background:url('/medias/web/img/elements_lm/footer_supports.jpg') no-repeat right bottom} -#footer .zone_abo{display:block;float:left;width:673px;height:155px;background:url('/medias/web/img/elements_lm/footer_supports_haut.png') no-repeat 385px top} +#footer .abonnement{float:left;width:673px;height:155px;background:url(/medias/web/img/elements_lm/footer_supports.jpg) no-repeat right bottom} +#footer .zone_abo{display:block;float:left;width:673px;height:155px;background:url(/medias/web/img/elements_lm/footer_supports_haut.png) no-repeat 385px top} #footer .zone_abo:hover{text-decoration:none} -#footer .abonnement .contenu{margin:35px 0 0;padding:30px 346px 0 13px;background:url('/medias/web/img/elements_lm/le_monde_abonements_227x22.png') no-repeat 13px top;color:#16212c;line-height:120%} +#footer .abonnement .contenu{margin:35px 0 0;padding:30px 346px 0 13px;background:url(/medias/web/img/elements_lm/le_monde_abonements_227x22.png) no-repeat 13px top;color:#16212c;line-height:120%} #footer .abonnement .bt{padding:5px 0 0 13px} -#footer .deja_abonne{float:left;width:183px;height:110px;padding:10px 125px 10px 16px;margin:25px 0 0;background:#fafbfc url('/medias/web/img/elements_lm/footer_deja_abo.jpg') no-repeat right top} +#footer .deja_abonne{float:left;width:183px;height:110px;padding:10px 125px 10px 16px;margin:25px 0 0;background:#fafbfc url(/medias/web/img/elements_lm/footer_deja_abo.jpg) no-repeat right top} #footer .deja_abonne .accroche{display:block;font-weight:700;font-size:17px;padding:0 0 8px} #footer .deja_abonne .obf,#footer .deja_abonne .trigger_boite_login{display:block;padding:0 0 0 10px;position:relative} #footer .deja_abonne .obf:before,#footer .deja_abonne .trigger_boite_login:before{color:#5d666d;content:'\203A';display:block;float:left;font-size:1.2rem;left:0;position:absolute;width:10px} @@ -746,7 +746,7 @@ img[height="97"]+.ico29x29{bottom:6%;left:3.5%} #footer .copy a{color:#464f57} #footer .description{color:#a2a9ae;padding:3px 13px;line-height:120%} #header_facebook,#header_google,#header_twitter{position:relative} -.conteneur_popinbox{position:absolute;z-index:10;top:20px;left:-145px;padding:11px 0 0;-webkit-box-shadow:-1px 4px 3px -2px rgba(0,11,21,.5);-moz-box-shadow:-1px 4px 3px -2px rgba(0,11,21,.5);box-shadow:-1px 4px 3px -2px rgba(0,11,21,.5);background:transparent url('/medias/web/img/habillage/lightbox_sociaux_coche.png') no-repeat center top;display:none} +.conteneur_popinbox{position:absolute;z-index:10;top:20px;left:-145px;padding:11px 0 0;-webkit-box-shadow:-1px 4px 3px -2px rgba(0,11,21,.5);-moz-box-shadow:-1px 4px 3px -2px rgba(0,11,21,.5);box-shadow:-1px 4px 3px -2px rgba(0,11,21,.5);background:transparent url(/medias/web/img/habillage/lightbox_sociaux_coche.png) no-repeat center top;display:none} .popinbox{padding:10px;background:#fff;overflow:visible} .sociaux .popinbox{width:292px;text-indent:0} #header_facebook_contenu{position:relative;height:258px} @@ -758,7 +758,7 @@ img[height="97"]+.ico29x29{bottom:6%;left:3.5%} .position_pub.x01{height:0;z-index:2147483647} .position_pub.top1{width:1000px;margin-left:auto;margin-right:auto;text-align:center;min-height:90px} .app_abonnes .position_pub.top1{min-height:0} -.col_droite .position_pub.filled{margin-bottom:25px;padding:7px 7px 13px;background:#e9edf0 url('/medias/web/img/textes/marqueur_pub_col_droite.png') no-repeat bottom right} +.col_droite .position_pub.filled{margin-bottom:25px;padding:7px 7px 13px;background:#e9edf0 url(/medias/web/img/textes/marqueur_pub_col_droite.png) no-repeat bottom right} .col_droite .position_pub.filled.noborder{background:0;padding:0} .conteneur_ligatus{margin:25px 0} .conteneur_ligatus *{vertical-align:bottom} @@ -827,7 +827,7 @@ img[height="97"]+.ico29x29{bottom:6%;left:3.5%} #header_utilisateur .recherche p{width:195px;margin:0;padding:2px 5px;background-color:#f8f9fb;border:1px solid #d2d6db;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:hidden} #header_utilisateur .recherche input[type="search"]{border:0;background:0;width:165px;float:left;-webkit-box-sizing:border-box} #header_utilisateur .recherche input[type="search"]:focus{outline:0} -#header_utilisateur .loupe{width:15px;height:15px;margin:0 0 0 5px;border:0;background:url('/medias/web/img/sprites/icos_petites.png') no-repeat -17px -173px;text-indent:-9999px;font-size:0;color:#f8f9fb;float:right} +#header_utilisateur .loupe{width:15px;height:15px;margin:0 0 0 5px;border:0;background:url(/medias/web/img/sprites/icos_petites.png) no-repeat -17px -173px;text-indent:-9999px;font-size:0;color:#f8f9fb;float:right} *+html #header_utilisateur .loupe{float:none} #header_utilisateur .sociaux{float:left;margin:7px 20px 0;color:#747b83;font-weight:700;font-size:12px} #header_utilisateur .sociaux span,#header_utilisateur .sociaux a{vertical-align:middle;margin-right:7px} @@ -862,7 +862,7 @@ img[height="97"]+.ico29x29{bottom:6%;left:3.5%} #header .acces_compte .avatar img{display:block;margin:4px auto 0} #header .acces_compte .avatar img{vertical-align:middle} #header .acces_compte .nom{padding:0 16px;border-right:1px solid #d2d6db;border-left:1px solid #fff} -#header .acces_compte .fle{width:28px;background:url('/medias/web/img/pictos/fle_bas_noir7x4.png') no-repeat 50% 50%} +#header .acces_compte .fle{width:28px;background:url(/medias/web/img/pictos/fle_bas_noir7x4.png) no-repeat 50% 50%} #header .acces_compte ul{position:absolute;right:0;top:29px;width:98%;background:#fff;list-style-type:none;text-align:left;display:none;border:1px solid #d2d6db;border-radius:0 0 3px 3px} #header .acces_compte:hover ul{display:block} #header .acces_compte li{padding:8px;border-bottom:1px solid #eef1f5} @@ -874,7 +874,7 @@ img[height="97"]+.ico29x29{bottom:6%;left:3.5%} .lightbox_ext,.loginbox{overflow:hidden;background:#f5f8f9} .lightbox_ext h2,.loginbox h2{padding:7px 16px 5px;background:#16212c;border-top:3px solid #747b83;color:#fff} .lightbox_ext .fermer,.loginbox .fermer{float:right;font-size:11px;line-height:18px;color:#747b83;cursor:pointer} -.lightbox_ext .fermer span,.loginbox .fermer span{display:inline-block;width:10px;height:10px;margin:0 0 0 3px;background:url('/medias/web/img/sprites/icos_petites.png') no-repeat -11px -191px} +.lightbox_ext .fermer span,.loginbox .fermer span{display:inline-block;width:10px;height:10px;margin:0 0 0 3px;background:url(/medias/web/img/sprites/icos_petites.png) no-repeat -11px -191px} .lightbox_ext .fermer:hover,.loginbox .ferme:hover{color:#fff;text-decoration:none} .lightbox_ext .fermer:hover span,.loginbox .fermer:hover span{background-position:0 -191px} .loginbox .message{padding:10px;background:#eef1f5} @@ -891,14 +891,14 @@ label i{display:none;font-style:normal;display:none} .loginbox #login_error_email{background:#f2dede;border:solid 1px #c00;color:#c00;text-align:center} .loginbox .signup{float:left;width:180px;height:230px;padding:10px 40px 10px 15px;border-right:1px solid #fff;border-left:1px solid #e4e6e9;font-size:14px;line-height:140%} .loginbox .accroche{display:block;margin:20px 0 15px;color:#464f57} -.loginbox .abonne_journal{position:relative;float:left;width:185px;height:235px;padding:10px 55px 10px 16px;font-size:14px;line-height:140%;background:url('/medias/web/img/elements_lm/login_box_journal.jpg') no-repeat right 130px;border-left:1px solid #e4e6e9} +.loginbox .abonne_journal{position:relative;float:left;width:185px;height:235px;padding:10px 55px 10px 16px;font-size:14px;line-height:140%;background:url(/medias/web/img/elements_lm/login_box_journal.jpg) no-repeat right 130px;border-left:1px solid #e4e6e9} .loginbox .login_form .btn_abo,.loginbox .abonne_journal .btn{position:absolute;bottom:15px;left:16px} .loginbox .rmdp .btn{position:static;margin:15px 0} .loginbox #password_recover_box_email{width:300px} .rmdp{padding:0 15px} #barre_titre{background:#fff;text-align:center;padding:10px 0} #barre_titre .conteneur_haut{overflow:hidden} -#barre_titre #logo{display:block;width:240px;height:42px;margin:16px auto 5px;background:url('/medias/web/img/elements_lm/logo_lm240x42.png') no-repeat;font-size:46px;text-indent:-9999px} +#barre_titre #logo{display:block;width:240px;height:42px;margin:16px auto 5px;background:url(/medias/web/img/elements_lm/logo_lm240x42.png) no-repeat;font-size:46px;text-indent:-9999px} #barre_titre #logo.abonnes{background-position:0 -42px} #nav_principale,#nav_principale .conteneur_haut{background:#f8fafb} #nav_principale{border-top:2px solid #d2d6db} @@ -908,16 +908,16 @@ label i{display:none;font-style:normal;display:none} .ombrelle.partenariats .tt_rubrique_ombrelle,.ombrelle.partenariats .tt_rubrique_ombrelle a{padding:0 4px 0 0;background-image:none;font-family:FetteEngschrift;text-transform:uppercase;font-size:55px;line-height:55px} .ombrelle.partenariats .tt_rubrique_ombrelle a,.ombrelle.export_interne .tt_rubrique_ombrelle a{color:#2e3942} .ombrelle.partenariats span{display:inline-block;padding:0 8px 0 0} -.ombrelle .tt_rubrique_ombrelle,.ombrelle.style .tt_rubrique_ombrelle{display:inline-block;padding:0 0 0 67px;margin:25px 0 0;background:url('/medias/web/img/elements_lm/m54x44.png') no-repeat 0 20%;font-family:'TheSerifOffice',georgia,serif;font-size:55px;line-height:55px;color:#2E3942;font-weight:400;letter-spacing:-.01em} +.ombrelle .tt_rubrique_ombrelle,.ombrelle.style .tt_rubrique_ombrelle{display:inline-block;padding:0 0 0 67px;margin:25px 0 0;background:url(/medias/web/img/elements_lm/m54x44.png) no-repeat 0 20%;font-family:'TheSerifOffice',georgia,serif;font-size:55px;line-height:55px;color:#2E3942;font-weight:400;letter-spacing:-.01em} *+html .ombrelle .tt_rubrique_ombrelle,*+html .ombrelle.style .tt_rubrique_ombrelle{display:inline} .ombrelle .tt_rubrique_ombrelle a,.ombrelle .tt_rubrique_ombrelle h2 a:hover,.ombrelle .tt_rubrique_ombrelle .obf,.ombrelle .tt_rubrique_ombrelle .obf:hover{color:#2E3942;text-decoration:none} -.ombrelle.style .tt_rubrique_ombrelle{background:url('/medias/web/img/elements_lm/m59x44.png') no-repeat 0 20%} +.ombrelle.style .tt_rubrique_ombrelle{background:url(/medias/web/img/elements_lm/m59x44.png) no-repeat 0 20%} .ombrelle .tt_rubrique_ombrelle.max24,.ombrelle .tt_rubrique_ombrelle.max32,.ombrelle .tt_rubrique_ombrelle.max38{background-position:0 0;font-size:43px;line-height:57px} .ombrelle .tt_rubrique_ombrelle.max32,.ombrelle .tt_rubrique_ombrelle.max38{font-size:36px;line-height:61px} .ombrelle .tt_rubrique_ombrelle.max38{font-size:32px} .ombrelle.style .accroche{color:#8b9299;font-size:12px;line-height:12px;vertical-align:text-bottom} .ombrelle .widget{display:inline-block;float:right;margin:13px 0 0;line-height:120%} -.ombrelle.style .widget{width:424px;height:64px;background:url('/medias/web/img/textes/widget_style.png');text-indent:-9999px} +.ombrelle.style .widget{width:424px;height:64px;background:url(/medias/web/img/textes/widget_style.png);text-indent:-9999px} .ombrelle.style .widget:hover,.ombrelle.politique .widget:hover{opacity:.7;-ms-filter:"alpha(Opacity=70)"} .ombrelle .autopromo_edito{overflow:hidden;width:314px;height:64px} .autopromo_edito img{border:1px solid #eef1f5} @@ -937,13 +937,13 @@ label i{display:none;font-style:normal;display:none} #nav .accueil{border-top-color:#a2a9ae} #nav .accueil:hover{border-top-color:#16212c;background:#2e3942} #nav .accueil a,#nav .accueil span{width:12px;height:23px;padding:9px 10px 0 9px} -#nav .accueil .maison{display:inline-block;width:11px;height:10px;vertical-align:text-top;background:url('/medias/web/img/sprites/icos_petites.png') no-repeat -29px -108px;text-indent:-9999px} +#nav .accueil .maison{display:inline-block;width:11px;height:10px;vertical-align:text-top;background:url(/medias/web/img/sprites/icos_petites.png) no-repeat -29px -108px;text-indent:-9999px} #nav .accueil:hover .maison{background-position:-29px -120px} #ariane_az{width:1000px;margin:0 auto} #ariane_az .obf,#ariane_az a{padding:0 9px;color:#000;white-space:nowrap} #ariane_az .suite_entrees{background:#f8f9fb;position:absolute;left:-9999px} #ariane_az .suite_entrees p{border-bottom:1px solid #eef1f5;line-height:33px;font-size:12px;font-weight:700} -#nav_ariane{height:35px;overflow:hidden;background:url('/medias/web/img/sprites/sous_nav.png') repeat left -630px} +#nav_ariane{height:35px;overflow:hidden;background:url(/medias/web/img/sprites/sous_nav.png) repeat left -630px} #nav_ariane ul{float:left;width:950px;overflow:hidden} #nav_ariane li{display:block;float:left} #nav_ariane a,#nav_ariane h1 span.obf{display:inline-block;height:23px;padding:12px 8px 0;font-size:1.2rem;line-height:100%;font-weight:700;white-space:nowrap} @@ -952,7 +952,7 @@ label i{display:none;font-style:normal;display:none} .ie #nav_ariane a,#nav_ariane h1{font-size:12px} #nav_ariane .sous_rub{border-right:1px solid #e4e6e9} #nav_ariane .az{position:absolute;left:-9999px} -#nav_ariane .ariane{background:url('/medias/web/img/sprites/sous_nav.png') no-repeat right -175px} +#nav_ariane .ariane{background:url(/medias/web/img/sprites/sous_nav.png) no-repeat right -175px} #nav_ariane .ariane{position:relative;padding:0 13px 0 0;margin:0 0 0 -13px;border:0} #nav_ariane .ariane.z1{z-index:1} #nav_ariane .ariane.z2{z-index:2} @@ -1024,7 +1024,7 @@ label i{display:none;font-style:normal;display:none} .liste_reactions .reaction .btn{visibility:hidden;margin:5px 0 0} .liste_reactions .reaction:hover .btn{visibility:visible} .infobulle{position:relative} -.liste_reactions .bulle{position:absolute;top:60%;left:-93%;z-index:10;width:170px;padding:11px 0 0;background:url('/medias/web/img/habillage/lightbox_sociaux_coche.png') no-repeat center top;display:none} +.liste_reactions .bulle{position:absolute;top:60%;left:-93%;z-index:10;width:170px;padding:11px 0 0;background:url(/medias/web/img/habillage/lightbox_sociaux_coche.png) no-repeat center top;display:none} .infobulle:hover .bulle{display:inline-block} .liste_reactions .bulle span{display:block;-webkit-box-shadow:0 3px 2px 1px rgba(0,11,21,.2);-moz-box-shadow:0 3px 2px 1px rgba(0,11,21,.2);box-shadow:0 3px 2px 1px rgba(0,11,21,.2);border-radius:4px;padding:10px;background:#fff} .liste_reactions .references{font-weight:700} @@ -1036,7 +1036,7 @@ label i{display:none;font-style:normal;display:none} .reaction_identifier .deja_abo .erreur{display:none;padding:7px 28px 7px 15px} .reaction_identifier .form{padding:10px 10px 10px 14px} .reaction_identifier .form p{clear:both} -.reaction_identifier .non_abo,.conteneur_barre_outils .non_abo.classer{position:relative;float:left;width:233px;height:230px;padding:10px 10px 10px 14px;background:url('/medias/web/img/textes/daccord_pas_daccord.png') no-repeat 16px 40px;border-right:1px solid #fff} +.reaction_identifier .non_abo,.conteneur_barre_outils .non_abo.classer{position:relative;float:left;width:233px;height:230px;padding:10px 10px 10px 14px;background:url(/medias/web/img/textes/daccord_pas_daccord.png) no-repeat 16px 40px;border-right:1px solid #fff} .reaction_identifier .texte{margin:80px 0 15px} .reaction_identifier .mini-login{position:relative;float:right;width:275px;margin:0;padding:10px 0;height:230px;border-left:1px solid #e4e6e9} .reaction_identifier .mini-login .deja_abo{padding:0 10px 10px 14px} @@ -1083,13 +1083,13 @@ label i{display:none;font-style:normal;display:none} .barre_outils .outil{float:left;padding:2px 6px 0;height:25px;color:#747B83} .barre_outils .partage{float:right;height:26px;margin:0;padding-left:10px;border-left:1px solid #eef1f5;color:#747b83} .barre_outils .partage+span{height:26px;vertical-align:middle} -.barre_outils .reagir span{width:12px;height:11px;background:url('/medias/web/img/sprites/icos_petites.png') no-repeat 0 0;vertical-align:middle} -.barre_outils .classer span{width:11px;height:11px;background:url('/medias/web/img/sprites/icos_petites.png') no-repeat 0 -12px;vertical-align:baseline} +.barre_outils .reagir span{width:12px;height:11px;background:url(/medias/web/img/sprites/icos_petites.png) no-repeat 0 0;vertical-align:middle} +.barre_outils .classer span{width:11px;height:11px;background:url(/medias/web/img/sprites/icos_petites.png) no-repeat 0 -12px;vertical-align:baseline} .barre_outils .classer.actif span{background-position:-13px -12px} -.barre_outils .imprimer span{width:12px;height:12px;background:url('/medias/web/img/sprites/icos_petites.png') no-repeat 0 -25px;vertical-align:baseline} -.barre_outils .envoyer span{width:12px;height:10px;background:url('/medias/web/img/sprites/icos_petites.png') no-repeat -13px -25px;vertical-align:baseline} +.barre_outils .imprimer span{width:12px;height:12px;background:url(/medias/web/img/sprites/icos_petites.png) no-repeat 0 -25px;vertical-align:baseline} +.barre_outils .envoyer span{width:12px;height:10px;background:url(/medias/web/img/sprites/icos_petites.png) no-repeat -13px -25px;vertical-align:baseline} .conteneur_barre_outils .reaction_identifier{margin:0 0 20px 0;border-bottom:3px solid #e9ecf0;border-top:0} -.conteneur_barre_outils .non_abo.classer{background:url('/medias/web/img/textes/pas_le_temps_lire.png') no-repeat 16px 40px} +.conteneur_barre_outils .non_abo.classer{background:url(/medias/web/img/textes/pas_le_temps_lire.png) no-repeat 16px 40px} .conteneur_barre_outils p{margin:0} .article .fb-like{height:25px;overflow:hidden;opacity:0} .bloc_part .saisie{background-color:#f8f9fb;border:1px solid #b9c0c5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:2px 3px} @@ -1154,7 +1154,7 @@ label i{display:none;font-style:normal;display:none} .services .bloc_part.gymglish .contenu.mot_mois .btn_fonce{bottom:16px;left:15px} .bloc_part.gymglish .contenu.mot_mois{bottom:42px;left:15px;height:143px} .bloc_part.gymglish .contenu.mot_mois .img{width:110px;float:right;margin:4px 0} -.bloc_part.empruntis .contenu{padding:0 15px 0;background:url('/medias/web/img/partenaires/empruntis/stylo.jpg') no-repeat} +.bloc_part.empruntis .contenu{padding:0 15px 0;background:url(/medias/web/img/partenaires/empruntis/stylo.jpg) no-repeat} .bloc_part.empruntis .contenu .texte{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;width:190px;color:#16212c} .bloc_part.empruntis .contenu .texte strong{display:block;color:#16212c} .bloc_part.empruntis .contenu .texte .lien_chevron{display:block;color:#a2a9ae;font-weight:700;color:#16212c} @@ -1226,7 +1226,7 @@ label i{display:none;font-style:normal;display:none} .col_droite .bloc_element .titre{float:left;width:238px;padding:8px 16px 6px;border-right:1px solid #fff;background:#fafbfc} .col_droite .bloc_element .element:hover .titre{background:#e9ecf0} .col_droite .bloc_element .fleche{display:block;float:right;width:42px;border-left:1px solid #e4e6e9} -.col_droite .bloc_element .fleche{position:absolute;right:13px;top:33%;background:url('/medias/web/img/sprites/icos_petites.png') no-repeat -1px -108px;width:13px;height:22px} +.col_droite .bloc_element .fleche{position:absolute;right:13px;top:33%;background:url(/medias/web/img/sprites/icos_petites.png) no-repeat -1px -108px;width:13px;height:22px} .col_droite .bloc_element .element:hover .fleche{background-position:-15px -108px} .contenu_bloc_droit{padding:7px 16px 10px;overflow:hidden} .contenu_bloc_droit .liste_chevron li{padding:8px 0 6px} @@ -1245,10 +1245,10 @@ label i{display:none;font-style:normal;display:none} .col_droite .plus_partages .texte{float:left;width:190px;padding:0 10px 0 8px} .col_droite .sociaux .pictos{overflow:hidden;margin:10px 15px} .col_droite .sociaux .pictos span.text{float:left;width:130px;padding:0 15px 0 0;color:#464f57;line-height:120%} -.col_droite .recherche_resultat_pres.bloc_base{background:#0b0423 url('/medias/web/img/evenementiel/presidentielle_2012/bg_recherche_elections_col_droite.png') center 0 no-repeat;color:#fff} +.col_droite .recherche_resultat_pres.bloc_base{background:#0b0423 url(/medias/web/img/evenementiel/presidentielle_2012/bg_recherche_elections_col_droite.png) center 0 no-repeat;color:#fff} .col_droite .boite_recherche{background:0;padding:8px 16px 10px} .col_droite .recherche_resultat_pres.bloc_base .entete{border-top:0!important;border-bottom:0!important;padding-top:16px} -.col_droite .recherche_resultat_pres .entete span{display:inline-block;height:30px;background:url('/medias/web/img/textes/elections/bulle_2012_39x27_bg_fonce.png') no-repeat;padding-left:50px} +.col_droite .recherche_resultat_pres .entete span{display:inline-block;height:30px;background:url(/medias/web/img/textes/elections/bulle_2012_39x27_bg_fonce.png) no-repeat;padding-left:50px} .col_droite .recherche_resultat_pres .moteur_commune{width:274px} .col_droite .boite_recherche p{margin:8px 0;clear:both} .col_droite .boite_recherche .saisie{width:239px;float:right} @@ -1279,17 +1279,17 @@ label i{display:none;font-style:normal;display:none} .bloc_je .annonce{display:block;padding:8px 9px;background:#2e3942;color:#fff} .bloc_je .annonce .intro{display:block;text-transform:uppercase;font-weight:700} .bloc_je .previsu .bt_blanc_gris_32{margin:20px 0 0} -.bloc_je .tt_dossier_meilleur_monde{background:url('/medias/www/img/tit/tt_dossiers_meilleur_monde.png') left center no-repeat;display:block;width:250px;margin:0 9px;font-size:13px;color:#222;text-indent:-9999px} +.bloc_je .tt_dossier_meilleur_monde{background:url(/medias/www/img/tit/tt_dossiers_meilleur_monde.png) left center no-repeat;display:block;width:250px;margin:0 9px;font-size:13px;color:#222;text-indent:-9999px} .bloc_je .centrer{color:#747b83} .bloc_couvs{position:relative;margin:10px auto 3px} .bloc_couvs a{cursor:pointer;display:block;width:208px;left:35px;height:145px;overflow:hidden;border:solid 1px #e7e7e7;box-shadow:0 0 3px #e7e7e7;position:absolute} .bloc_couvs.bloc_1_couv{height:145px} .bloc_couvs .couv_petite{width:146px;height:74px} -.bloc_couvs b{top:146px;display:block;width:280px;height:44px;background:url('/medias/www/img/plus_une_lemonde.png') left center no-repeat;position:relative} +.bloc_couvs b{top:146px;display:block;width:280px;height:44px;background:url(/medias/www/img/plus_une_lemonde.png) left center no-repeat;position:relative} .bloc_couvs.bloc_2_couv{width:247px;height:185px} .bloc_couvs.bloc_2_couv a{left:0} .bloc_couvs.bloc_2_couv .couv_petite{left:auto;top:auto;right:0;bottom:0} -.bloc_couvs.bloc_2_couv b{right:153px;top:153px;width:15px;height:15px;background:url('/medias/www/img/plus_une_lemonde.png') right center no-repeat;position:absolute} +.bloc_couvs.bloc_2_couv b{right:153px;top:153px;width:15px;height:15px;background:url(/medias/www/img/plus_une_lemonde.png) right center no-repeat;position:absolute} .bloc_couvs.bloc_3_couv{width:280px;height:278px} .bloc_couvs.bloc_3_couv .couv_petite{width:125px;height:86px;right:auto;top:auto;left:0;bottom:0} .bloc_couvs.bloc_3_couv .couv_petite.petite_1{left:auto;right:0} @@ -1306,7 +1306,7 @@ label i{display:none;font-style:normal;display:none} .titres_journal .fle_abo{font-size:15px;margin-bottom:3px;font-weight:700;padding-left:14px} #bandeau_bas{z-index:2147483647;position:fixed;bottom:0;width:100%;height:25px;border-bottom:1px solid #000;background:#000b15;color:#fff} #bandeau_bas .conteneur_en_continu{position:relative;margin:auto;width:1000px;height:25px;font-size:12px;line-height:25px;color:#fff;z-index:1} -#bandeau_bas .conteneur_en_continu .tetiere{display:inline-block;width:71px;height:25px;margin-right:13px;background:url('/medias/web/img/textes/ticker_en_continu.png');text-indent:-9999px} +#bandeau_bas .conteneur_en_continu .tetiere{display:inline-block;width:71px;height:25px;margin-right:13px;background:url(/medias/web/img/textes/ticker_en_continu.png);text-indent:-9999px} #bandeau_bas .conteneur_en_continu .heure{margin:0 10px 0 0;font-weight:700} #bandeau_bas>span{vertical-align:middle} #bandeau_bas a{color:#fff} @@ -1319,13 +1319,13 @@ label i{display:none;font-style:normal;display:none} .conteneur_lives .live.petit .bandeau:hover{background-color:#fe2f2f;background-position:0 -25px;-webkit-transition:background-position .06s linear;-moz-transition:background-position .06s linear;-ms-transition:background-position .06s linear;-o-transition:background-position .06s linear;transition:background-position .06s linear;cursor:pointer} .conteneur_lives .live .bandeau .titre{float:left;padding:0 7px;width:220px;font-family:arial,sans-serif;font-size:13px;font-weight:700} .conteneur_lives .lives .chrome .titre{float:left;width:230px;height:25px;overflow:hidden;color:#fff;text-align:left;font-weight:700;font-family:arial,sans-serif;font-size:13px;line-height:25px} -.conteneur_lives .lives .chrome .titre .tt_live{display:inline-block;width:20px;height:10px;margin:0 5px 0 16px;text-indent:-9999px;background:url('/medias/web/img/sprites/icos_live.png') -162px 0} -.conteneur_lives .lives .chrome{background:#d50303 url('/medias/web/img/textes/tt_live_bas.png') no-repeat;height:25px;line-height:23px;padding:0 5px 0 40px;display:none;width:283px;cursor:pointer} +.conteneur_lives .lives .chrome .titre .tt_live{display:inline-block;width:20px;height:10px;margin:0 5px 0 16px;text-indent:-9999px;background:url(/medias/web/img/sprites/icos_live.png) -162px 0} +.conteneur_lives .lives .chrome{background:#d50303 url(/medias/web/img/textes/tt_live_bas.png) no-repeat;height:25px;line-height:23px;padding:0 5px 0 40px;display:none;width:283px;cursor:pointer} .conteneur_lives .lives.grand .chrome{background-color:#000b15} .conteneur_lives.popuped .lives .chrome{cursor:default} .conteneur_lives .lives .chrome a,.conteneur_lives .live .bandeau .voir{display:inline-block;text-decoration:none;float:right;margin:4px 0 0 5px;height:15px;width:14px} .conteneur_lives .live .bandeau .voir,.conteneur_lives .lives .chrome .live_replier,.conteneur_lives .lives .chrome .popup, -.conteneur_lives .lives .chrome .live_deplier,.conteneur_lives .lives .chrome .live_fermer{background-image:url('/medias/web/img/sprites/icos_live.png')} +.conteneur_lives .lives .chrome .live_deplier,.conteneur_lives .lives .chrome .live_fermer{background-image:url(/medias/web/img/sprites/icos_live.png)} .conteneur_lives .live .bandeau .voir{height:13px;background-position:-113px 0} .conteneur_lives .live.grand .bandeau .titre a{text-decoration:underline} .conteneur_lives .lives .chrome .live_replier,.conteneur_lives .lives.grand .chrome .live_replier:hover{background-position:-17px -5px} @@ -1399,7 +1399,7 @@ label i{display:none;font-style:normal;display:none} #nav .international:hover{background:#0386c3;border-top-color:#026b9C} #nav .international:hover a{border-color:#0386c3} #nav.international,#nav.international li{border-top:3px solid #0386c3} -#nav_ariane.international .ariane{background:url('/medias/web/img/sprites/sous_nav.png') no-repeat right 0} +#nav_ariane.international .ariane{background:url(/medias/web/img/sprites/sous_nav.png) no-repeat right 0} #nav_ariane.international .ariane>a{color:#68b6db} .international #ariane_az a:hover,.international #ariane_az .obf:hover,.ombrelle.international .tt_rubrique_ombrelle,.ombrelle.international h2 .obf,.ombrelle.international h2 .obf:hover,.international .tt_rubrique,.international .jour_parution,.international .couleur_rubrique{color:#0386c3} .global.politique{border-top:3px solid #1f0d67} @@ -1409,7 +1409,7 @@ label i{display:none;font-style:normal;display:none} #nav.accueil .politique{border-top-color:#1f0d67} #nav .politique:hover a{border-color:#1f0d67} #nav.politique,#nav.politique li{border-top:3px solid #1f0d67} -#nav_ariane.politique .ariane{background:url('/medias/web/img/sprites/sous_nav.png') no-repeat right -35px} +#nav_ariane.politique .ariane{background:url(/medias/web/img/sprites/sous_nav.png) no-repeat right -35px} #nav_ariane.politique .ariane>a{color:#796ea4} .politique #ariane_az a:hover,.politique #ariane_az .obf:hover,.ombrelle.politique .tt_rubrique_ombrelle,.ombrelle.politique h2 .obf,.ombrelle.politique h2 .obf:hover,.politique .tt_rubrique,.politique .couleur_rubrique{color:#1f0d67} .global.societe{border-top:3px solid #d50303} @@ -1418,7 +1418,7 @@ label i{display:none;font-style:normal;display:none} #nav .societe:hover{background:#d50303;border-top-color:#AA0202} #nav .societe:hover a,#nav.accueil .societe{border-color:#d50303} #nav.societe,#nav.societe li{border-top:3px solid #d50303} -#nav_ariane.societe .ariane{background:url('/medias/web/img/sprites/sous_nav.png') no-repeat right -70px} +#nav_ariane.societe .ariane{background:url(/medias/web/img/sprites/sous_nav.png) no-repeat right -70px} #nav_ariane.societe .ariane>a{color:#fe9b9b} .societe #ariane_az a:hover,.societe #ariane_az .obf:hover,.ombrelle.societe .tt_rubrique_ombrelle,.ombrelle.societe h2 .obf,.ombrelle.societe h2 .obf:hover,.societe .tt_rubrique,.societe .jour_parution,.societe .couleur_rubrique{color:#d50303} .global.economie{border-top:3px solid #fe2f2f} @@ -1427,7 +1427,7 @@ label i{display:none;font-style:normal;display:none} #nav .economie:hover{background:#fe2f2f;border-top-color:#CB2626} #nav .economie:hover a,#nav.accueil .economie{border-color:#fe2f2f} #nav.economie,#nav.economie li{border-top:3px solid #fe2f2f} -#nav_ariane.economie .ariane{background:url('/medias/web/img/sprites/sous_nav.png') no-repeat right -105px} +#nav_ariane.economie .ariane{background:url(/medias/web/img/sprites/sous_nav.png) no-repeat right -105px} #nav_ariane.economie .ariane>a{color:#ffacac} #nav_ariane.economie .ariane a:hover,#nav_ariane.economie .ariane .obf:hover{color:#fff} .economie #ariane_az a:hover,.economie #ariane_az .obf:hover,.ombrelle.economie .tt_rubrique_ombrelle,.ombrelle.economie h2 .obf,.ombrelle.economie h2 .obf:hover,.economie .tt_rubrique,.economie .jour_parution,.economie .couleur_rubrique{color:#fe2f2f} @@ -1438,7 +1438,7 @@ label i{display:none;font-style:normal;display:none} #nav.culture,#nav.culture li{border-top:3px solid #C20447} #nav .culture:hover a{border-color:#f20559} #nav.accueil .culture{border-top-color:#f20559} -#nav_ariane.culture .ariane{background:url('/medias/web/img/sprites/sous_nav.png') no-repeat right -140px} +#nav_ariane.culture .ariane{background:url(/medias/web/img/sprites/sous_nav.png) no-repeat right -140px} #nav_ariane.culture .ariane>a{color:#fa9bbd} .culture #ariane_az a:hover,.culture #ariane_az .obf:hover,.ombrelle.culture .tt_rubrique_ombrelle,.ombrelle.culture h2 .obf,.ombrelle.culture h2 .obf:hover,.culture .tt_rubrique,.culture .jour_parution,.culture .couleur_rubrique{color:#f20559} .global.debats{border-top:3px solid #2e3942} @@ -1447,7 +1447,7 @@ label i{display:none;font-style:normal;display:none} #nav .debats:hover{background:#2e3942;border-top-color:#16212C} #nav,#nav li{border-top:3px solid #2e3942} #nav li:hover a{border-color:#2e3942} -#nav_ariane .ariane{background:url('/medias/web/img/sprites/sous_nav.png') no-repeat right -175px} +#nav_ariane .ariane{background:url(/medias/web/img/sprites/sous_nav.png) no-repeat right -175px} #ariane_az a:hover,#ariane_az .obf:hover,.ombrelle .tt_rubrique_ombrelle,.ombrelle h2 .obf,.ombrelle h2 .obf:hover,.tt_rubrique,.jour_parution,.couleur_rubrique{color:#2e3942} .global.education{border-top:3px solid #ff6e17} .global.education .entete_deroule{color:#ff6e17} @@ -1455,7 +1455,7 @@ label i{display:none;font-style:normal;display:none} #nav .education:hover{background:#ff6e17;border-top-color:#16212C} #nav.education,#nav.education li{border-top:3px solid #ff6e17} #nav .education:hover a,#nav.accueil .education{border-color:#ff6e17} -#nav_ariane.education .ariane{background:url('/medias/web/img/sprites/sous_nav.png') no-repeat right -490px} +#nav_ariane.education .ariane{background:url(/medias/web/img/sprites/sous_nav.png) no-repeat right -490px} #nav_ariane.education .ariane>a{color:#f79b6e} .education #ariane_az a:hover,.education #ariane_az .obf:hover,.ombrelle.education .tt_rubrique_ombrelle,.ombrelle.education h2 .obf,.ombrelle.education h2 .obf:hover,.education .tt_rubrique,.education .jour_parution,.education .couleur_rubrique{color:#ff6e17} .education .col_droite .bloc_base .entete.theme{background:#ff6e17;color:#fff;border-top:0} @@ -1467,7 +1467,7 @@ label i{display:none;font-style:normal;display:none} #nav .planete:hover{background:#30932e;border-top-color:#16212C} #nav.planete,#nav.planete li{border-top:3px solid #30932e} #nav .planete:hover a,#nav.accueil .planete{border-color:#30932e} -#nav_ariane.planete .ariane{background:url('/medias/web/img/sprites/sous_nav.png') no-repeat right -420px} +#nav_ariane.planete .ariane{background:url(/medias/web/img/sprites/sous_nav.png) no-repeat right -420px} #nav_ariane.planete .ariane>a{color:#a3c383} .planete #ariane_az a:hover,.planete #ariane_az .obf:hover,.ombrelle.planete .tt_rubrique_ombrelle,.ombrelle.planete h2 .obf,.ombrelle.planete h2 .obf:hover,.planete .tt_rubrique,.planete .jour_parution,.planete .couleur_rubrique{color:#30932e} .global.sante{border-top:3px solid #189494} @@ -1476,7 +1476,7 @@ label i{display:none;font-style:normal;display:none} #nav .sante:hover{background:#189494;border-top-color:#16212C} #nav.sante,#nav.sante li{border-top:3px solid #189494} #nav .sante:hover a,#nav.accueil .sante{border-color:#189494} -#nav_ariane.sante .ariane{background:url('/medias/web/img/sprites/sous_nav.png') no-repeat right -455px} +#nav_ariane.sante .ariane{background:url(/medias/web/img/sprites/sous_nav.png) no-repeat right -455px} #nav_ariane.sante .ariane>a{color:#83bbc3} .sante #ariane_az a:hover,.sante #ariane_az .obf:hover,.ombrelle.sante .tt_rubrique_ombrelle,.ombrelle.sante h2 .obf,.ombrelle.sante h2 .obf:hover,.sante .tt_rubrique,.sante .jour_parution,.sante .couleur_rubrique{color:#189494} .global.sport{border-top:3px solid #6faa12} @@ -1486,7 +1486,7 @@ label i{display:none;font-style:normal;display:none} #nav .sport:hover{background:#6faa12;border-top-color:#59880E} #nav .sport:hover a{border-color:#6faa12} #nav.sport,#nav.sport li,body.sport nav#nav,body.sport nav#nav li{border-top:3px solid #6faa12} -#nav_ariane.sport .ariane{background:url('/medias/web/img/sprites/sous_nav.png') no-repeat right -210px} +#nav_ariane.sport .ariane{background:url(/medias/web/img/sprites/sous_nav.png) no-repeat right -210px} #nav_ariane.sport .ariane>a{color:#b1e264} .sport #ariane_az a:hover,.sport #ariane_az .obf:hover,.ombrelle.sport .tt_rubrique_ombrelle,.ombrelle.sport h2 .obf,.ombrelle.sport h2 .obf:hover,.sport .tt_rubrique,.sport .jour_parution,.sport .couleur_rubrique{color:#6faa12} .global.sciences{border-top:3px solid #0cb4ae} @@ -1496,7 +1496,7 @@ label i{display:none;font-style:normal;display:none} #nav .sciences:hover{background:#0cb4ae;border-top-color:#0A908B} #nav .sciences:hover a{border-color:#0cb4ae} #nav.sciences,#nav.sciences li{border-top:3px solid #0cb4ae} -#nav_ariane.sciences .ariane{background:url('/medias/web/img/sprites/sous_nav.png') no-repeat right -245px} +#nav_ariane.sciences .ariane{background:url(/medias/web/img/sprites/sous_nav.png) no-repeat right -245px} #nav_ariane.sciences .ariane>a{color:#9ee1df} .sciences #ariane_az a:hover,.sciences #ariane_az .obf:hover,.ombrelle.sciences .tt_rubrique_ombrelle,.ombrelle.sciences h2 .obf,.ombrelle.sciences h2 .obf:hover,.sciences .tt_rubrique,.sciences .jour_parution,.sicences .couleur_rubrique{color:#0cb4ae} .global.techno{border-top:3px solid #006169} @@ -1506,7 +1506,7 @@ label i{display:none;font-style:normal;display:none} #nav .techno:hover{background:#006169;border-top-color:#004E54} #nav .techno:hover a{border-color:#006169} #nav.techno,#nav.techno li{border-top:3px solid #006169} -#nav_ariane.techno .ariane{background:url('/medias/web/img/sprites/sous_nav.png') no-repeat right -280px} +#nav_ariane.techno .ariane{background:url(/medias/web/img/sprites/sous_nav.png) no-repeat right -280px} #nav_ariane.techno .ariane>a{color:#89c1c6} .techno #ariane_az a:hover,.techno #ariane_az .obf:hover,.ombrelle.techno .tt_rubrique_ombrelle,.ombrelle.techno h2 .obf,.ombrelle.techno h2 .obf:hover,.techno .tt_rubrique,.techno .jour_parution,.techno .couleur_rubrique{color:#006169} .global.style{border-top:3px solid #020818} @@ -1516,7 +1516,7 @@ label i{display:none;font-style:normal;display:none} #nav .style:hover{background:#020818;border-top-color:#050F31} #nav .style:hover a{border-color:#020818} #nav.style,#nav.style li{border-top:3px solid #020818} -#nav_ariane.style .ariane{background:url('/medias/web/img/sprites/sous_nav.png') no-repeat right -315px} +#nav_ariane.style .ariane{background:url(/medias/web/img/sprites/sous_nav.png) no-repeat right -315px} #nav_ariane.style .ariane>a{color:#6a718b} .ombrelle.style .tt_rubrique_ombrelle,.ombrelle.style h2 .obf,.ombrelle.style h2 .obf:hover,.style .tt_rubrique,.style .jour_parution,.style .couleur_rubrique{color:#020818} .style #ariane_az a:hover,.style #ariane_az .obf:hover{color:#3a4971} @@ -1527,7 +1527,7 @@ label i{display:none;font-style:normal;display:none} #nav .vous:hover{background:#820250;border-top-color:#680240} #nav .vous:hover a{border-color:#820250} #nav.vous,#nav.vous li{border-top:3px solid #820250} -#nav_ariane.vous .ariane{background:url('/medias/web/img/sprites/sous_nav.png') no-repeat right -350px} +#nav_ariane.vous .ariane{background:url(/medias/web/img/sprites/sous_nav.png) no-repeat right -350px} #nav_ariane.vous .ariane>a{color:#fa9bbd} .vous #ariane_az a:hover,.vous #ariane_az .obf:hover,.ombrelle.vous .tt_rubrique_ombrelle,.ombrelle.vous h2 .obf,.ombrelle.vous h2 .obf:hover,.vous .tt_rubrique,.vous .jour_parution,.vous .couleur_rubrique{color:#820250} .bg_abo{background:#ffd500} @@ -1539,32 +1539,32 @@ label i{display:none;font-style:normal;display:none} #nav .abonnes:hover a{border-color:#ffd500} #nav.abonnes,#nav.abonnes li{border-top:3px solid #ffd500} #nav .abonnes{float:none;overflow:hidden} -#nav_ariane.abonnes .ariane{background:url('/medias/web/img/sprites/sous_nav.png') no-repeat right -525px} +#nav_ariane.abonnes .ariane{background:url(/medias/web/img/sprites/sous_nav.png) no-repeat right -525px} #nav_ariane.abonnes .ariane>a{color:#ca0} .vous #ariane_az a:hover,.vous #ariane_az .obf:hover,.ombrelle.vous .tt_rubrique_ombrelle,.ombrelle.vous h2 .obf,.ombrelle.vous h2 .obf:hover,.vous .tt_rubrique,.vous .jour_parution{color:#820250} .abonnes #ariane_az a:hover,.abonnes #ariane_az .obf:hover,.ombrelle.abonnes .tt_rubrique_ombrelle,.ombrelle.abonnes h2 .obf,.ombrelle.abonnes h2 .obf:hover,.abonnes .tt_rubrique,.abonnes .jour_parution,.abonnes .couleur_rubrique{color:#ffd500} #ariane_az .ariane a:hover,#ariane_az .ariane .obf:hover,#nav_ariane .ariane.actif a,#nav_ariane .ariane.actif span{color:#fff} .global.presidentielle{border-top:0} -.global.presidentielle .entete_deroule,.global.presidentielle .entete_deroule:hover{background:url('/medias/web/img/textes/elections/bandeau_deroule_presidentielles2012.png') no-repeat;text-indent:-9999px} +.global.presidentielle .entete_deroule,.global.presidentielle .entete_deroule:hover{background:url(/medias/web/img/textes/elections/bandeau_deroule_presidentielles2012.png) no-repeat;text-indent:-9999px} .global.presidentielle .entete_deroule:hover{background-position:0 -33px} .titre_bulle_2012{color:#d50303} -.bulle_2012_39x27{display:inline-block;width:39px;height:27px;background:url('/medias/web/img/textes/elections/bulle_2012_39x27.png')} -.bulle_2012_73x51{display:inline-block;width:73px;height:51px;margin-left:4px;text-indent:-9999px;vertical-align:bottom;background:url('/medias/web/img/textes/elections/bulle_2012_73x51.png')} -.deroule_fleuve .logo_annee_france{height:76px;padding:10px 0 0 115px;background:url('/medias/web/img/habillage/logo_annee_france.png') no-repeat left top} -.deroule_fleuve .carte_annee_france{padding-right:204px;height:226px;margin-bottom:15px;background:url('/medias/web/img/habillage/carte_annee_france.jpg') no-repeat right top} +.bulle_2012_39x27{display:inline-block;width:39px;height:27px;background:url(/medias/web/img/textes/elections/bulle_2012_39x27.png)} +.bulle_2012_73x51{display:inline-block;width:73px;height:51px;margin-left:4px;text-indent:-9999px;vertical-align:bottom;background:url(/medias/web/img/textes/elections/bulle_2012_73x51.png)} +.deroule_fleuve .logo_annee_france{height:76px;padding:10px 0 0 115px;background:url(/medias/web/img/habillage/logo_annee_france.png) no-repeat left top} +.deroule_fleuve .carte_annee_france{padding-right:204px;height:226px;margin-bottom:15px;background:url(/medias/web/img/habillage/carte_annee_france.jpg) no-repeat right top} .deroule_fleuve .carte_annee_france a{display:block;font-size:11px;font-weight:700;line-height:.96rem;margin-bottom:1.7rem;margin-left:4px} -.col_droite .alerte_election{display:block;width:312px;height:48px;background:url('/medias/web/img/textes/elections/tetiere-bloc-formulaire-alerte.png');text-indent:-9999px} +.col_droite .alerte_election{display:block;width:312px;height:48px;background:url(/medias/web/img/textes/elections/tetiere-bloc-formulaire-alerte.png);text-indent:-9999px} .col_droite .erreur{display:block;width:292px} .col_droite .inscription_alerte_election .saisie{width:272px} #alerte_election_coldroite .conteneur_autocompletion{width:272px} #alerte_election_coldroite .contenu_bloc_droit{overflow:visible} -.boite_recherche{background:#f8f9fb url('/medias/web/img/evenementiel/presidentielle_2012/bg_recherche_elections.png') center 0 no-repeat;overflow:visible;padding:16px 16px 10px;color:#fff} +.boite_recherche{background:#f8f9fb url(/medias/web/img/evenementiel/presidentielle_2012/bg_recherche_elections.png) center 0 no-repeat;overflow:visible;padding:16px 16px 10px;color:#fff} .boite_recherche .bord_double_gris_blanc{margin:0 4px;display:inline-block;line-height:20px;font-weight:700} .bord_top3_politique .boite_recherche input:first-child{width:265px} .boite_recherche .bord_double_gris_blanc span{padding:0 3px} .bord_top3_politique select{width:175px} .boite_recherche .conteneur_autocompletion .ui-state-hover{font-weight:700} -.boite_recherche .txt15_120{background:url('/medias/web/img/textes/elections/bulle_2012_39x27_bg_fonce.png') no-repeat;padding-left:50px;height:30px;line-height:26px} +.boite_recherche .txt15_120{background:url(/medias/web/img/textes/elections/bulle_2012_39x27_bg_fonce.png) no-repeat;padding-left:50px;height:30px;line-height:26px} .boite_recherche strong{display:inline-block} .une_edito .boite_recherche>p,.boite_inline .boite_recherche>p{display:inline} .une_edito .grid_12 .boite_recherche>p{display:block;margin:5px 0 0} @@ -1585,10 +1585,10 @@ label i{display:none;font-style:normal;display:none} .reception_alertes_resultats .conteneur_autocompletion{width:282px} label.comparer{clear:both;display:inline-block;padding:3px 16px;background:#f1f5f8;font-weight:700} label.comparer input{margin-right:8px} -.lien_img314x64.comparer_sondages{background:url('/medias/web/img/textes/elections/widget_comparer_sondages.png');text-indent:-9999px} -.lien_img314x64.comparer_programmes{background:url('/medias/web/img/textes/elections/widget_comparateur2nd_tour.png');text-indent:-9999px} -.lien_img314x64.inscription_alerte{background:url('/medias/web/img/textes/elections/widget_inscription_alerte.jpg');text-indent:-9999px} -.lien_img314x64.explorer_discours_2012{background:url('/medias/web/img/textes/elections/widget_explorer_discours_2012.png');text-indent:-9999px} +.lien_img314x64.comparer_sondages{background:url(/medias/web/img/textes/elections/widget_comparer_sondages.png);text-indent:-9999px} +.lien_img314x64.comparer_programmes{background:url(/medias/web/img/textes/elections/widget_comparateur2nd_tour.png);text-indent:-9999px} +.lien_img314x64.inscription_alerte{background:url(/medias/web/img/textes/elections/widget_inscription_alerte.jpg);text-indent:-9999px} +.lien_img314x64.explorer_discours_2012{background:url(/medias/web/img/textes/elections/widget_explorer_discours_2012.png);text-indent:-9999px} *{margin:0;padding:0} img, form{border:0} @@ -1651,7 +1651,7 @@ img.spacer{width:1px;height:1px} #header-liberation .header-base .sites-info-search ul.sites{display:block;height:40px} #header-liberation .header-base .sites-info-search ul.sites li{position:relative;display:block;float:left;height:40px;box-shadow:9px 0 10px -11px #6c6c6c;-moz-box-shadow:9px 0 10px -11px #6c6c6c;-webkit-box-shadow:9px 0 10px -11px #6c6c6c} #header-liberation .header-base .sites-info-search ul.sites li a{display:block;width:100%;height:100%} -#header-liberation .header-base .sites-info-search ul.sites li span.logo{display:block;position:absolute;background-image:url('http://s0.libe.com/libe/img/common/_sprites_header/header.png?df8de01457fa');background-repeat:no-repeat} +#header-liberation .header-base .sites-info-search ul.sites li span.logo{display:block;position:absolute;background-image:url(http://s0.libe.com/libe/img/common/_sprites_header/header.png?df8de01457fa);background-repeat:no-repeat} #header-liberation .header-base .sites-info-search ul.sites li.libe{width:75px} #header-liberation .header-base .sites-info-search ul.sites li.libe span.logo{top:9px;left:9px;width:56px;height:21px;background-position:-190px 0} #header-liberation .header-base .sites-info-search ul.sites li.next{width:75px} @@ -1666,7 +1666,7 @@ img.spacer{width:1px;height:1px} #header-liberation .header-base .sites-info-search .info span{display:block;color:#808080;font-size:11.2px;font-family:Arial,Verdana,sans-serif;padding-top:9px} #header-liberation .header-base .sites-info-search .search{display:block;width:278px;height:22px;border:1px solid #808080} #header-liberation .header-base .sites-info-search .search input[type=text]{border:0;color:#808080;height:22px;width:220px;padding:0 5px} -#header-liberation .header-base .sites-info-search .search input[type=submit]{background:url('http://s0.libe.com/libe/img/common/_sprites_header/header.png?df8de01457fa') no-repeat 0 -32px;display:block;float:right;width:29px;height:22px;border:0} +#header-liberation .header-base .sites-info-search .search input[type=submit]{background:url(http://s0.libe.com/libe/img/common/_sprites_header/header.png?df8de01457fa) no-repeat 0 -32px;display:block;float:right;width:29px;height:22px;border:0} #header-liberation .header-base .links h2{font-weight:400;text-transform:uppercase;font-size:11px;height:16px} #header-liberation .header-base .links ul li{font-family:Arial,Verdana,sans-serif;font-size:11.5px} #header-liberation .header-base .links ul li a{color:#808080} @@ -1831,13 +1831,13 @@ body.iframe{padding-top:0} .ad-bottom .megaban{padding:7px 0} .ad-google .googleBanner .annonce{margin:0 0 7px 0;padding:7px;font-size:12px;border:1px solid} .ad-google .googleBanner .annonce:last-of-type{margin-bottom:0} -.lnk-libeplus{background-image:url('http://s0.libe.com/libe/img/common/ico-lnk-libeplus.png?2967b1507eee');background-repeat:no-repeat;background-position:right 4px;padding-right:20px} -.lnk-libeplus-big{background-image:url('http://s0.libe.com/libe/img/common/ico-lnk-libeplus-big.png?401394d0f866');background-repeat:no-repeat;background-position:right 4px;padding-right:30px} +.lnk-libeplus{background-image:url(http://s0.libe.com/libe/img/common/ico-lnk-libeplus.png?2967b1507eee);background-repeat:no-repeat;background-position:right 4px;padding-right:20px} +.lnk-libeplus-big{background-image:url(http://s0.libe.com/libe/img/common/ico-lnk-libeplus-big.png?401394d0f866);background-repeat:no-repeat;background-position:right 4px;padding-right:30px} .site-liberation #header-liberation h2, .site-liberation #header-liberation h1{font-family:Verdana,Arial,Helvetica,sans-serif} .site-liberation .hot-topics{display:block;clear:both;margin:14px 10px 0;padding:14px 0;font-size:11px} .site-liberation .hot-topics h1{border-right:1px dotted;float:left;margin:0 0 0 21px;padding:0 21px 0 0;text-transform:uppercase;font-size:20px} -.site-liberation .hot-topics h5{float:left;margin:0 0 0 21px;padding:5px 21px 5px 0;background:url('http://s0.libe.com/libe/img/common/bg-puce-losange.png?099dfb8021ab') no-repeat center right;text-transform:uppercase;font-size:12px} +.site-liberation .hot-topics h5{float:left;margin:0 0 0 21px;padding:5px 21px 5px 0;background:url(http://s0.libe.com/libe/img/common/bg-puce-losange.png?099dfb8021ab) no-repeat center right;text-transform:uppercase;font-size:12px} .site-liberation .hot-topics ul{float:left;margin:-1px 0 0 7px} .site-liberation .hot-topics li{display:block;float:left;padding:3px 7px 5px;margin:3px 10px 3px 0} #header-liberation .header-base{border-top:1px solid #e0e0e0} @@ -1845,7 +1845,7 @@ body.iframe{padding-top:0} #header-liberation .header-base .sites-info-search, #header-liberation .header-base .links, #header-liberation .header-base .digitalpaper{height:120px} -#header-liberation .header-base .home .logo{background:url('http://s0.libe.com/libe/img/common/logo-liberation-150.png?f613aa3caae2') no-repeat 0 0;width:150px;height:55px;margin-top:33px} +#header-liberation .header-base .home .logo{background:url(http://s0.libe.com/libe/img/common/logo-liberation-150.png?f613aa3caae2) no-repeat 0 0;width:150px;height:55px;margin-top:33px} #header-liberation .header-base .links{display:block;width:280px;height:110px;padding-top:10px} #header-liberation .header-base .links .lnk1, #header-liberation .header-base .links .lnk2{float:left} @@ -2104,8 +2104,8 @@ body.auth-unlogged #core-liberation .form-monlibe-unlogged form{opacity:.3;-ms-f .col-part .block .follow-libe .twitter p{padding:0 5px 0 10px} .col-part .block .follow-libe .nv-rss a.nv, .col-part .block .follow-libe .nv-rss a.rss{display:inline-block;height:18px;padding:2px 0 0 23px} -.col-part .block .follow-libe .nv-rss a.rss{background:url('http://s0.libe.com/libe/img/common/ico-rss.jpg?e5d7b4c9c034') no-repeat 0 1px} -.col-part .block .follow-libe .nv-rss a.nv{background:url('http://s0.libe.com/libe/img/common/ico-netvibes.jpg?f74e57884286') no-repeat 0 1px;padding-right:3px} +.col-part .block .follow-libe .nv-rss a.rss{background:url(http://s0.libe.com/libe/img/common/ico-rss.jpg?e5d7b4c9c034) no-repeat 0 1px} +.col-part .block .follow-libe .nv-rss a.nv{background:url(http://s0.libe.com/libe/img/common/ico-netvibes.jpg?f74e57884286) no-repeat 0 1px;padding-right:3px} .col-part .block .follow-libe img.clear{display:block;margin-top:5px} .col-part .block .follow-libe img.visual{margin-top:7px} .block-basic-rounded{margin-bottom:20px} @@ -2171,11 +2171,11 @@ body.auth-unlogged #core-liberation .form-monlibe-unlogged form{opacity:.3;-ms-f #core-liberation .block-comments .comment_level_0>.comment_outer{margin-left:-1px;border:1px solid;border-top:0} #core-liberation .block-comments .block-content .detail_comment{border-top:1px solid;margin-top:-1px} #core-liberation .block-comments .block-content .detail_comment>.comment_outer{margin-left:-1px;border:1px solid;border-top:0} -#core-liberation .block-comments .block-content .comment_selected>.comment_outer .icon{position:absolute;right:0;top:0;display:block;width:28px;height:25px;background:url('http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49') no-repeat -59px -36px} +#core-liberation .block-comments .block-content .comment_selected>.comment_outer .icon{position:absolute;right:0;top:0;display:block;width:28px;height:25px;background:url(http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49) no-repeat -59px -36px} #core-liberation .block-comments .block-content .comment_selected>.comment_outer .meta .who, #core-liberation .block-comments .block-content .comment_selected>.comment_outer .meta .details, #core-liberation .block-comments .block-content .comment_selected>.comment_outer .meta .note{padding-right:35px} -#core-liberation .block-comments .block-content .comment_draft>.comment_outer{background-image:url('http://s0.libe.com/libe/img/common/bg-comment-draft.png?4158f727c626')} +#core-liberation .block-comments .block-content .comment_draft>.comment_outer{background-image:url(http://s0.libe.com/libe/img/common/bg-comment-draft.png?4158f727c626)} #core-liberation .block-comments .block-content .comment_collapsed>.comment_content>*, #core-liberation .block-comments .block-content .comment_collapsed>.visual{display:none} #core-liberation .block-comments .block-content .comment_expanded>.comment_content>*, @@ -2195,24 +2195,24 @@ body.auth-unlogged #core-liberation .form-monlibe-unlogged form{opacity:.3;-ms-f #core-liberation .block-comments .block-content .comment_reply_links{padding:14px 0 0 0;height:30px} #core-liberation .block-comments .block-content .comment_reply_links .comment_flag, #core-liberation .block-comments .block-content .comment_reply_links .comment_post_new{display:none;float:right;margin-right:10px;padding-top:5px} -#core-liberation .block-comments .block-content .comment_reply_links .comment_flag .icon{position:static;display:block;width:13px;height:12px;float:left;background-image:url('http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49');background-repeat:no-repeat;background-position:-33px -2px;margin:3px 6px 0 0} +#core-liberation .block-comments .block-content .comment_reply_links .comment_flag .icon{position:static;display:block;width:13px;height:12px;float:left;background-image:url(http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49);background-repeat:no-repeat;background-position:-33px -2px;margin:3px 6px 0 0} #core-liberation .block-comments .block-content .comment_reply_links .comment_flag:hover .icon{background-position:-33px -18px} #core-liberation .block-comments .block-content .comment_reply_links .comment_flag:hover{text-decoration:none} #core-liberation .block-comments .block-content .comment_reply_links .comment_reply{display:none;float:right;padding:5px 10px 7px;border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px} #core-liberation .block-comments .block-content .comment_reply_links .comment_reply:hover{text-decoration:none} -#core-liberation .block-comments .block-content .comment_libe>.comment_outer .meta .icon{position:absolute;right:0;top:0;display:block;width:36px;height:13px;background:url('http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49') no-repeat 0 -84px} +#core-liberation .block-comments .block-content .comment_libe>.comment_outer .meta .icon{position:absolute;right:0;top:0;display:block;width:36px;height:13px;background:url(http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49) no-repeat 0 -84px} #core-liberation .block-comments .block-content .comment_libe>.comment_outer .meta .who, #core-liberation .block-comments .block-content .comment_libe>.comment_outer .meta .details, #core-liberation .block-comments .block-content .comment_libe>.comment_outer .meta .note{padding-right:41px} #core-liberation .block-comments .block-content .is_removed>.comment_outer{padding:3px 8px 5px} -#core-liberation .block-comments .block-content .is_removed>.comment_outer .icon{float:left;display:block;width:12px;height:11px;margin:3px 8px 0 0;background:url('http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49') no-repeat 0 0} +#core-liberation .block-comments .block-content .is_removed>.comment_outer .icon{float:left;display:block;width:12px;height:11px;margin:3px 8px 0 0;background:url(http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49) no-repeat 0 0} #core-liberation .block-comments .comment_replies{padding:10px;display:none;border-bottom:1px solid} #core-liberation .block-comments .comment_cutoff{display:block} #core-liberation .block-usercomments .comment_replies{display:block} #core-liberation .block-usercomments .noreplies{display:none} #core-liberation .block-comments .headrest-community h3 a:hover{text-decoration:none} #core-liberation .block-comments .headrest-community a.folded:after, -#core-liberation .block-comments .headrest-community a.unfolded:after{display:inline-block;content:'';background-image:url('http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49');background-repeat:no-repeat} +#core-liberation .block-comments .headrest-community a.unfolded:after{display:inline-block;content:'';background-image:url(http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49);background-repeat:no-repeat} #core-liberation .block-comments .headrest-community a.folded:after{background-position:-85px -69px;margin:0 0 2px 7px;width:6px;height:8px} #core-liberation .block-comments .headrest-community a.unfolded:after{background-position:-76px -69px;margin:0 0 2px 7px;width:8px;height:7px} lnk-back .comment_god_actions{float:left;display:none;padding:10px 10px 0 0} @@ -2232,18 +2232,18 @@ a.god:hover{background:#3c3c3c;color:#fff;text-decoration:none} #bar-liberation .other .god a{padding:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box} #bar-liberation .other .god a:hover{background-color:#ff0;color:#000} #bar-liberation .god .godenabled a{background:#3c3c3c;color:#fff} -#bar-liberation .god a.godenter{background:url('http://s0.libe.com/libe/img/common/icon_godenter.png?9ffa63824b5c') no-repeat center center #fff} -#bar-liberation .god a.godquit{background:url('http://s0.libe.com/libe/img/common/icon_godquit.png?a59104f30cfb') no-repeat center center #000} -#bar-liberation .god a.godquit:hover{background:url('http://s0.libe.com/libe/img/common/icon_godenter.png?9ffa63824b5c') no-repeat center center yellow} -#bar-liberation .god a.jumptoadmin{background:url('http://s0.libe.com/back/img/icon_home.png?c1de55b52ccc') no-repeat center center #fff} -#bar-liberation .god a.jumptoedit{background:url('http://s0.libe.com/back/img/icon_changelink.png?4a31d309d5db') no-repeat center center #fff} +#bar-liberation .god a.godenter{background:url(http://s0.libe.com/libe/img/common/icon_godenter.png?9ffa63824b5c) no-repeat center center #fff} +#bar-liberation .god a.godquit{background:url(http://s0.libe.com/libe/img/common/icon_godquit.png?a59104f30cfb) no-repeat center center #000} +#bar-liberation .god a.godquit:hover{background:url(http://s0.libe.com/libe/img/common/icon_godenter.png?9ffa63824b5c) no-repeat center center yellow} +#bar-liberation .god a.jumptoadmin{background:url(http://s0.libe.com/back/img/icon_home.png?c1de55b52ccc) no-repeat center center #fff} +#bar-liberation .god a.jumptoedit{background:url(http://s0.libe.com/back/img/icon_changelink.png?4a31d309d5db) no-repeat center center #fff} #mainContent .god{font-size:10px;padding:6px;border-radius:2px;-moz-border-radius:4px;-webkit-border-radius:4px} #core-liberation .block-partnership .block-content img.visual{display:block;float:left;width:140px;margin-top:4px;margin-bottom:10px} #core-liberation .block-partnership .block-content h4{font-family:Verdana,sans-serif;font-size:12px;font-weight:700;margin:0 0 11px 150px} #core-liberation .block-partnership .block-content p{margin:0 0 10px 154px} #core-liberation .block-partnership .block-content ul{clear:both;margin:10px 0 0} #core-liberation .block-partnership .block-content ul li a, -#core-liberation .block-partnership .block-content a.arrow{background:url('http://s0.libe.com/libe/img/common/ico-lnk-arrow-red.gif?feba6ff926a7') no-repeat 0 4px;padding-left:15px} +#core-liberation .block-partnership .block-content a.arrow{background:url(http://s0.libe.com/libe/img/common/ico-lnk-arrow-red.gif?feba6ff926a7) no-repeat 0 4px;padding-left:15px} #core-liberation .block-pager-labo{padding:14px} #core-liberation .block-pager-labo .block-top, #core-liberation .block-pager-labo .block-content{margin-bottom:14px} @@ -2260,7 +2260,7 @@ a.god:hover{background:#3c3c3c;color:#fff;text-decoration:none} #core-liberation .col .block-pager-labo .list li:first-child, #core-liberation .col .block-pager-labo .list li.new-line{margin-left:0} #core-liberation .block-podcast .block-content p.note{font-size:10px} -#core-liberation .block-podcast .block-content p.logo-pc{background:url('http://s0.libe.com/libe/img/common/bg-podcast.png?bc9501afa40e') no-repeat left center;padding:0 0 0 85px} +#core-liberation .block-podcast .block-content p.logo-pc{background:url(http://s0.libe.com/libe/img/common/bg-podcast.png?bc9501afa40e) no-repeat left center;padding:0 0 0 85px} #core-liberation .block-podcast .block-content p{margin-bottom:10px} #core-liberation .block-podcast .block-content .lnk-podcast p{font-size:12px;margin-bottom:5px;text-align:right;text-decoration:underline;font-weight:700} #core-liberation .block-podcast .block-content .lnk-podcast ul{display:block;height:20px} @@ -2308,7 +2308,7 @@ a.god:hover{background:#3c3c3c;color:#fff;text-decoration:none} #core-liberation .block-np .from ul li img.visual{display:block;height:148px;border:1px solid} .w11unit .block-np .from .btn-read-digitalpaper a, .w11unit .block-np .from .btn-read-digitalpaper span{display:table-cell;vertical-align:middle;width:214px;height:32px} -.col-contextual .block-subscribe-newsletter .visual{display:block;float:left;margin:3px 14px 14px 0;background:url('http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49') no-repeat -144px -36px;width:56px;height:37px} +.col-contextual .block-subscribe-newsletter .visual{display:block;float:left;margin:3px 14px 14px 0;background:url(http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49) no-repeat -144px -36px;width:56px;height:37px} .col-contextual .block-subscribe-newsletter p{margin:0 0 14px 74px} .col-contextual .block-subscribe-newsletter p strong{display:inline-block;margin-bottom:7px} .col-contextual .block-subscribe-newsletter input[type=submit]{float:right} @@ -2318,7 +2318,7 @@ a.god:hover{background:#3c3c3c;color:#fff;text-decoration:none} #core-liberation .col-contextual .block-promo .block-content p{margin:0 0 10px 154px} #core-liberation .col-contextual .block-promo .block-content ul{clear:both;margin:10px 0 0} #core-liberation .col-contextual .block-promo .block-content ul li a, -#core-liberation .col-contextual .block-promo .block-content a.arrow{background:url('http://s0.libe.com/libe/img/common/ico-lnk-arrow-red.gif?feba6ff926a7') no-repeat 0 4px;padding-left:15px} +#core-liberation .col-contextual .block-promo .block-content a.arrow{background:url(http://s0.libe.com/libe/img/common/ico-lnk-arrow-red.gif?feba6ff926a7) no-repeat 0 4px;padding-left:15px} #core-liberation .block-all-forums .headrest{margin:0 0 7px;border-bottom:1px solid} #core-liberation .block-all-forums .headrest h5{border-bottom:0;text-transform:none;padding:0 0 7px} #core-liberation .block-all-forums .headrest .community-bubble{float:left;margin:4px 10px 0 0} @@ -2352,14 +2352,14 @@ a.god:hover{background:#3c3c3c;color:#fff;text-decoration:none} #core-liberation .block-all-blogs .block-content .list li{clear:none} #core-liberation .block-all-blogs .block-content .list li.new-line{clear:both} #core-liberation .block-all-blogs .block-content .list .blog h5 .icon{display:none} -#core-liberation .block-all-blogs .block-content .list .blog-libe h5 .icon{display:block;position:absolute;background:url('http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49') no-repeat -38px -84px;width:20px;height:7px;margin-top:4px;top:7px;right:7px} +#core-liberation .block-all-blogs .block-content .list .blog-libe h5 .icon{display:block;position:absolute;background:url(http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49) no-repeat -38px -84px;width:20px;height:7px;margin-top:4px;top:7px;right:7px} #core-liberation .block-all-blogs .block-content .list .blog-libe{padding-top:3px} #core-liberation .block-all-blogs .block-content .list .blog-libe h5{position:relative;display:block;padding:7px 40px 7px 7px} #core-liberation .block-all-blogs .block-content .list .blog-libe img.visual{margin-top:0} #core-liberation .block-search-head form input[type=submit], -#core-liberation .block-search-results form input[type=submit]{background-image:url('http://s0.libe.com/libe/img/common/bg-search-formsubmit.png?96b143873213');background-repeat:repeat-x;background-position:0 0;border-style:solid;border-width:1px;padding:1px 3px 3px;height:22px} -#core-liberation .block-search-head form input[type=submit]:hover{background-image:url('http://s0.libe.com/libe/img/common/bg-search-formsubmit-on.png?21388ca68b89')} -#core-liberation .block-search-results form input[type=submit]:active{background-image:url('http://s0.libe.com/libe/img/common/bg-search-formsubmit-active.png?16bd2d8fbc96')} +#core-liberation .block-search-results form input[type=submit]{background-image:url(http://s0.libe.com/libe/img/common/bg-search-formsubmit.png?96b143873213);background-repeat:repeat-x;background-position:0 0;border-style:solid;border-width:1px;padding:1px 3px 3px;height:22px} +#core-liberation .block-search-head form input[type=submit]:hover{background-image:url(http://s0.libe.com/libe/img/common/bg-search-formsubmit-on.png?21388ca68b89)} +#core-liberation .block-search-results form input[type=submit]:active{background-image:url(http://s0.libe.com/libe/img/common/bg-search-formsubmit-active.png?16bd2d8fbc96)} #core-liberation .block-search-head .pagination{border-top:0} #core-liberation .block-search-results .pagination{border-bottom:0} #core-liberation .block-search-head .pagination a, @@ -2377,8 +2377,8 @@ a.god:hover{background:#3c3c3c;color:#fff;text-decoration:none} #core-liberation .block-search-head .basic p{float:left;padding:0} #core-liberation .block-search-head .advanced{clear:both;margin-bottom:21px;border-top:1px dotted} #core-liberation .block-search-head .advanced .note{display:block;position:relative;border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px} -#core-liberation .block-search-head .advanced .note a.displayer{display:block;padding:5px 16px 7px 0;float:right;font-weight:700;background-image:url('http://s0.libe.com/libe/img/common/bg-search-down.png?b74f495d5e6b');background-repeat:no-repeat;background-position:right 10px;margin-right:14px} -#core-liberation .block-search-head .displayed .note a.displayer{background-image:url('http://s0.libe.com/libe/img/common/bg-search-up.png?6f25843d1bc2')} +#core-liberation .block-search-head .advanced .note a.displayer{display:block;padding:5px 16px 7px 0;float:right;font-weight:700;background-image:url(http://s0.libe.com/libe/img/common/bg-search-down.png?b74f495d5e6b);background-repeat:no-repeat;background-position:right 10px;margin-right:14px} +#core-liberation .block-search-head .displayed .note a.displayer{background-image:url(http://s0.libe.com/libe/img/common/bg-search-up.png?6f25843d1bc2)} #core-liberation .block-search-head .advanced .note .links{display:block;padding:5px 0 0 14px} #core-liberation .block-search-head .advanced .searchform{height:0;overflow:hidden} #core-liberation .block-search-head .advanced .searchform select{font-size:10px} @@ -2441,7 +2441,7 @@ a.god:hover{background:#3c3c3c;color:#fff;text-decoration:none} #core-liberation .headrest h5{border-bottom:1px solid;text-transform:uppercase;padding:7px 0} #core-liberation .headrest h4{margin-bottom:7px;font-weight:700} #core-liberation .headrest .links-inline{padding-left:30px;font-size:10px;font-weight:400;text-transform:none} -#core-liberation .headrest .folder{background:url('http://s0.libe.com/libe/img/common/bg-headrest-triangle.png?589ad9ce9011') no-repeat right center} +#core-liberation .headrest .folder{background:url(http://s0.libe.com/libe/img/common/bg-headrest-triangle.png?589ad9ce9011) no-repeat right center} #core-liberation .headrest .folder img.visual{display:block;float:left;margin-right:14px} #core-liberation .headrest .folder h5{border-bottom:0;padding:5px 5px 7px} #core-liberation .headrest .folder h2{margin-left:14px;padding-top:3px;font-weight:400} @@ -2468,7 +2468,7 @@ a.god:hover{background:#3c3c3c;color:#fff;text-decoration:none} #core-liberation .cartridge .btn-back span{display:block;padding:6px 7px 0;font-weight:700} #core-liberation .cartridge a.btn-comment:hover, #core-liberation .cartridge a.btn-back:hover{text-decoration:none} -#core-liberation .cartridge a.btn-comment-disabled{background:transparent url('http://s0.libe.com/libe/img/common/bg-btn-comment.png?593ec6d1f747')} +#core-liberation .cartridge a.btn-comment-disabled{background:transparent url(http://s0.libe.com/libe/img/common/bg-btn-comment.png?593ec6d1f747)} #core-liberation .cartridge a.btn-comment-disabled:hover{cursor:default} #core-liberation .cartridge .options-tab{position:relative} #core-liberation .cartridge .options-tab-content{display:none;position:absolute;padding:5px 9px 8px;border:1px solid;width:180px;text-align:right;right:8px;font-size:11px;z-index:100} @@ -2532,22 +2532,22 @@ form .btn-rounded-degraded input[type=button]:focus, form .btn-rounded-degraded input[type=submit]:focus{text-decoration:none} .btn-read-digitalpaper{display:block;border:1px solid;border-radius:3px 3px 3px 3px;-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;padding:5px 7px 7px} .btn-read-digitalpaper span, -.btn-read-digitalpaper a{display:block;min-height:32px;background:url('http://s0.libe.com/libe/img/common/reader_picto.png?8fdcc4850538') no-repeat right top;padding-right:50px;font-size:12px} +.btn-read-digitalpaper a{display:block;min-height:32px;background:url(http://s0.libe.com/libe/img/common/reader_picto.png?8fdcc4850538) no-repeat right top;padding-right:50px;font-size:12px} #core-liberation .pagination{float:none;margin-bottom:14px;margin-top:21px;border-top:1px dotted;border-bottom:1px dotted;padding-top:3px;text-align:center} -#core-liberation .pagination .first{float:left;background-image:url('http://s0.libe.com/libe/img/common/bg-search-pagination-first.png?71b3279ad5d6');background-repeat:no-repeat;background-position:0 5px;margin-left:10px;padding-left:20px} -#core-liberation .pagination .prev{float:left;background-image:url('http://s0.libe.com/libe/img/common/bg-search-pagination-prev.png?0ae4b5772718');background-repeat:no-repeat;background-position:0 6px;margin-left:10px;padding-left:15px} -#core-liberation .pagination .next{float:right;background-image:url('http://s0.libe.com/libe/img/common/bg-search-pagination-next.png?363861606f55');background-repeat:no-repeat;background-position:right 6px;margin-right:10px;padding-right:15px} +#core-liberation .pagination .first{float:left;background-image:url(http://s0.libe.com/libe/img/common/bg-search-pagination-first.png?71b3279ad5d6);background-repeat:no-repeat;background-position:0 5px;margin-left:10px;padding-left:20px} +#core-liberation .pagination .prev{float:left;background-image:url(http://s0.libe.com/libe/img/common/bg-search-pagination-prev.png?0ae4b5772718);background-repeat:no-repeat;background-position:0 6px;margin-left:10px;padding-left:15px} +#core-liberation .pagination .next{float:right;background-image:url(http://s0.libe.com/libe/img/common/bg-search-pagination-next.png?363861606f55);background-repeat:no-repeat;background-position:right 6px;margin-right:10px;padding-right:15px} #core-liberation .pagination .page{display:inline;float:none;height:auto;padding:0 5px} #core-liberation .block .pager ul{float:left} #core-liberation .block .pager ul li{float:left;display:block;margin-right:5px} -#core-liberation .block .pager ul.circle li a{display:block;width:8px;height:7px;background-image:url('http://s0.libe.com/libe/img/common/btn-circle-off.gif?36d3bb5f1d80');background-repeat:no-repeat} -#core-liberation .block .pager ul.circle li a.on{background-image:url('http://s0.libe.com/libe/img/common/btn-circle-on.gif?c66d45940adc')} -#core-liberation .block .pager ul.circle li a.prev{background-image:url('http://s0.libe.com/libe/img/common/bg-search-pagination-prev.png?0ae4b5772718')} -#core-liberation .block .pager ul.circle li a.next{background-image:url('http://s0.libe.com/libe/img/common/bg-search-pagination-next.png?363861606f55')} +#core-liberation .block .pager ul.circle li a{display:block;width:8px;height:7px;background-image:url(http://s0.libe.com/libe/img/common/btn-circle-off.gif?36d3bb5f1d80);background-repeat:no-repeat} +#core-liberation .block .pager ul.circle li a.on{background-image:url(http://s0.libe.com/libe/img/common/btn-circle-on.gif?c66d45940adc)} +#core-liberation .block .pager ul.circle li a.prev{background-image:url(http://s0.libe.com/libe/img/common/bg-search-pagination-prev.png?0ae4b5772718)} +#core-liberation .block .pager ul.circle li a.next{background-image:url(http://s0.libe.com/libe/img/common/bg-search-pagination-next.png?363861606f55)} #core-liberation .bg-sprites-icons a.twitter, #core-liberation .bg-sprites-icons a.facebook, #core-liberation .bg-sprites-icons a.mail, -#core-liberation .bg-sprites-icons a.star{display:block;background-image:url('http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49');background-repeat:no-repeat} +#core-liberation .bg-sprites-icons a.star{display:block;background-image:url(http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49);background-repeat:no-repeat} #core-liberation .bg-sprites-icons a.twitter{background-position:-64px 0;width:12px;height:15px} #core-liberation .bg-sprites-icons a.twitter:hover{background-position:-64px -17px} #core-liberation .bg-sprites-icons a.facebook{background-position:-78px 0;width:9px;height:16px} @@ -2558,10 +2558,10 @@ form .btn-rounded-degraded input[type=submit]:focus{text-decoration:none} #core-liberation .bg-sprites-icons .on a.star, #core-liberation .bg-sprites-icons a.star:hover{background-position:-23px -36px} #core-liberation .bg-sprites-icons .arrow-grey-l, -#core-liberation .bg-sprites-icons .arrow-grey-b{display:block;background-image:url('http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49');background-repeat:no-repeat} +#core-liberation .bg-sprites-icons .arrow-grey-b{display:block;background-image:url(http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49);background-repeat:no-repeat} #core-liberation .bg-sprites-icons .arrow-grey-l{background-position:0 -66px;width:6px;height:8px} #core-liberation .bg-sprites-icons .arrow-grey-b{background-position:0 -75px;width:8px;height:7px} -#core-liberation .bg-sprites-icons .community-bubble{display:block;background-image:url('http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49');background-repeat:no-repeat} +#core-liberation .bg-sprites-icons .community-bubble{display:block;background-image:url(http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49);background-repeat:no-repeat} #core-liberation .bg-sprites-icons .community-bubble{background-position:0 -36px;width:21px;height:18px} .site-liberation .toolbox{border-top:1px solid;border-bottom:1px solid;display:block;height:30px;letter-spacing:-1px} .site-liberation .toolbox li{float:left;display:block;margin:0 4px;height:30px} @@ -2597,7 +2597,7 @@ form .btn-rounded-degraded input[type=submit]:focus{text-decoration:none} .site-liberation .toolbox li.fold-options ul li{display:block;float:none;height:auto;margin:7px;white-space:nowrap} #core-liberation .sb-podcasts ul{display:block;height:17px} #core-liberation .sb-podcasts ul li{float:left;height:17px;margin:0 10px 0 0} -#core-liberation .sb-podcasts ul li a{display:block;background-image:url('http://s0.libe.com/libe/img/common/_sprites_podcasts/podcasts.png?6e3b93dc1f3c');background-repeat:no-repeat;height:17px} +#core-liberation .sb-podcasts ul li a{display:block;background-image:url(http://s0.libe.com/libe/img/common/_sprites_podcasts/podcasts.png?6e3b93dc1f3c);background-repeat:no-repeat;height:17px} #core-liberation .sb-podcasts ul li a.google{background-position:0 0;width:104px} #core-liberation .sb-podcasts ul li a.netvibes{background-position:-109px 0;width:91px} #core-liberation .sb-podcasts ul li a.miro{background-position:-205px 0;width:57px} @@ -2619,10 +2619,10 @@ body.init-bar-is-closed #bar-liberation{height:15px} #bar-liberation .content .activities-stream .list .more{display:none} #bar-liberation .content .activities-stream .list .text, #bar-liberation .content .activities-stream .list p{display:inline} -#bar-liberation .content a.displayer .arrow{background:url('http://s0.libe.com/libe/img/common/_sprites_header/triangle_ferme.png?1ecaa0c231c9') no-repeat 0 0;display:block;position:absolute;right:10px;top:16px;width:10px;height:10px} -#bar-liberation .content a.displayer:hover .arrow{background:url('http://s0.libe.com/libe/img/common/_sprites_header/triangle_ferme_grey.png?a9a52344ba82') no-repeat 0 0} -#bar-liberation .content a.displayer .arrow-displayed{background:url('http://s0.libe.com/libe/img/common/_sprites_header/triangle_ouvert.png?c782eb482038') no-repeat 1px 1px} -#bar-liberation .content a.displayer:hover .arrow-displayed{background:url('http://s0.libe.com/libe/img/common/_sprites_header/triangle_ouvert.png?c782eb482038') no-repeat 1px 1px} +#bar-liberation .content a.displayer .arrow{background:url(http://s0.libe.com/libe/img/common/_sprites_header/triangle_ferme.png?1ecaa0c231c9) no-repeat 0 0;display:block;position:absolute;right:10px;top:16px;width:10px;height:10px} +#bar-liberation .content a.displayer:hover .arrow{background:url(http://s0.libe.com/libe/img/common/_sprites_header/triangle_ferme_grey.png?a9a52344ba82) no-repeat 0 0} +#bar-liberation .content a.displayer .arrow-displayed{background:url(http://s0.libe.com/libe/img/common/_sprites_header/triangle_ouvert.png?c782eb482038) no-repeat 1px 1px} +#bar-liberation .content a.displayer:hover .arrow-displayed{background:url(http://s0.libe.com/libe/img/common/_sprites_header/triangle_ouvert.png?c782eb482038) no-repeat 1px 1px} #bar-liberation .content ul.list li{margin:0 10px;min-height:32px;padding:6px 0 2px 0;border-bottom:1px solid;line-height:16px} #core-liberation .block-activities .block-content ul li a, #bar-liberation .content ul.list li a, @@ -2634,7 +2634,7 @@ body.init-bar-is-closed #bar-liberation{height:15px} #bar-liberation .content .close a{display:block;text-align:center;padding-top:12px;height:28px} #bar-liberation .content .open{display:none;height:15px;left:0;z-index:10010;border:0} #bar-liberation .content .open a{display:block;height:100%;padding-left:40px;font-size:10px} -#bar-liberation .content .open a .arrow{position:absolute;display:block;width:28px;height:100%;left:0;top:0;border-left:1px solid;border-right:1px solid;background:url('http://s0.libe.com/libe/img/common/_sprites_header/triangle_ouvert.png?c782eb482038') no-repeat center center} +#bar-liberation .content .open a .arrow{position:absolute;display:block;width:28px;height:100%;left:0;top:0;border-left:1px solid;border-right:1px solid;background:url(http://s0.libe.com/libe/img/common/_sprites_header/triangle_ouvert.png?c782eb482038) no-repeat center center} #bar-liberation .content .login{left:29px;width:1037px;z-index:10020} #bar-liberation .content .login h3{font-family:Verdana,sans-serif;font-weight:400;font-size:12px;padding:12px 10px 0} #bar-liberation .content .login a.subscribe{position:absolute;display:block;top:10px;right:230px;padding:3px 10px;border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px} @@ -2667,7 +2667,7 @@ body.init-bar-is-closed #bar-liberation{height:15px} #bar-liberation .content .mail-box{width:75px;height:40px;left:219px;z-index:10040;border-bottom:1px solid} #bar-liberation .content .mail-box a{display:block;height:100%;width:100%} #bar-liberation .content .mail-box strong{display:block;position:absolute;right:14px;top:13px} -#bar-liberation .content .mail-box span.letter{display:block;position:absolute;top:13px;left:14px;width:21px;height:14px;background-image:url('http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49');background-repeat:no-repeat;background-position:-89px 0} +#bar-liberation .content .mail-box span.letter{display:block;position:absolute;top:13px;left:14px;width:21px;height:14px;background-image:url(http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49);background-repeat:no-repeat;background-position:-89px 0} #bar-liberation .content .mail-box a:hover span.letter{background-position:-112px 0} #bar-liberation .content .activities-stream{width:503px;left:295px;z-index:10030;height:40px;overflow:hidden;border-bottom:1px solid} #bar-liberation .content .activities-stream a.displayer{display:block;position:absolute;width:40px;height:100%;right:0} @@ -2682,7 +2682,7 @@ body.init-bar-is-closed #bar-liberation{height:15px} #page-404 .text{padding-top:5px} #page-404 form{display:block;margin:21px 0 0 140px;width:298px;height:22px;border:1px solid} #page-404 form input[type=text]{border:0;height:22px;width:250px;padding:0 5px} -#page-404 form input[type=submit]{background:url('http://s0.libe.com/libe/img/common/_sprites_header/header.png?df8de01457fa') no-repeat 0 -32px;display:block;float:right;width:29px;height:22px;border:0} +#page-404 form input[type=submit]{background:url(http://s0.libe.com/libe/img/common/_sprites_header/header.png?df8de01457fa) no-repeat 0 -32px;display:block;float:right;width:29px;height:22px;border:0} #page-mailfriend{font-family:Verdana,sans-serif;font-size:11px} #page-mailfriend .content{width:280px;padding:10px;margin:auto} #page-mailfriend .content h2{margin-bottom:10px} @@ -2695,7 +2695,7 @@ body.init-bar-is-closed #bar-liberation{height:15px} #page-paywall .content{position:relative;padding:20px 0} #page-paywall .content a{text-decoration:none} #page-paywall .content a.close{display:block;float:right} -#page-paywall .content a.close span{background:url('http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49') no-repeat -20px -98px;display:block;margin:auto;width:15px;height:15px} +#page-paywall .content a.close span{background:url(http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49) no-repeat -20px -98px;display:block;margin:auto;width:15px;height:15px} #page-paywall .content a.close strong{text-transform:uppercase;font-size:8px} #page-paywall .content .video{margin-bottom:20px;width:437px} #page-paywall .content .video h5{margin-bottom:15px;padding:3px 0 5px;border-top:1px dotted;border-bottom:1px dotted;float:right;font-family:Georgia,"Times New Roman",Times,serif;font-size:16px;font-style:italic;font-weight:400} @@ -2763,7 +2763,7 @@ body.access-ess #page-paywall .content .arguments .arg{float:none;margin:auto} .site-liberation .text-item p.essential a:hover{color:#E20000} .site-liberation .text-item p.others{margin:21px 0;border:1px dotted #b3b3b3;border-left:0;border-right:0;padding:7px 0 9px} .site-liberation .text-item p.others span{text-transform:uppercase;padding-right:7px} -.site-liberation .slug{background:url('http://s0.libe.com/libe/img/common/bg-puce-losange.png?099dfb8021ab') no-repeat right center;padding-right:18px;margin-right:3px;text-transform:uppercase;font-size:10px} +.site-liberation .slug{background:url(http://s0.libe.com/libe/img/common/bg-puce-losange.png?099dfb8021ab) no-repeat right center;padding-right:18px;margin-right:3px;text-transform:uppercase;font-size:10px} .site-liberation .author{font-size:10px} .site-liberation .author strong{text-transform:uppercase} .site-liberation a, @@ -2775,7 +2775,7 @@ body.access-ess #page-paywall .content .arguments .arg{float:none;margin:auto} .site-liberation a:hover h4, .site-liberation a:hover h3, .site-liberation a:hover h2{text-decoration:underline} -.site-liberation .lnk-comments{background:url('http://s0.libe.com/libe/img/common/ico-lnk-comment.png?48525c2557e6') no-repeat left 2px;padding-left:20px;font-size:10px;line-height:15px} +.site-liberation .lnk-comments{background:url(http://s0.libe.com/libe/img/common/ico-lnk-comment.png?48525c2557e6) no-repeat left 2px;padding-left:20px;font-size:10px;line-height:15px} .site-liberation .block-call-items .block-top{margin-bottom:10px} .site-liberation .block-call-items .block-top h5{padding:3px 10px;background-color:#e20000;color:#fff} .site-liberation .col-contextual .block-call-items .block-top h5{background:0;padding:0} @@ -2786,17 +2786,17 @@ body.access-ess #page-paywall .content .arguments .arg{float:none;margin:auto} .site-liberation .block-call-items .mini-tpl .lnk-libeplus, .site-liberation .block-call-items .mini-tpl .lnk-libeplus-big{background:0;padding:0} .site-liberation .block-call-items .mini-tpl h2.lnk-libeplus:after, -.site-liberation .block-call-items .mini-tpl h3.lnk-libeplus:after{content:'';display:inline-block;width:56px;height:14px;margin-left:10px;background:url('http://s0.libe.com/libe/img/common/ico-lnk-libeplus-big2.png?d4d49ea9ef21') no-repeat 0 0} +.site-liberation .block-call-items .mini-tpl h3.lnk-libeplus:after{content:'';display:inline-block;width:56px;height:14px;margin-left:10px;background:url(http://s0.libe.com/libe/img/common/ico-lnk-libeplus-big2.png?d4d49ea9ef21) no-repeat 0 0} .site-liberation .block-call-items .mini-tpl h5.lnk-libeplus:after, -.site-liberation .block-call-items .mini-tpl .list-linked-items a.lnk-libeplus:after{content:'';display:inline-block;width:56px;height:10px;margin-left:5px;background:url('http://s0.libe.com/libe/img/common/ico-lnk-libeplus2.png?39fe048f4782') no-repeat 0 0} -* html .site-liberation .block-call-items .mini-tpl h2.lnk-libeplus{background-image:url('http://s0.libe.com/libe/img/common/ico-lnk-libeplus-big2.png?d4d49ea9ef21');background-repeat:no-repeat;background-position:right 4px;padding-right:60px} -* html .site-liberation .block-call-items .mini-tpl h3.lnk-libeplus{background-image:url('http://s0.libe.com/libe/img/common/ico-lnk-libeplus-big2.png?d4d49ea9ef21');background-repeat:no-repeat;background-position:right 4px;padding-right:60px} -* html .site-liberation .block-call-items .mini-tpl .list-linked-items a.lnk-libeplus{background-image:url('http://s0.libe.com/libe/img/common/ico-lnk-libeplus2.png?39fe048f4782');background-repeat:no-repeat;background-position:right 4px;padding-right:60px} -* html .site-liberation .block-call-items .mini-tpl h5.lnk-libeplus{background-image:url('http://s0.libe.com/libe/img/common/ico-lnk-libeplus2.png?39fe048f4782');background-repeat:no-repeat;background-position:right 4px;padding-right:60px} -:first-child+html .site-liberation .block-call-items .mini-tpl h2.lnk-libeplus{background-image:url('http://s0.libe.com/libe/img/common/ico-lnk-libeplus-big2.png?d4d49ea9ef21');background-repeat:no-repeat;background-position:right 4px;padding-right:60px} -:first-child+html .site-liberation .block-call-items .mini-tpl h3.lnk-libeplus{background-image:url('http://s0.libe.com/libe/img/common/ico-lnk-libeplus-big2.png?d4d49ea9ef21');background-repeat:no-repeat;background-position:right 4px;padding-right:60px} -:first-child+html .site-liberation .block-call-items .mini-tpl .list-linked-items a.lnk-libeplus{background-image:url('http://s0.libe.com/libe/img/common/ico-lnk-libeplus2.png?39fe048f4782');background-repeat:no-repeat;background-position:right 4px;padding-right:60px} -:first-child+html .site-liberation .block-call-items .mini-tpl h5.lnk-libeplus{background-image:url('http://s0.libe.com/libe/img/common/ico-lnk-libeplus2.png?39fe048f4782');background-repeat:no-repeat;background-position:right 4px;padding-right:60px} +.site-liberation .block-call-items .mini-tpl .list-linked-items a.lnk-libeplus:after{content:'';display:inline-block;width:56px;height:10px;margin-left:5px;background:url(http://s0.libe.com/libe/img/common/ico-lnk-libeplus2.png?39fe048f4782) no-repeat 0 0} +* html .site-liberation .block-call-items .mini-tpl h2.lnk-libeplus{background-image:url(http://s0.libe.com/libe/img/common/ico-lnk-libeplus-big2.png?d4d49ea9ef21);background-repeat:no-repeat;background-position:right 4px;padding-right:60px} +* html .site-liberation .block-call-items .mini-tpl h3.lnk-libeplus{background-image:url(http://s0.libe.com/libe/img/common/ico-lnk-libeplus-big2.png?d4d49ea9ef21);background-repeat:no-repeat;background-position:right 4px;padding-right:60px} +* html .site-liberation .block-call-items .mini-tpl .list-linked-items a.lnk-libeplus{background-image:url(http://s0.libe.com/libe/img/common/ico-lnk-libeplus2.png?39fe048f4782);background-repeat:no-repeat;background-position:right 4px;padding-right:60px} +* html .site-liberation .block-call-items .mini-tpl h5.lnk-libeplus{background-image:url(http://s0.libe.com/libe/img/common/ico-lnk-libeplus2.png?39fe048f4782);background-repeat:no-repeat;background-position:right 4px;padding-right:60px} +:first-child+html .site-liberation .block-call-items .mini-tpl h2.lnk-libeplus{background-image:url(http://s0.libe.com/libe/img/common/ico-lnk-libeplus-big2.png?d4d49ea9ef21);background-repeat:no-repeat;background-position:right 4px;padding-right:60px} +:first-child+html .site-liberation .block-call-items .mini-tpl h3.lnk-libeplus{background-image:url(http://s0.libe.com/libe/img/common/ico-lnk-libeplus-big2.png?d4d49ea9ef21);background-repeat:no-repeat;background-position:right 4px;padding-right:60px} +:first-child+html .site-liberation .block-call-items .mini-tpl .list-linked-items a.lnk-libeplus{background-image:url(http://s0.libe.com/libe/img/common/ico-lnk-libeplus2.png?39fe048f4782);background-repeat:no-repeat;background-position:right 4px;padding-right:60px} +:first-child+html .site-liberation .block-call-items .mini-tpl h5.lnk-libeplus{background-image:url(http://s0.libe.com/libe/img/common/ico-lnk-libeplus2.png?39fe048f4782);background-repeat:no-repeat;background-position:right 4px;padding-right:60px} .site-liberation .block-call-items .mini-tpl h1, .site-liberation .block-call-items .mini-tpl h2{margin-bottom:14px} .site-liberation .block-call-items .mini-tpl h3{margin-bottom:14px;font-weight:400;font-size:21px} @@ -2817,14 +2817,14 @@ body.access-ess #page-paywall .content .arguments .arg{float:none;margin:auto} .site-liberation .block-call-items .mini-tpl .subtitle .slug{font-weight:700} .site-liberation .block-call-items .mini-tpl .author{display:block;margin-bottom:5px;padding-top:1px} .site-liberation .block-call-items .list-linked-items span{text-transform:uppercase;font-size:11px;padding-right:7px} -.site-liberation .block-call-items .mini-tpl .label{background:url('http://s0.libe.com/libe/img/common/bg-separateur.gif?e78a16835c55') no-repeat right center;border:2px solid;min-height:45px} +.site-liberation .block-call-items .mini-tpl .label{background:url(http://s0.libe.com/libe/img/common/bg-separateur.gif?e78a16835c55) no-repeat right center;border:2px solid;min-height:45px} .site-liberation .block-call-items .mini-tpl .label h3{font-size:21px;font-weight:400;margin-bottom:0;margin-top:8px;margin-left:10px} .site-liberation .block-call-items .mini-tpl .label .visual{width:45px;margin:0 10px 0 0} .site-liberation .block-call-items .mini-tpl .whosaid{position:relative;margin-bottom:7px;padding:14px} .site-liberation .block-call-items .mini-tpl .whosaid h5 .theme{font-size:14px} .site-liberation .block-call-items .mini-tpl .whosaid h5 a.theme:hover{text-decoration:underline} .site-liberation .block-call-items .mini-tpl .whosaid h3{font-size:26px;font-weight:400;margin-bottom:28px} -.site-liberation .block-call-items .mini-tpl .whosaid a.zap{display:block;position:absolute;width:78px;height:21px;background:url('http://s0.libe.com/libe/img/common/btn_shaker.gif?6340e450364b') no-repeat 0 0;bottom:14px;right:14px} +.site-liberation .block-call-items .mini-tpl .whosaid a.zap{display:block;position:absolute;width:78px;height:21px;background:url(http://s0.libe.com/libe/img/common/btn_shaker.gif?6340e450364b) no-repeat 0 0;bottom:14px;right:14px} .site-liberation .block-call-items .mini-tpl .whosaid .answer{margin-top:10px} .site-liberation .block-call-items .mini-tpl .whosaid .answer h4{margin-bottom:10px} .site-liberation .block-call-items .mini-tpl .whosaid .answer a{float:right;font-size:14px} @@ -2885,7 +2885,7 @@ body.access-ess #page-paywall .content .arguments .arg{float:none;margin:auto} .site-liberation .block-call-items .tpl-labo-spotlight:first-of-type{padding-top:8px} .site-liberation .block-call-items .tpl-labo-spotlight .subscribe{margin-bottom:5px} .site-liberation .block-call-items .tpl-labo-spotlight .subscribe .toggle{font-size:10px;float:right;margin-right:10px} -.site-liberation .block-call-items .tpl-labo-spotlight .subscribe p.toggle a{background:url('http://s0.libe.com/libe/img/common/pi_arrow-down.gif?83c2b5fdcd15') no-repeat 0 5px;padding-left:15px} +.site-liberation .block-call-items .tpl-labo-spotlight .subscribe p.toggle a{background:url(http://s0.libe.com/libe/img/common/pi_arrow-down.gif?83c2b5fdcd15) no-repeat 0 5px;padding-left:15px} .site-liberation .block-call-items .tpl-labo-spotlight .subscribe .sb-podcasts{font-size:10px;float:right;clear:both;display:none} .site-liberation .block-call-items .tpl-labo-podcast{border-left:6px solid #b30804;margin-bottom:0;padding:8px 0 7px 10px} .site-liberation .block-call-items .tpl-labo-podcast:first-of-type{padding-top:0} @@ -2939,7 +2939,7 @@ body.access-ess #page-paywall .content .arguments .arg{float:none;margin:auto} .site-liberation .block-call-items .tpl-visual-square-left-arround .visual{display:block;float:left;margin:3px 10px 0 0;width:84px;height:84px} .site-liberation .block-call-items .tpl-visual-square-left-arround h5{margin-bottom:0} .site-liberation .block-call-items .tpl-visual-square-left-arround p.subtitle{font-size:11px} -body.barry-white{background:#f8f8f8 url('http://s0.libe.com/libe/img/common/bg-body-fff.gif?62ad83bcadf5') repeat-y center 0} +body.barry-white{background:#f8f8f8 url(http://s0.libe.com/libe/img/common/bg-body-fff.gif?62ad83bcadf5) repeat-y center 0} body.slideshow{background-color:#333} body.iframe{background-color:#fff} body.slideshow .ad-top .megaban{background:#333} @@ -3065,10 +3065,10 @@ body.slideshow .ad-top .megaban{background:#333} #header-liberation .header-base .nav .cat-zoneabo .nav2 .on{color:#a00} #header-liberation .header-base .nav .cat-food .nav2 a:hover, #header-liberation .header-base .nav .cat-food .nav2 .on{color:#000} -#header-liberation .header-simple .header{background:url('http://s0.libe.com/libe/img/common/bg-e20000.png?020f61e6035c') repeat-x 0 39px} +#header-liberation .header-simple .header{background:url(http://s0.libe.com/libe/img/common/bg-e20000.png?020f61e6035c) repeat-x 0 39px} #header-liberation .header-simple .logo{background-color:#fff} #header-liberation .header-simple .back{background-color:#fff} -#header-liberation .header-simple .back a{color:#858585;background:url('http://s0.libe.com/libe/img/common/ico-lnk-arrow-back-grey.png?c8d5a4458a2c') no-repeat 0 16px} +#header-liberation .header-simple .back a{color:#858585;background:url(http://s0.libe.com/libe/img/common/ico-lnk-arrow-back-grey.png?c8d5a4458a2c) no-repeat 0 16px} #header-liberation .header-annex h1{border-bottom-color:#e20000} #header-liberation .header-annex h1 a{color:#000} #footer-liberation .abo, @@ -3366,7 +3366,7 @@ body.slideshow .ad-top .megaban{background:#333} #core-liberation .pagination{background-color:#e7e7e7;border-top-color:#b7b7b7;border-bottom-color:#b7b7b7} #core-liberation .pagination .disabled{background-color:transparent;color:#c8c8c8} #core-liberation .pagination .current{background-color:transparent;color:#e20000} -.site-liberation .bg-sprites-icons .icon{display:block;background-image:url('http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49');background-repeat:no-repeat} +.site-liberation .bg-sprites-icons .icon{display:block;background-image:url(http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49);background-repeat:no-repeat} .site-liberation .bg-sprites-icons .folder1, .site-liberation .bg-sprites-icons .folder1-black, .site-liberation .bg-sprites-icons .folder1-monlibe{width:19px;height:15px} @@ -3411,7 +3411,7 @@ body.slideshow .ad-top .megaban{background:#333} .site-liberation .toolbox .txt-plus:hover, .site-liberation .toolbox .txt-reset:hover, .site-liberation .toolbox .comment:hover{color:#000} -.site-liberation .toolbox li a span{background:url('http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49') no-repeat} +.site-liberation .toolbox li a span{background:url(http://s0.libe.com/libe/img/common/_sprites_icons/icons.png?9914d0d70a49) no-repeat} .site-liberation .toolbox li a.print span{background-position:-76px -118px} .site-liberation .toolbox li a.print:hover span{background-position:-94px -118px} .site-liberation .toolbox li a.favorite span{background-position:-22px -120px} @@ -3420,8 +3420,8 @@ body.slideshow .ad-top .megaban{background:#333} .site-liberation .toolbox li a.comment:hover span{background-position:-205px -84px} .site-liberation .toolbox li a.mail span{background-position:-89px 0} .site-liberation .toolbox li a.mail:hover span{background-position:-89px -16px} -.site-liberation .toolbox li a.facebook span{background:url('http://s0.libe.com/libe/img/common/_sprites_icons/icons_share.png?edeb5617b880') no-repeat -74px 0} -.site-liberation .toolbox li a.twitter span{background:url('http://s0.libe.com/libe/img/common/_sprites_icons/icons_share.png?edeb5617b880') no-repeat -74px -14px} +.site-liberation .toolbox li a.facebook span{background:url(http://s0.libe.com/libe/img/common/_sprites_icons/icons_share.png?edeb5617b880) no-repeat -74px 0} +.site-liberation .toolbox li a.twitter span{background:url(http://s0.libe.com/libe/img/common/_sprites_icons/icons_share.png?edeb5617b880) no-repeat -74px -14px} .site-liberation .toolbox li a.facebook, .site-liberation .toolbox li a.twitter{background-color:#f7f7f7;border-color:#d7d7d7} .site-liberation .toolbox li a.facebook:hover, diff --git a/test/unit-test.js b/test/unit-test.js index fc56f0c3..d97242d8 100644 --- a/test/unit-test.js +++ b/test/unit-test.js @@ -293,13 +293,33 @@ vows.describe('clean-units').addBatch({ 'p{font-weight:700}' ] }), + 'urls': cssContext({ + 'keep urls without parentheses unchanged': 'a{background:url(/images/blank.png) 0 0 no-repeat}', + 'strip single parentheses': [ + "a{background:url('/images/blank.png') 0 0 no-repeat}", + "a{background:url(/images/blank.png) 0 0 no-repeat}" + ], + 'strip double parentheses': [ + 'a{background:url("/images/blank.png") 0 0 no-repeat}', + 'a{background:url(/images/blank.png) 0 0 no-repeat}' + ], + 'strip more': [ + 'a{background:url("/images/blank.png") 0 0 no-repeat}a{}a{background:url("/images/blank.png") 0 0 no-repeat}', + 'a{background:url(/images/blank.png) 0 0 no-repeat}a{}a{background:url(/images/blank.png) 0 0 no-repeat}' + ], + 'not strip comments if spaces inside': [ + 'a{background:url("/images/long image name.png") 0 0 no-repeat}a{}a{background:url("/images/no-spaces.png") 0 0 no-repeat}', + 'a{background:url("/images/long image name.png") 0 0 no-repeat}a{}a{background:url(/images/no-spaces.png) 0 0 no-repeat}' + ] + }), 'ie filters': cssContext({ 'short alpha': [ "a{ filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80); -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';}", "a{filter:alpha(Opacity=80);-ms-filter:'alpha(Opacity=50)'}" ], 'short chroma': [ - 'a{filter:progid:DXImageTransform.Microsoft.Chroma(color=#919191)}', 'a{filter:chroma(color=#919191)}' + 'a{filter:progid:DXImageTransform.Microsoft.Chroma(color=#919191)}', + 'a{filter:chroma(color=#919191)}' ], 'matrix filter spaces': [ "a{filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.984, M22=0.984, M12=0.17, M21=-0.17, SizingMethod='auto expand')", -- 2.34.1