Advertisement
alicescreed

miniaturemenace

Dec 10th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.81 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.  
  25.  
  26. <meta name="image:background" content="">
  27. <meta name="image:infobackground" content="">
  28.  
  29. <meta name="color:text" content="#c9c9c9">
  30. <meta name="color:scrollbar" content="#c9c9c9">
  31. <meta name="color:bold" content="#39ad5a">
  32. <meta name="color:italic" content="#893e2a">
  33. <meta name="color:links" content="#c65435">
  34. <meta name="color:borders" content="#c9c9c9">
  35. <meta name="color:hover link" content="#9a9a9a">
  36.  
  37. <link href="https://fonts.googleapis.com/css?family=Archivo+Narrow|Bebas+Neue&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: 'Archivo Narrow', sans-serif;
  60. color: {color:text};
  61. font-size: 9pt;
  62. letter-spacing: 0px;
  63. background-color: #0b0c0c;
  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: 'Bebas Neue', 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: 'Bebas Neue', 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. padding: 2px;
  130. color: {color:hover link};
  131. transition-duration: 0.6s;
  132. -moz-transition-duration: 0.6s;
  133. -webkit-transition-duration: 0.6s;
  134. -o-transition-duration: 0.6s;
  135. font-family:'Bebas Neue', cursive;
  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. padding-right: 2px;
  146. color:{color:bold};
  147. letter-spacing: 0px;
  148. font-size: 17px;
  149. font-family: 'Bebas Neue', cursive;
  150. }
  151.  
  152. i, em {
  153. text-shadow: 1px 1px 5px #000;
  154. color:{color:italic};
  155. font-family: 'Bebas Neue', cursive;
  156. letter-spacing: 1px;
  157. padding-left:5px;
  158. padding-right: 5px;
  159. padding-top: 10px;
  160. padding-bottom: 10px;
  161. font-size: 20px;
  162. }
  163.  
  164.  
  165.  
  166.  
  167. h2 {
  168. text-shadow: 1px 1px 5px #000;
  169. font-family: 'Bebas Neue', cursive;
  170. font-size: 120%;
  171. font-weight: bold;
  172. line-height: 120%;
  173. letter-spacing: 1px;
  174. }
  175.  
  176.  
  177. #info {
  178. padding: 10px;
  179. background-image: url('{image:infobackground}');
  180. background-position: center;
  181. text-align: center;
  182. color: #fff;
  183. transition-duration: 0.6s;
  184. -moz-transition-duration: 0.6s;
  185. -webkit-transition-duration: 0.6s;
  186. -o-transition-duration: 0.6s;
  187. opacity: 1;
  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:scrollbar};
  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: 42px;
  220. width: 180px;
  221. font-size: 11px;
  222. margin-top: 250px;
  223. position: fixed;
  224. background-color: transparent;
  225. padding: 10px;
  226. }
  227.  
  228. #description {
  229. height:165px;
  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. padding: 5px;
  252. font-size: 95%
  253. background-color: #242424;
  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 {
  306. opacity: 0;
  307. text-align: center;
  308. transition-duration: 0.6s;
  309. -moz-transition-duration: 0.6s;
  310. -webkit-transition-duration: 0.6s;
  311. -o-transition-duration: 0.6s;
  312. }
  313.  
  314. #tags a {
  315. text-shadow: 1px 1px #000;
  316. color:{color:text};
  317. }
  318.  
  319. #post:hover #tags {
  320. opacity: 1;
  321. margin-top: 5px;
  322. transition-duration: 0.6s;
  323. -moz-transition-duration: 0.6s;
  324. -webkit-transition-duration: 0.6s;
  325. -o-transition-duration: 0.6s;
  326. }
  327.  
  328. #post {
  329. width: 400px;
  330. margin-bottom: 25px;
  331. }
  332.  
  333. #posts {
  334. width: 400px;
  335. height: 480px;
  336. padding-right: 15px;
  337. position: absolute;
  338. margin-left: 350px;
  339. margin-top: 25px;
  340. overflow: auto;
  341. }
  342.  
  343.  
  344. #links {
  345. position: fixed;
  346. margin-top: 520px;
  347. text-align: left;
  348. width: 300px;
  349. font-size: 13pt;
  350. line-height: 6pt;
  351. margin-left: 550px;
  352. }
  353.  
  354. #links a {
  355. color: {color:navlinks};
  356. font-weight: bold;
  357. margin-right: 20px;
  358. font-family: 'Bebas Neue', cursive;
  359. text-transform: uppercase;
  360. }
  361.  
  362. #links a:hover {
  363. color: {color:bold};
  364. font-style: normal;
  365. }
  366.  
  367.  
  368. #pages {
  369. text-align: center;
  370. margin-top: 7px;
  371. }
  372.  
  373. #pages a {
  374. line-height: 10px;
  375. font-size: 14px;
  376. }
  377.  
  378. #ask {
  379. border-bottom: 4px double {color:borders};
  380. width: auto;
  381. padding: 10px;
  382. height: auto;
  383. font-size: 15pt;
  384. }
  385.  
  386.  
  387.  
  388.  
  389. </style>
  390.  
  391. </head>
  392.  
  393. <body>
  394.  
  395.  
  396.  
  397.  
  398. <div id="sidebar">
  399. <div id="description">
  400. {description}</div>
  401.  
  402.  
  403. <div id="pages">
  404. <a href="{text:link1url}">{text:link1title}</a>
  405. <a href="{text:link2url}">{text:link2title}</a>
  406. <a href="{text:link3url}">{text:link3title}</a>
  407. <a href="{text:link4url}">{text:link4title}</a><p>
  408. {block:Pagination}
  409. {block:PreviousPage}
  410. <a href="{PreviousPage}">back</a> /
  411. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">forward</a>
  412. {/block:NextPage}
  413. {/block:Pagination}
  414. </div>
  415. </div>
  416.  
  417. </div>
  418.  
  419. <div id="posts">
  420.  
  421.  
  422. {block:Posts}<div id="post">
  423.  
  424.  
  425.  
  426. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  427.  
  428. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
  429.  
  430. {Caption} {/block:Caption}{/block:Photo}
  431.  
  432. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}
  433.  
  434. {/block:Photoset}
  435.  
  436. {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}
  437.  
  438. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  439.  
  440. {Description}{/block:Description}{/block:Link}
  441.  
  442. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  443.  
  444. <div id="l">{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  445.  
  446. {block:Audio}
  447. <div id="audio">
  448. {block:TrackName}
  449. <div id="musicinfo" style="margin-top: 5px;">
  450. {AudioPlayerGrey} <br>
  451. {TrackName} by
  452. {/block:TrackName}
  453. {block:Artist}
  454. {Artist}
  455. {/block:Artist}
  456.  
  457. </div>
  458. </div>
  459. {block:caption}<div id="caption">{Caption} </div>{/block:caption}
  460. {/block:Audio}
  461.  
  462.  
  463. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  464.  
  465. {block:Answer}
  466. <div id="ask">
  467. <div id="qq" style="margin-top: 0px;">
  468. {Asker} asked,<br>
  469. <span style="font-weight: normal;font-family: 'Archivo Narrow', sans-serif; color: {color:text}; font-size: 10pt;">" {Question} "</span></div>
  470. </div>
  471. {Answer}{/block:Answer}
  472.  
  473. <div id="info">
  474. <a title="{TimeAgo}" title="{TimeAgo}">{TimeAgo}</a> ☢ <a href="{Permalink}" title="{NoteCount} notes">{NoteCount}</a> ☢ <a href="{ReblogURL}" title="reblog">Reblog</a>
  475. </div>
  476.  
  477. <div id="tags">
  478. {block:HasTags}{block:Tags} <a href="{TagURL}" style="font-family:'Archivo Narrow', sans-serif; font-size: 10px; line-height: 13px; color: #fff;">#{Tag} </a>
  479. {/block:Tags}{/block:HasTags}
  480. </div>
  481.  
  482. </div>
  483. {block:PostNotes}<Div style="width: 400px;">
  484.  
  485.  
  486. {PostNotes}</div>{/block:PostNotes}
  487. {/block:Posts}</div>
  488.  
  489.  
  490. <div id="credit">
  491. <a href="https://anacommissions.tumblr.com/" title="theme & graphics by anacommissions">AC</a>
  492. </div>
  493.  
  494.  
  495.  
  496.  
  497.  
  498. </body>
  499.  
  500.  
  501.  
  502. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement