72af10f72dbaf5272b691b391102de254d9c6425
[lhc/web/clavette_www.git] / www / prive / themes / spip / clear.css
1 /* --------------------------------------------------------------
2
3 clear.css
4 Classes pour faciliter la composition
5 Cf.: http://www.spip-contrib.net/3820
6
7 -------------------------------------------------------------- */
8
9 body { margin-bottom:1em; background-color: #f8f7f3; margin: 0; border: 0; color: #000;}
10
11 /* Alignements */
12 .center { text-align: center; margin-right: auto; margin-left: auto; }
13
14 /* Espaceur de blocs */
15 .clear { clear: both; }
16 br.clear, .nettoyeur { clear: both; margin: 0; padding: 0; border: 0; height: 0; line-height: 1px; font-size: 1px; }
17 hr.clear { visibility: hidden; }
18
19 /* clearfix : http://www.positioniseverything.net/easyclearing.html */
20 .clearfix:after {
21 content: "\0020";
22 display: block;
23 height: 0;
24 clear: both;
25 visibility: hidden;
26 overflow: hidden;
27 }
28 .clearfix { display: inline-table; }
29
30 /* Hides from IE-mac \*/
31 .clearfix { height: 1%; }
32 .clearfix { display: block; }
33 /* End hide from IE-mac */
34
35 /* Non visible a l'ecran */
36 .none,.js .none-js,.no-js .none-nojs { display: none; }
37 .hidden,.js .hidden-js,.no-js .hidden-nojs {visibility:hidden;}
38 .invisible, /* compat */
39 .over,.js .over-js,.no-js .over-nojs { position: absolute; left: -3000em; height: 1%; }
40
41 /* oldies */
42 .js .invisible_au_chargement { visibility: hidden; }
43 .js .visible_au_chargement { visibility: hidden; }
44 .js .display_au_chargement { display: none; }
45 .no-js .invisible_au_chargement { visibility: hidden; }
46 .no-js .visible_au_chargement { visibility: visible; }
47 .no-js .display_au_chargement { display: block; }
48
49 /* ajax */
50 div.ajaxbloc, div.ajax {position:relative;}
51 .image_loading {float:right;}
52 div.ajaxbloc>.image_loading,div.ajax>.image_loading,.formulaire_spip>.image_loading {position:absolute;right:0;float:none;}
53 .bugajaxie { display: none; } /* Bug IE/Win */
54
55 /* debug */
56 .todo { opacity: 0.5; }
57 .todo:hover { opacity: 1; }
58 .blink { text-decoration: blink; }
59
60 /* style par defaut sur les tables. selecteur generique pour avoir une faible priorite */
61 table {
62 border-collapse: collapse; /* equivalent a cellspacing=0 */
63 }
64 td {
65 padding: 0; /* equivalent a cellpadding=0 */
66 }
67
68 td { text-align: left; }
69
70 .clicable {cursor:hand;cursor:pointer;}