Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.55 KB | None | 0 0
  1. body {
  2.     font-size: 100%;
  3.     width: 100%;
  4.     margin: 0px;
  5.     padding: 0px;
  6.     border: none
  7. }
  8.  
  9. div.outer_page {
  10.     position: relative;
  11.     display: block;
  12.     font-size: 16px;
  13.     margin: 10px;
  14.     margin-bottom: 20px
  15. }
  16.  
  17. div.blurred_page {
  18.     -webkit-user-select: none;
  19.     -khtml-user-drag: none;
  20.     -khtml-user-select: none;
  21.     -moz-user-select: none;
  22.     -moz-user-select: -moz-none;
  23.     -ms-user-select: none;
  24.     user-select: none
  25. }
  26.  
  27. div.outer_page.book_view {
  28.     display: inline-block
  29. }
  30.  
  31. div#page_wrapper {
  32.     width: 100%
  33. }
  34.  
  35. div.page {
  36.     left: 0;
  37.     position: relative;
  38.     overflow: hidden;
  39.     font-family: Helvetica, Times;
  40.     top: 0;
  41.     line-height: 1;
  42.     color: #000000
  43. }
  44.  
  45. div.layer {
  46.     position: absolute;
  47.     left: 0;
  48.     top: 0;
  49.     width: 0;
  50.     height: 0
  51. }
  52.  
  53. div.inner_layer {
  54.     position: relative
  55. }
  56.  
  57. div.abstext {
  58.     position: absolute
  59. }
  60.  
  61. .absimg {
  62.     position: absolute;
  63.     border: none
  64. }
  65.  
  66. span.ib {
  67.     overflow: hidden;
  68.     white-space: nowrap;
  69.     display: inline-block;
  70.     vertical-align: bottom;
  71.     letter-spacing: 0
  72. }
  73.  
  74. div.page div {
  75.     white-space: nowrap
  76. }
  77.  
  78. div.scale_hack div.middle_layer {
  79.     font-size: 15.0em
  80. }
  81.  
  82. div.scale_hack div.inner_layer {
  83.     -moz-transform: scale(0.06667);
  84.     -moz-transform-origin: top left;
  85.     -webkit-transform: scale(0.06667);
  86.     -webkit-transform-origin: top left;
  87.     -o-transform: scale(0.06667);
  88.     -o-transform-origin: top left
  89. }
  90.  
  91. span.nw {
  92.     white-space: nowrap;
  93.     position: static
  94. }
  95.  
  96. span.jbr {
  97.     width: 100%;
  98.     display: inline-block
  99. }
  100.  
  101. .inner_layer div {
  102.     position: absolute
  103. }
  104.  
  105. .inner_layer p {
  106.     position: absolute;
  107.     margin: 0;
  108.     padding: 0
  109. }
  110.  
  111. .inner_layer p.pj span span {
  112.     line-height: 0px
  113. }
  114.  
  115. .inner_layer p.pl span,
  116. .inner_layer p.pc span,
  117. .inner_layer p.pr span {
  118.     line-height: 0px
  119. }
  120.  
  121. .inner_layer p.pj {
  122.     white-space: normal;
  123.     text-align: justify
  124. }
  125.  
  126. .inner_layer p.pl {
  127.     text-align: left
  128. }
  129.  
  130. .inner_layer p.pr {
  131.     text-align: right
  132. }
  133.  
  134. .inner_layer p.pc {
  135.     text-align: center
  136. }
  137.  
  138. .inner_layer div span,
  139. .inner_layer p span {
  140.     position: relative
  141. }
  142.  
  143. .inner_layer div,
  144. .inner_layer span {
  145.     white-space: nowrap
  146. }
  147.  
  148. div.outer_page_container {
  149.     position: relative
  150. }
  151.  
  152. div.newpage {
  153.     white-space: nowrap;
  154.     position: relative;
  155.     top: 0px;
  156.     left: 0px;
  157.     text-rendering: auto;
  158.     color: #000000
  159. }
  160.  
  161. div.image_layer {
  162.     width: 0px;
  163.     height: 0px;
  164.     position: absolute;
  165.     top: 0px;
  166.     left: 0px
  167. }
  168.  
  169. div.image_layer .absimg {
  170.     position: absolute;
  171.     border: none;
  172.     left: 0px
  173. }
  174.  
  175. div.link_layer {
  176.     width: 0px;
  177.     height: 0px;
  178.     position: absolute;
  179.     top: 0px;
  180.     left: 0px
  181. }
  182.  
  183. div.text_layer div {
  184.     white-space: nowrap;
  185.     padding: 0;
  186.     margin: 0;
  187.     border: none;
  188.     line-height: 1
  189. }
  190.  
  191. div.text_layer span {
  192.     white-space: nowrap;
  193.     padding: 0;
  194.     margin: 0;
  195.     border: none;
  196.     height: 1px;
  197.     line-height: 1
  198. }
  199.  
  200. span.g {
  201.     position: absolute;
  202.     border: none;
  203.     left: 0px
  204. }
  205.  
  206. .text_layer span.w {
  207.     white-space: nowrap;
  208.     padding: 0;
  209.     margin: 0;
  210.     border: none;
  211.     height: 1px;
  212.     line-height: 1;
  213.     display: inline-block
  214. }
  215.  
  216. .text_layer a.ll {
  217.     position: static;
  218.     display: inline;
  219.     color: inherit;
  220.     text-decoration: none
  221. }
  222.  
  223. .text_layer span.l {
  224.     white-space: nowrap;
  225.     padding: 0;
  226.     margin: 0;
  227.     border: none;
  228.     height: 1px;
  229.     line-height: 1;
  230.     display: inline
  231. }
  232.  
  233. .text_layer span.l1 {
  234.     white-space: nowrap;
  235.     padding: 0;
  236.     margin: 0;
  237.     border: none;
  238.     height: 1px;
  239.     line-height: 1;
  240.     display: inline;
  241.     margin-left: -1px
  242. }
  243.  
  244. .text_layer span.l2 {
  245.     white-space: nowrap;
  246.     padding: 0;
  247.     margin: 0;
  248.     border: none;
  249.     height: 1px;
  250.     line-height: 1;
  251.     display: inline;
  252.     margin-left: -2px
  253. }
  254.  
  255. .text_layer span.l3 {
  256.     white-space: nowrap;
  257.     padding: 0;
  258.     margin: 0;
  259.     border: none;
  260.     height: 1px;
  261.     line-height: 1;
  262.     display: inline;
  263.     margin-left: -3px
  264. }
  265.  
  266. .text_layer span.l4 {
  267.     white-space: nowrap;
  268.     padding: 0;
  269.     margin: 0;
  270.     border: none;
  271.     height: 1px;
  272.     line-height: 1;
  273.     display: inline;
  274.     margin-left: -4px
  275. }
  276.  
  277. .text_layer span.l5 {
  278.     white-space: nowrap;
  279.     padding: 0;
  280.     margin: 0;
  281.     border: none;
  282.     height: 1px;
  283.     line-height: 1;
  284.     display: inline;
  285.     margin-left: -5px
  286. }
  287.  
  288. .text_layer span.l6 {
  289.     white-space: nowrap;
  290.     padding: 0;
  291.     margin: 0;
  292.     border: none;
  293.     height: 1px;
  294.     line-height: 1;
  295.     display: inline;
  296.     margin-left: -6px
  297. }
  298.  
  299. .text_layer span.l7 {
  300.     white-space: nowrap;
  301.     padding: 0;
  302.     margin: 0;
  303.     border: none;
  304.     height: 1px;
  305.     line-height: 1;
  306.     display: inline;
  307.     margin-left: -7px
  308. }
  309.  
  310. .text_layer span.l8 {
  311.     white-space: nowrap;
  312.     padding: 0;
  313.     margin: 0;
  314.     border: none;
  315.     height: 1px;
  316.     line-height: 1;
  317.     display: inline;
  318.     margin-left: -8px
  319. }
  320.  
  321. .text_layer span.l9 {
  322.     white-space: nowrap;
  323.     padding: 0;
  324.     margin: 0;
  325.     border: none;
  326.     height: 1px;
  327.     line-height: 1;
  328.     display: inline;
  329.     margin-left: -9px
  330. }
  331.  
  332. .text_layer span.l10 {
  333.     white-space: nowrap;
  334.     padding: 0;
  335.     margin: 0;
  336.     border: none;
  337.     height: 1px;
  338.     line-height: 1;
  339.     display: inline;
  340.     margin-left: -10px
  341. }
  342.  
  343. .text_layer span.l11 {
  344.     white-space: nowrap;
  345.     padding: 0;
  346.     margin: 0;
  347.     border: none;
  348.     height: 1px;
  349.     line-height: 1;
  350.     display: inline;
  351.     margin-left: -11px
  352. }
  353.  
  354. .text_layer span.l12 {
  355.     white-space: nowrap;
  356.     padding: 0;
  357.     margin: 0;
  358.     border: none;
  359.     height: 1px;
  360.     line-height: 1;
  361.     display: inline;
  362.     margin-left: -12px
  363. }
  364.  
  365. .text_layer span.w1 {
  366.     white-space: nowrap;
  367.     padding: 0;
  368.     margin: 0;
  369.     border: none;
  370.     height: 1px;
  371.     line-height: 1;
  372.     width: 1px;
  373.     display: inline-block
  374. }
  375.  
  376. .text_layer span.w2 {
  377.     white-space: nowrap;
  378.     padding: 0;
  379.     margin: 0;
  380.     border: none;
  381.     height: 1px;
  382.     line-height: 1;
  383.     width: 2px;
  384.     display: inline-block
  385. }
  386.  
  387. .text_layer span.w3 {
  388.     white-space: nowrap;
  389.     padding: 0;
  390.     margin: 0;
  391.     border: none;
  392.     height: 1px;
  393.     line-height: 1;
  394.     width: 3px;
  395.     display: inline-block
  396. }
  397.  
  398. .text_layer span.w4 {
  399.     white-space: nowrap;
  400.     padding: 0;
  401.     margin: 0;
  402.     border: none;
  403.     height: 1px;
  404.     line-height: 1;
  405.     width: 4px;
  406.     display: inline-block
  407. }
  408.  
  409. .text_layer span.w5 {
  410.     white-space: nowrap;
  411.     padding: 0;
  412.     margin: 0;
  413.     border: none;
  414.     height: 1px;
  415.     line-height: 1;
  416.     width: 5px;
  417.     display: inline-block
  418. }
  419.  
  420. .text_layer span.w6 {
  421.     white-space: nowrap;
  422.     padding: 0;
  423.     margin: 0;
  424.     border: none;
  425.     height: 1px;
  426.     line-height: 1;
  427.     width: 6px;
  428.     display: inline-block
  429. }
  430.  
  431. .text_layer span.w7 {
  432.     white-space: nowrap;
  433.     padding: 0;
  434.     margin: 0;
  435.     border: none;
  436.     height: 1px;
  437.     line-height: 1;
  438.     width: 7px;
  439.     display: inline-block
  440. }
  441.  
  442. .text_layer span.w8 {
  443.     white-space: nowrap;
  444.     padding: 0;
  445.     margin: 0;
  446.     border: none;
  447.     height: 1px;
  448.     line-height: 1;
  449.     width: 8px;
  450.     display: inline-block
  451. }
  452.  
  453. .text_layer span.w9 {
  454.     white-space: nowrap;
  455.     padding: 0;
  456.     margin: 0;
  457.     border: none;
  458.     height: 1px;
  459.     line-height: 1;
  460.     width: 9px;
  461.     display: inline-block
  462. }
  463.  
  464. .text_layer span.w10 {
  465.     white-space: nowrap;
  466.     padding: 0;
  467.     margin: 0;
  468.     border: none;
  469.     height: 1px;
  470.     line-height: 1;
  471.     width: 10px;
  472.     display: inline-block
  473. }
  474.  
  475. .text_layer span.w11 {
  476.     white-space: nowrap;
  477.     padding: 0;
  478.     margin: 0;
  479.     border: none;
  480.     height: 1px;
  481.     line-height: 1;
  482.     width: 11px;
  483.     display: inline-block
  484. }
  485.  
  486. .text_layer span.w12 {
  487.     white-space: nowrap;
  488.     padding: 0;
  489.     margin: 0;
  490.     border: none;
  491.     height: 1px;
  492.     line-height: 1;
  493.     width: 12px;
  494.     display: inline-block
  495. }
  496.  
  497. a.ll {
  498.     display: block;
  499.     position: absolute
  500. }
  501.  
  502. div.text_layer {
  503.     position: absolute;
  504.     top: 0;
  505.     left: 0;
  506.     width: 0;
  507.     height: 0;
  508.     -o-transform: scale(0.2);
  509.     -o-transform-origin: top left;
  510.     -moz-transform: scale(0.2);
  511.     -moz-transform-origin: top left;
  512.     -webkit-transform: scale(0.2);
  513.     -webkit-transform-origin: top left;
  514.     -ms-transform: scale(0.2);
  515.     -ms-transform-origin: top left;
  516.     transform: scale(0.2);
  517.     transform-origin: top left
  518. }
  519.  
  520. span.a {
  521.     position: absolute;
  522.     border: none;
  523.     left: 0px
  524. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement