Advertisement
alicescreed

stormreckoned

May 7th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.33 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />
  11.  
  12. {/block:Description}
  13.  
  14. <meta name="text:title1" content="title">
  15. <meta name="text:title2" content="title">
  16. <meta name="text:description1" content="Dessert gummi bears lemon drops. Jelly tart gummi bears brownie. Candy canes gummi bears tart chocolate cake dragée tart. Dessert gummi bears lemon drops.">
  17. <meta name="text:description2" content="Dessert gummi bears lemon drops. Jelly tart gummi bears brownie. Candy canes gummi bears tart chocolate cake dragée tart. Dessert gummi bears lemon drops. Dessert gummi bears lemon drops. Jelly tart gummi bears brownie. Candy canes gummi bears tart chocolate cake dragée tart. Dessert gummi bears lemon drops.">
  18. <meta name="text:link1" content="url">
  19. <meta name="text:link1title" content="title">
  20. <meta name="text:link2" content="url">
  21. <meta name="text:link2title" content="url">
  22.  
  23. <meta name="image:background" content="">
  24. <meta name="image:infobackground" content="">
  25.  
  26. <meta name="color:text" content="#b0b0b0">
  27. <meta name="color:scrollbar" content="#6b6b6b">
  28. <meta name="color:bold" content="#aa5252">
  29. <meta name="color:italic" content="#aa5252">
  30. <meta name="color:links" content="#aa5252">
  31. <meta name="color:borders" content="#848484">
  32. <meta name="color:hover link" content="#ffffff">
  33.  
  34. <link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet">
  35.  
  36. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  37. <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  38. <script>
  39. (function($){
  40. $(document).ready(function(){
  41. $("[title]").style_my_tooltips({
  42. tip_follows_cursor:true,
  43. tip_delay_time:200,
  44. tip_fade_speed:300
  45. }
  46. );
  47. });
  48. })(jQuery);
  49. </script>
  50.  
  51. <style type="text/css">
  52.  
  53.  
  54. body {
  55. font-family: cambria;
  56. color: {color:text};
  57. font-size: 10px;
  58. background-color: black;
  59. background-image: url('{image:background}');
  60. background-position: absolute;
  61. background-repeat: no-repeat;
  62. background-position: top left;
  63. text-align: justify;
  64. }
  65.  
  66. #s-m-t-tooltip{
  67. position: absolute;
  68. z-index: 999999999999999999999999999999999999999999999999999999999999;
  69. margin-top: 10px;
  70. margin-left: 5px;
  71. display: block;
  72. background-image: url('{image:infobackground}');
  73. text-align: center;
  74. font-style: italic;
  75. font-family: 'Kaushan Script', cursive;
  76. letter-spacing: 1px;
  77. text-shadow: 1px 1px 4px #000;
  78. border: 1px {color:borders};
  79. border-style: dashed;
  80. padding: 5px;
  81. font-size: 120%;
  82. margin-bottom: 5px;
  83. }
  84.  
  85. ::-webkit-scrollbar-thumb:vertical {
  86. background-color: {color:scrollbar};
  87. height:auto;
  88. }
  89.  
  90. ::-webkit-scrollbar-thumb:horizontal {
  91. background-color: {color:scrollbar};
  92. height:2px;
  93. }
  94.  
  95. ::-webkit-scrollbar {
  96. height:2px;
  97. width:2px;
  98. background-color: transparent;
  99. }
  100.  
  101.  
  102. a {
  103. text-decoration: none;
  104. color: {color:links};
  105. font-weight: bold;
  106. font-size: 130%;
  107. transition-duration: 0.6s;
  108. -moz-transition-duration: 0.6s;
  109. -webkit-transition-duration: 0.6s;
  110. -o-transition-duration: 0.6s;
  111. font-family: 'kaushan script', serif;
  112. letter-spacing: 1px;
  113. text-shadow: 1px 1px 3px #000;
  114. }
  115.  
  116.  
  117. a:hover {
  118. text-decoration: none;
  119. font-size: 140%;
  120. color: {color:hover link};
  121. transition-duration: 0.6s;
  122. -moz-transition-duration: 0.6s;
  123. -webkit-transition-duration: 0.6s;
  124. -o-transition-duration: 0.6s;
  125. text-shadow: 1px 1px 4px #000;
  126. }
  127.  
  128. small, sup, sub {
  129. font-size: 100%;
  130. }
  131.  
  132. b {
  133. font-size: 110%;
  134. padding-left: 2px;
  135. padding-right: 2px;
  136. color:{color:bold};
  137. font-weight: bold;
  138. letter-spacing: 1px;
  139. font-family: cambria;
  140. text-transform: uppercase;
  141. }
  142.  
  143. i {
  144. color:{color:italic};
  145. font-size: 150%;
  146. font-style: normal;
  147. font-weight: bold;
  148. letter-spacing: 1px;
  149. font-family: 'kaushan script', cursive;
  150. }
  151.  
  152. h2 {
  153. font-family: 'kaushan script', cursive;
  154. font-size: 200%;
  155. font-weight: bold;
  156. letter-spacing: 1px;
  157. }
  158.  
  159. #posts {
  160. position: absolute;
  161. margin-top: 100px;
  162. margin-left: 505px;
  163. width: 250px;
  164. height: 490px;
  165. padding-right: 7px;
  166. overflow: auto;
  167. }
  168.  
  169. #post {
  170. line-height: 150%;
  171. width: 250px;
  172. margin-bottom: 25px;
  173. }
  174.  
  175. #info {
  176. background-color: grey;
  177. padding: 5px;
  178. background-image: url('{image:infobackground}');
  179. text-align: center;
  180. font-family: 'kaushan script', cursive;
  181. letter-spacing: 1px;
  182. text-shadow: 1px 1px 4px #000;
  183. border: 1px {color:borders};
  184. border-style: dashed;
  185. }
  186.  
  187.  
  188. #sidebarh1 {
  189. background-image: url('{image:infobackground}');
  190. text-align: center;
  191. font-style: italic;
  192. color: {color:bold};
  193. font-family: 'kaushan script', cursive;
  194. letter-spacing: 1px;
  195. text-shadow: 1px 1px 4px #000;
  196. border: 1px {color:borders};
  197. border-style: dashed;
  198. padding: 5px;
  199. font-size: 150%;
  200. margin-bottom: 5px;
  201. }
  202.  
  203. #h1 {
  204. background-image: url('{image:infobackground}');
  205. text-align: center;
  206. font-style: italic;
  207. color: {color:bold};
  208. font-family: 'kaushan script', cursive;
  209. letter-spacing: 1px;
  210. text-shadow: 2px 2px 5px #000;
  211. border: 1px {color:borders};
  212. border-style: dashed;
  213. padding: 5px;
  214. font-size: 220%;
  215. margin-bottom: 5px;
  216. }
  217.  
  218. #sidebar {
  219. margin-left: 319px;
  220. width: 160px;
  221. height: 300px;
  222. margin-top: 135px;
  223. position: absolute;
  224. }
  225.  
  226. #description {
  227. height: 85px;
  228. padding-right: 5px;
  229. overflow: auto;
  230. }
  231.  
  232. #audio {
  233. text-align: center;
  234. font-size: 8pt;
  235. line-height: 9pt;
  236. }
  237.  
  238.  
  239. #musicinfo {
  240.  
  241. text-transform: uppercase;
  242. margin-top:10px;
  243. }
  244.  
  245. blockquote {
  246. border-left: 2px solid {Color:borders};
  247. padding-left: 10px;
  248. }
  249.  
  250. blockquote img {
  251. max-width: auto;
  252. }
  253.  
  254.  
  255. ol.notes {
  256. text-align: left;
  257. list-style: upper-roman;
  258. padding: 10px;
  259.  
  260. }
  261.  
  262. #swords {
  263. margin-top: -50px;
  264. position: absolute;
  265. }
  266.  
  267. #sword {
  268. font-size: 100%;
  269. text-shadow: 2px 2px 2px #000;
  270. position: absolute;
  271. transition-duration: 0.6s;
  272. -moz-transition-duration: 0.6s;
  273. -webkit-transition-duration: 0.6s;
  274. -o-transition-duration: 0.6s;
  275. }
  276.  
  277. #sword a:hover {
  278. -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
  279. filter: blur(5px);
  280. text-shadow: 2px 2px 2px #000;
  281. transition-duration: 0.6s;
  282. -moz-transition-duration: 0.6s;
  283. -webkit-transition-duration: 0.6s;
  284. -o-transition-duration: 0.6s;
  285. }
  286.  
  287. #nav {
  288. text-align: center;
  289. font-family: cambria;
  290. text-transform: uppercase;
  291. font-size: 90%;
  292. margin-top: 10px;
  293. }
  294.  
  295. #nav a {
  296. font-family: cambria;
  297. font-weight: bold;
  298. }
  299.  
  300.  
  301. #credit {
  302. right:10px;
  303. bottom:7px;
  304. padding:5px;
  305. font-size:10px;
  306. position:fixed;
  307. background-image: url('{image:infobackground}');
  308. text-align: center;
  309. font-style: italic;
  310. font-family: 'kaushan script', cursive;
  311. letter-spacing: 1px;
  312. text-shadow: 1px 1px 4px #000;
  313. border: 1px {color:borders};
  314. border-style: dashed;
  315. padding: 5px;
  316. font-size: 120%;
  317. margin-bottom: 5px;
  318. transition-duration: 0.6s;
  319. -moz-transition-duration: 0.6s;
  320. -webkit-transition-duration: 0.6s;
  321. -o-transition-duration: 0.6s;
  322. }
  323.  
  324.  
  325. #credit a {
  326. color:#fff;
  327. padding:5px;
  328. letter-spacing:1px;
  329. text-decoration:none;
  330. font-weight:bold;
  331. }
  332.  
  333. #tags a {
  334. font-family: cambria;
  335. font-size: 90%;
  336. }
  337.  
  338.  
  339. </style>
  340.  
  341. </head>
  342.  
  343. <body>
  344.  
  345.  
  346. <div id="swords">
  347. <div id="sword">
  348. <a href="/" title="index" style="position: absolute; margin-left: 200px; margin-top: 95px; font-size: 900%; transform: rotate(20deg);">🗡</a>
  349. <a href="/ask" title="ask" style="position: absolute; margin-left: 140px; margin-top: 230px; font-size: 1200%; transform: rotate(-20deg);">🗡</a>
  350. <a href="/archive" title="past" style="position: absolute; margin-left: 50px; margin-top: 400px; font-size: 1300%; transform: rotate(40deg);">🗡</a>
  351.  
  352. <a href="{text:link1}" title="{text:link1title}" style="position: absolute; margin-left: 800px; margin-top: 200px; font-size: 1300%; transform: rotate(0deg);">🗡</a>
  353.  
  354. <a href="{text:link2}" title="{text:link2title}" style="position: absolute; margin-left: 950px; margin-top: 300px; font-size: 1300%; transform: rotate(50deg);">🗡</a>
  355.  
  356. </div>
  357. </div>
  358.  
  359. <div id="sidebar">
  360. <div id="sidebarh1">{text:title1}</div>
  361. <div id="description">{text:description1}</div>
  362. <div id="sidebarh1">{text:title2}</div>
  363. <div id="description">{text:description2}</div>
  364. <div id="nav">
  365. {block:Pagination}
  366. {block:PreviousPage}
  367. <a href="{PreviousPage}">fall</a> /
  368. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">rise</a>
  369. {/block:NextPage}
  370. {/block:Pagination}
  371. </div>
  372. </div>
  373.  
  374. <div id="posts">{block:Posts}<div id="post">
  375.  
  376.  
  377.  
  378. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  379.  
  380. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}
  381.  
  382. {Caption} {/block:Caption}{/block:Photo}
  383.  
  384. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}
  385.  
  386. {/block:Photoset}
  387.  
  388. {block:Quote}<div id="h1">{Quote}</div>{block:Source}<div style="text-align:center;">—{Source}</div>{/block:Source}{/block:Quote}
  389.  
  390. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  391.  
  392. {Description}{/block:Description}{/block:Link}
  393.  
  394. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  395.  
  396. <div id="l">{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  397.  
  398. {block:Audio}
  399. <div id="audio">
  400. {block:TrackName}
  401. <div id="musicinfo" style="margin-top: 5px;">
  402. {AudioPlayerGrey} <br>
  403. {TrackName} by
  404. {/block:TrackName}
  405. {block:Artist}
  406. {Artist}
  407. {/block:Artist}
  408.  
  409. </div>
  410. </div>
  411. {block:caption}<div id="caption">{Caption} </div>{/block:caption}
  412. {/block:Audio}
  413.  
  414.  
  415. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  416.  
  417. {block:Answer}
  418. <div id="sidebarh1">
  419. <span style="color: white;">{Asker} asked</span> <br>
  420. <span style="font-style: normal; font-family: cambria; font-size: 90%; color: {color:text};">" {Question} "</span>
  421. </table>
  422. </div>
  423. {Answer}{/block:Answer}
  424.  
  425. <div id="info">
  426. <a title="{TimeAgo}">⚔</a> <a href="{Permalink}" title="{NoteCount} notes">⚔</a>
  427. </div>
  428.  
  429. </div>
  430. {block:PostNotes}<Div style="width: 250px;">
  431.  
  432. <div id="tags">
  433. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag}</a>
  434. {/block:Tags}{/block:HasTags}
  435. </div>
  436.  
  437. {PostNotes}</div>{/block:PostNotes}
  438. {/block:Posts}</div>
  439.  
  440. <div id="credit">
  441. <a href="http://anacommissions.tumblr.com/" title="themes & graphics by anacommissions">AC</a>
  442. </div>
  443.  
  444. </div>
  445.  
  446.  
  447.  
  448.  
  449. </body>
  450.  
  451. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement