Advertisement
seouless

HUSH theme

Jul 7th, 2013
1,268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.53 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head><title>{Title}{block:PostTitle}; {PostTitle}{/block:PostTitle}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5.  
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9. <meta name="image:BG">
  10. <meta name="image:post BG">
  11. <meta name="image:side BG">
  12. <meta name="image:side" content="http://static.tumblr.com/etg2y2m/Q6Vmie53b/tumblr_mee9y43ky61rqk8omo2_250a.gif">
  13.  
  14. <meta name="color:BG" content="#fff">
  15. <meta name="color:text" content="#999">
  16. <meta name="color:sp text" content="#777">
  17. <meta name="color:link" content="#000">
  18. <meta name="color:link hover" content="#555">
  19. <meta name="color:link shadow" content="#999">
  20. <meta name="color:title" content="#000">
  21. <meta name="color:post BG" content="#fff">
  22. <meta name="color:side BG" content="#fff">
  23. <meta name="color:nav" content="#fff">
  24. <meta name="color:desc" content="#fff">
  25. <meta name="color:perma" content="#fff">
  26. <meta name="color:borders" content="#eee">
  27. <meta name="color:scroll" content="#000">
  28.  
  29. <meta name="if:black music" content="1">
  30. <meta name="if:white music">
  31. <meta name="if:black over" content="1">
  32. <meta name="if:white over">
  33. <meta name="if:white controls" content="1">
  34. <meta name="if:infinite scroll" content="1">
  35. <meta name="if:line photosets" content="1">
  36.  
  37. <meta name="text:link one">
  38. <meta name="text:link one title" content="One">
  39. <meta name="text:link two">
  40. <meta name="text:link two title" content="Two">
  41. <meta name="text:link three">
  42. <meta name="text:link three title" content="Three">
  43. <meta name="text:hide click" content="m o r e">
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48. iframe#tumblr_controls {
  49. position:fixed !important;
  50. {block:ifwhitecontrols}
  51. -webkit-filter:invert(1);
  52. -moz-filter:invert(1);
  53. -ms-filter:invert(1);
  54. -o-filter:invert(1);
  55. {/block:ifwhitecontrols}
  56. z-index:99999999 !important;
  57. }
  58.  
  59. ::-webkit-scrollbar-track { background-color:{color:BG}; }
  60. ::-webkit-scrollbar-thumb { background-color:{color:scroll}; }
  61. ::-webkit-scrollbar { width:5px; height:5px; }
  62.  
  63. ::selection { background:#eee; color:#000; }
  64. ::-moz-selection { background:#eee; color:#000; }
  65. ::-webkit-selection { background:#eee; color:#000; }
  66.  
  67. body {
  68. font-family:calibri;
  69. font-size:9px;
  70. text-align:justify;
  71. text-transform:normal;
  72. background:{color:BG} url('{image:BG}') fixed repeat center;
  73. color:{color:text};
  74. margin:0px;
  75. }
  76.  
  77. a {
  78. text-decoration:none;
  79. cursor:help;
  80. color:{color:link};
  81. -webkit-transition:all 0.4s ease-in-out;
  82. -moz-transition:all 0.4s ease-in-out;
  83. -o-transition:all 0.4s ease-in-out;
  84. transition:all 0.4s ease-in-out;
  85. }
  86.  
  87. a:hover {
  88. color:{color:link hover};
  89. text-shadow:2px 0px {color:link shadow}, -2px 0px {color:link shadow};
  90. }
  91.  
  92. b, strong {
  93. font-weight:heavy;
  94. color:{color:sp text};
  95. }
  96.  
  97. i, em {
  98. font-weight:light;
  99. color:{color:sp text};
  100. }
  101.  
  102. blockquote {
  103. margin-left:30px;
  104. margin-right:0px;
  105. padding:1px 0px 1px 10px;
  106. opacity:.85;
  107. }
  108.  
  109. blockquote img {
  110. {block:indexpage}
  111. max-width:150px;
  112. {/block:indexpage}
  113. {block:permalinkpage}
  114. max-width:420px;
  115. {/block:permalinkpage}
  116. }
  117.  
  118. li {
  119. list-style:square;
  120. margin-right:0px;
  121. opacity:.85;
  122. }
  123.  
  124.  
  125. #all {
  126. }
  127.  
  128.  
  129. #posts {
  130. margin-left:195px;
  131. padding:15px 0 10px 0;
  132. background;
  133. {block:indexpage}
  134. width:480px;
  135. {/block:indexpage}
  136. {block:permalinkpage}
  137. width:440px;
  138. {/block:permalinkpage}
  139. }
  140.  
  141. .post {
  142. padding:14px;
  143. margin:5px;
  144. background:{color:post BG} url('{image:post BG}') repeat center;
  145. border:1px solid {color:borders};
  146. {block:indexpage}
  147. width:200px;
  148. float:left;
  149. {/block:indexpage}
  150. {block:permalinkpage}
  151. width:400px;
  152. {/block:permalinkpage}
  153. }
  154.  
  155. .post:hover #pht {
  156. -webkit-filter:grayscale(0);
  157. -moz-filter:grayscale(0);
  158. -ms-filter:grayscale(0);
  159. -o-filter:grayscale(0);
  160. }
  161.  
  162. #txt {
  163. padding:5px;
  164. overflow:hidden;
  165. }
  166.  
  167. #pht {
  168. overflow:hidden;
  169. -webkit-transition:all 0.4s ease-in-out;
  170. -moz-transition:all 0.4s ease-in-out;
  171. -o-transition:all 0.4s ease-in-out;
  172. transition:all 0.4s ease-in-out;
  173. }
  174.  
  175. #pht img {
  176. display:block;
  177. {block:indexpage}
  178. max-width:200px;
  179. {/block:indexpage}
  180. {block:permalinkpage}
  181. max-width:400px;
  182. {/block:permalinkpage}
  183. }
  184.  
  185.  
  186. .post:hover #perma {
  187. opacity:1;
  188. line-height:20px;
  189. }
  190.  
  191. #perma {
  192. font:8px consolas;
  193. position:absolute;
  194. text-transform:uppercase;
  195. letter-spacing:1px;
  196. width:180px;
  197. line-height:0px;
  198. {block:ifblackover}
  199. background:rgba(0, 0, 0, .75);
  200. {/block:ifblackover}
  201. {block:ifwhiteover}
  202. background:rgba(255, 255, 255, .75);
  203. {/block:ifwhiteover}
  204. z-index:9;
  205. padding:0 10px 0 10px;
  206. opacity:0;
  207. {block:permalinkpage}
  208. display:none;
  209. {/block:permalinkpage}
  210. -webkit-transition:all 0.4s ease-in-out;
  211. -moz-transition:all 0.4s ease-in-out;
  212. -o-transition:all 0.4s ease-in-out;
  213. transition:all 0.4s ease-in-out;
  214. }
  215.  
  216. #perma a {
  217. color:{color:perma};
  218. }
  219.  
  220.  
  221. .head {
  222. letter-spacing:1px;
  223. font-size:10px;
  224. padding-left:5px;
  225. color:{color:title};
  226. font-family:consolas;
  227. }
  228.  
  229. .body {
  230.  
  231. }
  232.  
  233. .body img {
  234. {block:indexpage}
  235. max-width:190px;
  236. {/block:indexpage}
  237. {block:permalinkpage}
  238. max-width:390px;
  239. {/block:permalinkpage}
  240. }
  241.  
  242. .quo {
  243. letter-spacing:1px;
  244. color:{color:title};
  245. font-family:consolas;
  246. }
  247.  
  248. .quosrc {
  249. text-align:right;
  250. }
  251.  
  252. .odd {
  253. padding:0 5px 0 5px;
  254. margin:0 -5px 0 -5px;
  255. }
  256.  
  257. .even {
  258. margin:0 -5px 0 -5px;
  259. padding:0 5px 0 5px;
  260. }
  261.  
  262. .left {
  263. width:80px;
  264. height:80px;
  265. }
  266.  
  267. .left img {
  268. width:80px;
  269. height:80px;
  270. display:block;
  271. }
  272.  
  273. .butt {
  274. width:26px;
  275. height:26px;
  276. border:2px solid transparent;
  277. margin:25px;
  278. overflow:hidden;
  279. }
  280.  
  281. .button {
  282. width:80px;
  283. height:80px;
  284. {block:ifblackmusic}
  285. background:#000;
  286. {/block:ifblackmusic}
  287. {block:ifwhitemusic}
  288. background:#fff;
  289. {/block:ifwhitemusic}
  290. opacity:0;
  291. position:absolute;
  292. z-index:8;
  293. -webkit-transition:all 0.4s ease-in-out;
  294. -moz-transition:all 0.4s ease-in-out;
  295. -o-transition:all 0.4s ease-in-out;
  296. transition:all 0.4s ease-in-out;
  297. }
  298.  
  299. .post:hover .button {
  300. opacity:.75;
  301. }
  302.  
  303. .right {
  304. float:right;
  305. margin:-80px 0 0 0;
  306. {block:indexpage}
  307. width:105px;
  308. {/block:indexpage}
  309. {block:permalinkpage}
  310. width:305px;
  311. {/block:permalinkpage}
  312. }
  313.  
  314. .hithru {
  315. text-align:right;
  316. font:6px consolas;
  317. letter-spacing:1px;
  318. text-transform:uppercase;
  319. }
  320.  
  321.  
  322. #ppage {
  323. margin-top:5px;
  324. padding:0 5px 5px 5px;
  325. }
  326.  
  327.  
  328. .nav {
  329. font:8px consolas;
  330. text-transform:uppercase;
  331. letter-spacing:1px;
  332. margin-top:5px;
  333. {block:ifinfinitescroll}
  334. display:none;
  335. {/block:ifinfinitescroll}
  336. }
  337.  
  338.  
  339. #side {
  340. position:fixed;
  341. top:20px;
  342. width:150px;
  343. left:35px;
  344. text-align:right;
  345. }
  346.  
  347. .omg {
  348. padding:5px;
  349. border:1px solid {color:borders};
  350. margin-left:25px;
  351. background:{color:side BG} url('{image:side BG}') fixed repeat center;
  352. }
  353.  
  354. .omg img {
  355. padding:5px;
  356. border:1px solid {color:borders};
  357. width:100px;
  358. display:block;
  359. }
  360.  
  361. .show {
  362. position:absolute;
  363. width:10px;
  364. margin:0px 0 0 8px;
  365. font:8px consolas;
  366. text-transform:uppercase;
  367. color:{color:title};
  368. cursor:help;
  369. line-height:12px;
  370. }
  371.  
  372. .hide {
  373. position:absolute;
  374. {block:ifblackover}
  375. background:rgba(0, 0, 0, .75);
  376. {/block:ifblackover}
  377. {block:ifwhiteover}
  378. background:rgba(255, 255, 255, .75);
  379. {/block:ifwhiteover}
  380. padding:10px;
  381. margin-left:25px;
  382. width:105px;
  383. z-index:999;
  384. }
  385.  
  386. .desc {
  387. color:{color:desc};
  388. }
  389.  
  390. .links {
  391. font:8px consolas;
  392. text-transform:uppercase;
  393. letter-spacing:1px;
  394. padding:5px 0 0 0;
  395. margin-top:5px;
  396. word-spacing:2px;
  397. }
  398.  
  399. .links a {
  400. color:{color:nav};
  401. }
  402.  
  403.  
  404. </style>
  405. <script type="text/javascript" src="http://static.tumblr.com/nj7bgyh/zr9m0w1np/masonryq.js"></script>
  406. <script type="text/javascript" src="http://static.tumblr.com/nj7bgyh/J0qm0vycn/querymasonry.js"></script>
  407. {block:ifinfinitescroll}<script src="http://static.tumblr.com/nj7bgyh/bynm0xy7g/endlessscrolljquery.js"></script>{/block:ifinfinitescroll}
  408. <script src="http://static.tumblr.com/nj7bgyh/rNom0vy8o/masonry.js"></script>
  409. <script type="text/javascript">
  410. $(window).load(function () {
  411. $('#posts').masonry(),
  412. $('.masonryWrap').infinitescroll({
  413. navSelector : ".nav a",
  414. // selector for the paged navigation (it will be hidden)
  415. nextSelector : ".nav a",
  416. // selector for the NEXT link (to page 2)
  417. itemSelector : ".post",
  418. // selector for all items you'll retrieve
  419. bufferPx : 10000,
  420. extraScrollPx: 11000,
  421. loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
  422. loadingText : "<em></em>",
  423. },
  424. // call masonry as a callback.
  425. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  426. );
  427. });
  428. </script>
  429. <script src="toggle.js" type="text/javascript"></script>
  430. <script type="text/javascript">
  431. $(document).ready(function(){
  432. $(".hide").hide();
  433. $(".show").click(function(){
  434. $('.hide').slideToggle(300);
  435. return true;
  436. });
  437. });
  438. </script>
  439. </head>
  440. <body>
  441.  
  442.  
  443. <div class="bar" style="top:0px;"></div>
  444. <div class="bar" style="bottom:0px;"></div>
  445.  
  446.  
  447. <div id="all">
  448.  
  449.  
  450. <div id="side">
  451. <div class="show">{text:hide click}</div>
  452. <div class="hide">
  453. <div class="desc">{description}</div>
  454. <div class="links">
  455. <a href="/">home</a> <a href="/ask">Inbox</a>{block:iflinkone} <a href="{text:link one}">{text:link one title}</a>{/block:iflinkone}{block:iflinktwo} <a href="{text:link two}">{text:link two title}</a>{/block:iflinktwo}{block:iflinkthree} <a href="{text:link three}">{text:link three title}</a>{/block:iflinkthree}
  456. </div>
  457. </div>
  458. <div class="omg"><img src="{image:side}"></div>
  459. <div class="nav">
  460. {block:Pagination}
  461. {block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}
  462. {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  463. {/block:Pagination}
  464. </div>
  465. </div>
  466.  
  467.  
  468. <div id="posts">
  469. {block:Posts}
  470. <div class="post">
  471.  
  472.  
  473. {block:Text}
  474. <div id="perma">
  475. <a href="{permalink}" title="{NoteCountWithLabel}">{DayOfWeek} {24Hour}:{Minutes}:{Seconds}</a>
  476. </div>
  477. <div id="txt">
  478. {block:Title}<div class="head">— {Title}</div>{/block:Title}
  479. <div class="body">{Body}</div>
  480. </div>
  481. {/block:Text}
  482.  
  483. {block:Quote}
  484. <div id="perma">
  485. <a href="{permalink}" title="{NoteCountWithLabel}">{DayOfWeek} {24Hour}:{Minutes}:{Seconds}</a>
  486. </div>
  487. <div id="txt">
  488. <div class="quo">“{Quote}</div>
  489. {block:Source}<div class="quosrc">— {Source}</div>{/block:Source}
  490. </div>
  491. {/block:Quote}
  492.  
  493. {block:Link}
  494. <div id="perma">
  495. <a href="{permalink}" title="{NoteCountWithLabel}">{DayOfWeek} {24Hour}:{Minutes}:{Seconds}</a>
  496. </div>
  497. <div id="txt">
  498. <div class="head"><a href="{URL}" target="_blank">— {Name}</a></div>
  499. {block:permalinkpage}{block:Description}<div class="body">{Description}<div>{/block:Description}{/block:permalinkpage}
  500. </div>
  501. {/block:Link}
  502.  
  503. {block:Chat}
  504. <div id="perma">
  505. <a href="{permalink}" title="{NoteCountWithLabel}">{DayOfWeek} {24Hour}:{Minutes}:{Seconds}</a>
  506. </div>
  507. <div id="txt">
  508. {block:Title}<div class="head">{Title}</div>{/block:Title}
  509. {block:Lines}
  510. <div class="{Alt}">
  511. {block:Label}<b>{Label}</b>{/block:Label} {Line}
  512. </div>
  513. {/block:Lines}
  514. </div>
  515. {/block:Chat}
  516.  
  517. {block:Audio}
  518. <div id="perma">
  519. <a href="{permalink}" title="{NoteCountWithLabel}">{DayOfWeek} {24Hour}:{Minutes}:{Seconds}</a>
  520. </div>
  521. <div id="txt">
  522. {block:AudioEmbed}<div style="margin:0 -5px 0 -5px;">{block:indexpage}{AudioEmbed-250}{/block:indexpage}{block:permalinkpage}{AudioEmbed-400}{/block:permalinkpage}</div>{/block:AudioEmbed}
  523. {block:AudioPlayer}
  524. <div class="left">
  525. <div class="button">
  526. <div class="butt">{block:ifblackmusic}{AudioPlayerBlack}{/block:ifblackmusic}{block:ifwhitemusic}{AudioPlayerWhite}{/block:ifwhitemusic}</div>
  527. </div>
  528. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  529. </div>
  530. <div class="right">
  531. {block:TrackName}<b>Track;</b> {TrackName}<br>{/block:TrackName}
  532. {block:Artist}<b>Artist;</b> {Artist}<br>{/block:Artist}
  533. {block:Album}<b>Album;</b> {Album}{/block:Album}
  534. {PlayCountWithLabel}
  535. </div>
  536. {/block:AudioPlayer}
  537. {block:permalinkpage}{block:Caption}<div class="body">{Caption}</div>{/block:Caption}{/block:permalinkpage}
  538. </div>
  539. {/block:Audio}
  540.  
  541. {block:Answer}
  542. <div id="perma">
  543. <a href="{permalink}" title="{NoteCountWithLabel}">{DayOfWeek} {24Hour}:{Minutes}:{Seconds}</a>
  544. </div>
  545. <div id="txt">
  546. <div class="quo">{Question}</div>
  547. <div class="quosrc">— {Asker}</div>
  548. <div class="body">{Answer}</div>
  549. </div>
  550. {/block:Answer}
  551.  
  552.  
  553. {block:Photo}
  554. <div id="pht">
  555. {block:permalinkpage}{LinkOpenTag}{/block:permalinkpage}{block:indexpage}<a href="{Permalink}" title="{NoteCountWithLabel}">{/block:indexpage}<img src="{PhotoURL-500}"></a>{LinkCloseTag}
  556. {block:permalinkpage}
  557. {block:HighRes}<div class="hithru"><a href="{PhotoURL-HighRes}" target="_blank">high res</a></div>{/block:HighRes}
  558. {block:Caption}<div class="body">{Caption}</div>{/block:Caption}
  559. {/block:permalinkpage}
  560. </div>
  561. {/block:Photo}
  562.  
  563. {block:Panorama}
  564. <div id="pht">
  565. {block:permalinkpage}{LinkOpenTag}{/block:permalinkpage}{block:indexpage}<a href="{Permalink}" title="{NoteCountWithLabel}">{/block:indexpage}<img src="{PhotoURL-Panorama}"></a>{LinkCloseTag}
  566. {block:permalinkpage}
  567. {block:HighRes}<div class="hithru"><a href="{PhotoURL-HighRes}" target="_blank">high res</a></div>{/block:HighRes}
  568. {block:Caption}<div class="body">{Caption}</div>{/block:Caption}
  569. {/block:permalinkpage}
  570. </div>
  571. {/block:Panorama}
  572.  
  573. {block:Photoset}
  574. <div id="pht">
  575. {block:indexpage}
  576. {block:iflinephotosets}
  577. {block:Photos}
  578. <a href="{Permalink}" title="{NoteCountWithLabel}">{/block:indexpage}<img src="{PhotoURL-500}"></a>
  579. {/block:Photos}
  580. {/block:iflinephotosets}
  581. {block:ifnotlinephotosets}
  582. {Photoset-250}
  583. {/block:ifnotlinephotosets}
  584. {/block:indexpage}
  585. {block:permalinkpage}
  586. {Photoset-400}
  587. {block:Caption}<div class="body">{Caption}</div>{/block:Caption}
  588. {/block:permalinkpage}
  589. </div>
  590. {/block:Photoset}
  591.  
  592. {block:Video}
  593. <div id="perma">
  594. <a href="{permalink}" title="{NoteCountWithLabel}">{DayOfWeek} {24Hour}:{Minutes}:{Seconds}</a>
  595. </div>
  596. <div id="pht">
  597. {block:indexpage}{Video-250}{/block:indexpage}
  598. {block:permalinkpage}
  599. {Video-400}
  600. {PlayCountWithLabel}<br>
  601. {block:Caption}<div class="body">{Caption}</div>{/block:Caption}
  602. {/block:permalinkpage}
  603. </div>
  604. {/block:Video}
  605.  
  606.  
  607. {block:permalinkpage}
  608. <div id="ppage">
  609. {block:Date}<p></p><br>{TimeAgo} on {DayOfWeek}, {Month} {DayOfMonth}, {Year} at {12Hour}:{Minutes}{AmPm}</p>{/block:Date}
  610. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}; {ReblogParentTitle}">Via</a>; <a href="{ReblogRootURL}" title="{ReblogRootName}; {ReblogRootTitle}">Source</a>;{/block:RebloggedFrom} {block:HasTags}Tagged; {block:Tags}<a href="{TagURL}">{Tag}</a>. {/block:Tags}{/block:HasTags}
  611. {block:NoteCount}<br>{NoteCountWithLabel}{/block:NoteCount}
  612. {block:PostNotes}{PostNotes}{/block:PostNotes}
  613. </div>
  614. {/block:permalinkpage}
  615.  
  616.  
  617. </div><!-- class=post -->
  618. {/block:Posts}
  619. </div><!-- id=posts -->
  620.  
  621.  
  622. </div><!-- id=all -->
  623.  
  624.  
  625. </body>
  626. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement