Advertisement
alicescreed

ashestoashestm

Nov 9th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.70 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7.  
  8. <!-- custom theme for ASHESTOASHESTM 11.9.2019 -->
  9. <!-- please do not steal, redistribute, or claim as your own. KEEP CREDIT IN TACT. thank you! -->
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />
  14.  
  15. {/block:Description}
  16.  
  17. <meta name="text:link1title" content="link1 title">
  18. <meta name="text:link1url" content="link1 url">
  19. <meta name="text:link2title" content="link2 title">
  20. <meta name="text:link2url" content="link2 url">
  21. <meta name="text:link3title" content="link3 title">
  22. <meta name="text:link3url" content="link3 url">
  23. <meta name="text:link4title" content="link4 title">
  24. <meta name="text:link4url" content="link4 url">
  25.  
  26. <meta name="image:background" content="">
  27. <meta name="image:infobackground" content="">
  28.  
  29. <meta name="color:text" content="#d7d7d7">
  30. <meta name="color:scrollbar" content="#790000">
  31. <meta name="color:bold" content="#be0000">
  32. <meta name="color:italic" content="#be0000">
  33. <meta name="color:links" content="#be0000">
  34. <meta name="color:borders" content="#e2e2e2">
  35. <meta name="color:hover link" content="#9a9a9a">
  36.  
  37. <link href="https://fonts.googleapis.com/css?family=Crimson+Text|Yellowtail&display=swap" rel="stylesheet">
  38.  
  39. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  40. <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  41. <script>
  42. (function($){
  43. $(document).ready(function(){
  44. $("[title]").style_my_tooltips({
  45. tip_follows_cursor:true,
  46. tip_delay_time:200,
  47. tip_fade_speed:300
  48. }
  49. );
  50. });
  51. })(jQuery);
  52. </script>
  53.  
  54.  
  55. <style type="text/css">
  56.  
  57.  
  58. body {
  59. font-family: 'Crimson Text', serif;
  60. color: {color:text};
  61. font-size: 10pt;
  62. letter-spacing: 0px;
  63. background-color: #08090c;
  64. background-image: url('{image:background}');
  65. background-position: absolute;
  66. background-attachment: fixed;
  67. line-height: 120%;
  68. background-repeat: no-repeat;
  69. text-align: justify;
  70. }
  71.  
  72. #s-m-t-tooltip{
  73. position: absolute;
  74. z-index: 999999999999999999999999999999999999999999999999999999999999;
  75. margin-top: 10px;
  76. margin-left: 5px;
  77. display: block;
  78. background-image: url('{image:infobackground}');
  79. background-position: center;
  80. text-align: center;
  81. color: #fff;
  82. font-style: italic;
  83. font-family: 'Yellowtail', cursive;
  84. letter-spacing: 1px;
  85. text-shadow: 1px 1px 2px #000;
  86. border: 4px {color:borders};
  87. border-style: double;
  88. padding: 10px;
  89. font-size: 20px;
  90. margin-bottom: 5px;
  91. }
  92.  
  93. ::-webkit-scrollbar-thumb:vertical {
  94. background-color: {color:scrollbar};
  95. height:auto;
  96. }
  97.  
  98. ::-webkit-scrollbar-thumb:horizontal {
  99. background-color: {color:scrollbar};
  100. height:2px;
  101. }
  102.  
  103. ::-webkit-scrollbar {
  104. height:3px;
  105. width:3px;
  106. background-color: transparent;
  107. }
  108.  
  109.  
  110. a {
  111. text-decoration: none;
  112. color: {color:links};
  113. font-size: 14pt;
  114. line-height: 19pt;
  115. font-weight: bold;
  116. transition-duration: 0.6s;
  117. -moz-transition-duration: 0.6s;
  118. -webkit-transition-duration: 0.6s;
  119. -o-transition-duration: 0.6s;
  120. font-family: 'Yellowtail', cursive;
  121. letter-spacing: 1px;
  122. text-shadow: 1px 1px 5px #000;
  123. }
  124.  
  125.  
  126. a:hover {
  127. text-decoration: none;
  128. filter:blur(1px);
  129. color: {color:hover link};
  130. transition-duration: 0.6s;
  131. -moz-transition-duration: 0.6s;
  132. -webkit-transition-duration: 0.6s;
  133. -o-transition-duration: 0.6s;
  134. font-family:'Yellowtail', cursive;
  135. }
  136.  
  137. small, sup, sub {
  138. font-size: 100%;
  139. }
  140.  
  141. b, strong {
  142. text-shadow: 1px 1px 5px #000;
  143. padding-left: 2px;
  144. padding-right: 2px;
  145. color:{color:bold};
  146. letter-spacing: 0px;
  147. font-size: 15px;
  148. font-family: 'Yellowtail', cursive;
  149. }
  150.  
  151. i, em {
  152. text-shadow: 1px 1px 5px #000;
  153. color:{color:italic};
  154. font-family: 'yellowtail', cursive;
  155. letter-spacing: 1px;
  156. padding-left:5px;
  157. padding-right: 5px;
  158. padding-top: 10px;
  159. padding-bottom: 10px;
  160. font-size: 20px;
  161. }
  162.  
  163.  
  164.  
  165.  
  166. h2 {
  167. text-shadow: 1px 1px 5px #000;
  168. font-family: 'Yellowtail', cursive;
  169. font-size: 120%;
  170. font-weight: bold;
  171. line-height: 120%;
  172. letter-spacing: 1px;
  173. }
  174.  
  175.  
  176. #info {
  177. padding: 10px;
  178. background-image: url('{image:infobackground}');
  179. background-position: center;
  180. text-align: center;
  181. color: #fff;
  182. color: {color:bold};
  183. opacity: 1;
  184. letter-spacing: 1px;
  185. transition-duration: 0.6s;
  186. -moz-transition-duration: 0.6s;
  187. -webkit-transition-duration: 0.6s;
  188. -o-transition-duration: 0.6s;
  189. font-size:14px;
  190. border: 4px {color:borders};
  191. border-style: double;
  192. }
  193.  
  194. #info a {
  195. font-size: 20pt;
  196. text-shadow: 1px 1px #fff;
  197. color: {color:links};
  198. }
  199.  
  200. #h1 {
  201. background-image: url('{image:infobackground}');
  202. text-align: center;
  203. color: #fff;
  204. font-family: 'Yellowtail', cursive;
  205. border: 4px double #fff;
  206. padding: 10px;
  207. text-shadow: 2px 2px 2px #000;
  208. line-height: 110%;
  209. font-size: 18pt;
  210. background-position: center;
  211. margin-bottom: 5px;
  212. }
  213.  
  214. #sidebar {
  215. margin-left: 880px;
  216. width: 235px;
  217. font-size: 10px;
  218. margin-top: 355px;
  219. position: fixed;
  220. background-color: transparent;
  221. padding: 10px;
  222. }
  223.  
  224. #description {
  225. font-size: 11px;
  226. width: 150px;
  227. height:130px;
  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: 5px;
  248. background-color: #1c1c1c;
  249. }
  250.  
  251. blockquote img {
  252. max-width: auto;
  253. }
  254.  
  255.  
  256. ol.notes {
  257. text-align: left;
  258. list-style: upper-roman;
  259. padding: 10px;
  260.  
  261. }
  262.  
  263.  
  264. #info a:hover {
  265. color: {color:bold};
  266. }
  267.  
  268. #credit {
  269. right:10px;
  270. bottom:7px;
  271. padding:5px;
  272. font-size:10px;
  273. position:fixed;
  274. background-image: url('{image:infobackground}');
  275. text-align: center;
  276. font-style: italic;
  277. font-family: 'Yellowtail', cursive;
  278. letter-spacing: 1px;
  279. border: 1px {color:borders};
  280. border-style: solid;
  281. padding: 5px;
  282. font-size: 120%;
  283. margin-bottom: 5px;
  284. transition-duration: 0.6s;
  285. -moz-transition-duration: 0.6s;
  286. -webkit-transition-duration: 0.6s;
  287. -o-transition-duration: 0.6s;
  288. }
  289.  
  290.  
  291. #credit a {
  292. font-family: 'Yellowtail', cursive;
  293. color:#fff;
  294. padding:5px;
  295. letter-spacing:1px;
  296. text-decoration:none;
  297. font-weight:bold;
  298. }
  299.  
  300. #tags a {
  301. text-shadow: 1px 1px #000;
  302. color:{color:text};
  303. }
  304.  
  305. #post {
  306. width: 400px;
  307. margin-bottom: 50px;
  308. }
  309.  
  310. #posts {
  311. width: 400px;
  312. height: 480px;
  313. padding-right: 10px;
  314. position: absolute;
  315. margin-left: 430px;
  316. margin-top: 70px;
  317. overflow: auto;
  318. }
  319.  
  320.  
  321. #links {
  322. position: fixed;
  323. margin-top: 450px;
  324. text-align: left;
  325. width: 200px;
  326. font-size: 13pt;
  327. line-height: 6pt;
  328. margin-left: 525px;
  329. font-family: 'Yellowtail', cursive;
  330. }
  331.  
  332. #links a {
  333. color: {color:navlinks};
  334. font-weight: bold;
  335. font-family: 'Yellowtail', cursive;
  336. text-transform: uppercase;
  337. }
  338.  
  339. #links a:hover {
  340. color: {color:bold};
  341. font-style: normal;
  342. }
  343.  
  344.  
  345. #pages {
  346. text-align: center;
  347. margin-top: 20px;
  348. }
  349.  
  350. #ask {
  351. border-bottom: 4px double {color:borders};
  352. padding: 10px;
  353. font-size: 15pt;
  354. }
  355.  
  356.  
  357. #btitle {
  358. position: fixed;
  359. width: 75px;
  360. height: 10px;
  361. margin-top: 0px;
  362. text-transform: uppercase;
  363. }
  364.  
  365. #infobox {
  366. position: fixed;
  367. margin-left: 160px;
  368. width: 75px;
  369. font-size: 10px;
  370. margin-top: -120px;
  371. }
  372.  
  373. #crs {
  374. transform: rotate(100deg);
  375. position: fixed;
  376. margin-top: 80px;
  377. margin-left: 1350px;
  378. }
  379.  
  380. #c1 {
  381. margin-top: 100px;
  382. margin-left: 70px;
  383. position: fixed;
  384. transform: rotate(5deg);
  385. transition-duration: 0.6s;
  386. -moz-transition-duration: 0.6s;
  387. -webkit-transition-duration: 0.6s;
  388. -o-transition-duration: 0.6s;
  389. }
  390.  
  391.  
  392. #c1:hover {
  393. transform: rotate(0deg);
  394. position: fixed;
  395. transition-duration: 0.6s;
  396. -moz-transition-duration: 0.6s;
  397. -webkit-transition-duration: 0.6s;
  398. -o-transition-duration: 0.6s;
  399. }
  400.  
  401.  
  402. #c2 {
  403. margin-top: 160px;
  404. margin-left:130px;
  405. position: fixed;
  406. transform: rotate(-5deg);
  407. transition-duration: 0.6s;
  408. -moz-transition-duration: 0.6s;
  409. -webkit-transition-duration: 0.6s;
  410. -o-transition-duration: 0.6s;
  411. }
  412.  
  413.  
  414. #c2:hover {
  415. transform: rotate(0deg);
  416. position: fixed;
  417. transition-duration: 0.6s;
  418. -moz-transition-duration: 0.6s;
  419. -webkit-transition-duration: 0.6s;
  420. -o-transition-duration: 0.6s;
  421. }
  422.  
  423.  
  424. #c3 {
  425. margin-top: 220px;
  426. margin-left:50px;
  427. position: fixed;
  428. transform: rotate(10deg);
  429. transition-duration: 0.6s;
  430. -moz-transition-duration: 0.6s;
  431. -webkit-transition-duration: 0.6s;
  432. -o-transition-duration: 0.6s;
  433. }
  434.  
  435.  
  436. #c3:hover {
  437. transform: rotate(0deg);
  438. position: fixed;
  439. transition-duration: 0.6s;
  440. -moz-transition-duration: 0.6s;
  441. -webkit-transition-duration: 0.6s;
  442. -o-transition-duration: 0.6s;
  443. }
  444.  
  445.  
  446. #c4 {
  447. margin-top: 310px;
  448. margin-left:30px;
  449. position: fixed;
  450. transform: rotate(-10deg);
  451. transition-duration: 0.6s;
  452. -moz-transition-duration: 0.6s;
  453. -webkit-transition-duration: 0.6s;
  454. -o-transition-duration: 0.6s;
  455. }
  456.  
  457.  
  458. #c4:hover {
  459. transform: rotate(0deg);
  460. position: fixed;
  461. transition-duration: 0.6s;
  462. -moz-transition-duration: 0.6s;
  463. -webkit-transition-duration: 0.6s;
  464. -o-transition-duration: 0.6s;
  465. }
  466.  
  467. </style>
  468.  
  469. </head>
  470.  
  471. <body>
  472.  
  473. <div id="crs">
  474.  
  475. <div id="c1">
  476. <a href="{text:link4url}" style=" font-size: 30pt;" title="{text:link4title}">✜</a>
  477. </div>
  478.  
  479. <div id="c2">
  480. <a href="{text:link3url}" style=" font-size: 40pt;" title="{text:link3title}">✜</a>
  481. </div>
  482.  
  483. <div id="c3">
  484. <a href="{text:link2url}" style=" font-size: 30pt;" title="{text:link2title}">✜</a>
  485. </div>
  486.  
  487. <div id="c4">
  488. <a href="{text:link1url}" style=" font-size: 40pt;" title="{text:link1title}">✜</a>
  489. </div>
  490.  
  491.  
  492. </div>
  493.  
  494. <div id="sidebar">
  495. <div id="description">
  496. {description}</div>
  497. <div id="infobox">
  498. <a href="/"> <img src="https://i.imgur.com/O6b55gp.png" title="{title}"> </a>
  499. <div id="btitle"><marquee scrolldelay="120">{title}</marquee></div>
  500.  
  501. <div id="pages"> {block:Pagination}
  502. {block:PreviousPage}
  503. <a href="{PreviousPage}">fall</a> /
  504. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">rise</a>
  505. {/block:NextPage}
  506. {/block:Pagination}</div>
  507. </div>
  508.  
  509. </div>
  510.  
  511. <div id="posts">
  512.  
  513.  
  514. {block:Posts}<div id="post">
  515.  
  516.  
  517.  
  518. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  519.  
  520. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
  521.  
  522. {Caption} {/block:Caption}{/block:Photo}
  523.  
  524. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}
  525.  
  526. {/block:Photoset}
  527.  
  528. {block:Quote}<b style="text-align: center; font-size: 18pt; line-height: 20pt;">{Quote}</b>{block:Source}<div style="text-align:center;">—{Source}</div>{/block:Source}{/block:Quote}
  529.  
  530. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  531.  
  532. {Description}{/block:Description}{/block:Link}
  533.  
  534. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  535.  
  536. <div id="l">{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  537.  
  538. {block:Audio}
  539. <div id="audio">
  540. {block:TrackName}
  541. <div id="musicinfo" style="margin-top: 5px;">
  542. {AudioPlayerGrey} <br>
  543. {TrackName} by
  544. {/block:TrackName}
  545. {block:Artist}
  546. {Artist}
  547. {/block:Artist}
  548.  
  549. </div>
  550. </div>
  551. {block:caption}<div id="caption">{Caption} </div>{/block:caption}
  552. {/block:Audio}
  553.  
  554.  
  555. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  556.  
  557. {block:Answer}
  558. <div id="ask">
  559. {Asker} asked,<br>
  560. <span style="font-weight: normal;font-family: 'Crimson Text', serif; color: {color:text}; font-size: 10pt;">" {Question} "</span>
  561. </table>
  562. </div>
  563. {Answer}{/block:Answer}
  564.  
  565. <div id="info">
  566. <a title="{TimeAgo}" title="{TimeAgo}">✜</a><a href="{Permalink}" title="{NoteCount} notes">✜</a><a href="{ReblogURL}" title="reblog">✜</a>
  567. <div id="tags">
  568. {block:HasTags}{block:Tags} <a href="{TagURL}" style="font-family:'Crimson Text', serif; font-size: 12px; line-height: 13px; color: #fff;">#{Tag} </a>
  569. {/block:Tags}{/block:HasTags}
  570. </div>
  571. </div>
  572.  
  573. </div>
  574. {block:PostNotes}<Div style="width: 400px;">
  575.  
  576.  
  577. {PostNotes}</div>{/block:PostNotes}
  578. {/block:Posts}</div>
  579.  
  580. <div id="credit">
  581. <a href="https://anacommissions.tumblr.com/" title="theme & graphics by anacommissions">AC</a>
  582. </div>
  583.  
  584.  
  585.  
  586.  
  587.  
  588. </body>
  589.  
  590.  
  591.  
  592. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement