[PLUGINS] ~maj globale
[lhc/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 sub, sup, sup.typo_exposants {
37 /* Specified in % so that the sup/sup is the
38 right size relative to the surrounding text */
39 font-size: 75%;
40 /* Zero out the line-height so that it doesn't
41 interfere with the positioning that follows */
42 line-height: 0;
43 /* Where the magic happens: makes all browsers position
44 the sup/sup properly, relative to the surrounding text */
45 position: relative;
46 /* Note that if you're using Eric Meyer's reset.css, this
47 is already set and you can remove this rule */
48 vertical-align: baseline;
49 }
50 sup, sup.typo_exposants {
51 /* Move the superscripted text up */
52 top: -0.5em;
53 }
54 sub {
55 /* Move the subscripted text down, but only
56 half as far down as the superscript moved up */
57 bottom: -0.25em;
58 }
59
60 .caps {
61 font-variant: small-caps;
62 }