[PLUGINS] +crayons et enluminures
[ptitvelo/web/www.git] / www / plugins / enluminures_typographiques_v3 / css / enluminurestypo.css
1 .texteencadre-spip {
2 color: #000033;
3 background: #EEF;
4 border-bottom: 2px solid #0066CC;
5 border-left: 1px solid #3399FF;
6 border-right: 2px solid #0066CC;
7 border-top: 1px solid #3399FF;
8 margin: 1em 0;
9 padding: .25em;
10 position: relative;
11 }
12
13 .caractencadre-spip {
14 color: #F60;
15 font-weight: bold;
16 }
17
18 .caractencadre2-spip {
19 color: #009;
20 font-weight: bold;
21 }
22
23 acronym.spip_acronym {
24 cursor: help;
25 border-bottom: 1px dotted;
26 }
27
28 /* ne marche pas sur MSIE, a refaire en jQuery */
29 a[hreflang]:after {
30 content: "\0000a0[" attr(hreflang) "]";
31 color: #999;
32 background: transparent;
33 font-size:x-small;
34 }
35
36 sup, sup.typo_exposants {
37 font-size: 78%;
38 font-variant: normal;
39 vertical-align: 24%;
40 }
41
42 sub {
43 font-size: 60%;
44 font-variant: normal;
45 vertical-align: -20%;
46 }
47
48 .caps {
49 font-variant: small-caps;
50 }