/*-------------------*/ /* Media Queries */ /*-------------------*/ @media all{ .high {display: initial;} .low {display: none;} .other {display: none;} .notHigh {display: none;} .notLow {display: initial;} .notOther {display: initial;} /*------------------------*/ /* DROP CAPS - KINDLE */ /*------------------------*/ /*h2:first-child { margin-top: 9.99em; }*/ .dropcaps { font-family: Balthazar, monospace; background-color: black; color: white; float: left; font-weight:bold; font-size:333%; padding-left: 0.03em; padding-right: 0.03em; margin-top: -0.666em; margin-bottom: 0em; margin-left: 0.19em; margin-right: 0.19em; /*CHANGED TO INCREASE DISTANCE ON SOME STORIES*/ transform:scale(1.618,1); -webkit-transform:scale(1.618,1); display:inline-block; } .dropSpace { margin-right: 0.25em; } .VPpDink { margin-top: 0em; /*NOOK SETTING RESET*/ text-align: center; text-indent: 0em; } strong { font-family: Balthazar, monospace; background-color: black; color: white; text-transform:uppercase; } .VPA { text-align: justify; text-indent: 0em; width: 90%; /*margin-left: auto; margin-right: auto;*/ } .VPdivFullImage { page-break-after: always; page-break-before: always; text-align: center; /*height: 100%;*/ } }