Advertisement
dustbug

tumblr minecraft theme

Sep 23rd, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.77 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!-- ___ ___ ___ -->
  4. <!-- | |__| |__ |\/| |__ -->
  5. <!-- | | | |___ | | |___ -->
  6. <!-- -->
  7. <!-- __ -->
  8. <!-- |__) \ / -->
  9. <!-- |__) | -->
  10. <!-- -->
  11. <!-- __ __ __ __ -->
  12. <!-- / _` | / \ |__) |\/| /__` -->
  13. <!-- \__> |___ \__/ | \ | | .__/ -->
  14.  
  15. <head>
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}
  21. <meta name="description" content="{MetaDescription}" />
  22. {/block:Description}
  23.  
  24. <!--links-->
  25. <meta name="text:link 1 title" content="link 1 title" />
  26. <meta name="text:link 1 url" content="link 1 url" />
  27. <meta name="text:link 2 title" content="link 2 title" />
  28. <meta name="text:link 2 url" content="link 2 url" />
  29. <meta name="text:link 3 title" content="link 3 title" />
  30. <meta name="text:link 3 url" content="link 3 url" />
  31. <meta name="text:link 4 title" content="link 4 title" />
  32. <meta name="text:link 4 url" content="link 4 url" />
  33. <meta name="text:link 5 title" content="link 5 title" />
  34. <meta name="text:link 5 url" content="link 5 url" />
  35. <meta name="text:link 6 title" content="link 6 title" />
  36. <meta name="text:link 6 url" content="link 6 url" />
  37. <meta name="text:link 7 title" content="link 7 title" />
  38. <meta name="text:link 7 url" content="link 7 url" />
  39.  
  40. <!--images-->
  41. <meta name="image:main background" content="" />
  42. <meta name="image:list bullet image" content="" />
  43.  
  44. <!--other-->
  45. <meta name="if:full background" content="1" />
  46.  
  47. <!--colors-->
  48. <meta name="color:paragraph color" content="#000000" />
  49. <meta name="color:header 1 color" content="#000000" />
  50. <meta name="color:header 2 color" content="#000000" />
  51. <meta name="color:header 3 color" content="#000000" />
  52. <meta name="color:link color" content="#000000" />
  53. <meta name="color:visited link color" content="#000000" />
  54. <meta name="color:link glow" content="#000000" />
  55.  
  56. <!--fonts-->
  57. <meta name="text:paragraph font" content="Courier New" />
  58. <meta name="text:link font" content="Courier New" />
  59.  
  60. </head>
  61.  
  62. <style>
  63.  
  64. body, a, a:hover img:hover { cursor:url(https://66.media.tumblr.com/16ffdebc4b2d9ee57aa5e1c394392fbd/tumblr_py9rs27A1B1ynr1s9o5_r2_75sq.gif), auto }
  65.  
  66. body {
  67. background-image:url('{image:main background}');
  68. {block:iffullbackground}background-repeat:repeat;{/block:iffullbackground}
  69. {block:ifnotfullbackground}background-size:cover;{/block:ifnotfullbackground}
  70. background-color:#000000;
  71. }
  72.  
  73. p {
  74. color: {color:paragraph color};
  75. font-family: {text:paragraph font};
  76. border-radius: 10px;
  77. }
  78.  
  79. h1 {
  80. color: {color:header 1 color};
  81.  
  82. }
  83. h2 {
  84. color: {color:header 2 color};
  85.  
  86. }
  87. h3 {
  88. color: {color:header 3 color};
  89. font-size:12px;
  90. background-repeat: repeat;
  91. background-size: auto;
  92. border-radius: 5px;
  93. width:100px;
  94. margin-left: auto;
  95. margin-right: auto;
  96.  
  97. }
  98.  
  99. a:link {
  100. color:{color:link color};
  101. font-family: {text:link font};
  102. text-shadow: 0 0 2px #000; /* horizontal-offset vertical-offset 'blur' colour */
  103. -moz-text-shadow: 0 0 2px #000;
  104. -webkit-text-shadow: 0 0 2px #000;
  105. }
  106.  
  107. a:hover {
  108. border-radius: 5px;
  109. font-family: {text:link font};
  110. -webkit-stroke-width: 5.3px;
  111. -webkit-stroke-color: #FFFFFF;
  112. -webkit-fill-color: #FFFFFF;
  113. text-shadow: 1px 0px 20px {color:link glow};
  114.  
  115.  
  116. }
  117.  
  118. a:visited {
  119. color: {color:visited link color};
  120. font-family: {text:link font};
  121. }
  122.  
  123. ul {
  124. color: {color:paragraph color};
  125. list-style-image: url('{image:list bullet image}');
  126. border-radius: 10px;
  127. text-align: left;
  128.  
  129. }
  130. ul li {
  131. color: {color:paragraph color};
  132. padding-bottom: 20px;
  133. max-width:100%;
  134. }
  135.  
  136. ol li {
  137. color: {color:paragraph color};
  138. padding-bottom: 20px;
  139. max-width:100%;
  140. }
  141.  
  142. ol.notes {
  143. color: {color:paragraph color};
  144. list-style-image: url('{image:list bullet image}');
  145. border-radius: 10px;
  146. text-align: left;
  147. padding: 0px;
  148. margin: 25px 0px;
  149. list-style-type: none;
  150. border-bottom: solid 1px #ccc;
  151. }
  152.  
  153. ol.notes li.note {
  154. color: {color:paragraph color};
  155. border-radius: 10px;
  156. text-align: left;
  157. border-top: solid 1px #ccc;
  158. padding: 10px;
  159.  
  160. }
  161.  
  162. a {
  163. text-decoration:none;
  164. outline:none;
  165. -moz-outline-style:none;
  166. color:{color:link};
  167. transition: all 0.3s ease-in;
  168. }
  169.  
  170. #decor {
  171. position: fixed;
  172. left:200px;
  173. top:80px;
  174. z-index: 1;
  175. }
  176.  
  177. .spin img {-webkit-transition: transform .8s ease-in-out;transition:transform .8s ease-in-out;}
  178.  
  179. .spin img:hover {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
  180.  
  181.  
  182. #frame {
  183. z-index: -1;
  184. position: fixed;
  185. left:300px;
  186. top:50px;
  187.  
  188.  
  189. }
  190.  
  191. #nav {
  192. z-index: 1;
  193. position: fixed;
  194. left:550px;
  195. top:450px;
  196. }
  197.  
  198. #food {
  199. z-index: 1;
  200. position: fixed;
  201. left:750px;
  202. top:420px;
  203. }
  204.  
  205. #hearts {
  206. z-index: 1;
  207. position: fixed;
  208. left:540px;
  209. top:420px;
  210. }
  211.  
  212. #entries {
  213. z-index: 2;
  214. padding:10px;
  215. width:400px;
  216. max-width:100%;
  217.  
  218.  
  219.  
  220. }
  221.  
  222. #nextbuttons {
  223. position: fixed;
  224. left:660px;
  225. top:550px;
  226. z-index: 1;
  227. }
  228.  
  229. #post {
  230.  
  231. width:350px;
  232. padding-bottom:30px;
  233. margin-bottom: 50px;
  234. max-width:100%;
  235. background-color: rgba(255,255,255,.5);
  236. border-radius: 15px;
  237. }
  238.  
  239. .post img {
  240. width:350px;
  241. height:auto;
  242. max-width:100%;
  243. }
  244.  
  245. .imgclass {
  246. border-radius: 15px;
  247. border:none;
  248. width: 350px;
  249. height:auto;
  250. max-width:100%;
  251. }
  252.  
  253. #main {
  254. position: fixed;
  255. border-radius: 10px;
  256. background-color: {color:content background color};
  257. width: 450px;
  258. height: 300px;
  259. overflow:auto;
  260. text-align: center;
  261. margin: 1px;
  262. padding: 15px;
  263. display: inline-block;
  264. left: 540px;
  265. top: 80px;
  266. }
  267.  
  268. #sidebar {
  269. position: fixed;
  270. width:100px;
  271. height: auto;
  272. padding-bottom:30px;
  273. margin-bottom: 50px;
  274. max-width:100%;
  275. background-color: rgba(255,255,255,.5);
  276. border-radius: 15px;
  277. text-align: center;
  278. margin: 1px;
  279. padding: 15px;
  280. display: inline-block;
  281. left: 950px;
  282. top: 150px;}
  283.  
  284.  
  285. ::-webkit-scrollbar {
  286. width: 0px; /* Remove scrollbar space */
  287. background: transparent; /* Optional: just make scrollbar invisible */
  288. }
  289.  
  290. }
  291.  
  292. </style>
  293.  
  294. <body>
  295.  
  296. <div id="nextbuttons" class="spin">
  297. {block:Pagination}
  298. {block:PreviousPage}
  299. <a href="{PreviousPage}"><img src="https://66.media.tumblr.com/26445299650d61b9c5108883f6f75d33/tumblr_py9rs27A1B1ynr1s9o7_r1_100.gif"></a>
  300. {/block:PreviousPage}
  301.  
  302. {block:NextPage}
  303. <a href="{NextPage}"><img src="https://66.media.tumblr.com/bef19ba8eafd7fa71b10b3e14bff1d44/tumblr_py9rs27A1B1ynr1s9o8_r1_100.gif"></a>
  304. {/block:NextPage}
  305. {/block:Pagination}
  306. </div>
  307.  
  308. <div id="decor" class="spin">
  309.  
  310. <img src="https://66.media.tumblr.com/b6a1ba857751acbef7687eb3d3a6671d/5ecda7d408d3a80c-e4/s640x960/61825b254fb14b6a32e29a8f1baf9861fc618f70.png" style="width:200px;height:auto;">
  311. </div>
  312.  
  313. <div id="frame">
  314. <img src="https://66.media.tumblr.com/4c35eff3ef19b5006c0971cc9815c22b/tumblr_py9rs27A1B1ynr1s9o4_1280.png" style="border-radius: 10px;">
  315. </div>
  316.  
  317.  
  318.  
  319. <div id="nav">
  320. <img src="https://66.media.tumblr.com/0cb4d784ebc5ed4aeb90719af0e6087f/tumblr_py9rs27A1B1ynr1s9o3_r2_400.png" usemap="#image-map">
  321. <map name="image-map">
  322. <area target="_top" alt="home" title="home" href="/" coords="7,17,45,55" shape="rect">
  323. <area target="_top" alt="random post" title="random" href="/random" coords="50,17,82,53" shape="rect">
  324. <area target="_top" alt="{text:link 1 title}" title="{text:link 1 title}" href="{text:link 1 url}" coords="88,19,123,54" shape="rect">
  325. <area target="_top" alt="{text:link 2 title}" title="{text:link 2 title}" href="{text:link 2 url}" coords="131,20,162,53" shape="rect">
  326. <area target="_top" alt="{text:link 3 title}" title="{text:link 3 title}" href="{text:link 3 url}" coords="168,19,204,55" shape="rect">
  327. <area target="_top" alt="{text:link 4 title}" title="{text:link 4 title}" href="{text:link 4 url}" coords="209,19,243,55" shape="rect">
  328. <area target="_top" alt="{text:link 5 title}" title="{text:link 5 title}" href="{text:link 5 url}" coords="248,20,283,56" shape="rect">
  329. <area target="_top" alt="{text:link 6 title}" title="{text:link 6 title}" href="{text:link 6 url}" coords="289,18,323,54" shape="rect">
  330. <area target="_top" alt="{text:link 7 title}" title="{text:link 7 title}" href="{text:link 7 url}" coords="327,19,364,53" shape="rect">
  331. </map>
  332. </div>
  333.  
  334. <div id="food">
  335. <img src="https://66.media.tumblr.com/6b3864d2787954ad24420eeb8214ef27/tumblr_py9rs27A1B1ynr1s9o1_250.gifv">
  336. </div>
  337.  
  338. <div id="hearts">
  339. <img src="https://66.media.tumblr.com/9980e58cfdb64cc6e9732b2fefceb092/tumblr_py9rs27A1B1ynr1s9o2_250.png">
  340. </div>
  341.  
  342. <div id="sidebar">
  343. <img src={PortraitURL-64}><br>
  344. {Title}<br>
  345. <img src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/1d147ff9-be73-48c3-873b-b01571fa69bd/d6zi81y-944ba2ae-8760-42b8-8fc2-d4afe37e96ce.gif?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzFkMTQ3ZmY5LWJlNzMtNDhjMy04NzNiLWIwMTU3MWZhNjliZFwvZDZ6aTgxeS05NDRiYTJhZS04NzYwLTQyYjgtOGZjMi1kNGFmZTM3ZTk2Y2UuZ2lmIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.AG165vMDzKB8yskJ3g00XMyOBSFMccrm3cfe4LOe59g"><br>
  346. {block:Description}
  347. {Description}
  348. {/block:Description}
  349. </div>
  350.  
  351. <div id="main">
  352. <div id="entries">
  353. <div id="post">
  354.  
  355. {block:Posts}
  356. <center>
  357. <img src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/6d49416c-6c14-44a4-b5c0-3fb9909b3c3c/d76t22e-b4be5cee-447e-4512-ab7f-71c950c63889.gif?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzZkNDk0MTZjLTZjMTQtNDRhNC1iNWMwLTNmYjk5MDliM2MzY1wvZDc2dDIyZS1iNGJlNWNlZS00NDdlLTQ1MTItYWI3Zi03MWM5NTBjNjM4ODkuZ2lmIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.vcAsMzkhobLy52zM-aoQz0psT35boZ5GcodJmb5m_vA">
  358. </center>
  359.  
  360. {block:Text}
  361. {block:Title}{Title}
  362. {/block:Title}
  363. <div class="post">
  364. {Body}
  365. </div>
  366. {/block:Text}
  367.  
  368. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" class="imgclass">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  369.  
  370. {block:Photoset}
  371. {Photoset-250}
  372. {block:Caption}{Caption}{/block:Caption}
  373. {/block:Photoset}
  374.  
  375. {block:Panorama}
  376. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}
  377. {block:Caption}{Caption}{/block:Caption}
  378. {/block:Panorama}
  379.  
  380. {block:Answer}
  381. <img src="{AskerPortraitURL-64}">
  382. {Asker}:
  383. {Question}
  384. {Answer}
  385. {/block:Answer}
  386.  
  387. {block:Video}
  388. <center>
  389. {Video-250}</center>
  390. {block:Caption}{Caption}{/block:Caption}
  391. {/block:Video}
  392.  
  393. {block:Quote}
  394. {Quote}
  395. {block:Source}{Source}{/block:Source}
  396. {/block:Quote}
  397.  
  398. {block:Link}
  399. <a href="{URL}" {Target}>{Name}</a>
  400. {block:Description}{Description}{/block:Description}
  401. {/block:Link}
  402.  
  403. {block:Chat}
  404. {block:Title}{Title}{/block:Title}
  405. {block:Lines}
  406. {block:Label}{Label}{/block:Label}
  407. {Line}
  408. {/block:Lines}
  409. {/block:Chat}
  410.  
  411. {block:Audio}
  412. {AudioPlayerWhite}
  413. {block:AlbumArt}<img src="{AlbumArtURL}" width="50">{/block:AlbumArt}
  414. {block:TrackName}{TrackName}{/block:TrackName}</ br>
  415. {block:Artist} {Artist}{/block:Artist}</ br>
  416. {block:Caption}{Caption}{/block:Caption}
  417. {/block:Audio}
  418.  
  419. <!-- POST INFO -->
  420. {block:Date}
  421. <a href="{Permalink}">{DayOfMonth} {ShortMonth} {ShortYear}</a>&nbsp;
  422.  
  423. {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>&nbsp;{/block:NoteCount}
  424.  
  425. {block:RebloggedFrom}
  426. <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> /
  427. <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
  428. {/block:RebloggedFrom}
  429.  
  430. {block:HasTags}
  431. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  432. {/block:HasTags}
  433. {/block:Date}
  434.  
  435. {block:PermalinkPage}
  436. {block:PostNotes}{PostNotes}{/block:PostNotes}
  437. {/block:PermalinkPage}
  438.  
  439.  
  440. {/block:Posts}
  441. </div>
  442. </div>
  443. </div>
  444.  
  445.  
  446. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement