Advertisement
ramisaaaaa

Untitled

Jan 4th, 2017
1,315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.73 KB | None | 0 0
  1. <!---------
  2. theme by cyrusnigga keep credit or d i e
  3. -------->
  4.  
  5. <html lang="en">
  6. <head>
  7. <title>{title}</title>
  8. <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
  9. <meta name="color:Background" content="#ffffff"/>
  10. <meta name="color:Blog Description" content="#000"/>
  11. <meta name="color:Title" content="#000"/>
  12. <meta name="color:Text" content="#000"/>
  13. <meta name="color:Link" content="#000"/>
  14. <meta name="color:Hover" content="#000"/>
  15. <meta name="image:Background" content=""/>
  16. <meta name="font:body" content="arial"/>
  17. <meta name="if:Scrollbar" content="1"/>
  18. <meta name="if:Black and white follow button" content="1"/>
  19. <meta name="if:Dark images" content="0"/>
  20. <meta name="if:Black and white images" content="0"/>
  21. <meta name="text:link one" content="/" />
  22. <meta name="text:link one title" content="home" />
  23. <meta name="text:link two" content="/ask" />
  24. <meta name="text:link two title" content="inbox" />
  25. <meta name="text:link three" content="/archive" />
  26. <meta name="text:link three title" content="archive" />
  27. <meta name="text:link four" content="" />
  28. <meta name="text:link four title" content="" />
  29. <meta name="text:link five" content="" />
  30. <meta name="text:link five title" content="" />
  31. <meta name="text:link six" content="" />
  32. <meta name="text:link six title" content="" />
  33. <meta name="text:link seven" content="" />
  34. <meta name="text:link seven title" content="" />
  35. <meta name="text:link eight" content="" />
  36. <meta name="text:link eight title" content="" />
  37. </script>
  38.  
  39. <style type="text/css">
  40.  
  41. {block:ifblackandwhitefollowbutton}
  42. iframe#tumblr_controls {opacity: 1.0;-webkit-filter: invert(1);transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  43. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1.0;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  44. {/block:ifblackandwhitefollowbutton}
  45.  
  46.  
  47. body{
  48. margin:0px;
  49. background-color: {color:Background};
  50. background-image:url({image:Background});
  51. background-attachment: fixed;
  52. background-repeat: no-repeat;
  53. background-position: bottom right;
  54. font-size: 10px;
  55. font-family:consolas;
  56. line-height:10px;
  57. color:{color:Text};letter-spacing:1px;
  58. }
  59.  
  60.  
  61.  
  62. a:link, a:active, a:visited{
  63. color: {color:Link};
  64. text-decoration: none;
  65.  
  66. }
  67.  
  68. a:hover{
  69. color:#fff;
  70. text-decoration: none;
  71. background-color:#000;
  72. }
  73.  
  74. {block:ifscrollbar}
  75. ::-webkit-scrollbar {width: 3px; height: 0px; background: {color:background}; }
  76.  
  77. ::-webkit-scrollbar-thumb { background-color:{color:link}; }
  78.  
  79. {/block:ifscrollbar}}
  80.  
  81.  
  82. div#stuff{
  83. }
  84.  
  85. div#sidebar{
  86. position:absolute;
  87. left: -20px;z-index:1;
  88. {block:ifblackandwhiteimages}
  89. -webkit-filter: grayscale(100%);
  90. {/block:ifblackandwhiteimages}
  91. {block:ifdarkimages}
  92. -webkit-filter: grayscale(40%);
  93. {/block:ifdarkimages}
  94. width:1370px;
  95. border-right:2px solid #ccc; padding:13px;
  96. padding-top:25px;padding-bottom:25px;
  97. {block:permalinkpage}
  98. margin-left:-50px;
  99. {/block:permalinkpage}
  100. }
  101.  
  102.  
  103. div#content{
  104. margin:auto;
  105. top:-5px;
  106. position:absolute;
  107. overflow:hidden;
  108. {block:indexpage}
  109. width:1100px;top:0px;
  110. {/block:indexpage}
  111. {block:permalinkpage}
  112. width:905px;
  113. left:50px;
  114. {/block:permalinkpage}
  115. }
  116.  
  117.  
  118. div#posts{
  119. float:right;
  120. {block:ifdarkimages}
  121. -webkit-filter: grayscale(50%);
  122. {/block:ifdarkimages}
  123. {block:ifblackandwhiteimages}
  124. -webkit-filter: grayscale(100%);
  125. {/block:ifblackandwhiteimages}
  126. {block:indexpage}
  127. width:850px;
  128. {/block:indexpage}
  129. {block:permalinkpage}
  130. width:590px;
  131. {/block:permalinkpage}
  132. margin-left:68px;
  133. margin-top:110px;
  134. }
  135.  
  136. div#entry{
  137. float: left;
  138. width: 250px;
  139. text-align:left;
  140. {block:PermalinkPage}
  141. width: 500px;
  142. height: auto;
  143. {/block:PermalinkPage}
  144. line-height:8px;
  145. overflow:hidden;
  146. margin:11px;
  147. {block:iflessspacebetweenposts}
  148. margin:5px;
  149. {/block:iflessspacebetweenposts}
  150. }
  151.  
  152. ::selection {
  153. color:{color:Text};
  154. background-color: {color:Link};
  155. }
  156.  
  157. ::-moz-selection {
  158. color:{color:Text};
  159. background-color: {color:Link};
  160. }
  161.  
  162. ::-webkit-selection {
  163. color:{color:Text};
  164. background-color:{color:Link};
  165. }
  166.  
  167.  
  168. #entry img{
  169. {block:IndexPage}
  170. max-width: 250px;
  171. height: auto;
  172. {/block:IndexPage}
  173. {block:PermalinkPage}
  174. max-width: 500px;
  175. height: auto;
  176. {/block:PermalinkPage}
  177. }
  178.  
  179.  
  180.  
  181.  
  182. .perma{
  183. bottom:0px;
  184. opacity:0;
  185. text-align:center;font-size:11px;
  186. background-color:white; padding:10px;
  187. position:absolute;
  188. -webkit-transition: all 0.3s linear;
  189. -moz-transition: all 0.3s linear;
  190. transition: all 0.3s linear;
  191. width:230px;
  192. padding-top:16px; padding-bottom:16px;
  193. }
  194.  
  195. #entry:hover .perma{
  196. opacity:0.89;
  197. -webkit-transition: all 0.3s linear;
  198. -moz-transition: all 0.3s linear;
  199. transition: all 0.3s linear;
  200.  
  201.  
  202. }
  203.  
  204.  
  205. .titulo{
  206. font-size:19px;
  207. text-align: center;
  208. line-height:16px;
  209. width:auto;
  210. margin-left:2px;
  211. z-index:999999999999999999999999999;
  212. color:{color:title};letter-spacing:3px;
  213. margin-bottom:7px;
  214. text-transform:uppercase;
  215. text-shadow:0px 0px 0px #ddd;
  216. -webkit-transition: all 0.2s linear;
  217. -webkit-transition: all 0.2s linear;
  218. -moz-transition: all 0.2s linear;
  219. transition: all 0.2s linear;
  220. }
  221.  
  222.  
  223. .titulo a{
  224.  
  225. }
  226.  
  227.  
  228. .titulo a:hover{
  229. color:{color:title};
  230. }
  231.  
  232.  
  233. .titulo:hover{
  234. text-shadow:6px 0px #ddd, -6px 0px #ccc;
  235. -webkit-transition: all 0.2s linear;
  236. -webkit-transition: all 0.2s linear;
  237. -moz-transition: all 0.2s linear;
  238. transition: all 0.2s linear;
  239. }
  240.  
  241.  
  242. .title{
  243. font-family: calibri;
  244. font-size: 12px;
  245. line-height: 12px;
  246. color: {color:Title};
  247. font-weight: normal;
  248. letter-spacing: 0px;
  249. text-transform:uppercase;
  250. letter-spacing:2px;
  251. }
  252.  
  253. blockquote{
  254. padding:0px 0px 2px 3px;
  255. margin:0px 0px 2px 1px;
  256. }
  257.  
  258. ul, ol, li{
  259. list-style:none;
  260. margin:0px;
  261. padding:0px;
  262. }
  263.  
  264. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  265. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  266. }
  267.  
  268. ::selection {
  269. color:{color:Text};
  270. background-color: {color:Link};
  271. }
  272.  
  273. ::-moz-selection {
  274. color:{color:Text};
  275. background-color: {color:Link};
  276. }
  277.  
  278. ::-webkit-selection {
  279. color:{color:Text};
  280. background-color:{color:Link};
  281. }
  282.  
  283.  
  284. #audio {
  285. width:250px;
  286. height:auto;
  287. min-height:60px;
  288. margin-top:17px;
  289. padding-bottom:5px;
  290. margin-left:40px;
  291. }
  292. .cover {
  293. position:absolute;
  294. z-index:1;
  295. width:70px;
  296. height:670px;
  297. margin-top:-4px;
  298. margin-left:-10px;
  299. }
  300. .cover img {
  301. float:left;
  302. width:70px;
  303. height:70px;
  304. }
  305. .playbox {
  306. opacity:0.6;
  307. width:27px;
  308. height:30px;
  309. overflow:hidden;
  310. position:absolute;
  311. z-index:1000;
  312. margin-left:14px;
  313. margin-top:18px;
  314. text-align:center;
  315. }
  316. .info {
  317. margin-left:73px;
  318. margin-top:4px;
  319. line-height:14px;
  320. }
  321.  
  322. #hmm{
  323. margin-top:-2px;
  324. padding:3px;
  325. text-align:center;text-transform:uppercase;letter-spacing:1px;font-size:12px;color:#000;
  326. }
  327.  
  328. #hmm a{
  329. padding:3px;
  330. padding-top:2px;
  331. padding-bottom:2px;
  332. }
  333.  
  334. #hmm a:hover{
  335. background-color:#000;
  336. color:#fff;
  337. }
  338.  
  339. .yo{
  340. position:fixed;
  341. text-align:center;
  342. bottom:0px;
  343. font-family:tahoma;
  344. font-size:20px;
  345. right:0px;
  346. padding-top:1px;
  347. padding-right:6px;
  348. padding-left:5px;
  349. padding-bottom:7px;
  350. width:auto;
  351. height:auto;
  352. border-top-left-radius:5px;
  353. background-color:#000;
  354. z-index:99999;
  355. color:#fff;
  356. }
  357.  
  358.  
  359. </style>
  360. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/Vzan8xy5r/jquerymsnryv3.js"></script>
  361. <link rel="shortcut icon" href="{Favicon}">
  362. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  363. <meta name="viewport" content="width=720" />
  364. </head>
  365. <body>
  366.  
  367. <div id="stuff">
  368. <div id="content">
  369.  
  370. <div id="sidebar">
  371.  
  372.  
  373. <a href="/"><div class="titulo">{title}</div></a>
  374.  
  375. <div align="center" style="line-height:12px; margin-top:8px; margin-bottom:11px; color:{color:Blog Description};">{description}</div>
  376.  
  377. <div id="hmm">
  378. {block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}
  379. {block:IfLinktwotitle}<a href="{text:link two}">{text:link two title}</a> {/block:IfLinktwotitle}
  380. {block:IfLinkthreetitle}<a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}
  381. {block:IfLinkfourtitle}<a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}
  382. {block:IfLinkfivetitle}<a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle}
  383. {block:IfLinksixtitle}<a href="{text:link six}">{text:link six title}</a> {/block:IfLinksixtitle}
  384. {block:IfLinkseventitle}<a href="{text:link seven}">{text:link seven title}</a>{/block:IfLinkseventitle}
  385. {block:IfLinkeighttitle}<a href="{text:link eight}">{text:link eight title}</a>{/block:IfLinkeighttitle}
  386. </div>
  387.  
  388.  
  389. </div>
  390.  
  391.  
  392. <div align="center">
  393.  
  394. <div id="posts">
  395.  
  396. {block:Posts}
  397.  
  398.  
  399. {block:ContentSource}
  400.  
  401. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  402.  
  403. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  404.  
  405. {/block:SourceLogo}
  406.  
  407. {block:NoSourceLogo}{noSourceLink}{/block:NoSourceLogo} —>
  408.  
  409. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  410.  
  411.  
  412. <div id="entry">
  413.  
  414.  
  415.  
  416. {block:Photo}
  417. {block:IndexPage}
  418.  
  419.  
  420. <div class="perma">
  421. <a href="{Permalink}"target="_blank">{notecountwithlabel}</a> // <a href="{ReblogURL}"target="_blank">Reblog</a>
  422. </div>
  423.  
  424.  
  425.  
  426. <div id="postys">
  427. <a href="{permalink}">
  428. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=390;"></a></div>
  429.  
  430. {/block:IndexPage}
  431. {block:PermalinkPage}
  432. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px;"></center>
  433. <center>{caption}</center>
  434. {/block:PermalinkPage}
  435. {/block:Photo}
  436.  
  437. {block:Photoset}
  438.  
  439.  
  440. <div class="perma">
  441. <a href="{Permalink}"target="_blank">{notecountwithlabel}</a> // <a href="{ReblogURL}"target="_blank">Reblog</a>
  442. </div>
  443.  
  444.  
  445. {Photoset-250}
  446.  
  447. {block:PermalinkPage}
  448. {Photoset-500}
  449. {/block:PermalinkPage}
  450. {/block:Photoset}
  451.  
  452.  
  453.  
  454. {block:Text}<div style="padding-top:5px; padding-bottom:0px; padding-left:3px; padding-right:0px;">
  455. {block:Title}
  456. <a href="{permalink}"><span class="title">{Title}</span></a>
  457. {/block:Title}
  458. <span class="entrytext" style="line-height:12px;">{Body}</span>
  459. <a href="{Permalink}"></a></div>
  460. {block:indexpage}
  461. <div align="right" style="padding-right:5px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  462. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  463. </a></div>{/block:indexpage}
  464. {/block:Text}
  465.  
  466. {block:Link}<div style="padding-top:15px; padding-bottom:0px;>
  467. <a href="{URL}"><span class="title">{Name}</span></a></div>
  468. {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
  469. {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div>
  470. {block:indexpage}
  471. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  472. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  473. </a></div>{/block:indexpage}
  474. {/block:Link}
  475.  
  476. {block:Quote}
  477. <div style="padding-top:10px; padding-bottom:10px;">
  478. <span class="title" style="line-height:16px;">"{Quote}"</span><br><br>
  479. <div style="text-align: right; padding-right:10px;"><a href="{Permalink}">{block:Source}
  480. -{Source}
  481. {/block:Source}</a></div><br>{block:indexpage}
  482. <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  483. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  484. </a></div>{/block:indexpage}
  485. </div>
  486. {/block:Quote}
  487.  
  488. {block:Chat}
  489. <div style="padding-top:15px; padding-bottom:10px;">
  490. <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
  491. <ul class="chat">
  492. {block:Lines}
  493. <li class="user_{UserNumber}">
  494. {block:Label}
  495. <span class="label" style="line-height:12px;">{Label}</span>
  496. {/block:Label}
  497. {Line}
  498. </li>
  499. {/block:Lines}
  500. </ul>
  501. {block:Caption}{Caption}{/block:Caption}
  502. <br>{block:indexpage}
  503. <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  504. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  505. </a></div>{/block:indexpage}
  506. </div>
  507. {/block:Chat}
  508.  
  509.  
  510.  
  511.  
  512. {block:Audio}
  513. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div style="text-align:left"><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div>
  514.  
  515.  
  516. <div style="padding-bottom:0px;padding-top:6px;"></div>{block:indexpage}
  517. <div style=" float:left; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{permalink}">{FormattedPlayCount}&nbsp;Plays</a></div>
  518. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  519. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  520. </a></div>{/block:indexpage}
  521.  
  522.  
  523. {/block:Audio}
  524.  
  525.  
  526.  
  527. {block:Video}
  528.  
  529. <div class="perma">
  530. <a href="{Permalink}"target="_blank">{notecountwithlabel}</a> // <a href="{ReblogURL}"target="_blank">Reblog</a>
  531. </div>
  532.  
  533. {Video-250}
  534.  
  535. {block:PermalinkPage}
  536. {Video-500}
  537. {/block:PermalinkPage}
  538. {/block:Video}
  539.  
  540.  
  541.  
  542.  
  543.  
  544. {block:PermalinkPage}
  545. <center>
  546. {block:RebloggedFrom}<br><b>Via</b>: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}<b>Source</b>: <a href="{SourceURL}">{SourceTitle}</a> {/block:ContentSource}<br><Br>{block:Date}<img src="http://static.tumblr.com/twte3d7/xn4lo2lba/clock_8x8.png">&nbsp; {TimeAgo}&nbsp; <img src="http://static.tumblr.com/twte3d7/qg3lo2lcg/heart_fill_8x7.png">&nbsp; {NoteCountWithLabel}{block:hasTags}&nbsp; <img src="http://static.tumblr.com/twte3d7/zZqlo2ldq/tag_fill_8x8.png">&nbsp; {block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:Date}
  547. </center>
  548.  
  549. <br><br>
  550. <div align="left">
  551. {block:PostNotes}
  552. {PostNotes}
  553. {/block:PostNotes}</div>
  554. {/block:PermalinkPage}
  555.  
  556.  
  557. </div>
  558.  
  559.  
  560.  
  561. {/block:Posts}
  562. </div>
  563. </div>
  564. </div>
  565. </center>
  566. </div>
  567. </div>
  568.  
  569.  
  570.  
  571. {block:indexpage}
  572.  
  573.  
  574. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  575. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  576. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/TKgn8tjki/jquerymsnryv2.js"></script>
  577. <script type="text/javascript">
  578. $(window).load(function(){
  579. var $wall = $('#posts');
  580. $wall.imagesLoaded(function(){
  581. $wall.masonry({
  582. itemSelector: '#entry, #entry_photo',
  583. isAnimated : false
  584. });
  585. });
  586.  
  587. $wall.infinitescroll({
  588. navSelector : '#page-nav',
  589. nextSelector : '#page-nav a',
  590. itemSelector : '#entry, #entry_photo',
  591. bufferPx : 2000,
  592. debug : false,
  593. errorCallback: function() {
  594. $('#infscr-loading').fadeOut('normal');
  595. }},
  596. function( newElements ) {
  597. var $newElems = $( newElements );
  598. $newElems.hide();
  599. $newElems.imagesLoaded(function(){
  600. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  601. });
  602. }); $('#content').show(500);
  603. });
  604. </script>
  605. {/block:indexpage}
  606.  
  607.  
  608.  
  609. </body>
  610. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement