[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / traduction_articles_autrement / css / taa_styles.css
1 .onglets_traduction{
2 width:100%;height : 30px;
3 vertical-align: baseline;
4 }
5
6 .onglets_traduction div.options{
7 margin :0;
8 padding:0;
9 }
10
11 .onglets_traduction div.onglet, .changer div.onglet{
12 vertical-align: text-bottom;
13 margin-right:2px; float:left;
14 -moz-border-radius: 5px;
15 -webkit-border-radius :5px;
16 -khtml-border-radius :5px;
17 border-radius: 5px;
18 }
19
20 .changer div.onglet{background:#F2F2F2; font-style:italic;}
21
22 .onglets_traduction div.options a {
23 text-align:center;
24 padding:0;
25 margin:0;
26 }
27
28 .onglets_traduction div.options a:hover span{
29 display:block;
30 width:72px;
31 text-align:center;
32 background:#ffffff;
33 height :auto;
34 }
35
36 div.non_traduit{background-color: #EEEEEE;font-style:italic;}
37
38 .pagination{text-align:left;}
39
40 .onglets_traduction .danger{background: #ffffff;}
41
42 .bouton_options{float:right;}
43
44 .nettoyeur{clear:both;}
45
46 .delier{height:100px;float:left,margin :0 5px;float:left}
47
48 .danger,.onglets_traduction a.cellule-h-texte {background: repeat scroll 0 0 white;}
49
50
51 .lang{ margin-right:5px;}
52
53 .changer{float:left;margin-bottom:5px}
54
55 .liste-elements table.spip tr.trads{background:#dfdfdf}
56
57 div.ref{float:right;margin:-3px -2px 0 0;cursor:help;}
58
59 div.ref span {display:none;}
60
61 div.articles div.ref :hover span {
62 display:block;
63 position:absolute;
64 margin-top:15px;
65 color: #000000;
66 font-weight:bold;
67 }
68 .editer_taa{margin-bottom:5px;}