Pdf/BaladeNature/Css/balade_nature.css
changeset 110 b4d1430ee1c6
parent 108 7d1b6664e8d6
child 135 aac1191a3ab8
equal deleted inserted replaced
109:b18eca750b40 110:b4d1430ee1c6
     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;