root / tei / css / jquery.mb.extruder.css @ 2
Historique | Voir | Annoter | Télécharger (1,72 ko)
1 |
.wrapper{
|
---|---|
2 |
position:relative; |
3 |
font-family:Arial, Helvetica, sans-serif; |
4 |
padding-top:90px; |
5 |
padding-left:50px; |
6 |
width:80%; |
7 |
margin:auto |
8 |
} |
9 |
.wrapper .text{ |
10 |
font-family:Arial, Helvetica, sans-serif; |
11 |
padding-top:50px; |
12 |
} |
13 |
.wrapper h1{ |
14 |
font-family:Arial, Helvetica, sans-serif; |
15 |
font-size:26px; |
16 |
} |
17 |
.longText{
|
18 |
margin-top:20px; |
19 |
width:600px; |
20 |
font:18px/24px Arial, Helvetica, sans-serif; |
21 |
color:gray; |
22 |
} |
23 |
span.btn{ |
24 |
padding:10px; |
25 |
display:inline-block; |
26 |
cursor:pointer; |
27 |
font:12px/14px Arial, Helvetica, sans-serif; |
28 |
color:#aaa; |
29 |
background-color:#eee; |
30 |
-moz-border-radius:10px; |
31 |
-webkit-border-radius:10px; |
32 |
-moz-box-shadow:#999 2px 0px 3px; |
33 |
-webkit-box-shadow:#999 2px 0px 3px; |
34 |
} |
35 |
span.btn:hover{ |
36 |
background-color:#000; |
37 |
} |
38 |
|
39 |
/*
|
40 |
custom style for extruder
|
41 |
*/
|
42 |
|
43 |
.extruder.left.a .flap{ |
44 |
font-size:18px; |
45 |
color:white; |
46 |
top:0; |
47 |
padding:10px 0 10px 10px; |
48 |
background:#772B14; |
49 |
width:30px; |
50 |
position:absolute; |
51 |
right:0; |
52 |
-moz-border-radius:0 10px 10px 0; |
53 |
-webkit-border-top-right-radius:10px; |
54 |
-webkit-border-bottom-right-radius:10px; |
55 |
-moz-box-shadow:#666 2px 0px 3px; |
56 |
-webkit-box-shadow:#666 2px 0px 3px; |
57 |
} |
58 |
|
59 |
.extruder.left.a .content{ |
60 |
border-right:3px solid #772B14; |
61 |
} |
62 |
|
63 |
.extruder.top .optionsPanel .panelVoice a:hover{ |
64 |
color:#fff; |
65 |
background: url("elements/black_op_30.png"); |
66 |
border-bottom:1px solid #000; |
67 |
} |
68 |
.extruder.top .optionsPanel .panelVoice a{ |
69 |
border-bottom:1px solid #000; |
70 |
} |
71 |
|
72 |
.extruder.left.a .flap .flapLabel{ |
73 |
background:#772B14; |
74 |
} |
75 |
|