Advertisement
alicescreed

daywalkwithme

Feb 7th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.72 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 dcddyrcaper -->
  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. {/block:Description}
  15.  
  16. <meta name="image:bg" content="">
  17. <meta name="image:infobg" content="">
  18.  
  19. <meta name="text:marquee title" content="marquee title">
  20. <meta name="text:link1url" content="link1url">
  21. <meta name="text:link1title" content="link1title">
  22. <meta name="text:link2url" content="link2url">
  23. <meta name="text:link2title" content="link2title">
  24. <meta name="text:link3url" content="link3url">
  25. <meta name="text:link3title" content="link3title">
  26. <meta name="text:link4url" content="link4url">
  27. <meta name="text:link4title" content="link4title">
  28. <meta name="text:link5url" content="link5url">
  29. <meta name="text:link5title" content="link5title">
  30.  
  31. <meta name="color:bold" content="#740c0c">
  32. <meta name="color:italic" content="#c9c9c9">
  33. <meta name="color:links" content="#740c0c">
  34. <meta name="color:scrollbar" content="#000000">
  35. <meta name="color:borders" content="#64605f">
  36. <meta name="color:hover link" content="#64605f">
  37. <meta name="color:text" content="#a59e9d">
  38.  
  39. <link href="https://fonts.googleapis.com/css?family=Arimo|Fjalla+One&display=swap" rel="stylesheet">
  40.  
  41. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  42. <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  43. <script>
  44. (function($){
  45. $(document).ready(function(){
  46. $("[title]").style_my_tooltips({
  47. tip_follows_cursor:true,
  48. tip_delay_time:200,
  49. tip_fade_speed:300
  50. }
  51. );
  52. });
  53. })(jQuery);
  54. </script>
  55.  
  56. <style type="text/css">
  57.  
  58.  
  59. body {
  60. font-family: 'Arimo', sans-serif;
  61. color: {color:text};
  62. letter-spacing: 0px;
  63. background-color: #090202;
  64. background-image: url('{image:bg}');
  65. background-position: absolute;
  66. background-attachment: fixed;
  67. line-height: 13pt;
  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:infobg}');
  79. background-position: top;
  80. text-align: center;
  81. color: {color:text};
  82. font-style: italic;
  83. font-weight: bold;
  84. font-family: 'Fjalla One', sans-serif;
  85. letter-spacing: 1px;
  86. text-shadow: 1px 1px 2px #000;
  87. border: 4px {color:borders};
  88. border-style: double;
  89. padding: 15px;
  90. font-size: 14pt;
  91. margin-bottom: 5px;
  92. }
  93.  
  94. ::-webkit-scrollbar-thumb:vertical {
  95. background-color: {color:scrollbar};
  96. height:auto;
  97. }
  98.  
  99. ::-webkit-scrollbar-thumb:horizontal {
  100. background-color: {color:scrollbar};
  101. height:2px;
  102. }
  103.  
  104. ::-webkit-scrollbar {
  105. height:3px;
  106. width:3px;
  107. background-color: transparent;
  108. }
  109.  
  110.  
  111. a {
  112. text-decoration: none;
  113. color: {color:links};
  114. font-size: 16pt; font-weight: bold;
  115. line-height: 20pt;
  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: 'Fjalla One', sans-serif;
  121. letter-spacing: 1px;
  122. text-shadow: 1px 1px 5px #000;
  123. }
  124.  
  125.  
  126. a:hover {
  127. text-decoration: none;
  128. letter-spacing: 2px;
  129. filter:blur(1px);
  130. color: {color:hover link};
  131. transition-duration: 0.6s;
  132. -moz-transition-duraftion: 0.6s;
  133. -webkit-transition-duration: 0.6s;
  134. -o-transition-duration: 0.6s;
  135. font-family:'Fjalla One', sans-serif;
  136. }
  137.  
  138. small, sup, sub {
  139. font-size: 100%;
  140. }
  141.  
  142. b, strong {
  143. text-shadow: 1px 1px 5px #000;
  144. padding-left: 2px;
  145. font-weight: bold;
  146. text-transform: uppercase;
  147. padding-right: 2px;
  148. color:{color:bold};
  149. letter-spacing: 2px;
  150. font-size: 14px;
  151. font-family: 'fjalla one', sans-serif;
  152. }
  153.  
  154. i, em {
  155. text-shadow: 1px 1px 3px #000;
  156. color:{color:italic};
  157. letter-spacing: 1px;
  158. padding-left:5px;
  159. font-weight: bold;
  160. padding-right: 5px;
  161. padding-top: 10px;
  162. padding-bottom: 10px;
  163. font-size: 12px;
  164. }
  165.  
  166.  
  167.  
  168.  
  169. h2 {
  170. text-shadow: 1px 1px 3px #000;
  171. font-family: 'Fjalla One', sans-serif;
  172. font-size: 150%;
  173. line-height: 160%;
  174. font-weight: bold;
  175. color:{color:bold};
  176. letter-spacing: 1px;
  177. }
  178.  
  179.  
  180. #info {
  181. padding: 10px;
  182. background-image: url('{image:infobg}');
  183. background-position: top;
  184. text-align: center;
  185. opacity: 1;
  186. margin-top: 20px;
  187. letter-spacing: 1px;
  188. font-weight: bold;
  189. font-family: 'Fjalla One', sans-serif;
  190. transition-duration: 0.6s;
  191. -moz-transition-duration: 0.6s;
  192. -webkit-transition-duration: 0.6s;
  193. -o-transition-duration: 0.6s;
  194. font-size:22px;
  195. border:4px double {color:borders};
  196. }
  197.  
  198. #sidetitle {
  199. padding: 5px;
  200. font-size: 9px;
  201. background-image: url('{image:infobg}');
  202. background-position: center;
  203. text-transform: uppercase;
  204. text-align: center;
  205. opacity: 1;
  206. line-height: 10px;
  207. letter-spacing: 2px;
  208. border: 4px double {color:borders};
  209. }
  210.  
  211.  
  212. #info a {
  213. font-size: 20pt;
  214. text-transform: lowercase;
  215. text-shadow: 1px 1px 3px #000;
  216. color: {color:bold};
  217. }
  218.  
  219. #h1 {
  220. text-align: center;
  221. font-family: 'Fjalla One', sans-serif;
  222. padding: 10px;
  223. line-height: 110%; color:{color:bold};
  224. font-size: 25pt; font-weight: bold;
  225. background-position: center;
  226. margin-bottom: 5px;
  227. }
  228.  
  229. #sidebar {
  230. margin-left: 200px;
  231. width: 139px;
  232. font-size: 9px;
  233. margin-top: 328px;
  234. position: fixed;
  235. background-color: transparent;
  236. padding: 10px;
  237. }
  238.  
  239. #description {
  240. font-size: 10px;
  241. height:120px;
  242. padding-right: 3px;
  243. overflow: auto;
  244. }
  245.  
  246. #audio {
  247. text-align: center;
  248. font-size: 8pt;
  249. line-height: 9pt;
  250. }
  251.  
  252.  
  253. #musicinfo {
  254. font-family:'Fjalla One', sans-serif;
  255. font-size: 26px;
  256. margin-top:10px;
  257. font-weight: bold;
  258. }
  259.  
  260. blockquote {
  261. border-left: 1px solid {color:borders};
  262. padding: 3px;
  263. background-color:#090202;
  264. }
  265.  
  266. blockquote img {
  267. max-width: 100%;
  268. }
  269.  
  270.  
  271. ol.notes {
  272. text-align: left;
  273. list-style: upper-roman;
  274. padding: 10px;
  275.  
  276. }
  277.  
  278.  
  279. #info a:hover {
  280. color: {color:italic};
  281. }
  282.  
  283. #credit {
  284. right:10px;
  285. bottom:7px;
  286. padding:5px;
  287. font-size:10px;
  288. position:fixed;
  289. background-image: url('{image:infobg}');
  290. background-position: top;
  291. font-style: italic;
  292. font-family: 'Fjalla One', sans-serif;
  293. letter-spacing: 1px;
  294. border: 4px double {color:borders};
  295. padding: 5px;
  296. font-size: 120%;
  297. margin-bottom: 5px;
  298. transition-duration: 0.6s;
  299. -moz-transition-duration: 0.6s;
  300. -webkit-transition-duration: 0.6s;
  301. -o-transition-duration: 0.6s;
  302. }
  303.  
  304.  
  305. #credit a {
  306. font-family: 'Fjalla One', sans-serif;
  307. padding:5px;
  308. letter-spacing:1px;
  309. text-decoration:none;
  310. font-weight:bold;
  311. }
  312.  
  313. #tags a {
  314. text-shadow: 1px 1px 2px #000;
  315. color:{color:text};
  316. }
  317.  
  318. #tags a:hover {
  319. color: {color:bold};
  320. }
  321.  
  322. #post {
  323. width: 500px;
  324. overflow: hidden;
  325. margin-bottom: 30px;
  326. }
  327.  
  328. #posts {
  329. width: 500px;
  330. height: 543px;
  331. font-size: 8pt;
  332. padding-right: 5px;
  333. position: absolute;
  334. margin-left:410px;
  335. margin-top: -430px;
  336. overflow: auto;
  337. }
  338.  
  339.  
  340.  
  341. #pages {
  342. margin-top: 10px;
  343. position: fixed;
  344. }
  345.  
  346. #pages a {
  347. color: {color:text};
  348. font-weight: bold;
  349. text-transform: uppercase;
  350. font-family: 'fjalla one', sans-serif;
  351. }
  352.  
  353. #pages a:hover {
  354. letter-spacing: 2px;
  355. color:{color:links};
  356. }
  357.  
  358.  
  359. #ask {
  360. border-bottom: 4px double {color:borders};
  361. padding: 10px;
  362. font-size: 10pt;
  363. text-align: center;
  364. background-color:#090202;
  365. }
  366.  
  367. #ask a {
  368. font-size: 20pt;
  369. }
  370.  
  371. #ri {
  372. position: fixed;
  373. width: 200px;
  374. margin-left: -30px;
  375. text-align: center;
  376. margin-top: 10px;
  377. }
  378.  
  379. #ri a {
  380. font-family:'Arimo', sans-serif;
  381. text-transform: uppercase;
  382. font-size: 10pt;
  383. letter-spacing: 2px;
  384. }
  385.  
  386.  
  387. #sidebox {
  388. position: fixed;
  389. margin-top: -100px;
  390. margin-left: 148px;
  391. width: 75px;
  392. }
  393.  
  394. #btitle {
  395. position: fixed;
  396. font-family:'fjalla one', sans-serif;
  397. font-weight: bold;
  398. color:{color:bold};
  399. text-transform: uppercase;
  400. font-size: 10pt;
  401. text-align: center;
  402. width: 75px;
  403. }
  404.  
  405. #btitle a {
  406. font-size: 11px;
  407. color: {color:text};
  408. }
  409.  
  410. </style>
  411.  
  412. </head>
  413.  
  414. <body>
  415.  
  416.  
  417. <div id="sidebar">
  418. <div id="description">
  419. {description}</div>
  420. <div id="sidebox">
  421. <img src="https://i.imgur.com/rsn6pAs.gif">
  422. <div id="btitle"><marquee scrolldelay="120">{text:marquee title}</marquee>
  423. {block:Pagination}
  424. {block:PreviousPage}
  425. <a href="{PreviousPage}">fall</a> /<br>
  426. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">rise</a>
  427. {/block:NextPage}
  428. {/block:Pagination}
  429. </div>
  430. </div>
  431.  
  432. <div id="pages">
  433. <a href="{text:link1url}" title="{text:link1title}">01.</a> <a href="{text:link2url}" title="{text:link2title}">02.</a> <a href="{text:link3url}" title="{text:link3title}">03.</a> <a href="{text:link4url}" title="{text:link4title}">04.</a> <a href="{text:link5url}" title="{text:link5title}">05.</a>
  434. </div>
  435.  
  436. <div id="posts">
  437.  
  438.  
  439. {block:Posts}
  440.  
  441. {block:ContentSource}<!-- {SourceURL}
  442. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  443. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  444. {/block:ContentSource} <!-- {block:NoRebloggedFrom}
  445. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  446. {/block:NoRebloggedFrom} -->
  447.  
  448. <div id="post">
  449.  
  450.  
  451.  
  452. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  453.  
  454. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
  455.  
  456. {Caption} {/block:Caption}{/block:Photo}
  457.  
  458. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
  459.  
  460. {block:Photoset}{Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  461.  
  462. {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}
  463.  
  464. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  465.  
  466. {Description}{/block:Description}{/block:Link}
  467.  
  468. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  469.  
  470. <div id="l">{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  471.  
  472. {block:Audio}
  473. <div id="audio">
  474. {block:TrackName}
  475. <div id="musicinfo" style="margin-top: 5px;">
  476. {AudioPlayerGrey} <br>
  477. {TrackName} by
  478. {/block:TrackName}
  479. {block:Artist}
  480. {Artist}
  481. {/block:Artist}
  482.  
  483. </div>
  484. </div>
  485. {block:caption}<div id="caption">{Caption} </div>{/block:caption}
  486. {/block:Audio}
  487.  
  488.  
  489. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  490.  
  491. {block:Answer}
  492. <div id="ask">
  493. {Asker} asked,<br>
  494. <span style="font-weight: normal;font-family: 'Arimo', sans-serif; color: {color:text}; font-size: 10pt;">❝ {Question} ❞</span>
  495. </table>
  496. </div>
  497. {Answer}{/block:Answer}
  498.  
  499. <div id="info">
  500. <a title="{TimeAgo}" title="{TimeAgo}">⚔</a> <a href="{Permalink}" title="{NoteCount} notes">⚔</a> <a href="{ReblogURL}" title="reblog">⚔</a>
  501. <div id="tags">
  502. {block:HasTags}{block:Tags} <a href="{TagURL}" style="font-family:'Arimo', sans-serif; font-size: 10px; line-height: 13px;">#{Tag} </a>
  503. {/block:Tags}{/block:HasTags}
  504. </div>
  505. </div>
  506.  
  507. </div>
  508. {block:PostNotes}<Div style="width: 500px;">
  509.  
  510.  
  511. {PostNotes}</div>{/block:PostNotes}
  512. {/block:Posts}</div>
  513.  
  514. <div id="credit">
  515. <a href="https://anacommissions.tumblr.com/" title="theme & graphics by anacommissions">AC</a>
  516. </div>
  517.  
  518.  
  519. </body>
  520.  
  521.  
  522.  
  523. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement