Advertisement
Poindexter

★ [TUMBLR THM] gore jr

Aug 30th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.93 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5. halo in reverse theme by @guydyke
  6. edit what you want but remove credit or make it smaller and i will pull every single one of your teeth
  7. ----->
  8.  
  9. <meta charset="utf-8">
  10. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14.  
  15. <title>{Title}</title>
  16. <title>{Title}</title><meta name="text:Default Tag" content="" />
  17.  
  18. <meta name="image:favicon" content="">
  19. <meta name="image:sidebar" content="">
  20. <meta name="image:background" content="">
  21. <meta name="image:banner" content="">
  22. <meta name="image:footer px" content="">
  23.  
  24. <meta name="color:background" content="#fff">
  25. <meta name="color:post bg" content="#fff">
  26. <meta name="color:borders" content="#fff">
  27.  
  28. <meta name="color:text" content="#000">
  29. <meta name="color:text glow" content="#fff">
  30. <meta name="color:link" content="#999">
  31. <meta name="color:link glow" content="#fff">
  32. <meta name="color:link hover" content="#ccc">
  33. <meta name="color:hover glow" content="#fff">
  34.  
  35. <meta name="color:tooltip text" content="#000">
  36. <meta name="color:tooltip bg" content="#fff">
  37.  
  38. <meta name="color:scrollbar thumb" content="#ff0000">
  39.  
  40. <meta name="select:post width px" content="425px">
  41. <meta name="select:post width px" content="450px">
  42. <meta name="select:post width px" content="475px">
  43. <meta name="select:post width px" content="500px">
  44. <meta name="select:borders" content="solid">
  45. <meta name="select:borders" content="dashed">
  46. <meta name="select:borders" content="dotted">
  47.  
  48. <meta name="if:hide desc">
  49. <meta name="if:round posts">
  50. <meta name="if:bg cover">
  51. <meta name="if:post bg">
  52. <meta name="if:text glow">
  53. <meta name="if:underline links">
  54. <meta name="if:bold links">
  55. <meta name="if:borders">
  56. <meta name="if:sidebar pagination">
  57. <meta name="if:circle sidebar img">
  58. <meta name="if:rounded sidebar img">
  59. <meta name="if:tooltip bg">
  60.  
  61. <meta name="text:font" content="arial">
  62. <meta name="text:font size" content="20">
  63. <meta name="text:glow amount" content="7">
  64. <meta name="text:divider" content="/">
  65. <meta name="text:link 1 url" content="/">
  66. <meta name="text:link 1" content="home">
  67. <meta name="text:link 2 url" content="/ask">
  68. <meta name="text:link 2" content="ask">
  69. <meta name="text:link 3 url" content="/">
  70. <meta name="text:link 3" content="1">
  71. <meta name="text:link 4 url" content="/">
  72. <meta name="text:link 4" content="2">
  73. <meta name="text:sidebar hover" content="home">
  74.  
  75.  
  76. <link rel="shortcut icon" href="{image:favicon}">
  77. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  78. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  79.  
  80. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  81.  
  82. <style type="text/css">
  83.  
  84. ::-webkit-scrollbar {
  85. height: 0px;
  86. width: 9px;
  87. background:{color:scrollbar bg};
  88. border: 4px solid{color:background};
  89. opacity:1;
  90. }
  91.  
  92. ::-webkit-scrollbar-thumb {
  93. background:{color:scrollbar thumb};
  94. border:{color:background} solid 2px;
  95. height: 8px; width: 20px;
  96. }
  97. /*
  98. 1
  99. */
  100.  
  101. body {
  102. margin:0px;
  103. background:{color:background};
  104. background-image: url('{image:background}');
  105. {block:ifnotbgcover}
  106. background-repeat: repeat;
  107. background-attachment: fixed;
  108. {/block:ifnotbgcover}
  109. {block:ifbgcover}
  110. background-size: cover;
  111. background-attachment: fixed;
  112. {/block:ifbgcover}
  113. color: {color:text};
  114. font-size: {text:font size}px;
  115. font-family: {text:font};
  116. {block:iftextglow}
  117. text-shadow: 0px 0px {text:glow amount}px {color:text glow};
  118. {/block:iftextglow}
  119. }
  120.  
  121. p{
  122. margin:0 0 10px 0;
  123. padding:0;
  124. }
  125.  
  126. pre {
  127. white-space: pre-wrap;
  128. white-space: -moz-pre-wrap;
  129. white-space: -pre-wrap;
  130. white-space: -o-pre-wrap;
  131. word-wrap: break-word;
  132. }
  133.  
  134. a {
  135. color: {color:link};
  136. text-decoration: none;
  137. {block:ifunderlinelinks}
  138. text-decoration:underline;
  139. {/block:ifunderlinelinks}
  140. {block:iftextglow}
  141. text-shadow: 0px 0px {text:glow amount}px {color:link glow};
  142. {/block:iftextglow}
  143. }
  144.  
  145. a:hover {
  146. color: {color:link hover};
  147. {block:iftextglow}
  148. text-shadow: 0 0 {text:glow amount}px {color:hover glow};
  149. {/block:iftextglow}
  150. }
  151.  
  152.  
  153. li{
  154. margin-left:-15px;
  155. }
  156.  
  157. /*
  158. containers etc
  159. */
  160. #wrapper{
  161. width:600px;
  162. margin:50px 250px;
  163. }
  164.  
  165. #sidebar{
  166. width:300px;
  167. position:fixed;
  168. padding:10px;
  169. padding:10px;
  170. margin-left:-100px;
  171. text-align:center;
  172. }
  173.  
  174. #content{
  175. width:auto;
  176. margin-left:240px;
  177. }
  178.  
  179. .post{
  180. width:{select:post width px};
  181. margin:0 0 50px 0;
  182. overflow:hidden;
  183. padding:10px;
  184. {block:ifroundposts}
  185. border-radius:5px;
  186. {/block:ifroundposts}
  187. {block:ifpostbg}
  188. background:{color:post bg};
  189. {/block:ifpostbg}
  190. {block:ifborders}
  191. border:2px {select:borders} {color:borders};
  192. {/block:ifborders}
  193. }
  194.  
  195. .post img{
  196. max-width:100%;
  197. }
  198.  
  199. #sidebar img{
  200. max-width:100%;
  201. {block:ifcirclesidebarimg}
  202. border-radius:800px;
  203. {/block:ifcirclesidebarimg}
  204. {block:ifroundedsidebarimg}
  205. border-radius:10px;
  206. {/block:ifroundedsidebarimg}
  207. }
  208. }
  209.  
  210. #sidebar .pagination {
  211. width:100px;
  212. text-align:center;
  213. padding: 3px 0;
  214. }
  215.  
  216.  
  217. #banner {
  218. width:100%;
  219. height:200px;
  220. background: url('{image:banner}') top fixed repeat-x;
  221. position:fixed;
  222. z-index: -999;
  223. margin-top:-50px;
  224. opacity: 0.90;
  225. }
  226.  
  227. #credit{
  228. position:fixed;
  229. bottom:0px;
  230. left:3px;
  231. }
  232.  
  233. /*
  234. 2
  235. */
  236. .media{
  237. margin:0 0 10px 0;
  238. }
  239.  
  240. .title{
  241. font-weight:normal;
  242. font-size:18px;
  243. line-height:20px
  244. margin:0 0 10px 0;
  245. }
  246.  
  247. .quote{
  248. font-weight:normal;
  249. font-size:16px;
  250. font-style:italic;
  251. margin:0 0 10px 0;
  252. }
  253.  
  254. .question{
  255. margin-bottom:10px;
  256. }
  257.  
  258. blockquote{
  259. margin:0 0 10px 10px;
  260. padding:0 0 0 10px;
  261. border-left:solid 1px {color:text};
  262. }
  263.  
  264. /*
  265. post footers - date, tags, via and source
  266. */
  267. .post .footer{
  268. margin:0;
  269. text-align:center;
  270. }
  271.  
  272. /*
  273. 3
  274. */
  275. ol.notes{
  276. list-style-type:none;
  277. padding:0;
  278. margin:0;
  279. }
  280.  
  281. ol.notes li.note img{
  282. width:16px;
  283. height:16px;
  284. }
  285.  
  286. ol.notes li.note{
  287. margin:0px;
  288. }
  289.  
  290. {CustomCSS}
  291. </style>
  292.  
  293.  
  294.  
  295. {CustomCSS}
  296.  
  297. </style>
  298.  
  299. </head>
  300.  
  301.  
  302. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script><script src="https://static.tumblr.com/rtrqcib/VGGnlh8rf/jquery.style-my-tooltips.min.js"></script><script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:0,tip_fade_speed:0,attribute:"title"});});})(jQuery);</script>
  303.  
  304. <style>
  305. .tooltip{
  306. display: inline;
  307. position: relative;}
  308.  
  309. #s-m-t-tooltip {
  310. text-align:center;
  311. max-width:250px;
  312. padding:5px;
  313. margin:20px;
  314. {block:IfToolTipbg}
  315. background-color:{color:tooltip bg};
  316. {/block:IfToolTipbg}
  317. color:{color:tooltip text};
  318. font-size:{text:font size}px;
  319. letter-spacing:1px;
  320. word-wrap:break-word;
  321. z-index:999999999999999999999999999999999999;
  322. }
  323. </style>
  324.  
  325.  
  326. <body>
  327.  
  328. <script type="text/javascript">
  329. var url = location.href;
  330. if (url == "{BlogURL}") {
  331. window.location = "{BlogURL}tagged/{text:Default Tag}";
  332. }
  333. </script>
  334.  
  335. <div id="banner"></div>
  336.  
  337. <div id="wrapper">
  338.  
  339.  
  340. <div id="sidebar">
  341.  
  342. <div id="sidebar img">
  343. <center>
  344. <a href="/" title="{text:sidebar hover}"><img src="{image:sidebar}"></a>
  345. </div>
  346. {block:ifnothidedesc}
  347. {block:Description}
  348. {Description}</p>
  349. {/block:Description}
  350. {block:ifnothidedesc}
  351. <center>
  352. {block:iflink1}
  353. <a href="{text:link 1 url}">{text:link 1}</a>
  354. {/block:iflink1}
  355. {block:iflink2}
  356. {text:divider}
  357. <a href="{text:link 2 url}">{text:link 2}</a>
  358. {/block:iflink2}
  359. {block:iflink3}
  360. {text:divider}
  361. <a href="{text:link 3 url}">{text:link 3}</a>
  362. {/block:iflink3}
  363. {block:iflink4}
  364. {text:divider}
  365. <a href="{text:link 4 url}">{text:link 4}</a>
  366. {/block:iflink4}
  367. </center>
  368. {block:ifsidebarpagination}
  369. {block:Pagination}
  370. <center>
  371. <div id="pagination">
  372. {block:PreviousPage}
  373. <a href="{PreviousPage}">&larr;</a>&nbsp;
  374. {/block:PreviousPage}
  375. {block:JumpPagination length="5"}
  376. {block:CurrentPage}
  377. <span class="current_page">{PageNumber}</span>
  378. {/block:CurrentPage}
  379. {block:JumpPage}
  380. <a class="jump_page" href="{URL}">{PageNumber}</a>
  381. {/block:JumpPage}
  382. {/block:JumpPagination}
  383. {block:NextPage}
  384. <a href="{NextPage}">&nbsp;&rarr;</a>
  385. {/block:NextPage}
  386. </div>
  387. </center>
  388. {/block:Pagination}
  389. {/block:ifsidebarpagination}
  390. <p></p>
  391.  
  392.  
  393. </div>
  394.  
  395.  
  396.  
  397. <div id="content">
  398. {block:Posts}
  399. <div class="post">
  400.  
  401. {block:Text}
  402. {block:Title}
  403. <div class="title">{Title}</div>
  404. {/block:Title}
  405. {Body}
  406. {/block:Text}
  407.  
  408. {block:Photo}
  409. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  410. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  411. {/block:Photo}
  412.  
  413. {block:Photoset}
  414. <div class="media">{Photoset-400}</div>
  415. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  416. {/block:Photoset}
  417.  
  418. {block:Quote}
  419. <div class="quote">"{Quote}"</div>
  420. {block:Source}
  421. <div class="quotesource">{Source}</div>
  422. {/block:Source}
  423. {/block:Quote}
  424.  
  425. {block:Link}
  426. <div class="title"><a href="{URL}">{Name}</a></div>
  427. {block:Description}
  428. <div class="description">{Description}</div>
  429. {/block:Description}
  430. {/block:Link}
  431.  
  432. {block:Chat}
  433. {block:Title}
  434. <div class="title">{Title}</div>
  435. {/block:Title}
  436.  
  437. {block:Lines}
  438. <div class="{Alt} user_{UserNumber}">
  439. {block:Label}
  440. <b>{Label}</b>{/block:Label}
  441. &nbsp;{Line}
  442. </div>
  443. {/block:Lines}
  444. {/block:Chat}
  445.  
  446. {block:Video}
  447. <div class="media">{Video-400}</div>
  448. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  449. {/block:Video}
  450.  
  451. {block:Audio}
  452. <div class="media">
  453. <br>{block:TrackName}{TrackName}{/block:TrackName} by {block:Artist}{Artist}{/block:Artist}{AudioPlayerWhite}
  454. </div>
  455. {block:Caption}{Caption}{/block:Caption}
  456. {/block:Audio}
  457.  
  458. {block:Answer}
  459. <div class="question">
  460. {Asker}: {Question}
  461. </div>
  462. <p><div class="caption">{Answer}</div>
  463. {/block:Answer}
  464.  
  465.  
  466. {block:Date}
  467. <div class="footer">
  468. <a href="{Permalink}" title="{TimeAgo} {text:divider} {NoteCount}%{/block:NoteCount}"><img src="{image:footer px}">
  469.  
  470. </div>
  471. </a>
  472. {/block:Date}
  473.  
  474. {block:PermalinkPage}
  475. <center>{block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}<br>{/block:HasTags}
  476. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource} {text:divider} <a href="{SourceURL}">src</a>
  477. {/block:ContentSource}
  478. <br>
  479. </center>
  480. {block:NoteCount}
  481. {block:PostNotes}{PostNotes}{/block:PostNotes}
  482. {/block:NoteCount}
  483. {/block:PermalinkPage}
  484. {/block:Date}
  485.  
  486. </div>
  487. {/block:Posts}
  488.  
  489.  
  490. {block:ifnotsidebarpagination}
  491. {block:Pagination}
  492. <div id="nav">
  493. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  494. -
  495. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  496. </div>
  497. {/block:Pagination}
  498. {/block:ifnotsidebarpagination}
  499. </div>
  500. </div>
  501.  
  502. </div>
  503. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  504. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  505. <div id="credit">
  506. <a href="https://guydyke.tumblr.com" title="theme">✞</a>
  507.  
  508.  
  509.  
  510. </body>
  511. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement