[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / couteau_suisse / couteau_suisse / outils / decoupe.css
1 div.pagination {
2 display:block;
3 text-align:center;
4 }
5
6 div.pagination img {
7 border:0pt none;
8 margin:0pt;
9 padding:0pt;
10 }
11
12 div.pagination a.decoupe_img {
13 border:0pt none;
14 }
15
16 span.cs_pagination_off {
17 color:lightgrey;
18 font-weight:bold;
19 text-decoration:underline;
20 }
21
22 div.onglets_print {
23 margin:1em;
24 padding:0.6em;
25 border:1px dashed ;
26 }
27
28 div.onglets_print h4 {
29 margin-top:0px;
30 margin-bottom:0.6em;
31 }
32
33 div.onglets_bloc {
34 position:relative;
35 width:100%;
36 clear:both;
37 }
38
39 div.onglets_bloc h2.onglets_titre a {
40 text-decoration:none;
41 height:22px;
42 color:black;
43 }
44
45 div.onglets_bloc h2.onglets_titre {
46 height:20px;
47 -moz-border-radius-topleft:3px;
48 -moz-border-radius-topright:6px;
49 background-color:#f2f2f2;
50 color:black;
51 position:relative;
52 top:-1px;
53 display:inline;
54 float:left;
55 overflow:hidden;
56 cursor:pointer;
57 margin:1px -1px 1px 0px;
58 padding:0px 0.6em;
59 border:1px solid rgb( 145, 155, 156 );
60
61 z-index:11;
62 white-space:nowrap;
63 text-align:center;
64 font-weight:normal;
65 font-size:88%;
66 }
67
68 div.onglets_bloc h2.onglets_titre.selected {
69 height:22px;
70 background-color:white;
71 border-top:3px solid #8B6F92;
72 z-index:11;
73 top:-3px;
74 margin:1px -1px -2px 0px;
75 border-bottom-width:0px;
76 cursor:default;
77 }
78
79 div.onglets_bloc h2.onglets_titre.selected a {
80 color:black;
81 cursor:default;
82 }
83
84 div.onglets_bloc h2.hover a {
85 color:blue;
86 }
87
88 div.onglets_bloc .onglets_liste {
89 white-space:nowrap;
90 }
91
92 div.onglets_bloc .onglets_contenu {
93 display:none;
94 clear:both;
95 border:1px solid rgb( 145, 155, 156 );
96 background:rgb( 252, 252, 254 );
97 z-index:10;
98 position:relative;
99 top:-3px;
100 padding:0.6em;
101 }
102
103 div.onglets_bloc .onglets_contenu.selected {
104 display:block;
105 overflow:hidden;
106 }