[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / prive / themes / spip / box_skins.css.html
index 4a0f8b5..df0d239 100644 (file)
 
 [(#INCLURE{prive/themes/spip/box.css})]
 /* ajustement des marges selon grille verticale en em */
-.box{margin:[(#ENV{margin-bottom}|mult{1.5})em] 0;}
-.bd {padding:[(#ENV{margin-bottom}|div{2})em] 10px;}
+.box{margin:[(#ENV{margin-bottom}|strmult{1.5})em] 0;}
+.bd {padding:[(#ENV{margin-bottom}|strdiv{2})em] 10px;}
 .bd > :first-child,.bd > :first-child > :first-child {margin-top:0;}
 .bd > :last-child {margin-bottom:0;}
-.hd, .ft {padding:[(#ENV{margin-bottom}|div{2})em] 10px;}
+.hd, .ft {padding:[(#ENV{margin-bottom}|strdiv{2})em] 10px;}
 .hd h1,.hd h2,.hd h3,.hd h4,.hd h5,.hd h6 {margin-bottom:0;}
 
 /* **************** BLOCK SKINS ***************** */
@@ -37,7 +37,7 @@
 .info b{}
 /* ----- note (extends box) ----- */
 .note,.note .inner{border:1px solid #c2c2c2;}
-.note .inner{border-color:#fff; border-width:4px; background-color:[#(#ENV{claire}|couleur_eclaircir{0.85})];}
+.note .inner{border-color:#eee; border-width:4px; background-color:[#(#ENV{claire}|couleur_eclaircir{0.85})];}
 .note .inner .hd {}
 
 /* ----- raccourcis (extends box) ----- */
@@ -57,7 +57,7 @@
 /* ----- error, success, notice (extends box) ----- */
 .box.error, .box.success, .box.notice {padding:0;backround-image:none;}
 .error .inner,.success .inner,.notice .inner{border:2px solid;font-weight: normal;color:#333;}
-.error .bd,.success .bd,.notice .bd {padding-[(#ENV{left})]:40px;min-height:24px;background-repeat:no-repeat;background-position: 2px 5px;}
+.error .bd,.success .bd,.notice .bd {padding-[(#ENV{left})]:40px;min-height:24px;background-repeat:no-repeat;background-position: [(#ENV{left}) ]2px top 5px;}
 .box.error .hd,.box.success .hd,.box.notice .hd {padding-[(#ENV{left})]:40px;}
 .error .ft,.success .ft,.notice .ft {padding-[(#ENV{left})]:40px;}
 .box.error .ft,.box.success .ft,.box.notice .ft {border-color:#ddd;background-color:#eee;}
 
 
 /* ====== Background blocks ====== */
-.highlight .inner{background-color:#ENV{claire};}
+.highlight > .inner{background-color:#ENV{claire}; border: 0; box-shadow: 0 0 15px #ccc;}
 .inverse .inner{background-color:#ENV{foncee};color:#ffffff}
 
 /* ====== Block headers and footers ====== */
 .hd.titrem { background-repeat: no-repeat; padding-[(#ENV{left})]:16px; padding-[(#ENV{right})]:10px;
-background-color: [#(#ENV{foncee}|couleur_eclaircir)];color: #4A4A4A; font-size:[(#ENV{line-height}|mult{1})em];position:relative;line-height: 1;}
+background-color: [#(#ENV{foncee}|couleur_eclaircir)];color: #4A4A4A; font-size:[(#ENV{line-height}|strmult{1})em];position:relative;line-height: 1;}
 .hd.titrem h1,.hd.titrem h2,.hd.titrem h3,.hd.titrem h4,.hd.titrem h5,.hd.titrem h6{ font-size: 1em; color:#4A4A4A;}
 
 .section{ background-repeat: no-repeat; padding-[(#ENV{left})]:16px; padding-[(#ENV{right})]:10px;
@@ -108,14 +108,14 @@ background-color: #fff; color: #4A4A4A;font-size:1.2em; position:relative;}
 
 /* Cas particuliers */
 .simple.sous-rub .inner .hd {padding:0}
-.simple.sous-rub .inner .hd .logo {float:#ENV{right};margin:4px 5px 0;margin-#ENV{right}:-5px;}
+.simple.sous-rub .inner .hd .logo {float:#ENV{right};margin: 1px 5px 0;margin-#ENV{right}: -9px;z-index:2;position:relative;}
 .simple.sous-rub .sous-sous-rub {margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;}
 
 /* vieilles boites depliables/repliables
   encore maintenues mais depreciees
 */
 .titrem { font-weight: bold; }
-div.titrem, h3.titrem { display: block; padding-top: [(#ENV{margin-bottom}|div{2})em]; padding-bottom: [(#ENV{margin-bottom}|div{2})em]; background-repeat: no-repeat; padding-[(#ENV{left})]:16px; padding-[(#ENV{right})]:10px;}
+div.titrem, h3.titrem { display: block; padding-top: [(#ENV{margin-bottom}|strdiv{2})em]; padding-bottom: [(#ENV{margin-bottom}|strdiv{2})em]; background-repeat: no-repeat; padding-[(#ENV{left})]:16px; padding-[(#ENV{right})]:10px;}
 div.titrem a.titremancre,h3.titrem a.titremancre {padding:15px 0 0 16px;background-position: [(#ENV{left})] top;background-repeat: no-repeat; position:relative;float:[(#ENV{left})];margin-[(#ENV{left})]:-16px;}
 /* Deplier / Replier */
 .deplie a.titremancre, .deplie a.titremancre, .depliant a.titremancre, .replie a.titremancre { height: 1px; padding-bottom: 0px; }
@@ -126,4 +126,4 @@ div.titrem a.titremancre,h3.titrem a.titremancre {padding:15px 0 0 16px;backgrou
 .js .blocreplie { display: none; }
 .js .titrem.blocreplie { display: block; }
 .blocdeplie { display: block; background: none; }
-.bloc_depliable .pagination{ white-space:normal; }
+.bloc_depliable .pagination{ white-space:normal; }
\ No newline at end of file