Advertisement
InfiniteTherese

WANHEDA

Aug 22nd, 2016
1,636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.16 KB | None | 0 0
  1. <!-
  2. theme by coldplaytbh. i made a lot of effort so DO NOT REMOVE THE CREDIT. if you want to remove the credit put it in your faq. you can delete this now. p.s. dear bitch, you are using my theme. and its not yours. make sure to follow me on my main blog: COLDPLAYTBH.TUMBLR.COM
  3. -!>
  4. <!DOCTYPE html>
  5. <head>
  6.  
  7.  
  8. <title>{Title}</title>
  9.  
  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}" />{/block:Description}
  13.  
  14. <meta name="color:background" content="#ffffff"/>
  15. <meta name="color:link" content="#aaaaaa"/>
  16. <meta name="color:text" content="#aaaaaa"/>
  17. <meta name="color:title" content="#999999"/>
  18. <meta name="color:borders" content="#000"/>
  19. <meta name="color:hover" content="#ddd"/>
  20. <meta name="color:sidebarbackground" content="#ffffff"/>
  21. <meta name="image:sidebarpicture" content=""/>
  22. <meta name="image:background" content="1"/>
  23. <meta name="text:firstlinktitle" content="home">
  24. <meta name="text:secondlinktitle" content="message">
  25. <meta name="text:thirdlinktitle" content="faq">
  26. <meta name="text:fourthlinktitle" content="fuck">
  27. <meta name="text:firstlink" content="/">
  28. <meta name="text:secondlink" content="/ask">
  29. <meta name="text:thirdlink" content="/">
  30. <meta name="text:fourthlink" content="/">
  31. <meta name="if:withsidebarbackground" content="0" />
  32.  
  33. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  34. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  35. <script>
  36. (function($){
  37. $(document).ready(function(){
  38. $("a[title]").style_my_tooltips({
  39. tip_follows_cursor:true,
  40. tip_delay_time:90,
  41. tip_fade_speed:800,
  42. attribute:"title"
  43. });
  44. });
  45. })(jQuery);
  46. </script>
  47.  
  48. <style type="text/css">
  49.  
  50. #s-m-t-tooltip{
  51. max-width:250px;
  52. z-index:999999;
  53. margin:10px;
  54. padding:2px 5px;
  55. letter-spacing:1px;
  56. border:1px solid {color:borders};
  57. text-transform:uppercase;
  58. background:#f9f9f9;
  59. color:#000;
  60. font-family:trebuchet ms;
  61. font-size:6.5px;
  62. }
  63.  
  64. ::-webkit-scrollbar {
  65. width:5px;
  66. height:10px;
  67. }
  68. ::-webkit-scrollbar {
  69. background-color:{color:background};
  70. }
  71. ::-webkit-scrollbar-track {
  72. border:-20px solid {color:background};
  73. background-color:{color:borders};
  74. }
  75. ::-webkit-scrollbar-thumb {
  76. border:-10px solid {color:background};
  77. background-color:{color:borders};
  78. }
  79.  
  80.  
  81. blockquote {padding:5px 0 5px 30px;
  82. border-left:1px solid {color:text};
  83. margin-left:30px;
  84. }
  85.  
  86. body {
  87. background:{color:background};
  88. background-image:url({image:background});
  89. color:{color:text};
  90. font-family:trebuchet ms;
  91. font-size:7px;
  92. text-transform:uppercase;
  93. text-align:justify;
  94. margin:0;
  95. line-height:16px;}
  96.  
  97.  
  98. a {
  99. color:{color:link};
  100. text-decoration:none;
  101. }
  102.  
  103. a:hover {
  104. color:{color:hover};
  105. -moz-transition-duration: 0.5s;
  106. -o-transition-duration: 0.5s;
  107. -webkit-transition-duration: 0.5s;
  108. transition-duration: 0.5s;}
  109.  
  110. img{opacity:1;
  111. border:none;
  112. text-decoration:none}
  113.  
  114.  
  115. small {
  116. font-size:9px;}
  117.  
  118. big {
  119. font-size:12px;}
  120.  
  121.  
  122. #title {font-size:10px;
  123. line-height:18px;
  124. font-weight:bold;
  125. margin-bottom:10px;
  126. text-transform:uppercase;
  127. text-align:center;
  128. font-family:trebuchet ms;
  129. color:{color:title};
  130. }
  131.  
  132. #sidebar {
  133. position: fixed;
  134. margin-top:195px;
  135. margin-left:239px;
  136. height:80px;
  137. z-index:9999;
  138. width:80px;
  139. padding:6px;
  140. {block:ifwithsidebarbackground}background:{color:sidebarbackground};{/block:ifwithsidebarbackground}
  141. border:1px solid #000;
  142. }
  143.  
  144. div#links{
  145. position: fixed;
  146. text-align: center;
  147. line-height: 12px;
  148. width:auto;
  149. opacity:.5;
  150. font-family:;
  151. font-size:12px;
  152. padding:5px;
  153. margin-top:300px;
  154. margin-left:239px;
  155. z-index:99999;
  156. }
  157.  
  158. div#description{
  159. position: fixed;
  160. text-align: center;
  161. line-height: 12px;
  162. width:140px;
  163. border-left:1px solid {color:borders};
  164. border-right:1px solid {color:borders};
  165. text-transform:uppercase;
  166. font-family:'trebuchet ms';
  167. font-size:6.5px;
  168. padding:5px;
  169. {block:ifwithsidebarbackground}background:{color:sidebarbackground};{/block:ifwithsidebarbackground}
  170. color:{color:text};
  171. margin-top:330px;
  172. margin-left:210px;
  173. z-index:99999;
  174. }
  175.  
  176.  
  177. #pagination {
  178. margin:60px 0;
  179. text-transform:lowercase;
  180. font-weight:bold;
  181. position:right;
  182. }
  183. #pagination a {
  184. padding:0 15px;
  185. color:{color:Permalink}
  186. }
  187.  
  188.  
  189. #con {
  190. left:30%;
  191. margin-left:-100px;
  192. position:right;
  193. margin-top:25px;
  194. margin-bottom:50px;
  195. }
  196.  
  197. #entries {
  198. margin-top:50px;
  199. width:300px;
  200. padding-left:280px;
  201. padding-right:25px
  202. }
  203.  
  204. #posts {
  205. width:300px;
  206. {block:IndexPage}
  207. margin-bottom:75px;
  208. {/block:IndexPage}
  209. {block:PermalinkPage}
  210. margin-bottom:75px;
  211. width:300px;
  212. {/block:PermalinkPage}
  213. padding:15px;
  214.  
  215. }
  216. #posts img {
  217. max-width:300px;
  218. }
  219.  
  220. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  221. .caption {width:100%;
  222. margin-top:10px;
  223. }
  224.  
  225. #titlequote{text-align:left;
  226. font-size:8.5px;
  227. line-height:18px;
  228. font-weight:bold;
  229. }
  230. #source {
  231. margin-top:15px;
  232. margin-left:15px;}
  233.  
  234. #permalink {
  235. padding-left:2px;
  236. padding-right:2px;
  237. margin-top:8px;
  238. text-transform:uppercase;
  239. font-family:'trebuchet ms';
  240. font-size:6.5px;
  241. {block:ifwithsidebarbackground}background:{color:sidebarbackground};{/block:ifwithsidebarbackground}
  242. border-left:1px solid {color:borders};
  243. border-right:1px solid {color:borders};
  244. }
  245. #permalink a {margin-right:10px;
  246. color:{color:Permalink}
  247. }
  248.  
  249. .player {
  250. width:25px;
  251. height:25px;
  252. overflow:hidden;
  253. position:absolute;
  254. background:{color:Link};
  255. border:1px solid {color:Border};
  256. }
  257.  
  258. .audioinfo {
  259. margin-left:50px;
  260. }
  261.  
  262.  
  263. .q {margin-bottom:10px;
  264. }
  265. .as {
  266. font-weight:bold;}
  267.  
  268. .a {
  269. margin-top:10px;
  270. }
  271.  
  272.  
  273. .chat ol {
  274. padding:0;
  275. list-style:none;
  276. }
  277. .line {padding:5px 0;
  278. border-top:1px solid {color:PostBorder};
  279. }
  280.  
  281. .label {font-weight:bold;
  282. }
  283.  
  284. .tags {
  285. word-break:break-all;
  286. font-size:9px;
  287. }
  288.  
  289. .pagenotes {
  290. {block:IndexPage}
  291. display: none!important;
  292. {/block:IndexPage}
  293. width:300px;
  294. text-align:left;
  295.  
  296. }
  297. .pagenotes img {
  298. display:none!important;}
  299. .pagenotes li {
  300. list-style-type:none;
  301. padding:5px 0px;
  302. text-align:left;
  303. margin:0 0 0 -40px;
  304. }
  305.  
  306.  
  307.  
  308.  
  309. {CustomCSS}
  310.  
  311.  
  312. </style>
  313.  
  314.  
  315.  
  316. </head>
  317.  
  318. <body>
  319.  
  320. <div id="con">
  321. <div id="links">
  322. <a title="{text:firstlinktitle}"href="{text:firstlink}"><img src="http://i44.tinypic.com/2crlczs.gif"></a>&nbsp;&nbsp;
  323.  
  324. <a title="{text:secondlinktitle}"href="{text:secondlink}"><img src="http://i41.tinypic.com/25su4qq.gif"></a>&nbsp;&nbsp;
  325.  
  326. <a title="{text:thirdlinktitle}"href="{text:thirdlink}"><img src="http://i42.tinypic.com/2wg57yu.gif"></a>&nbsp;&nbsp;
  327.  
  328. <a title="{text:fourthlinktitle}"href="{text:fourthlink}"><img src="http://i39.tinypic.com/2vc94wl.gif"></a>&nbsp;&nbsp;
  329.  
  330. <a title="credit"href="http://coldplaytbh.tumblr.com/"><img src="http://i44.tinypic.com/212ilc8.gif"></a>&nbsp;&nbsp;
  331.  
  332.  
  333. </div>
  334.  
  335. <div id="description">{Description}</div>
  336.  
  337. <div id="blogtitle"></div>
  338.  
  339. <div id="sidebar">
  340. <img src="{image:sidebarpicture}" style="width:80px;height:80px;"></a></div>
  341. </div>
  342.  
  343.  
  344.  
  345.  
  346. <div id="entries">
  347.  
  348. {block:Posts}
  349. <div id="posts">
  350.  
  351.  
  352. {block:Quote}
  353.  
  354.  
  355. <div id="titlequote">“{Quote}”</div>
  356. {/block:Quote}
  357.  
  358.  
  359.  
  360. {block:Text}
  361.  
  362. {block:Title}
  363. <div id="title">{Title}</div>{/block:Title}
  364. {Body}
  365. {/block:Text}
  366.  
  367. {block:Link}
  368. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  369. {/block:Link}
  370.  
  371. {block:Chat}
  372. {block:Title}
  373. <h1>{Title}</h1>
  374. {/block:Title}
  375. <div class="chat">
  376. <ol>{block:Lines}
  377. <li class="line {Alt}">
  378. {block:Label}
  379. <span class="label">
  380. {Label}</span>
  381. {/block:Label}{Line}</li>
  382. {/block:Lines}
  383. </ol></div>
  384. {/block:Chat}
  385.  
  386. {block:Photo}
  387. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  388. {/block:Photo}
  389.  
  390. {block:Photoset}
  391. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
  392. {/block:Photoset}
  393.  
  394.  
  395. {block:Video}<div class="video">{Video-500}</div>{/block:Video}
  396.  
  397. {block:Audio}
  398. <div class="player">{AudioPlayerWhite}</div>
  399. <div class="audioinfo">
  400. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  401. </div>
  402. {/block:Audio}
  403.  
  404. {block:Answer}
  405. <div class="q">
  406. <div class="as">{Asker} said: </div>
  407. {Question}</div>
  408. <div class="a">{Answer}</div>
  409. {/block:Answer}
  410.  
  411.  
  412.  
  413. {block:Date}
  414. <div id="permalink">
  415. <a href="{Permalink}" >&nbsp;&nbsp;&nbsp;&nbsp;{12Hour}:{Minutes} {AmPm}</a>
  416. {block:NoteCount}<a href="{Permalink}">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{NoteCount} notes</a>{/block:NoteCount}
  417.  
  418.  
  419. <a style="float:right" href="{ReblogURL}" target="_blank">reblog</a>
  420. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  421. </div>
  422. {/block:Date}
  423.  
  424.  
  425.  
  426. </div>
  427.  
  428.  
  429. {block:PostNotes}
  430. <div class="pagenotes">
  431. {PostNotes}
  432. </div>
  433. {/block:PostNotes}
  434.  
  435.  
  436. {block:indexpage}
  437. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  438. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  439. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  440. <script type="text/javascript">
  441. $(window).load(function(){
  442. var $wall = $('#posts');
  443. $wall.imagesLoaded(function(){
  444. $wall.masonry({
  445. itemSelector: '#entry, #entry_photo',
  446. isAnimated : false
  447. });
  448. });
  449.  
  450. $wall.infinitescroll({
  451. navSelector : '#page-nav',
  452. nextSelector : '#page-nav a',
  453. itemSelector : '#entry, #entry_photo',
  454. bufferPx : 2000,
  455. debug : false,
  456. errorCallback: function() {
  457. $('#infscr-loading').fadeOut('normal');
  458. }},
  459. function( newElements ) {
  460. var $newElems = $( newElements );
  461. $newElems.hide();
  462. $newElems.imagesLoaded(function(){
  463. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  464. });
  465. }); $('#content').show(500);
  466. });
  467. </script>
  468. {/block:indexpage}
  469.  
  470. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  471. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  472. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  473. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  474. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  475. <script>
  476. $(document).ready(function(){
  477. $('.photo-slideshow').pxuPhotoset({
  478. lightbox: true,
  479. rounded: false,
  480. gutter: '1px',
  481. borderRadius: '0px',
  482. photoset: '.photo-slideshow',
  483. photoWrap: '.photo-data',
  484. photo: '.pxu-photo'
  485. });
  486. });
  487. </script>
  488. </body>
  489. <div style="position:fixed;bottom:6px;right:4px;font-family:arial;font-size:20px;background:white;"><a href="http://coldplaytbh.tumblr.com/">†</a></div></html>
  490. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement