Pdf/BaladeNature/Css/balade_nature.css
changeset 110 b4d1430ee1c6
parent 108 7d1b6664e8d6
child 135 aac1191a3ab8
--- 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 {