equal
deleted
inserted
replaced
1 /* $Id$ */ |
1 /* $Id$ */ |
2 /* balade_nature */ |
2 /* balade_nature */ |
3 |
|
4 @font-face { |
|
5 font-family: MinyaNouvelle; |
|
6 font-weight: normal; |
|
7 font-style: normal; |
|
8 src: url('../Fonts/MinyaNouvelle.otf') format('opentype'); |
|
9 } |
|
10 |
|
11 @font-face { |
|
12 font-family: TimesNewRomanPSMT; |
|
13 src: url("../Fonts/TimesNewRomanPSMT.otf") format("opentype"); |
|
14 } |
|
15 |
|
16 @font-face { |
|
17 font-family: TriplexLight; |
|
18 src: url("../Fonts/TriplexLight.otf") format("opentype"); |
|
19 } |
|
20 |
3 |
21 body { |
4 body { |
22 width: ${width}px; |
5 width: ${width}px; |
23 height: ${height}px; |
6 height: ${height}px; |
24 } |
7 } |
25 body.pdocTopic { padding: 0; margin: 0; } |
8 body.pdocTopic { padding: 0; margin: 0; } |
26 |
9 |
27 img { max-width: 100%; max-height: 100%; } |
10 img { max-width: 100%; max-height: 100%; } |
28 |
11 |
29 |
12 |
30 |
|
31 /* ======= BLOCK LEVEL ====== */ |
13 /* ======= BLOCK LEVEL ====== */ |
32 |
14 |
33 |
15 |
34 /* ~~~~~~~ pdocMedia ~~~~~~~~ */ |
16 /* ~~~~~~~ pdocMedia ~~~~~~~~ */ |
35 |
17 |
36 .pdocMedia { |
18 .pdocMedia { |
37 position: relative; |
19 position: relative; |
38 margin: 0; |
20 margin: 0; |
|
21 text-align: center; |
39 } |
22 } |
40 |
23 |
41 .pdocMediaCaptionAbsolute { |
24 .pdocMediaCaptionAbsolute { |
42 position: absolute; |
25 position: absolute; |
43 text-align: center; |
26 text-align: center; |
47 /* ~~~~~~~ pdocImage ~~~~~~~~ */ |
30 /* ~~~~~~~ pdocImage ~~~~~~~~ */ |
48 |
31 |
49 .pdocImage { |
32 .pdocImage { |
50 max-width: 100%; |
33 max-width: 100%; |
51 max-height: 100%; |
34 max-height: 100%; |
|
35 text-align: center; |
52 } |
36 } |
53 |
37 |
54 .pdocImageHotspot { |
38 .pdocImageHotspot { |
55 float: left; |
39 float: left; |
56 position: relative; |
40 position: relative; |