Advertisement
Guest User

dshfgsjdhaflskdl

a guest
Sep 20th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.28 KB | None | 0 0
  1. <!--
  2. February Theme by dislikes.tumblr.com
  3. Please do not remove the credit, claim as your own, or use as a base.
  4. -->
  5.  
  6. <html lang="en">
  7. <head>
  8.  
  9. <meta name="color:Background" content="#FFFFFF"/>
  10. <meta name="color:Title" content="#999999"/>
  11. <meta name="color:Link" content="#555555"/>
  12. <meta name="color:Blog Title" content="#999999"/>
  13. <meta name="color:Tooltip" content="#aaaaaa"/>
  14. <meta name="color:Title" content="#999999"/>
  15. <meta name="text:Link 1 URL" content=""/>
  16. <meta name="text:Link 1 Title" content="link 1"/>
  17. <meta name="text:Link 2 URL" content=""/>
  18. <meta name="text:Link 2 Title" content="link 2"/>
  19. <meta name="text:Link 3 URL" content=""/>
  20. <meta name="text:Link 3 Title" content="link 3"/>
  21.  
  22.  
  23. <title>{Title}</title>
  24. {block:Description}
  25. <meta name="description" content="{MetaDescription}" />
  26. {/block:Description}
  27. <link rel="shortcut icon" href="{Favicon}">
  28.  
  29. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  30.  
  31. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  32. <script>
  33. (function($){$(document)
  34. .ready(function(){$("[title]")
  35. .style_my_tooltips();});})
  36. (jQuery);
  37. </script>
  38.  
  39. {block:IndexPage}
  40. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  41. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  42.  
  43. <script type="text/javascript">
  44. $(window).load(function(){
  45. var $wall = $('#entries');
  46. $wall.imagesLoaded(function(){
  47. $wall.masonry({
  48. itemSelector: '#post, #post_photo',
  49. isAnimated : false
  50. });
  51. });
  52.  
  53. $wall.infinitescroll({
  54. navSelector : '#pagination',
  55. nextSelector : '#pagination a',
  56. itemSelector : '#post, #post_photo',
  57. bufferPx : 2000,
  58. debug : false,
  59. errorCallback: function() {
  60. $('#scroll').fadeOut('normal');
  61. }},
  62. function( newElements ) {
  63. var $newElems = $( newElements );
  64. $newElems.hide();
  65. $newElems.imagesLoaded(function(){
  66. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  67. });
  68. }); $('#entries').show(500);
  69. });
  70. </script>
  71.  
  72. {/block:IndexPage}
  73.  
  74. <style type="text/css">
  75.  
  76. ::-webkit-scrollbar{
  77. width:7px;
  78. height:7px;
  79. background:#fff;}
  80.  
  81. ::-webkit-scrollbar-thumb{
  82. background:#000;
  83. height:9px;
  84. border:solid #fff 3px;}
  85.  
  86. body{
  87. margin:0px;
  88. background-color: {color:Background};
  89. background-image:url({image:Background});
  90. background-attachment:fixed;
  91. background-repeat:100%;
  92. background-position:bottom-right;
  93. font-family: Calibri;
  94. font-size:8px;
  95. letter-spacing:1px;
  96. text-transform:uppercase;
  97. text-align:left;
  98. line-height:11px;
  99. color: {color:Text};}
  100.  
  101. a:link, a:active, a:visited{
  102. text-decoration: none;
  103. color: {color:Link};}
  104.  
  105. a:hover {
  106. color:{color:Link};
  107. text-decoration:none;}
  108.  
  109. body, a, a:hover{
  110. cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  111.  
  112. iframe#tumblr_controls{
  113. white-space:nowrap;
  114. -webkit-filter: invert(100%);
  115. -moz-filter: invert(100%);
  116. -o-filter: invert(100%);
  117. -ms-filter: invert(100%);
  118. filter: invert(100%);
  119. opacity:.5;
  120. transition: .8s ease-in-out;
  121. -webkit-transition: .8s ease-in-out;
  122. -moz-transition: .8s ease-in-out;
  123. -o-transition: .8s ease-in-out;}
  124.  
  125. #s-m-t-tooltip {
  126. padding: 5px 8px;
  127. height:auto;
  128. background:{color:Tooltip};
  129. font-style:italic;
  130. letter-spacing:1px;
  131. display: none;
  132. text-transform:lowercase;
  133. font-size:10px;
  134. text-align: center;
  135. margin-top:10px;
  136. margin-left: 15px;
  137. line-height: 8px;
  138. z-index: 999999999999;
  139. color: #fff;}
  140.  
  141. #entries{
  142. padding-top:110px;
  143. text-align:left;
  144. width:410px;
  145. margin-bottom:60px;
  146. margin-left:70px;
  147. position:relative;
  148. overflow: hidden;}
  149.  
  150. #post{
  151. border:1px #000 solid;
  152. letter-spacing:0px;
  153. text-transform:none;
  154. font-family: Calibri;
  155. font-size:11px;
  156. line-height:13px;
  157. font-style:italic;
  158. box-shadow:#eee 0px 0px;
  159. padding:16px;
  160. padding-bottom:14px;
  161. text-align:left;
  162. margin-top:60px;
  163. margin-left:40px;
  164. background:#ffffff;
  165. max-width: 100%;
  166. display:block;
  167. width:250px;}
  168.  
  169. #blockright{
  170. margin-top:-62px;
  171. margin-left:331px;
  172. background:{color:Background};
  173. z-index:9999999999999;
  174. width:30px;
  175. height:38px;
  176. position:fixed;}
  177.  
  178. #post img{
  179. filter: saturate(50%);
  180. -webkit-filter: saturate(50%);
  181. -moz-filter: saturate(50%);
  182. -o-filter: saturate(50%);
  183. -ms-filter: saturate(50%);
  184. max-width:100%;
  185. {block:PermalinkPage}
  186. filter: saturate(100%);
  187. -webkit-filter: saturate(100%);
  188. -moz-filter: saturate(100%);
  189. -o-filter: saturate(100%);
  190. -ms-filter: saturate(100%);
  191. {/block:PermalinkPage}}
  192.  
  193. .permalink{
  194. padding: 4px;
  195. line-height:24px;
  196. position: absolute;
  197. text-align:center;
  198. opacity:0;
  199. margin-left:270px;
  200. margin-top:-22px;
  201. z-index:99999;
  202. -webkit-transition: all 0.6s ease;
  203. -moz-transition: all 0.6s ease;
  204. transition: all 0.6s ease;}
  205.  
  206. .permalink a{
  207. box-shadow:#eee 2px 2px;
  208. color:#aaa;
  209. border:#ddd 1px solid;
  210. padding:3px;
  211. padding-right:5px;
  212. background:#fff;
  213. text-transform:uppercase;}
  214.  
  215. #post:hover .permalink{
  216. opacity:1;}
  217.  
  218. .ppermalink{
  219. padding-top:5px;
  220. text-align:right;}
  221.  
  222. .posttitle{
  223. text-transform:lowercase;
  224. font-size:12px;
  225. letter-spacing:2px;
  226. text-align:center;
  227. text-decoration:underline;
  228. color:{color:Link};}
  229.  
  230. .posttitle a{
  231. color:{color:Link};}
  232.  
  233. .text{
  234. padding:5px;}
  235.  
  236. .quote{
  237. margin-right: 5px;}
  238.  
  239. .source{
  240. padding-top:5px;
  241. display:block;
  242. text-align:right;}
  243.  
  244. .ask{
  245. padding:10px;
  246. background:#f9f9f9;}
  247.  
  248. .asker{
  249. color:{color:Link}
  250. text-decoration:underline;
  251. font-family:cambria;
  252. font-size:13px;
  253. text-transform:lowercase;}
  254.  
  255. .asker a{
  256. color:{color:Link};}
  257.  
  258. .answer{
  259. margin-top:10px;}
  260.  
  261. #audio{
  262. width:200px;
  263. height:70px;}
  264.  
  265. .cov{
  266. position:absolute;
  267. z-index:1;
  268. width:60px;
  269. height:60px;}
  270.  
  271. .cov img{
  272. float:left;
  273. width:60px;
  274. height:65px;;}
  275.  
  276. .player{
  277. opacity:0.6;
  278. width:27px;
  279. height:30px;
  280. overflow:hidden;
  281. position:absolute;
  282. z-index:1000;
  283. margin-left:17px;
  284. margin-top:20px;
  285. text-align:center;}
  286.  
  287. .info{
  288. margin-left:73px;
  289. width:200px;
  290. margin-top:0px;
  291. line-height:20px;
  292. font-size:10px;
  293. text-transform:lowercase;
  294. letter-spacing:1px;}
  295.  
  296. .chat{
  297. line-height:12px;
  298. list-style:none;}
  299.  
  300. .chat ul{
  301. list-style:none;
  302. padding:0px 5px;
  303. line-height:15px;}
  304.  
  305. .label{
  306. color:{color:Link};}
  307.  
  308. #sidebar{
  309. border:1px solid #000;
  310. z-index:9999999999999;
  311. box-shadow:rgba(0, 0, 0, 0.04) 0px 0px;
  312. background:#fff;
  313. padding:10px;
  314. margin-left:35px;
  315. margin-top:-70px;
  316. width:270px;
  317. position:fixed;
  318. text-align:center;}
  319.  
  320. #blockage{
  321. margin-left:38px;
  322. margin-top:-140px;
  323. width:300px;
  324. padding:10px;
  325. z-index:9999999;
  326. position:fixed;
  327. height:76px;
  328. background:{color:Background};}
  329.  
  330. #blogtitle{
  331. letter-spacing:2px;
  332. font-style:italic;
  333. text-transform:lowercase;
  334. padding:5px;
  335. text-align:center;
  336. font-size:12px;}
  337.  
  338. #blogtitle a{
  339. color:{color:Blog Title};}
  340.  
  341. #description{
  342. letter-spacing:0px;
  343. font-size:10px;
  344. text-transform:lowercase;
  345. text-align:center;}
  346.  
  347. #links{
  348. padding:5px;
  349. font-style:italic;
  350. font-size:10px;
  351. text-transform:lowercase;
  352. z-index:99;}
  353.  
  354. #links a{
  355. text-decoration:underline;
  356. padding-top:0px;
  357. padding-bottom:1px;
  358. padding-left:3px;
  359. padding-right:3px;}
  360.  
  361. i, em{
  362. color:{color:Link};}
  363.  
  364. b, strong{
  365. font-weight:normal;
  366. text-transform:lowercase;
  367. text-decoration:underline;
  368. color:{color:Link};}
  369. ul,ol{
  370. margin:0px;
  371. margin-left:-5px;}
  372. p{
  373. padding:0px;
  374. margin:2px;}
  375. u{
  376. text-decoration:none;
  377. color:{color:Title};}
  378.  
  379. blockquote{
  380. padding:5px;
  381. border-left:2px solid #eee;}
  382.  
  383. li{
  384. list-style-image:
  385. url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAI0lEQVQIW2PcunXrf29vb0YGKADxwRyYBIxGUQHTgV0lNjMB+9YiQstW0P0AAAAASUVORK5CYII=')}
  386.  
  387. ol.notes{
  388. width:225px;
  389. text-align:left;
  390. padding-left:40px;
  391. margin:0px;
  392. margin-left:-25px;
  393. margin-top:10px;
  394. border-bottom: solid 1px #efefef;}
  395.  
  396. li.notes{
  397. list-style:hidden;}
  398.  
  399. ol.notes li.note{
  400. font-family:Cambria;
  401. font-size:10px;
  402. font-style:italic;
  403. text-transform:lowercase;
  404. list-style-type:none;
  405. padding: 10px 0;
  406. border-top: solid 1px #efefef;}
  407.  
  408. ol.notes li.note img.avatar {
  409. display:none;}
  410.  
  411. #scroll{
  412. bottom:-20px;
  413. position: absolute;
  414. left: 50%;
  415. width:10px;
  416. height:5px;
  417. overflow:hidden;
  418. margin-bottom:80px;}
  419.  
  420. #credit{
  421. position:fixed;
  422. right:10px;
  423. bottom:10px;
  424. text-transform:uppercase;
  425. font-family:Calibri;
  426. font-size:8px;}
  427.  
  428. #credit a{
  429. color:#aaaaaa;}
  430.  
  431. </style>
  432. </head>
  433.  
  434. <body>
  435. <center>
  436.  
  437. <div id="entries">
  438. <div id="blockage"></div>
  439. <div id="sidebar">
  440. <div id="blogtitle"><a href="/">{Title}</a></div>
  441. <div id="description">{Description}</div>
  442. <div id="links">
  443. <a href="/">home</a>
  444. <a href="/ask">message</a>
  445. <a href="{text:Link 1 URL}">{text:Link 1 Title}</a>
  446. <a href="{text:Link 2 URL}">{text:Link 2 Title}</a>
  447. <a href="{text:Link 3 URL}">{text:Link 3 Title}</a></div>
  448. </div>
  449. <div id="blockright"></div>
  450.  
  451. {block:Posts}
  452. {block:ContentSource}
  453. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  454. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  455. {/block:SourceLogo}
  456. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  457. {/block:ContentSource}
  458.  
  459. <div id="post">
  460.  
  461. {block:Text}{block:IndexPage}<div class="permalink">
  462. <p><a href="{Permalink}" title="{NoteCountWithLabel}">一</a>
  463. <p><a href="{Permalink}" title="{TimeAgo}">二</a>
  464. <p><a href="{ReblogURL}" title="reblog">三</a></div>
  465. {/block:IndexPage}
  466. <div class="text">
  467. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  468. {Body}</div>
  469. {/block:Text}
  470.  
  471. {block:Link}
  472. <div class="permalink">
  473. <p><a href="{Permalink}" title="{NoteCountWithLabel}">一</a>
  474. <p><a href="{Permalink}" title="{TimeAgo}">二</a>
  475. <p><a href="{ReblogURL}" title="reblog">三</a></div>
  476. <a href="{URL}"><div class="posttitle">{Name}</div></a>
  477. {block:Description}{Description}{/block:Description}
  478. {block:IndexPage}{/block:IndexPage}
  479. {/block:Link}
  480.  
  481. {block:Photo}
  482. {block:IndexPage}
  483. <div class="permalink">
  484. <p><a href="{Permalink}" title="{NoteCountWithLabel}">一</a>
  485. <p><a href="{Permalink}" title="{TimeAgo}">二</a>
  486. <p><a href="{ReblogURL}" title="reblog">三</a></div>
  487. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  488. {/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-250}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>
  489. {/block:Photo}
  490.  
  491. {block:Photoset}
  492. {block:IndexPage}
  493. <div class="permalink">
  494. <p><a href="{Permalink}" title="{NoteCountWithLabel}">一</a>
  495. <p><a href="{Permalink}" title="{TimeAgo}">二</a>
  496. <p><a href="{ReblogURL}" title="reblog">三</a></div>
  497. <div style=" filter: saturate(50%);
  498. -webkit-filter: saturate(50%);
  499. -moz-filter: saturate(50%);
  500. -o-filter: saturate(50%);
  501. -ms-filter: saturate(50%);
  502. max-width:100%;
  503. {block:PermalinkPage}
  504. filter: saturate(100%);
  505. -webkit-filter: saturate(100%);
  506. -moz-filter: saturate(100%);
  507. -o-filter: saturate(100%);
  508. -ms-filter: saturate(100%);
  509. {/block:PermalinkPage}">{Photoset-250}</div>{/block:IndexPage}
  510. {block:PermalinkPage}{Photoset-250}{/block:PermalinkPage}
  511. {/block:Photoset}
  512.  
  513. {block:Quote}
  514. <div class="permalink">
  515. <p><a href="{Permalink}" title="{NoteCountWithLabel}">一</a>
  516. <p><a href="{Permalink}" title="{TimeAgo}">二</a>
  517. <p><a href="{ReblogURL}" title="reblog">三</a></div>
  518. {Quote}{block:Source}
  519. <div class="source">{Source}</div>{/block:Source}
  520. {/block:Quote}
  521.  
  522. {block:Answer}{block:IndexPage}<div class="permalink">
  523. <p><a href="{Permalink}" title="{NoteCountWithLabel}">一</a>
  524. <p><a href="{Permalink}" title="{TimeAgo}">二</a>
  525. <p><a href="{ReblogURL}" title="reblog">三</a></div>{/block:IndexPage}
  526. <div class="ask"><span class="asker">{Asker}:</span> {Question}</div>
  527. <div class="answer">{Answer}</div>{block:IndexPage}
  528. {/block:IndexPage}
  529. {/block:Answer}
  530.  
  531. {block:Chat}{block:IndexPage}<div class="permalink">
  532. <p><a href="{Permalink}" title="{NoteCountWithLabel}">一</a>
  533. <p><a href="{Permalink}" title="{TimeAgo}">二</a>
  534. <p><a href="{ReblogURL}" title="reblog">三</a></div>{/block:IndexPage}{block:Title}<div class="posttitle">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  535.  
  536. {block:Audio}
  537. {block:IndexPage}<div class="permalink">
  538. <p><a href="{Permalink}" title="{NoteCountWithLabel}">一</a>
  539. <p><a href="{Permalink}" title="{TimeAgo}">二</a>
  540. <p><a href="{ReblogURL}" title="reblog">三</a></div>
  541. {/block:IndexPage}
  542. <div id="audio">
  543. <div class="cov"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>
  544. {block:AlbumArt}<div class="cov"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  545. <div class="player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  546. <div class="info">
  547. <b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}
  548. <br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>
  549. {block:TrackName}{TrackName}{/block:TrackName}
  550. {block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div>
  551. </div>
  552. {/block:Audio}
  553.  
  554. {block:Video}
  555. {block:IndexPage}<div class="permalink">
  556. <p><a href="{Permalink}" title="{NoteCountWithLabel}">一</a>
  557. <p><a href="{Permalink}" title="{TimeAgo}">二</a>
  558. <p><a href="{ReblogURL}" title="reblog">三</a></div>{Video-250}{/block:IndexPage}
  559. {block:PermalinkPage}{Video-250}{/block:PermalinkPage}
  560. {/block:Video}
  561.  
  562. {block:PermalinkPage}
  563. <div class="caption">{block:Caption}{Caption}{/block:Caption}</div>
  564. <div class="ppermalink">{block:Date} {Month} {DayofMonthWithSuffix}, {Year}, {/block:Date}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}(via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}
  565. </div><p>{block:HasTags}<br>
  566. {block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}
  567. {/block:HasTags}</p>
  568.  
  569. {block:PostNotes}
  570. <div class="notes">
  571. {PostNotes}{/block:PostNotes}{/block:PermalinkPage}
  572. </div>
  573. {/block:Posts}
  574. </div>
  575.  
  576. {block:IndexPage}
  577. {block:Pagination}
  578. <div id="pagination">
  579. {block:NextPage}
  580. <a id="nextPage" href="{NextPage}"></a>
  581. {/block:NextPage}
  582. {block:PreviousPage}
  583. <a href="{PreviousPage}"></a>
  584. {/block:PreviousPage}
  585. </div>
  586. {/block:Pagination}
  587. {/block:IndexPage}
  588. </center>
  589. </body>
  590.  
  591. <!------------DO NOT REMOVE MY CREDIT OR ELSE :)----------->
  592.  
  593. <div id="credit"><a href="http://dislikes.tumblr.com/"><img src="http://static.tumblr.com/bcypf8m/w6emtapsi/ht13.gif"></a></div>
  594. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement