diff --git a/stylessoyezcreateurs.css.html b/stylessoyezcreateurs.css.html index cab0ea29626ceaaecace5bed63b4909dd3ae9c22..374c94efbb3a0e2d06851d2e6b38bb4114322bb0 100644 --- a/stylessoyezcreateurs.css.html +++ b/stylessoyezcreateurs.css.html @@ -20,7 +20,7 @@ body { background: transparent; } #SET{LargeurMenuDroit,(#CONFIG{soyezcreateurs_layout/largeurmenudroit,180})} [(#CONFIG{soyezcreateurs_layout/largeurcolonnes,0}|=={0}|? { - [(#SET{Largeurcontent_central,[(#GET{LargeurContaineur}|moins{#GET{LargeurMenuGauche}}|div{3}|floor|moins{24})]})] + [(#SET{Largeurcontent_central,[(#GET{LargeurContaineur}|moins{#GET{LargeurMenuGauche}}|div{3}|floor)]})] , [(#SET{Largeurcontent_central,[(#CONFIG{soyezcreateurs_layout/largeurcolonnes})]})] } @@ -40,7 +40,7 @@ body { background: transparent; } } )] #SET{margescolonnes,#CONFIG{soyezcreateurs_layout/margescolonnes,12}} -[(#SET{largeurtotale,[(#GET{Largeurcontent_central}|plus{#GET{margescolonnes}}|plus{#GET{margescolonnes}}|mult{3})]})] +[(#SET{largeurtotale,[(#GET{Largeurcontent_central}|mult{3})]})] [(#SET{largeurMenu,[(#GET{LargeurMenuGauche}|plus{#GET{LargeurMenuDroit}}|moins{20})]})] #SET{c_body_bk,(#CONFIG{soyezcreateurs_couleurs/body_bk,#eceded})} @@ -1561,7 +1561,7 @@ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99[(#GET{c_head /* ====== Contour blocks ====== */ /* remove *background-image:" to default to square corners for IE */ /* ----- simple (extends box) ----- */ -.simple {border:1px solid #dddddd;background-color:#fcfcfc;} +.simple {border:2px solid [(#GET{c_titraille_bk})];background-color:#fcfcfc;} .simple .hd {} /* ----- info (extends box) ----- */ .info .inner {border:2px solid #46839B;} @@ -1607,8 +1607,15 @@ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99[(#GET{c_head .hd { padding: 0; } -#sommaire_mode_international .bam.h1{ padding:2px 1em; border-bottom: 2px solid [(#GET{c_titraille_ssniveaux_bk})]; font-weight: bold; font-size:1.2em; } -#sommaire_mode_international .archives{ padding:2px 1em; text-align:right } +#sommaire_mode_international .bam.h1{ margin:0; padding:2px 1em; color: #GET{c_titraille}; background: #GET{c_titraille_bk}; border-bottom: 2px solid [(#GET{c_titraille_ssniveaux_bk})]; font-weight: bold; font-size:1.2em; } +#sommaire_mode_international .archives{ padding:2px 1em; text-align:right; color: #GET{c_titraille}; background: #GET{c_titraille_bk}; } +#sommaire_mode_international .archives a, +#sommaire_mode_international .archives a:visited { color: inherit; } +.bd dt { + margin-top : 5px; + padding-left: 10px; + background: url(#CHEMIN{pucebleue.gif}) 1px 5px no-repeat; +} .troistiers { float:left; padding:0 #GET{margescolonnes}px; width:#GET{Largeurcontent_central}px; height:650px; } .troistiers .bd { overflow-y:auto; }