Pdf/BaladeNature/Css/balade_nature.css
changeset 74 58e48a5c5ca2
parent 63 4a68acad2e13
child 82 068a59b14bf4
equal deleted inserted replaced
73:8d893b96a36b 74:58e48a5c5ca2
    39 .pdocImage {
    39 .pdocImage {
    40   max-width: 100%;
    40   max-width: 100%;
    41   max-height: 100%;
    41   max-height: 100%;
    42 }
    42 }
    43 
    43 
    44 .pdocImage.tooltip, .pdocImage.hotspot {
    44 .pdocImageHotspot {
    45   float: left;
    45   float: left;
    46   position: relative;
    46   position: relative;
    47 }
    47 }
    48 
    48 
    49 .pdocImageHotspot {
    49 /* ~~~~~~ pdocHotspot ~~~~~~~ */
       
    50 
       
    51 .pdocHotspot, .pdocHotspotContent {
    50   position: absolute;
    52   position: absolute;
    51 }
    53   font-size: 140%;
    52 
       
    53 .pdocImageHotspot a {
       
    54   display: block;
       
    55   text-decoration: none;
       
    56   border: 1px dotted gray;
       
    57 }
       
    58 
       
    59 .pdocImagePulse {
       
    60   position: absolute;
       
    61   cursor: pointer;
       
    62   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    54   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    63 }
    55 }
    64 
    56 
    65 .pdocImageTooltip {
    57 .pdocHotspotContent .pdocP {
    66   position: absolute;
       
    67   display: none;
       
    68   color: white;
       
    69   font-size: 140%;
       
    70   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
       
    71   text-shadow: 1px 1px 1px #bbbbbb;
       
    72 }
       
    73 .pdocImageTooltip .pdocP {
       
    74   color: white;
    58   color: white;
    75 }
    59 }
    76 
    60 
    77 /* ~~~~~~~~~~ pdocP ~~~~~~~~~ */
    61 /* ~~~~~~~~~~ pdocP ~~~~~~~~~ */
    78 
    62 
    80   font-family: MinyaNouvelle;
    64   font-family: MinyaNouvelle;
    81   font-size: 220%;
    65   font-size: 220%;
    82   color: #603a19;
    66   color: #603a19;
    83 }
    67 }
    84 
    68 
    85 /* ~~~~~ media-overlay ~~~ */
    69 /* ~~~~~ media-overlay ~~~~~~ */
    86 
    70 
    87 .-epub-media-overlay-active {
    71 .-epub-media-overlay-active {
    88   background-color: yellow;
    72   background-color: yellow;
    89 }
    73 }
    90 
    74