Advertisement
alicescreed

timordemdei

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