quiddittch

Thunder Clatter

Mar 2nd, 2015
3,282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.97 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-------theme by tweltfh.tumblr.com
  5.  
  6. - edit as much as you want but dont remove credit
  7. - dont use as a basecode
  8. - ask me if you have a problem
  9.  
  10. -------->
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}" />
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  15. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  16.  
  17. <meta name="image:Sidebar" content=""/>
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Text" content="#707070"/>
  21. <meta name="color:Links" content="#3e3c3c"/>
  22. <meta name="color:Hover" content="#797979"/>
  23. <meta name="color:Ask Background" content="#f5f5f5"/>
  24. <meta name="color:Post Background" content="#000000"/>
  25. <meta name="color:Border" content="#b8b3b3"/>
  26. <meta name="color:Scrollbar" content="#000000"/>
  27.  
  28. <meta name="if:Post Background" content="1"/>
  29. <meta name="if:Sticky Links" content="1"/>
  30. <meta name="if:Header Image" content="1"/>
  31.  
  32. <meta name="text:Link 1" content="home"/>
  33. <meta name="text:Link 1 URL" content="/"/>
  34. <meta name="text:Link 2" content="ask"/>
  35. <meta name="text:Link 2 URL" content="/ask"/>
  36. <meta name="text:Link 3" content=""/>
  37. <meta name="text:Link 3 URL" content="/"/>
  38. <meta name="text:Link 4" content=""/>
  39. <meta name="text:Link 4 URL" content="/"/>
  40. <meta name="text:Link 5" content=""/>
  41. <meta name="text:Link 5 URL" content="/"/>
  42.  
  43. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  44.  
  45. <script type="text/javascript"
  46. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  47.  
  48. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  49. <script>
  50. (function($){
  51. $(document).ready(function(){
  52. $("[title]").style_my_tooltips({
  53. tip_follows_cursor:true,
  54. tip_delay_time:200,
  55. tip_fade_speed:300
  56. }
  57. );
  58. });
  59. })(jQuery);
  60. </script>
  61.  
  62.  
  63. <style type="text/css">
  64.  
  65. /*---tumblr controls---*/
  66.  
  67. .tmblr-iframe {
  68. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:1;
  69. position:fixed !important;
  70. -webkit-filter: invert(100%)
  71. }
  72.  
  73. /*---tooltip---*/
  74.  
  75. #s-m-t-tooltip{
  76. font-size:7px;
  77. position:absolute;
  78. margin-top:-30px;
  79. margin-left:10px;
  80. z-index:9999999;
  81. {block:IfPostBackground}
  82. background:{color:Post Background};
  83. {/block:IfPostBackground}
  84. {block:IfNotPostBackground}
  85. background:{color:Background};
  86. {/block:IfNotPostBackground}
  87. padding:3px 6px 3px 6px;
  88. text-transform:uppercase;
  89. letter-spacing:1.5px;
  90. color:{color:Text};
  91. border:1px solid {color:Border};
  92. }
  93.  
  94. /*---selection---*/
  95.  
  96. ::selection {color: white; background: black;}
  97. ::-moz-selection {color: white; background: black;}
  98. ::-webkit-selection {color: white; background: black;}
  99.  
  100. /*---scrolllbar---*/
  101.  
  102. ::-webkit-scrollbar {
  103. width: 6px; height: 3px; background: {color:background};
  104. }
  105.  
  106. ::-webkit-scrollbar-thumb {
  107. background-color:{color:scrollbar};
  108. }
  109.  
  110. /*---basics---*/
  111.  
  112. body {
  113. margin:0;
  114. line-height:190%;
  115. background:{color:Background};
  116. font-family:courier new;
  117. font-size:8px;
  118. letter-spacing:.5px;
  119. color:{color:Text};
  120. }
  121.  
  122. blockquote {
  123. border-left:1px solid {color:Border};
  124. margin-left:20px;
  125. padding-left:20px;
  126. }
  127.  
  128. h1 {
  129. text-transform:uppercase;
  130. letter-spacing:1px;
  131. font-size:11px;
  132. }
  133.  
  134. h2 {
  135. text-transform:uppercase;
  136. letter-spacing:1px;
  137. font-size:10px;
  138. }
  139.  
  140. a {
  141. text-decoration:none;
  142. color:{color:Links};
  143. -webkit-transition:0.3s all;
  144. -moz-transition:0.3s all;
  145. -o-transition:0.3s all;
  146. transition:0.3s all;
  147. }
  148.  
  149. a:hover {
  150. color:{color:Hover};
  151. -webkit-transition:0.6s all;
  152. -moz-transition:0.6s all;
  153. -o-transition:0.6s all;
  154. transition:0.6s all;
  155. }
  156.  
  157. pre {
  158. white-space: pre-wrap;
  159. white-space: -moz-pre-wrap;
  160. white-space: -pre-wrap;
  161. white-space: -o-pre-wrap;
  162. word-wrap: break-word;
  163. }
  164.  
  165. img {max-width:100%;}
  166.  
  167. #center {
  168. width:500px;
  169. position:relative;
  170. margin:0px auto;
  171. {block:IfPostBackground}
  172. background:{color:Post Background};
  173. {/block:IfPostBackground}
  174. }
  175.  
  176. /*---header---*/
  177.  
  178. #header {
  179. width:500px;
  180. text-align:center;
  181. {block:IfHeaderImage}
  182. padding:90px 0px 70px 0px;
  183. {/block:IfHeaderImage}
  184. {block:IfNotHeaderImage}
  185. padding:120px 0px 70px 0px;
  186. {/block:IfNotHeaderImage}
  187. border-bottom:0px solid black;
  188. }
  189.  
  190. #header img {
  191. width:50px;
  192. height:50px;
  193. border-radius:50px;
  194. padding:10px;
  195. }
  196.  
  197. #title {
  198. margin-top:5px;
  199. font-size:14px;
  200. font-weight:bold;
  201. letter-spacing:2px;
  202. text-transform:uppercase;
  203. }
  204.  
  205. #description {
  206. width:280px;
  207. margin:0px auto;
  208. margin-bottom:-5px;
  209. padding:15px 0px 0px 0px;
  210. }
  211.  
  212. .links {
  213. margin-left:40px;
  214. z-index:9;
  215. width:400px;
  216. {block:IfPostBackground}
  217. background:{color:Post Background};
  218. {/block:IfPostBackground}
  219. {block:IfNotPostBackground}
  220. background:{color:Background};
  221. {/block:IfNotPostBackground}
  222. padding:20px 10px 20px 10px;
  223. text-transform:uppercase;
  224. font-weight:bold;
  225. font-size:8px;
  226. word-spacing:9px;
  227.  
  228. }
  229.  
  230. /*---posts---*/
  231.  
  232. #posts {
  233. width:400px;
  234. padding:50px;
  235. }
  236.  
  237. .entries {
  238. width:400px;
  239. margin-bottom:80px;
  240. }
  241.  
  242. /*---post info---*/
  243.  
  244. #in {
  245. margin-top:5px;
  246. font-size:8px;
  247. {block:PermalinkPage}
  248. opacity:1;
  249. {/block:PermalinkPage}
  250. {block:IndexPage}
  251. text-transform:uppercase;
  252. opacity:0;
  253. -webkit-transition:0.4s all;
  254. -moz-transition:0.4s all;
  255. -o-transition:0.4s all;
  256. transition:0.4s all;
  257. {/block:IndexPage}
  258. }
  259.  
  260. .entries:hover #in {
  261. opacity:1;
  262. -webkit-transition:0.4s all;
  263. -moz-transition:0.4s all;
  264. -o-transition:0.4s all;
  265. transition:0.4s all;
  266. }
  267.  
  268. .entries:hover .tagshover {
  269. {block:IndexPage}
  270. opacity:1;
  271. -webkit-transition:0.9s all;
  272. -moz-transition:0.9s all;
  273. -o-transition:0.9s all;
  274. transition:0.9s all;
  275. {/block:IndexPage}
  276. }
  277.  
  278. .tagshover {
  279. opacity:1;
  280. {block:IndexPage}
  281. opacity:0;
  282. -webkit-transition:0.9s all;
  283. -moz-transition:0.9s all;
  284. -o-transition:0.9s all;
  285. transition:0.9s all;
  286. {/block:IndexPage}
  287. }
  288.  
  289. #right {
  290. float:right;
  291. margin-right:4px;
  292. }
  293.  
  294. /*---permalink notes---*/
  295.  
  296. .notes li {
  297. padding:5px 0px 5px 0px;
  298. list-style-type:decimal-leading-zero;
  299. }
  300.  
  301. .notes img {
  302. display:none;
  303. }
  304.  
  305. /*---quote posts---*/
  306.  
  307. #quote {
  308. font-size:11px;
  309. font-weight:bold;
  310. font-style:italic;
  311. }
  312.  
  313. #source {
  314. text-align:right;
  315. padding-top:5px;
  316. font-size:9px;
  317. }
  318.  
  319. /*---link posts---*/
  320.  
  321. #linkie {
  322. padding:4px 8px 4px 8px;
  323. background:{color:Ask Background};
  324. }
  325.  
  326. /*---ask posts---*/
  327.  
  328. #pc img {
  329. width:30px;
  330. border-radius:4px;
  331. margin-top:0px;
  332. float:right;
  333. }
  334.  
  335. #ask {
  336. width:320px;
  337. background:{color:Ask Background};
  338. padding:6px 10px 10px 10px;
  339. text-align:justify;
  340. border-radius:4px;
  341. text-transform:none;
  342. }
  343.  
  344. .arrow-right {
  345. width: 0;
  346. position:absolute;
  347. border-top: 9px solid transparent;
  348. border-bottom: 9px solid transparent;
  349. margin-left:340px;
  350. margin-top:7px;
  351. border-left: 9px solid {color:Ask Background};
  352. }
  353.  
  354. /*---audio posts---*/
  355.  
  356. #play {
  357. position:absolute;
  358. width:30px;
  359. height:30px;
  360. overflow:hidden;
  361. border-radius:30px;
  362. opacity:.5;
  363. margin:19px 19px;
  364. background:black;
  365. }
  366.  
  367. .pic {
  368. width:70px;
  369. height:70px;
  370. border:1px solid {color:Border};
  371. }
  372.  
  373. #by {
  374. position:absolute;
  375. background:{color:Ask Background};
  376. width:304px;
  377. height:50px;
  378. margin-left:71px;
  379. margin-top:-78px;
  380. padding:10px 10px 10px 15px;
  381. border:1px solid {color:Border};
  382. font-size:7px;
  383. font-weight:bold;
  384. text-transform:uppercase;
  385. letter-spacing:1px;
  386. }
  387.  
  388. /*---pagination---*/
  389.  
  390. #pagination {
  391. padding:5px;
  392. margin-left:-4px;
  393. margin-top:5px;
  394. text-align:center;
  395. text-transform:uppercase;
  396. letter-spacing:2px;
  397. width:400px;
  398. font-size:8px;
  399. word-spacing:3px;
  400. bottom:0%;
  401. border-top:0px solid {color:Border};
  402. }
  403.  
  404. /*---credit---*/
  405.  
  406. #credit {
  407. {block:IfNotPostBackground}
  408. position:fixed;
  409. right:10px;
  410. bottom:10px;
  411. font-size:10px;
  412. {/block:IfNotPostBackground}
  413. {block:IfPostBackground}
  414. font-size:7px;
  415. text-align:center;
  416. margin-top:15px;
  417. padding-top:10px;
  418. {/block:IfPostBackground}
  419. letter-spacing:0px;
  420. text-transform:lowercase;
  421. }
  422.  
  423. #credit a {
  424. {block:IfPostBackground}
  425. padding-top:10px;
  426. border-top:1px dashed {color:Border};
  427. {/block:IfPostBackground}
  428. }
  429.  
  430. {CustomCSS}</style></head><body>
  431.  
  432. <div id="center">
  433.  
  434. <div id="header">
  435. {block:IfHeaderImage}
  436. <img src="{image:Sidebar}">
  437. {/block:IfHeaderImage}
  438. <div id="title"><a href="/">{Title}</a></div>
  439. <div id="description">{Description} </div>
  440. <div class="links">
  441. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  442. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  443. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  444. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  445. <a href="{text:Link 5 URL}">{text:Link 5}</a>
  446. </div>
  447. </div>
  448.  
  449. <div id="posts">
  450. {block:Posts}
  451. <div class="entries">
  452.  
  453. {block:ContentSource}
  454. <!------ {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  455. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  456. {/block:SourceLogo}
  457. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  458. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  459.  
  460. {block:ContentSource}
  461. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  462. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  463. {/block:SourceLogo}
  464. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  465. {/block:ContentSource}
  466.  
  467. {block:Photo}
  468. {LinkOpenTag}
  469. <img src="{PhotoURL-400}">
  470. {LinkCloseTag}
  471. {block:Caption}{Caption}{/block:Caption}
  472. {/block:Photo}
  473.  
  474. {block:Photoset}
  475. {Photoset-400}
  476. {block:Caption}{Caption}{/block:Caption}
  477. {/block:Photoset}
  478.  
  479. {block:Text}{block:Title}<h1>— {Title}</h1>{/block:Title}{Body}{/block:Text}
  480.  
  481. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source}<div id="source">— {Source}</div>{/block:Source}{/block:Quote}
  482.  
  483. {block:Link}<div id="linkie"><a href="{URL}">{URL}</a></div> {block:Description}{Description}{/block:Description}{/block:Link}
  484.  
  485. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines} {block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}{/block:Chat}
  486.  
  487. {block:Audio}
  488. <div id="play">{AudioPlayerBlack}</div>
  489.  
  490. {block:AlbumArt}
  491. <img src="{AlbumArtURL}" class="pic">
  492. {/block:AlbumArt}
  493.  
  494. <div id="by">
  495. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  496. {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
  497. {block:PlayCount}<b>{PlayCount} PLAYS </b>{/block:PlayCount}
  498. </div>
  499.  
  500. {block:Caption}{Caption}{/block:Caption}
  501. {/block:Audio}
  502.  
  503. {block:Video}
  504. {Video-400}{block:Caption}{Caption}{/block:Caption}
  505. {/block:Video}
  506.  
  507. {block:Answer}<div class="arrow-right"></div><div id="pc"><img src="{AskerPortraitURL-128}"></div><div id="ask"><b>{Asker}</b> asked: {Question}</div>
  508.  
  509. {Answer}
  510.  
  511. {block:Answerer}{Answerer}{/block:Answerer}
  512.  
  513. {/block:Answer}
  514.  
  515. {block:Date}
  516. <div id="in">
  517. {block:IndexPage}
  518. <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a>
  519. {block:NoteCount}/ ♥ {NoteCount}{/block:NoteCount}
  520. <div id="right">
  521. <a href="{ReblogURL}">reblog</a>
  522. {block:RebloggedFrom} /
  523. <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> {/block:RebloggedFrom}
  524. </div>
  525. {/block:IndexPage}
  526.  
  527. {block:PermalinkPage}
  528. {Month} {DayOfMonthWithZero} {Year}
  529. {block:NoteCount} with {NoteCount} Notes{/block:NoteCount}
  530. {block:RebloggedFrom}<br>Source: <a href="{ReblogRootUrl}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
  531. {/block:PermalinkPage}
  532.  
  533. {block:HasTags}
  534. <div class="tagshover">
  535. {block:PermalinkPage}Tags:{/block:PermalinkPage}
  536. {block:Tags}<a href="{TagURL}">{Tag}</a>,{/block:Tags}
  537. </div>
  538. {/block:HasTags}
  539. </div>
  540. {/block:Date}
  541.  
  542. </div>
  543.  
  544. {block:PermalinkPage}
  545. <div class="notes">
  546. {block:PostNotes}{PostNotes}{/block:PostNotes}
  547. </div>
  548. {/block:PermalinkPage}
  549.  
  550. {/block:Posts}
  551.  
  552. {block:Pagination}
  553. <div id="pagination">
  554.  
  555. {block:PreviousPage}
  556. <a href="{PreviousPage}">back</a>
  557. {/block:PreviousPage}
  558.  
  559. {block:NextPage}
  560. <a href="{NextPage}">— next</a>
  561. {/block:NextPage}
  562. </div>
  563. {/block:Pagination}
  564.  
  565. <!------dont touch this pls------>
  566.  
  567. <div id="credit"><a href="http://jaebium.tumblr.com" title="{block:IfNotPostBackground}theme by tweltfh{/block:IfNotPostBackground}" target="_blank">{block:IfPostBackground}theme by jaebium{/block:IfPostBackground}{block:IfNotPostBackground}▲{/block:IfNotPostBackground}</a></div>
  568.  
  569. </div>
  570. </div>
  571.  
  572. <!---sticky links--->
  573.  
  574. {block:IfStickyLinks}
  575. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  576. <script type="text/javascript">
  577. $(function(){
  578. var stickyRibbonTop = $('.links').offset().top;
  579. $(window).scroll(function(){
  580. if( $(window).scrollTop() > stickyRibbonTop ) {
  581. $('.links').css({position: 'fixed', top: '0px', opacity: '.98'});
  582. } else {
  583. $('.links').css({position: 'static', top: '0px', opacity: '1'});
  584. }
  585. });
  586. });
  587. </script>
  588. {/block:IfStickyLinks}
  589.  
  590. </body>
  591. </html>
Advertisement
Add Comment
Please, Sign In to add comment