# HG changeset patch # User Patrick PIERRE # Date 1390782777 -3600 # Node ID b4d1430ee1c68c0e6b67f04e7e9ef35eb52923e7 # Parent b18eca750b407295f3c0ddd244f4b1508b926042 Externalisation de la CSS polices diff -r b18eca750b40 -r b4d1430ee1c6 Pdf/BaladeNature/Css/balade_nature.css --- a/Pdf/BaladeNature/Css/balade_nature.css dim. janv. 05 22:20:24 2014 +0100 +++ b/Pdf/BaladeNature/Css/balade_nature.css lun. janv. 27 01:32:57 2014 +0100 @@ -1,23 +1,6 @@ /* $Id$ */ /* balade_nature */ -@font-face { - font-family: MinyaNouvelle; - font-weight: normal; - font-style: normal; - src: url('../Fonts/MinyaNouvelle.otf') format('opentype'); -} - -@font-face { - font-family: TimesNewRomanPSMT; - src: url("../Fonts/TimesNewRomanPSMT.otf") format("opentype"); -} - -@font-face { - font-family: TriplexLight; - src: url("../Fonts/TriplexLight.otf") format("opentype"); -} - body { width: ${width}px; height: ${height}px; @@ -27,7 +10,6 @@ img { max-width: 100%; max-height: 100%; } - /* ======= BLOCK LEVEL ====== */ @@ -36,6 +18,7 @@ .pdocMedia { position: relative; margin: 0; + text-align: center; } .pdocMediaCaptionAbsolute { @@ -49,6 +32,7 @@ .pdocImage { max-width: 100%; max-height: 100%; + text-align: center; } .pdocImageHotspot { diff -r b18eca750b40 -r b4d1430ee1c6 Pdf/BaladeNature/Css/balade_nature_fonts.css --- /dev/null jeu. janv. 01 00:00:00 1970 +0000 +++ b/Pdf/BaladeNature/Css/balade_nature_fonts.css lun. janv. 27 01:32:57 2014 +0100 @@ -0,0 +1,20 @@ +/* $Id$ */ +/* balade_nature */ + +@font-face { + font-family: MinyaNouvelle; + font-weight: normal; + font-style: normal; + src: url("../Fonts/MinyaNouvelle.otf") format("opentype"); +} + +@font-face { + font-family: TimesNewRomanPSMT; + src: url("../Fonts/TimesNewRomanPSMT.otf") format("opentype"); +} + +@font-face { + font-family: TriplexLight; + src: url("../Fonts/TriplexLight.otf") format("opentype"); +} +