Advertisement
alicescreed

shittyjpegstm

Dec 15th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.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 MINIATUREMENACE 12.10.2019 -->
  9. <!-- please do not steal, redistribute, or claim as your own. KEEP CREDIT IN TACT. thank you! -->
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />
  13.  
  14. {/block:Description}
  15.  
  16. <meta name="text:link1title" content="link 1">
  17. <meta name="text:link1url" content="link url">
  18. <meta name="text:link2title" content="link 2">
  19. <meta name="text:link2url" content="link url">
  20. <meta name="text:link3title" content="link 3">
  21. <meta name="text:link3url" content="link url">
  22. <meta name="text:link4title" content="link 4">
  23. <meta name="text:link4url" content="link url">
  24. <meta name="text:link5title" content="link 5">
  25. <meta name="text:link5url" content="link url">
  26. <meta name="text:link6title" content="link 6">
  27. <meta name="text:link6url" content="link url">
  28.  
  29.  
  30. <meta name="image:background" content="">
  31. <meta name="image:infobackground" content="">
  32.  
  33. <meta name="color:text" content="#ffffff">
  34. <meta name="color:scrollbar" content="#458aa5">
  35. <meta name="color:bold" content="#255aff">
  36. <meta name="color:italic" content="#b69566">
  37. <meta name="color:links" content="#c50000">
  38. <meta name="color:borders" content="#458aa5">
  39. <meta name="color:hover link" content="#5eb7be">
  40.  
  41. <link href="https://fonts.googleapis.com/css?family=Bebas+Neue|Open+Sans+Condensed:300&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.  
  59. <style type="text/css">
  60.  
  61.  
  62. body {
  63. font-family: 'Open Sans Condensed', sans-serif;
  64. color: {color:text};
  65. font-size: 10pt;
  66. letter-spacing: 0px;
  67. background-color: #3d3b38;
  68. background-image: url('{image:background}');
  69. background-position: absolute;
  70. background-attachment: fixed;
  71. line-height: 120%;
  72. background-repeat: no-repeat;
  73. text-align: justify;
  74. }
  75.  
  76. #s-m-t-tooltip{
  77. position: absolute;
  78. z-index: 999999999999999999999999999999999999999999999999999999999999;
  79. margin-top: 10px;
  80. margin-left: 5px;
  81. display: block;
  82. background-image: url('{image:infobackground}');
  83. background-position: center;
  84. text-align: center;
  85. color: #fff;
  86. font-style: italic;
  87. font-family: 'Bebas Neue', cursive;
  88. letter-spacing: 1px;
  89. text-shadow: 1px 1px 2px #000;
  90. border: 4px {color:borders};
  91. border-style: double;
  92. padding: 10px;
  93. font-size: 20px;
  94. margin-bottom: 5px;
  95. }
  96.  
  97. ::-webkit-scrollbar-thumb:vertical {
  98. background-color: {color:scrollbar};
  99. height:auto;
  100. }
  101.  
  102. ::-webkit-scrollbar-thumb:horizontal {
  103. background-color: {color:scrollbar};
  104. height:2px;
  105. }
  106.  
  107. ::-webkit-scrollbar {
  108. height:3px;
  109. width:3px;
  110. background-color: transparent;
  111. }
  112.  
  113.  
  114. a {
  115. text-decoration: none;
  116. color: {color:links};
  117. font-size: 14pt;
  118. line-height: 19pt;
  119. font-weight: bold;
  120. transition-duration: 0.6s;
  121. -moz-transition-duration: 0.6s;
  122. -webkit-transition-duration: 0.6s;
  123. -o-transition-duration: 0.6s;
  124. font-family: 'Bebas Neue', cursive;
  125. letter-spacing: 1px;
  126. text-shadow: 1px 1px 5px #fff;
  127. }
  128.  
  129.  
  130. a:hover {
  131. text-decoration: none;
  132. filter:blur(1px);
  133. font-style: italic;
  134. padding: 2px;
  135. color: {color:hover link};
  136. transition-duration: 0.6s;
  137. -moz-transition-duration: 0.6s;
  138. -webkit-transition-duration: 0.6s;
  139. -o-transition-duration: 0.6s;
  140. font-family:'Bebas Neue', cursive;
  141. }
  142.  
  143. small, sup, sub {
  144. font-size: 100%;
  145. }
  146.  
  147. b, strong {
  148. text-shadow: 1px 1px 5px #fff;
  149. padding-left: 2px;
  150. padding-right: 2px;
  151. color:{color:bold};
  152. letter-spacing: 0px;
  153. font-size: 17px;
  154. font-family: 'Bebas Neue', cursive;
  155. }
  156.  
  157. i, em {
  158. text-shadow: 1px 1px 5px #000;
  159. color:{color:italic};
  160. font-family: 'Bebas Neue', cursive;
  161. letter-spacing: 1px;
  162. padding-left:5px;
  163. padding-right: 5px;
  164. padding-top: 10px;
  165. padding-bottom: 10px;
  166. font-size: 20px;
  167. }
  168.  
  169.  
  170.  
  171.  
  172. h2 {
  173. text-shadow: 1px 1px 5px #000;
  174. font-family: 'Bebas Neue', cursive;
  175. font-size: 120%;
  176. font-weight: bold;
  177. line-height: 120%;
  178. letter-spacing: 1px;
  179. }
  180.  
  181.  
  182. #info {
  183. padding: 10px;
  184. background-image: url('{image:infobackground}');
  185. background-position: center;
  186. text-align: center;
  187. color: #fff;
  188. letter-spacing: 1px;
  189. transition-duration: 0.6s;
  190. -moz-transition-duration: 0.6s;
  191. -webkit-transition-duration: 0.6s;
  192. -o-transition-duration: 0.6s;
  193. font-size:14px;
  194. border: 4px {color:borders};
  195. border-style: double;
  196. }
  197.  
  198. #info a {
  199. font-size: 14pt;
  200. text-shadow: 1px 1px #000;
  201. color: {color:borders};
  202. }
  203.  
  204. #h1 {
  205. background-image: url('{image:infobackground}');
  206. text-align: center;
  207. color: #fff;
  208. font-family: 'Bebas Neue', cursive;
  209. border: 4px double {color:borders};
  210. padding: 10px;
  211. text-shadow: 2px 2px 2px #000;
  212. line-height: 110%;
  213. font-size: 18pt;
  214. background-position: center;
  215. margin-bottom: 5px;
  216. }
  217.  
  218. #sidebar {
  219. margin-left: 170px;
  220. width: 230px;
  221. font-size: 11px;
  222. margin-top: 300px;
  223. position: fixed;
  224. background-color: transparent;
  225. padding: 10px;
  226. }
  227.  
  228. #description {
  229. height:130px;
  230. padding-right: 5px;
  231. overflow: auto;
  232. }
  233.  
  234. #audio {
  235. text-align: center;
  236. font-size: 8pt;
  237. line-height: 9pt;
  238. }
  239.  
  240.  
  241. #musicinfo {
  242.  
  243. text-transform: uppercase;
  244. margin-top:10px;
  245. }
  246.  
  247. blockquote {
  248. border-right: 2px solid {color:bold};
  249. border-left: 2px solid {color:italic};
  250. border-radius: 5px;
  251. transform:rotate(1deg);
  252. padding: 5px;
  253. font-size: 95%
  254. }
  255.  
  256. blockquote img {
  257. max-width: 100%;
  258. }
  259.  
  260.  
  261. ol.notes {
  262. text-align: left;
  263. list-style: upper-roman;
  264. padding: 10px;
  265.  
  266. }
  267.  
  268.  
  269. #info a:hover {
  270. color: {color:bold};
  271. }
  272.  
  273. #credit {
  274. right:10px;
  275. bottom:7px;
  276. padding:5px;
  277. font-size:10px;
  278. position:fixed;
  279. background-image: url('{image:infobackground}');
  280. text-align: center;
  281. font-style: italic;
  282. font-family: 'Bebas Neue', cursive;
  283. letter-spacing: 1px;
  284. border: 1px {color:borders};
  285. border-style: solid;
  286. padding: 5px;
  287. font-size: 120%;
  288. margin-bottom: 5px;
  289. transition-duration: 0.6s;
  290. -moz-transition-duration: 0.6s;
  291. -webkit-transition-duration: 0.6s;
  292. -o-transition-duration: 0.6s;
  293. }
  294.  
  295.  
  296. #credit a {
  297. font-family: 'Bebas Neue', cursive;
  298. color:#fff;
  299. padding:5px;
  300. letter-spacing:1px;
  301. text-decoration:none;
  302. font-weight:bold;
  303. }
  304.  
  305. #tags a {
  306. text-shadow: 1px 1px #000;
  307. color:{color:text};
  308. }
  309.  
  310. #post {
  311. width: 500px;
  312. margin-bottom: 25px;
  313. }
  314.  
  315. #posts {
  316. width: 500px;
  317. height: 525px;
  318. padding-right: 15px;
  319. position: absolute;
  320. margin-left: 470px;
  321. margin-top: 50px;
  322. overflow: auto;
  323. }
  324.  
  325.  
  326. #links {
  327. position: fixed;
  328. margin-top: 520px;
  329. text-align: left;
  330. width: 300px;
  331. font-size: 13pt;
  332. line-height: 6pt;
  333. margin-left: 550px;
  334. }
  335.  
  336. #links a {
  337. color: {color:navlinks};
  338. font-weight: bold;
  339. margin-right: 20px;
  340. font-family: 'Bebas Neue', cursive;
  341. text-transform: uppercase;
  342. }
  343.  
  344. #links a:hover {
  345. color: {color:bold};
  346. font-style: normal;
  347. }
  348.  
  349.  
  350. #pages {
  351. text-align: left;
  352. position: fixed;
  353. margin-top: 7px;
  354. width: 300px;
  355. margin-top: 100px;
  356. margin-left: 1020px;
  357. }
  358.  
  359. #pages a {
  360. line-height: 25px;
  361. font-size: 30px;
  362. }
  363.  
  364. #ask {
  365. border-bottom: 4px double {color:borders};
  366. width: auto;
  367. padding: 10px;
  368. height: auto;
  369. font-size: 15pt;
  370. }
  371.  
  372.  
  373.  
  374.  
  375. </style>
  376.  
  377. </head>
  378.  
  379. <body>
  380.  
  381. <div id="pages">
  382. <a href="{text:link1url}">{text:link1title}</a><br>
  383. <a href="{text:link2url}">{text:link2title}</a><br>
  384. <a href="{text:link3url}">{text:link3title}</a><br>
  385. <a href="{text:link4url}">{text:link4title}</a><br>
  386. <a href="{text:link5url}">{text:link5title}</a><br>
  387. <a href="{text:link6url}">{text:link6title}</a>
  388.  
  389. <p>
  390. {block:Pagination}
  391. {block:PreviousPage}
  392. <a href="{PreviousPage}">fall</a> /
  393. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">rise</a>
  394. {/block:NextPage}
  395. {/block:Pagination}
  396. </div>
  397.  
  398.  
  399. <div id="sidebar">
  400. <div id="description">
  401. {description}</div>
  402.  
  403.  
  404.  
  405. </div>
  406.  
  407. </div>
  408.  
  409. <div id="posts">
  410.  
  411.  
  412. {block:Posts}<div id="post">
  413.  
  414.  
  415.  
  416. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  417.  
  418. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
  419.  
  420. {Caption} {/block:Caption}{/block:Photo}
  421.  
  422. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  423.  
  424. {/block:Photoset}
  425.  
  426. {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}
  427.  
  428. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  429.  
  430. {Description}{/block:Description}{/block:Link}
  431.  
  432. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  433.  
  434. <div id="l">{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  435.  
  436. {block:Audio}
  437. <div id="audio">
  438. {block:TrackName}
  439. <div id="musicinfo" style="margin-top: 5px;">
  440. {AudioPlayerGrey} <br>
  441. {TrackName} by
  442. {/block:TrackName}
  443. {block:Artist}
  444. {Artist}
  445. {/block:Artist}
  446.  
  447. </div>
  448. </div>
  449. {block:caption}<div id="caption">{Caption} </div>{/block:caption}
  450. {/block:Audio}
  451.  
  452.  
  453. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  454.  
  455. {block:Answer}
  456. <div id="ask">
  457. <div id="qq" style="margin-top: 0px;">
  458. {Asker} asked,<br>
  459. <span style="font-weight: normal;font-family: 'Open Sans Condensed', sans-serif; color: {color:text}; font-size: 10pt;">" {Question} "</span></div>
  460. </div>
  461. {Answer}{/block:Answer}
  462.  
  463. <div id="info">
  464. <a title="{TimeAgo}" title="{TimeAgo}">{TimeAgo}</a> ❖ <a href="{Permalink}" title="{NoteCount} notes">{NoteCount}</a> ❖ <a href="{ReblogURL}" title="reblog">Reblog</a>
  465. <div id="tags">
  466. {block:HasTags}{block:Tags} <a href="{TagURL}" style="font-family:'Open Sans Condensed', sans-serif; font-size: 10px; line-height: 13px; color: #fff;">#{Tag} </a>
  467. {/block:Tags}{/block:HasTags}
  468. </div>
  469. </div>
  470.  
  471.  
  472. </div>
  473. {block:PostNotes}<Div style="width: 500px;">
  474.  
  475.  
  476. {PostNotes}</div>{/block:PostNotes}
  477. {/block:Posts}</div>
  478.  
  479.  
  480. <div id="credit">
  481. <a href="https://anacommissions.tumblr.com/" title="theme & graphics by anacommissions">AC</a>
  482. </div>
  483.  
  484.  
  485.  
  486.  
  487.  
  488. </body>
  489.  
  490.  
  491.  
  492. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement