Pdf/BaladeNature/Css/balade_nature.css
changeset 16 3b696abda836
parent 0 e8d6296c8d5e
child 23 9fe44f4d31c9
equal deleted inserted replaced
15:7684b04e3cd6 16:3b696abda836
    43 /* ~~~~~ media-overlay ~~~ */
    43 /* ~~~~~ media-overlay ~~~ */
    44 
    44 
    45 .-epub-media-overlay-active {
    45 .-epub-media-overlay-active {
    46   background-color: yellow;
    46   background-color: yellow;
    47 }
    47 }
       
    48 
       
    49 
       
    50 /* ========= EFFECTS ======== */
       
    51 
       
    52 
       
    53 /* ~~~~~~~~~~ Glow ~~~~~~~~~~ */
       
    54 
       
    55 #effectGlow {
       
    56   position: relative;
       
    57   width: 100%;
       
    58   height: 100%;
       
    59   overflow: hidden;
       
    60 }
       
    61 
       
    62 #effectGlowSpot {
       
    63   position: absolute;
       
    64   top: -50%;
       
    65   left: -50%;
       
    66   width: 200%;
       
    67   height: 200%;
       
    68   cursor: none;
       
    69   background: -moz-radial-gradient(center 45deg, circle closest-side, transparent 10%, rgba(0, 0, 0, 0.75) 33%);
       
    70   background: -webkit-gradient(radial, center center, 30, center center, 300, from(rgba(0,0,0,0)), to(rgba(0,0,0,.75)));
       
    71 }