[SPIP] +spip v3.0.17
[lhc/web/clavette_www.git] / www / prive / themes / spip / box.css
1 /*
2 Copyright (c) 2009, Nicole Sullivan. All rights reserved.
3 Code licensed under the BSD License:
4 version: 0.2
5 */
6 /* **************** BLOCK STRUCTURES ***************** */
7 /* box */
8 .box{margin:20px 0 0;}
9 .bd,.ft{padding:0 10px;/*overflow:hidden;_overflow:visible; _zoom:1;*/}
10 .bd {padding:10px;}
11 .hd {padding:5px 10px;}
12 .box .inner{position:relative;}
13 .box b{display:block;background-repeat:no-repeat;font-size:1%;position:relative;z-index:10;}
14 .box .inner b{display:inline;font-size:1em/*inherit buggue dans XPIE7*/;position:static;}
15 .box .tl, .box .tr, .box .bl, .box .br{height:10px; width:10px;float:left;}
16 .box .tl{background-position: left top;}
17 .box .tr{background-position: right top;}
18 .box .bl{background-position: left bottom;}
19 .box .br{background-position: right bottom;}
20 .box .br,.box .tr{float:right;}
21 .box .bl,.box .br{margin-top:-10px;}
22 .box .top{background-position:center top;}
23 .box .bottom{background-position:center bottom;_zoom:1;}/* this zoom required for IE5.5 only*/
24 /* complex */
25 .complex{overflow:hidden;*position:relative;*zoom:1;}/* position/zoom required for IE7, 6, 5.5 */
26 .complex .tl, .complex .tr{height:32000px; margin-bottom:-32000px;width:10px;overflow:hidden;}
27 .complex .bl, .complex .br{/*margin-top:0;*/}
28 .complex .top{height:5px;}
29 .complex .bottom{height:5px;/*margin-top:-10px;*/}
30 /* pop */
31 .pop{overflow:visible;margin: 10px 20px 20px 10px; background-position:left top;}
32 .pop .inner{right:-10px; bottom:-10px; background-position:right bottom;padding:10px;}
33 .pop .tl, .pop .br{display:none;}
34 .pop .bl{bottom:-10px;}
35 .pop .tr{right:-10px;}