Advertisement
luckyoldsun

adventure book layout

Feb 25th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.84 KB | None | 0 0
  1. <style>
  2.  
  3. body, td {
  4. font-family: verdana, sans-serif;
  5. font-size: 10pt;
  6. }
  7. tt, pre {
  8. font-family: monospace;
  9. }
  10. a {
  11. text-decoration: none;
  12. }
  13. a:hover {
  14. text-decoration: underline;
  15. }
  16. .shadowed, .ljadshadowed {
  17. font-size: 8pt;
  18. background: ;
  19. }
  20. .ljadshadowed div {
  21. visibility: visible;
  22. position: relative;
  23. }
  24. .meta {
  25. font-size: 8pt;
  26. }
  27. .index {
  28. font-size: 8pt;
  29. }
  30. .caption, .index {
  31. color: ;
  32. }
  33. .comments {
  34. font-size: 8pt;
  35. }
  36. </style>
  37.  
  38. <link href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Megrim|Ropa+Sans" rel="stylesheet" type="text/css">
  39. <link href="https://fonts.googleapis.com/css?family=Chewy|Luckiest+Guy|Mountains+of+Christmas:700|Sacramento|Grand+Hotel|Zeyada|Ribeye+Marrow|Ribeye|Dr+Sugiyama" rel="stylesheet" type="text/css">
  40. <link href="http://fonts.googleapis.com/css?family=Carrois+Gothic+SC|Karla|Caveat|Reenie+Beanie|Yellowtail" rel="stylesheet" type="text/css">
  41.  
  42.  
  43.  
  44. <style>
  45.  
  46. /* originally from ~doogs, heavily modified by ~chataway */
  47.  
  48. body {
  49. background-attachment: fixed;
  50. background-color: #fff;
  51. background-image: url(https://i.pinimg.com/originals/32/74/1f/32741f8a1088a8f5fa4d5c1ea7659791.png);
  52. background-position: center 12%;
  53. background-repeat: no-repeat;
  54. margin-top: 285px;
  55. }
  56.  
  57. body,a:hover {cursor: url(http://i.imgur.com/vl6y9.jpg), progress !important;
  58. }
  59.  
  60. .blend {
  61. width:365px;
  62. height:354px;
  63. background-image: url(http://i.imgur.com/gRgWazF.png);
  64. background-color: #f5f5f6;
  65. background-blend-mode: darken;}
  66.  
  67. .entrybox {
  68. -moz-transition: all 1s ease-out;
  69. -o-transition: all 1s ease-out;
  70. -webkit-transition: all 1s ease-out;
  71. background-color: #e8e8e9;
  72. background-image: url();
  73. border: 1px double #fcfcfc;
  74. box-shadow: 0px 0px 2px #ffffff;
  75. filter: alpha(opacity=95);
  76. opacity: .95;
  77. transition: all 1s ease-out;
  78. }
  79.  
  80. .entrybox td {
  81. font-family: arial, sans-serif;
  82. font-size: 11px;
  83. letter-spacing: 0px;
  84. line-height: 10px;
  85. padding: 4px;
  86. text-align: justify;
  87. }
  88.  
  89. .entrybox td.comments {
  90. text-align: right;
  91. }
  92.  
  93. a:link,a:active,a:visited {
  94. -moz-transition: all 1s ease-out;
  95. -o-transition: all 1s ease-out;
  96. -webkit-transition: all 1s ease-out;
  97. color: #ED4B0A;
  98. font-weight: 700;
  99. text-decoration: none;
  100. transition: all 1s ease-out;
  101. }
  102.  
  103. a:hover {
  104. -moz-transition: all 1s ease-out;
  105. -o-transition: all 1s ease-out;
  106. -webkit-transition: all 1s ease-out;
  107. color: #000;
  108. cursor: default;
  109. transition: all 1s ease-out;
  110. }
  111.  
  112. .shadowed td div {
  113. position: absolute;
  114. visibility: hidden;
  115. }
  116.  
  117. p table table td.caption {
  118. font-family: arial, sans-serif;
  119. font-size: 14px;
  120. font-weight: bold;
  121. letter-spacing: -1px;
  122. line-height: 8px;
  123. text-transform: lowercase;
  124. }
  125.  
  126. .entrybox td.comments,.comments {
  127. font-family: karla, monospace;
  128. font-size: 9px;
  129. font-weight: lighter;
  130. letter-spacing: 0;
  131. line-height: 8px;
  132. padding: 5px;
  133. text-transform: uppercase;
  134. }
  135.  
  136. .entrybox td.index {
  137. color: #534555;
  138. font-family: karla, monospace;
  139. font-size: 8px;
  140. text-transform: uppercase;
  141. }
  142.  
  143. p table table table td.meta,p .index {
  144. color: #534555;
  145. font-family: karla, monospace;
  146. font-size: 8px;
  147. line-height: 8px;
  148. text-transform: uppercase;
  149. }
  150.  
  151. ::selection {
  152. background: #fff;
  153. color: #534555;
  154. }
  155.  
  156. ::-moz-selection {
  157. background: #fff;
  158. color: #534555;
  159. }
  160.  
  161. .nav a:link,.nav a:visited,.nav a:active {
  162. -moz-transition: all 1s ease-out;
  163. -o-transition: all 1s ease-out;
  164. -webkit-transition: all 1s ease-out;
  165. color: #ececec;
  166. font-family: sans-serif;
  167. font-size: 55pt;
  168. letter-spacing: 2px;
  169. opacity: .9;
  170. text-shadow: #000 0 0 1px;
  171. text-transform: lowercase;
  172. }
  173.  
  174. .nav a:hover {
  175. -moz-transition: all 1s ease-out;
  176. -o-transition: all 1s ease-out;
  177. -webkit-transition: all 1s ease-out;
  178. color: #534555;
  179. text-shadow: 0 0 4px #fff;
  180. transition: all 1s ease-out;
  181. }
  182.  
  183. table td table td.caption img,.ljuser img,.shadowed img,.entrybox td.index,.dated {
  184. display: none;
  185. }
  186.  
  187. p table {margin-bottom:0px;}
  188. table {margin-bottom:-16px;}
  189.  
  190. </style>
  191.  
  192.  
  193.  
  194. <style>
  195.  
  196. table table table table .meta {visibility:hidden; position:absolute; top:1px}
  197. table table table table table .meta {visibility:visible; position:relative; top:1px}
  198. tr.caption {display:none}
  199. .shadowed td div {visibility:hidden; position:absolute; top:1px}
  200. .shadowed span#navigation img {display:inline; visibility:visible; position:relative;}
  201. </style>
  202.  
  203.  
  204.  
  205. <table cellspacing="0" cellpadding="0" border="0" summary="">
  206. <tr><td height="100px"></td></tr><tr><td>
  207. <font class="nav"><br> <a href="/" title="main">•</a><a href="/profile" title="profile">•</a><a href="/friends" title="friends">•</a></font></div></td>
  208. <td width="500px"></td>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement