Advertisement
alicescreed

kneefcked

Jul 11th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.92 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 by ANACOMMISSIONS 7.11.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:link1url" content="link1 url">
  18. <meta name="text:link1title" content="link1 title">
  19. <meta name="text:link2url" content="link2 url">
  20. <meta name="text:link2title" content="link2 title">
  21. <meta name="text:link3url" content="link3 url">
  22. <meta name="text:link3title" content="link3 title">
  23. <meta name="text:link4url" content="link4 url">
  24. <meta name="text:link4title" content="link4 title">
  25. <meta name="text:link5url" content="link5 url">
  26. <meta name="text:link5title" content="link5 title">
  27.  
  28. <meta name="image:background" content="">
  29. <meta name="image:infobackground" content="">
  30. <meta name="image:gif" content="">
  31.  
  32. <meta name="color:navlinks" content="#ffffff">
  33. <meta name="color:text" content="#ffffff">
  34. <meta name="color:scrollbar" content="#919ec5">
  35. <meta name="color:bold" content="#b91a26">
  36. <meta name="color:italic" content="#919ec5">
  37. <meta name="color:links" content="#b91a26">
  38. <meta name="color:borders" content="#444444">
  39. <meta name="color:hover link" content="#ffffff">
  40.  
  41. <link href="https://fonts.googleapis.com/css?family=Montserrat|Pacifico&display=swap" rel="stylesheet">
  42.  
  43. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  44. <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  45. <script>
  46. (function($){
  47. $(document).ready(function(){
  48. $("[title]").style_my_tooltips({
  49. tip_follows_cursor:true,
  50. tip_delay_time:200,
  51. tip_fade_speed:300
  52. }
  53. );
  54. });
  55. })(jQuery);
  56. </script>
  57.  
  58. <style type="text/css">
  59.  
  60.  
  61. body {
  62. font-family: 'Montserrat', sans-serif;
  63. color: {color:text};
  64. font-size: 10px;
  65. letter-spacing: 1px;
  66. background-color: #000;
  67. background-image: url('{image:background}');
  68. background-position: absolute;
  69. background-attachment: fixed;
  70. line-height: 120%;
  71. background-repeat: no-repeat;
  72. text-align: justify;
  73. }
  74.  
  75. #s-m-t-tooltip{
  76. position: absolute;
  77. z-index: 999999999999999999999999999999999999999999999999999999999999;
  78. margin-top: 10px;
  79. margin-left: 5px;
  80. display: block;
  81. background-image: url('{image:infobackground}');
  82. text-align: center;
  83. color: #fff;
  84. font-style: italic;
  85. font-family: 'Pacifico', cursive;
  86. letter-spacing: 1px;
  87. border: 1px {color:borders};
  88. border-style: solid;
  89. padding: 5px;
  90. font-size: 120%;
  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:2px;
  106. width:2px;
  107. background-color: transparent;
  108. }
  109.  
  110.  
  111. a {
  112. text-decoration: none;
  113. color: {color:links};
  114. font-size: 110%;
  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: 'Pacifico', cursive;
  121. letter-spacing: 1px;
  122. text-shadow: 1px 1px 5px #454545;
  123. }
  124.  
  125.  
  126. a:hover {
  127. font-style: italic;
  128. letter-spacing: 2px;
  129. text-decoration: none;
  130. font-size: 115%;
  131. color: {color:hover link};
  132. transition-duration: 0.6s;
  133. -moz-transition-duration: 0.6s;
  134. -webkit-transition-duration: 0.6s;
  135. -o-transition-duration: 0.6s;
  136. times: 1px 1px 4px #000;
  137. }
  138.  
  139. small, sup, sub {
  140. font-size: 100%;
  141. }
  142.  
  143. b, strong {
  144. text-shadow: 1px 1px 5px #454545;
  145. padding-left: 2px;
  146. padding-right: 2px;
  147. color:{color:bold};
  148. font-weight: bold;
  149. letter-spacing: 1px;
  150. font-size: 13px;
  151. font-family: times new roman;
  152. }
  153.  
  154. i, em {
  155. text-shadow: 1px 1px 5px #454545;
  156. color:{color:italic};
  157. font-style: italic;
  158. padding-left: 2px;
  159. padding-right: 5px;
  160. font-size: 14px;
  161. font-family: 'Pacifico', cursive;
  162. }
  163.  
  164. h2 {
  165. text-shadow: 1px 1px 5px #454545;
  166. font-family: 'Pacifico', cursive;
  167. font-size: 120%;
  168. font-weight: bold;
  169. line-height: 120%;
  170. letter-spacing: 1px;
  171. }
  172.  
  173. #info {
  174. background-color: grey;
  175. padding: 10px;
  176. background-image: url('{image:infobackground}');
  177. text-align: center;
  178. text-transform: uppercase;
  179. font-family: 'Montserrat', sans-serif;
  180. letter-spacing: 1px;
  181. text-shadow: 1px 1px 4px #000;
  182. border: 1px {color:borders};
  183. border-style: solid;
  184. }
  185.  
  186. #info a {
  187. color:{color:italic};
  188. }
  189.  
  190. #info a:hover {
  191. color:{color:text};
  192. font-size: 102%;
  193. }
  194.  
  195. #sidebarh1 {
  196. background-image: url('{image:infobackground}');
  197. text-align: center;
  198. font-family: 'Pacifico', cursive;
  199. border: 1px {color:borders};
  200. border-style: solid;
  201. font-weight: bold;
  202. padding: 10px;
  203. line-height: 110%;
  204. font-size: 16px;
  205. margin-bottom: 5px;
  206. }
  207.  
  208. #h1 {
  209. text-shadow: 1px 1px 5px #454545;
  210. background-image: url('{image:infobackground}');
  211. text-align: center;
  212. font-family: 'Pacifico', cursive;
  213. border: 1px {color:borders};
  214. border-style: solid;
  215. font-weight: bold;
  216. padding: 5px;
  217. line-height: 120%;
  218. font-size: 22px;
  219. margin-bottom: 5px;
  220. }
  221.  
  222. #sidebar {
  223. margin-left: 455px;
  224. font-size: 90%;
  225. width: 130px;
  226. height: 190px;
  227. margin-top: 198px;
  228. position: fixed;
  229. background-color: transparent;
  230. padding-right: 3px;
  231. }
  232.  
  233. #blogtitle{
  234. margin-left: 520px;
  235. margin-top: 130px;
  236. text-align: center;
  237. width: 165px;
  238. font-weight: bold;
  239. position: fixed;
  240. font-size: 17px;
  241. font-family: 'Pacifico', cursive;
  242. padding: 10px;
  243. }
  244.  
  245. #description {
  246. height: 210px;
  247. padding-right: 5px;
  248. overflow: auto;
  249. }
  250.  
  251. #audio {
  252. text-align: center;
  253. font-size: 8pt;
  254. line-height: 9pt;
  255. }
  256.  
  257.  
  258. #musicinfo {
  259.  
  260. text-transform: uppercase;
  261. margin-top:10px;
  262. }
  263.  
  264. blockquote {
  265. border-left: 2px solid {Color:borders};
  266. padding: 5px;
  267. font-size: 90%;
  268. background-color: #0e0e0e;
  269. }
  270.  
  271. blockquote img {
  272. max-width: auto;
  273. }
  274.  
  275.  
  276. ol.notes {
  277. text-align: left;
  278. list-style: upper-roman;
  279. padding: 10px;
  280.  
  281. }
  282.  
  283.  
  284. #credit {
  285. right:10px;
  286. bottom:7px;
  287. padding:5px;
  288. font-size:10px;
  289. position:fixed;
  290. background-image: url('{image:infobackground}');
  291. text-align: center;
  292. font-style: italic;
  293. font-family: 'Pacifico', cursive;
  294. letter-spacing: 1px;
  295. border: 1px {color:borders};
  296. border-style: solid;
  297. padding: 5px;
  298. font-size: 120%;
  299. margin-bottom: 5px;
  300. transition-duration: 0.6s;
  301. -moz-transition-duration: 0.6s;
  302. -webkit-transition-duration: 0.6s;
  303. -o-transition-duration: 0.6s;
  304. }
  305.  
  306.  
  307. #credit a {
  308. font-family: 'Pacifico', cursive;
  309. color:#fff;
  310. padding:5px;
  311. letter-spacing:1px;
  312. text-decoration:none;
  313. font-weight:bold;
  314. }
  315.  
  316. #tags a {
  317. font-family: 'Montserrat', sans-serif;
  318. font-size: 90%;
  319. transition-duration: 0.6s;
  320. -moz-transition-duration: 0.6s;
  321. -webkit-transition-duration: 0.6s;
  322. -o-transition-duration: 0.6s;
  323.  
  324. }
  325.  
  326. #tags a:hover {
  327. font-size: 100%;
  328. transition-duration: 0.6s;
  329. -moz-transition-duration: 0.6s;
  330. -webkit-transition-duration: 0.6s;
  331. -o-transition-duration: 0.6s;
  332. }
  333.  
  334. #tags {
  335. font-family: 'Montserrat', sans-serif;
  336. transition-duration: 0.6s;
  337. -moz-transition-duration: 0.6s;
  338. -webkit-transition-duration: 0.6s;
  339. -o-transition-duration: 0.6s;
  340. }
  341.  
  342. #tags a {
  343. color: {color:text};
  344. text-transform: lowercase;
  345. }
  346.  
  347. #post {
  348. width: 250px;
  349. margin-bottom: 20px;
  350. }
  351.  
  352. #posts {
  353. width: 250px;
  354. padding-right: 5px;
  355. height: 490px;
  356. position: absolute;
  357. margin-left: 0px;
  358. margin-top: 0px;
  359. overflow: auto;
  360. background-color:#0b0b0b;
  361. transition-duration: 0.6s;
  362. -moz-transition-duration: 0.6s;
  363. -webkit-transition-duration: 0.6s;
  364. -o-transition-duration: 0.6s;
  365. opacity: 0;
  366. }
  367.  
  368. #navlinks {
  369. margin-top: 5px;
  370. text-align: center;
  371. font-family: 'Pacifico', cursive;
  372. font-size: 9px;
  373.  
  374. }
  375.  
  376. #navlinks a {
  377. font-family: 'Pacifico', cursive;
  378. font-size: 9px;
  379.  
  380. }
  381.  
  382. #links {
  383. position: fixed;
  384. margin-top: 450px;
  385. text-align: left;
  386. width: 200px;
  387. font-size: 13pt;
  388. line-height: 6pt;
  389. margin-left: 525px;
  390. font-family: 'Pacifico', cursive;
  391. }
  392.  
  393. #links a {
  394. color: {color:navlinks};
  395. font-weight: bold;
  396. font-family: 'Pacifico', cursive;
  397. text-transform: uppercase;
  398. }
  399.  
  400. #links a:hover {
  401. color: {color:bold};
  402. font-style: normal;
  403. }
  404.  
  405. #sky {
  406. position: fixed;
  407. margin-top: 30px;
  408. font-size: 50px;
  409. }
  410.  
  411. #sky a {
  412. font-style: normal;
  413. }
  414.  
  415. #star {
  416. transition-duration: 0.6s;
  417. -moz-transition-duration: 0.6s;
  418. -webkit-transition-duration: 0.6s;
  419. -o-transition-duration: 0.6s;
  420. margin-top: 220px; margin-left: 600px;
  421. transform: rotate(15deg);
  422. position: fixed;
  423. }
  424.  
  425. #star:hover {
  426. transform: rotate(45deg);
  427. transition-duration: 0.6s;
  428. -moz-transition-duration: 0.6s;
  429. -webkit-transition-duration: 0.6s;
  430. -o-transition-duration: 0.6s;
  431. }
  432.  
  433. #star2 {
  434. position: fixed;
  435. transition-duration: 0.6s;
  436. -moz-transition-duration: 0.6s;
  437. -webkit-transition-duration: 0.6s;
  438. -o-transition-duration: 0.6s;
  439. margin-top: 250px; margin-left: 650px;
  440. transform: rotate(0deg);
  441. font-size: 120%;
  442. }
  443.  
  444.  
  445. #star2:hover {
  446. transform: rotate(45deg);
  447. transition-duration: 0.6s;
  448. -moz-transition-duration: 0.6s;
  449. -webkit-transition-duration: 0.6s;
  450. -o-transition-duration: 0.6s;
  451. }
  452.  
  453. #star3 {
  454. position: fixed;
  455. transition-duration: 0.6s;
  456. -moz-transition-duration: 0.6s;
  457. -webkit-transition-duration: 0.6s;
  458. -o-transition-duration: 0.6s;
  459. margin-top: 280px; margin-left: 610px;
  460. transform: rotate(-10deg);
  461. font-size: 90%;
  462. }
  463.  
  464.  
  465. #star3:hover {
  466. transform: rotate(45deg);
  467. transition-duration: 0.6s;
  468. -moz-transition-duration: 0.6s;
  469. -webkit-transition-duration: 0.6s;
  470. -o-transition-duration: 0.6s;
  471. }
  472.  
  473. #star4 {
  474. position: fixed;
  475. transition-duration: 0.6s;
  476. -moz-transition-duration: 0.6s;
  477. -webkit-transition-duration: 0.6s;
  478. -o-transition-duration: 0.6s;
  479. margin-top: 330px; margin-left: 610px;
  480. transform: rotate(20deg);
  481. font-size: 50%;
  482. }
  483.  
  484.  
  485. #star4:hover {
  486. transform: rotate(45deg);
  487. transition-duration: 0.6s;
  488. -moz-transition-duration: 0.6s;
  489. -webkit-transition-duration: 0.6s;
  490. -o-transition-duration: 0.6s;
  491. }
  492.  
  493. #star5 {
  494. position: fixed;
  495. transition-duration: 0.6s;
  496. -moz-transition-duration: 0.6s;
  497. -webkit-transition-duration: 0.6s;
  498. -o-transition-duration: 0.6s;
  499. margin-top: 320px; margin-left: 635px;
  500. transform: rotate(20deg);
  501. font-size: 150%;
  502. }
  503.  
  504.  
  505. #star5:hover {
  506. transform: rotate(45deg);
  507. transition-duration: 0.6s;
  508. -moz-transition-duration: 0.6s;
  509. -webkit-transition-duration: 0.6s;
  510. -o-transition-duration: 0.6s;
  511. }
  512.  
  513. #there {
  514. width: 250px;
  515. padding-right: 5px;
  516. height: 490px;
  517. position: fixed;
  518. margin-left: 143px;
  519. margin-top: 60px;
  520. -moz-transition-duration: 0.6s;
  521. -webkit-transition-duration: 0.6s;
  522. -o-transition-duration: 0.6s;
  523. z-index: 1000;
  524. background-image: url('{image:gif}');
  525. opacity: 100%;
  526. }
  527.  
  528. #there:hover #posts {
  529. opacity: 1;
  530. transition-duration: 0.6s;
  531. -moz-transition-duration: 0.6s;
  532. -webkit-transition-duration: 0.6s;
  533. -o-transition-duration: 0.6s;
  534. }
  535.  
  536. </style>
  537.  
  538. </head>
  539.  
  540. <body>
  541.  
  542. <div id="sky">
  543.  
  544. <div id="star">
  545. <a href="{text:link1url}" title="{text:link1title}">✦</a>
  546. </div>
  547.  
  548. <div id="star2">
  549. <a href="{text:link2url}" title="{text:link2title}">✦</a>
  550. </div>
  551.  
  552. <div id="star3">
  553. <a href="{text:link3url}" title="{text:link3title}">✦</a>
  554. </div>
  555.  
  556. <div id="star4">
  557. <a href="{text:link4url}" title="{text:link4title}">✦</a>
  558. </div>
  559.  
  560. <div id="star5">
  561. <a href="{text:link5url}" title="{text:link5title}">✦</a>
  562. </div>
  563.  
  564. </div>
  565.  
  566.  
  567. <div id="sidebar">
  568. <div id="description">
  569. {description}</div>
  570. <div id="navlinks">
  571. {block:Pagination}
  572. {block:PreviousPage}
  573. <a href="{PreviousPage}">fall</a> /
  574. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">rise</a>
  575. {/block:NextPage}
  576. {/block:Pagination}
  577. </div>
  578. </div>
  579.  
  580. <div id="there">
  581. <div id="posts">{block:Posts}<div id="post">
  582.  
  583.  
  584.  
  585. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  586.  
  587. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
  588.  
  589. {Caption} {/block:Caption}{/block:Photo}
  590.  
  591. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}
  592.  
  593. {/block:Photoset}
  594.  
  595. {block:Quote}<div id="h1">{Quote}</div>{block:Source}<div style="text-align:center;">—{Source}</div>{/block:Source}{/block:Quote}
  596.  
  597. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  598.  
  599. {Description}{/block:Description}{/block:Link}
  600.  
  601. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  602.  
  603. <div id="l">{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  604.  
  605. {block:Audio}
  606. <div id="audio">
  607. {block:TrackName}
  608. <div id="musicinfo" style="margin-top: 5px;">
  609. {AudioPlayerGrey} <br>
  610. {TrackName} by
  611. {/block:TrackName}
  612. {block:Artist}
  613. {Artist}
  614. {/block:Artist}
  615.  
  616. </div>
  617. </div>
  618. {block:caption}<div id="caption">{Caption} </div>{/block:caption}
  619. {/block:Audio}
  620.  
  621.  
  622. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  623.  
  624. {block:Answer}
  625. <div id="sidebarh1">
  626. {Asker} asked <br>
  627. <span style="font-weight: normal;font-family: 'Montserrat', sans-serif; color: {color:text}; font-size: 13px;">" {Question} "</span>
  628. </table>
  629. </div>
  630. {Answer}{/block:Answer}
  631.  
  632. <div id="info" style="font-size: 13px; line-height: 16px;">
  633. <a title="{TimeAgo}">🔥</a> <a href="{Permalink}" title="{NoteCount} notes">🔥</a> <a href="{ReblogURL}" title="reblog">🔥</a>
  634. <div id="tags">
  635. {block:HasTags}{block:Tags} <a href="{TagURL}" style="font-family: times; font-size: 10px;">#{Tag}</a>
  636. {/block:Tags}{/block:HasTags}
  637. </div>
  638. </div>
  639.  
  640. </div>
  641. {block:PostNotes}<Div style="width: 250px;">
  642.  
  643.  
  644. {PostNotes}</div>{/block:PostNotes}
  645. {/block:Posts}</div>
  646.  
  647. <div id="credit">
  648. <a href="https://anacommissions.tumblr.com/" title="theme & graphics by anacommissions">AC</a>
  649. </div></div>
  650.  
  651.  
  652.  
  653.  
  654.  
  655. </body>
  656.  
  657. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement