Advertisement
Guest User

Untitled

a guest
May 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.16 KB | None | 0 0
  1.  
  2. body {
  3.   background-image: [img[backgroundpaper]];
  4.   background-attachment: scroll;
  5.   background-repeat: repeat;
  6.   background-size: cover;
  7.   background-color: white;
  8.   font-family: Bookinsanity;
  9.   font-size: 18px;
  10.   margin-bottom: 4px;
  11.   margin-top: 4px;
  12. }
  13.  
  14. <meta name="viewport" content="width=device-width,initial-scale=1">
  15.  
  16. img, embed, object, video {
  17.     max-width: 100%;
  18. }
  19.  
  20.  
  21.  
  22. .firstcharacter {
  23.   float: left;
  24.   font-family: Solbera Imitation;
  25.   font-size: 75px;
  26.   line-height: 60px;
  27.   padding-top: 4px;
  28.   padding-right: 8px;
  29.   padding-left: 3px;
  30. }
  31.  
  32.  
  33. h1, h2, h3, h4{
  34. margin-top:         .2em;
  35. margin-bottom:      .2em;
  36. font-family:        MrJeeves;
  37. font-weight:        800;
  38. color:              #58180D;}
  39.  
  40. /* H1 */
  41.  
  42. h1{
  43. column-span:        all;
  44. font-size:          .987cm;
  45. -webkit-column-span:all;
  46. -moz-column-span:   all;}
  47.  
  48.  
  49. /* H2 */
  50.  
  51. h2{
  52. font-size:          .705cm;
  53. }
  54.  
  55.  
  56. /* H3 */
  57.  
  58. h3{
  59. font-size:          .529cm;
  60. border-bottom:      2px solid #c9ad6a
  61. }
  62.  
  63.  
  64. /* H4 */
  65.  
  66. h4{
  67. margin-bottom:      0;
  68. font-size:          .458cm
  69. }
  70.  
  71.  
  72. /* H5 */
  73.  
  74. h5{
  75. margin-bottom:      .2em;
  76. font-family:        ScalySansSmallCaps;
  77. font-size:          .423cm;
  78. font-weight:        900
  79. }
  80.  
  81.  
  82. /* H6 */
  83.  
  84.  
  85. h6{}
  86.  
  87.  
  88. /* ### Paragraphs */
  89.  
  90. /* P */
  91.  
  92. p{
  93. line-height:        1.3em;}
  94.  
  95.  
  96. /* P+P */
  97.  
  98. p+p{
  99. margin-top:         -0.8em;}
  100.  
  101.  
  102. /* Text Indentation */
  103.  
  104. p+p,
  105. ul+p,
  106. ol+p {
  107.     text-indent:    1em
  108. }
  109.  
  110.  
  111. /* Text Decoration */
  112.  
  113. strong {
  114.     font-weight:    bold;
  115.     letter-spacing: .03em
  116. }
  117. em {
  118.     font-style:     italic
  119. }
  120. sup {
  121.     vertical-align: super;
  122.     font-size:      xx-small;
  123.     line-height:    0
  124. }
  125. sub {
  126.     vertical-align: sub;
  127.     font-size:      smaller;
  128.     line-height:    0
  129. }
  130.  
  131.  
  132. /* First Letter after H1 */
  133.  
  134. h1+p::first-letter {
  135.     float:          left;
  136.     font-family:    Solbera Imitation;
  137.     font-size:      10em;
  138.     color:          #222;
  139.     line-height:    .8em
  140. }
  141.  
  142. firstcharacter {
  143.     float:          left;
  144.     font-family:    Solbera Imitation;
  145.     font-size:      10em;
  146.     color:          #222;
  147.     line-height:    .8em
  148. }
  149. blockquote {
  150.     font-family: Scaly Sans;
  151.     box-sizing: border-box;
  152.     margin-bottom: 1em;
  153.     margin-top: 9px;
  154.     padding: 5px 10px;
  155.     background-color: #e0e5c1;
  156.     border-style: solid;
  157.     border-width: 11px;
  158.     border-image: [img[note-wrap]] 11;
  159.     border-image-outset: 9px 0;
  160.     box-shadow: 1px 4px 14px #888
  161. }
  162. blockquote em {
  163.     font-family: Scaly Sans;
  164.     font-style: italic
  165. }
  166. blockquote strong {
  167.     font-family: Scaly Sans;
  168.     font-weight: 800;
  169.     letter-spacing: -0.02em
  170. }
  171. blockquote p,
  172. blockquote ul {
  173.     font-size: .352cm;
  174.     line-height: 1.1em
  175. }
  176. pre+blockquote,
  177. h2+blockquote,
  178. h3+blockquote,
  179. h4+blockquote,
  180. h5+blockquote {
  181.     margin-top: 13px}
  182. blockquote h5 {
  183.     margin-top: 0}
  184.  
  185.     .descriptive{
  186.         display:block-inline;
  187.         margin-bottom:1em;
  188.         background-color:#faf7ea;
  189.         font-family:ScalySans;
  190.         border-style:solid;
  191.         border-width:7px;
  192.         border-image: [img[sidebars]] 12 round;
  193.         border-image-outset:4px;
  194.         box-shadow:0 0 6px #faf7ea
  195.     }
  196.     .descriptive p{
  197.         display:block;
  198.         padding-bottom:0;
  199.         line-height:1.5em
  200.     }
  201.     .descriptive p+p{
  202.         padding-top:.8em
  203.     }
  204.     .descriptive em{
  205.         font-family:ScalySans;
  206.         font-style:italic
  207.     }
  208.     .descriptive strong{
  209.         font-family:ScalySans;
  210.         font-weight:800;
  211.         letter-spacing:-0.02em
  212.     }
  213.     pre+.descriptive{
  214.         margin-top:8px
  215.     }
  216.  
  217.     descriptive {
  218.         display:block-inline;
  219.         margin-bottom:1em;
  220.         background-color:#faf7ea;
  221.         font-family:ScalySans;
  222.         border-style:solid;
  223.         border-width:7px;
  224.         border-image: [img[sidebars]] 12 round;
  225.         border-image-outset:4px;
  226.         box-shadow:0 0 6px #faf7ea
  227.     }
  228.  
  229.  
  230.     table {
  231.         font-family: ScalySans;
  232.         width: 100%;
  233.         margin-bottom: 1em;
  234.         font-size: 10pt;
  235.         line-height: 1.1em;
  236.         table-layout: auto;
  237.     }
  238.  
  239.     table.a {
  240.     table-layout: auto;
  241.     width: 180px;
  242. }
  243.     table em {
  244.         font-family: ScalySans;
  245.         font-style: italic
  246.     }
  247.     table strong {
  248.         font-family: ScalySans;
  249.         font-weight: 800;
  250.         letter-spacing: -0.02em
  251.     }
  252.     table thead {
  253.         font-weight: 800
  254.     }
  255.     table thead th {
  256.         vertical-align: bottom;
  257.         padding-bottom: .3em;
  258.         padding-right: .1em;
  259.         padding-left: .1em
  260.     }
  261.     table tbody tr td {
  262.         padding: .3em .1em
  263.     }
  264.     table tbody tr:nth-child(odd) {
  265.         background-color: #e0e5c1
  266.     }
  267.     tr:nth-child(even) {background-color: #e0e5c1;}
  268.  
  269.     .body:after {
  270.         content: "";
  271.         position: absolute;
  272.         bottom: 0;
  273.         left: 0;
  274.         height: 55px;
  275.         width: 100%;
  276.         background-image: [img[footer]];
  277.         background-size: cover
  278.     }
  279.     .body:nth-child(even):after {transform: scaleX(-1)}
  280.     .body:nth-child(even) .pageNumber {left: 2px}
  281.     .body:nth-child(even) .footnote {
  282.         left: 80px;
  283.         text-align: left
  284.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement