Advertisement
ramisaaaaa

Untitled

Jul 30th, 2014
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.71 KB | None | 0 0
  1. <!--
  2. theme by cyrusnigga if you remove credit then you diE.
  3. -->
  4.  
  5. <html lang="en">
  6. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9. <script type="text/javascript"
  10. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  11.  
  12. <!-- DEFAULT VARIABLES -->
  13.  
  14. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  15. <meta name="color:background" content="#fff"/>
  16. <meta name="color:link" content="#000000"/>
  17. <meta name="color:text" content="#000000"/>
  18. <meta name="color:hover" content="#fff"/>
  19. <meta name="color:Title" content="#000000"/>
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="font:body" content="arial"/>
  22. <meta name="text:link one" content="" />
  23. <meta name="text:link one title" content="home" />
  24. <meta name="text:link two" content="" />
  25. <meta name="text:link two title" content="inbox" />
  26. <meta name="text:link three" content="" />
  27. <meta name="text:link three title" content="links" />
  28. <meta name="text:link four" content="" />
  29. <meta name="text:link four title" content="baby" />
  30. <meta name="text:link five" content="" />
  31. <meta name="text:link five title" content="fag" />
  32. <meta name="text:link six" content="" />
  33. <meta name="text:link six title" content="" />
  34. <meta name="if:dark posts" content="0"/>
  35. <meta name="if:shadows" content="0"/>
  36.  
  37.  
  38. <style type="text/css">
  39.  
  40.  
  41.  
  42. {block:ifdarkposts}
  43. img{-webkit-filter: grayscale(50%);-webkit-transition: opacity 0.1s linear; opacity: 1.0;}
  44.  
  45. img:hover{ -webkit-filter: grayscale(0%);-webkit-transition: 0.9s linear; -moz-transition: all 0.9s linear;
  46. transition: all 0.9s linear; opacity:1.0;}
  47. {/block:ifdarkposts}
  48.  
  49. .wrapper{
  50. margin: 0px auto;
  51. width: 100%;
  52. }
  53.  
  54. .header{
  55. float: left;
  56. width: 100%;
  57. }
  58.  
  59. .left{
  60. float: left;
  61. margin-right: 20px;
  62. width: 802px;
  63. }
  64.  
  65. .right{
  66. float: right;
  67. width: 200px;
  68. background-color: #fff;
  69. }
  70.  
  71. p {
  72. margin:0px;
  73. margin-top:0px;
  74. }
  75.  
  76.  
  77. ::-webkit-scrollbar {width: 4px; height: 0px; padding-right:5px;background:{color:background};}
  78.  
  79. ::-webkit-scrollbar-thumb {background-color:{color:link};}
  80.  
  81.  
  82. body {
  83. padding: 0px;
  84. margin: 0px;
  85. color:{color:text};
  86. font-family: {font:body};
  87. text-transform: normal;
  88. font-size: 9px;
  89. line-height: 12px;
  90. letter-spacing: 0px;
  91. background-color: {color:Background};
  92. background-image:url({image:Background});
  93. background-attachment: fixed;
  94. background-repeat: repeat;
  95. }
  96.  
  97. {block:ifshadows}
  98. .permalink2{
  99. margin-top: -4px;
  100. }
  101. {/block:ifshadows}
  102.  
  103.  
  104.  
  105.  
  106. .user_1 .label {color:{color:link}; font-weight:bold}
  107. .user_2 .label {color:{color:text}; font-weight:bold}
  108. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  109.  
  110. i, em {color: {color:Link};}
  111. b, strong {color: {color:text};}
  112.  
  113. ::selection {
  114. color:{color:Text};
  115. background-color: {color:Link};
  116. }
  117.  
  118. ::-moz-selection {
  119. color:{color:Text};
  120. background-color: {color:Link};
  121. }
  122.  
  123. ::-webkit-selection {
  124. color:{color:Text};
  125. background-color:{color:Link};
  126. }
  127.  
  128.  
  129.  
  130. a:link, a:active, a:visited{
  131. text-decoration: none;
  132. -webkit-transition: color 0.4s ease-out;
  133. -moz-transition: color 0.4s ease-out;
  134. transition: color 0.4s ease-out;
  135. color: {color:Link};
  136. }
  137.  
  138. a:hover {
  139. text-decoration: none;
  140. color: {color:Hover};
  141. -webkit-transition: color 0.4s ease-out;
  142. -moz-transition: color 0.4s ease-out;
  143. transition: color 0.4s ease-out;
  144. }
  145.  
  146. div#center{
  147. margin:auto;
  148.  
  149. position:relative;
  150. width:940px;
  151. background-color:;
  152. }
  153.  
  154. .entry {
  155. float:left;
  156. display: block;
  157. margin: 8px;
  158. margin-bottom:4px;
  159. overflow:hidden;
  160. overflow:hidden;
  161. {block:ifshadows}
  162. -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
  163. -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
  164. box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
  165. margin:10px;
  166. {/block:ifshadows}
  167. {block:ifpostsanimation}transition: all 0.7s ease-in-out;{/block:ifpostsanimation}
  168. width:250px;
  169. {block:PermalinkPage}
  170. width:400px;
  171. {/block:PermalinkPage}
  172. }
  173.  
  174.  
  175.  
  176. #permalinkk {
  177. position: absolute;
  178. top: 6px;
  179. margin-left: 52px;
  180. opacity: 0.0;
  181. -webkit-transition: all .5s ease;
  182. -moz-transition: all .3s ease;
  183. -o-transition: all .3s ease;
  184. transition: all .5s ease;
  185. letter-spacing:0px;
  186. }
  187.  
  188. .entry:hover #permalinkk {
  189. width:auto;
  190. top: 6px;
  191. opacity: 1;
  192. }
  193.  
  194.  
  195. #reblog {
  196. position: absolute;
  197. top: 6px;
  198. margin-left: 5px;
  199. opacity: 0;
  200.  
  201. width:auto;
  202. -webkit-transition: all .3s ease;
  203. -moz-transition: all .3s ease;
  204. -o-transition: all .3s ease;
  205. transition: all .5s ease;
  206. }
  207.  
  208. .entry:hover #reblog {
  209. width:auto;
  210. top: 6px;
  211. margin-left: 5px;
  212. opacity: 1;
  213. }
  214.  
  215. .countreblog {
  216. color: #FFFFFF;
  217. letter-spacing:0px;
  218. font-family:9px arial;
  219. font-size:;
  220. line-height:14px;
  221. margin: 2px;
  222. letter-spacing: 1px;
  223. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  224. background-repeat:repeat;
  225. border:1px solid rgba(0,0,0,0.1);
  226. border:1px solid rgba(0,0,0,0.1);
  227. padding:3px 5px;
  228. -webkit-border-radius:2px;
  229. moz-border-radius:2px;
  230. -o-border-radius:2px;
  231. border-radius:2px;
  232. }
  233. .countreblog a { color: #fff; }
  234. #entry:hover #reblog{
  235. {block:IndexPage}
  236. opacity:1;-webkit-transition: all 0.3s ease-out;
  237. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  238. {/block:IndexPage}
  239. }
  240.  
  241.  
  242. #posts {
  243. width:550px;
  244. margin-top: 5px;
  245. margin-left:290px;
  246. right:auto;
  247. margin-right:auto;
  248. position:relative;
  249. overflow-y: hidden;
  250.  
  251. }
  252.  
  253.  
  254. div#sidebar{
  255. height:auto;
  256. float:left;
  257. position:fixed !important;
  258. margin-left: 70px;
  259. margin-top:120px;
  260. width:190px;
  261. }
  262.  
  263. .title{
  264. font-size: 11px;
  265. line-height: 19px;
  266. color: {color:Title};
  267. font-weight: bold;
  268. }
  269.  
  270. .permalink {
  271. display: block;
  272. padding: 2px;
  273. margin: 4px 0px 0px 8px;
  274. color: #424242;
  275. line-height: 8px;
  276. text-align: right;
  277. -webkit-transition: color 0.5s ease-out;
  278. -moz-transition: color 0.5s ease-out;
  279. }
  280.  
  281. #infscr-loading{
  282. bottom: -70px;
  283. position: absolute;
  284. left: 50%;
  285. margin-left:-8px;
  286. width:16px;
  287. height:11px;
  288. overflow:hidden;
  289. margin-bottom: 50px;
  290. }
  291.  
  292. #postnotes{
  293. text-align: justify;}
  294.  
  295.  
  296. #description{
  297. text-align: center;
  298. margin-top:3px;
  299. margin-bottom:2px;
  300. }
  301.  
  302.  
  303. #description a{
  304. padding:2px;
  305. }
  306.  
  307.  
  308. #no{
  309. text-align: center;
  310. margin-top:6px;}
  311.  
  312. #hi{
  313. padding:6px;
  314. }
  315.  
  316.  
  317.  
  318. #ok {
  319. bottom:3px;
  320. right:3px;
  321. font-size:9px;
  322. position:fixed;
  323. }
  324.  
  325.  
  326.  
  327. #postnotes blockquote{
  328. border: 0px;}
  329.  
  330.  
  331. a img{border: 0px;}
  332.  
  333.  
  334. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  335.  
  336. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  337. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  338.  
  339. .notes img{width:10px; position:relative; top:3px;}
  340. <--ses-->
  341. small{font-size: 90%;}
  342.  
  343.  
  344.  
  345.  
  346. .title{
  347. font-size: 11px;
  348. line-height:14px;
  349. color: {color:Title};
  350. font-weight: bold;
  351. }
  352.  
  353.  
  354. p{margin-top:5px; margin-bottom:5px; }
  355.  
  356. blockquote{
  357. padding:0px 0px 2px 3px;
  358. margin:0px 0px 2px 1px;
  359. }
  360. ul, ol, li{
  361. list-style:none;
  362. margin:0px;
  363. padding:0px;
  364. }
  365.  
  366.  
  367.  
  368.  
  369. .title{
  370. line-height: 18px;
  371. font-weight: normal;
  372. font-family:"calibri";
  373. font-size:13px;
  374. }
  375.  
  376.  
  377.  
  378. #audio {
  379. width:240px;
  380. height:auto;
  381. min-height:60px;
  382. padding-bottom:0px;
  383. margin-top:4px;
  384. }
  385. .cover {
  386. position:absolute;
  387. z-index:1;
  388. width:60px;
  389. height:60px;
  390. }
  391. .cover img {
  392. float:left;
  393. width:60px;
  394. margin-left:9px;
  395. height:60px;
  396. }
  397. .playbox {
  398. opacity:0.6;
  399. width:27px;
  400. height:30px;
  401. overflow:hidden;
  402. position:absolute;
  403. z-index:1000;
  404. margin-left:30px;
  405. margin-top:17px;
  406. text-align:center;
  407. }
  408. .info {
  409. margin-left:73px;
  410. margin-top:4px;
  411. line-height:14px;
  412. }
  413.  
  414.  
  415. {CustomCSS}
  416.  
  417. </style>
  418.  
  419. {block:IndexPage}
  420. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/TKgn8tjki/jquerymsnryv2.js"></script>
  421.  
  422. <script type="text/javascript">
  423. $(window).load(function () {
  424. var $content = $('#posts');
  425. $content.masonry({itemSelector: '.entry'}),
  426. $content.infinitescroll({
  427. navSelector : 'div#pagination',
  428. nextSelector : 'div#pagination a#nextPage',
  429. itemSelector : '.entry',
  430. loading: {
  431. finishedMsg: '',
  432. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  433. },
  434. bufferPx : 600,
  435. debug : false,
  436. },
  437. // call masonry as a callback.
  438. function( newElements ) {
  439. var $newElems = $( newElements );
  440. $newElems.hide();
  441. // ensure that images load before adding to masonry layout
  442. $newElems.imagesLoaded(function(){
  443. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  444.  
  445.  
  446. });
  447. });
  448. });
  449. </script>
  450.  
  451. {/block:IndexPage}
  452.  
  453.  
  454. <title>{title}</title>
  455.  
  456. <link rel="shortcut icon" href="{Favicon}">
  457. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  458. <meta name="viewport" content="width=820" />
  459. </head>
  460. <body onkeydown="return false">
  461.  
  462. <body>
  463.  
  464. <div class="wrapper">
  465. <div class="header">
  466. </div>
  467.  
  468. <div id="cage">
  469. <div id="center">
  470. <div id="sidebar">
  471.  
  472. <a href="/"><img src="{image:Sidebar}"style="" width="190" style="margin-bottom:5px;"/></a>
  473. <br>
  474.  
  475.  
  476.  
  477. <div id="no">{Description}</div>
  478.  
  479.  
  480. <div id="description"><center>{block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}{block:IfLinktwotitle} {text:symbol} <a href="{text:link two}">{text:link two title}</a>{/block:IfLinktwotitle}{block:IfLinkthreetitle} {text:symbol} <a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}{block:IfLinkfourtitle} {text:symbol} <a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}{block:IfLinkfivetitle} {text:symbol} <a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle}{block:IfLinksixtitle} {text:symbol} <a href="{text:link six}">{text:link six title}</a>{/block:IfLinksixtitle}</center></div>
  481. </div>
  482.  
  483.  
  484. <div id="ok">
  485. <a href="
  486. http://cyrusnigga.tumblr.com/">X
  487. </a></div>
  488. <div class="left">
  489. <div id="posts">
  490. {block:Posts}
  491.  
  492.  
  493.  
  494. {block:ContentSource}
  495.  
  496. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  497.  
  498. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  499.  
  500. {/block:SourceLogo}
  501.  
  502. {block:NoSourceLogo}{noSourceLink}{/block:NoSourceLogo} —>
  503.  
  504. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  505.  
  506.  
  507.  
  508. <div class="entry">
  509.  
  510.  
  511.  
  512. {block:Text}
  513. <div id="hi">
  514. {block:Title}<span class="title">{Title}</span>{/block:Title}
  515. <span class="entrytext">{Body}</span>
  516. {block:PermalinkPage}{block:HasTags}{block:Tags}#{Tag} {/block:Tags}{/block:HasTags}{/block:PermalinkPage}
  517. <div class="permalink">
  518. <a href="{permalink}">{notecountwithlabel}</a>
  519. </div></div>
  520. {/block:Text}
  521.  
  522. {block:Link}
  523. <div id="hi"><a href="{URL}" class="title">{Name}</a>
  524. {block:Description}{Description}{/block:Description}
  525. <div class="permalink">
  526. <a href="{permalink}">{notecountwithlabel}</a>
  527. </div></div>
  528. {block:Link}
  529.  
  530. {block:Photo}
  531. {block:IndexPage}{LinkOpenTag}
  532.  
  533. <div id="reblog"><div class="countreblog"><a href="{reblogurl}">reblog</a></div></div>
  534. <div id="permalinkk">
  535. <div class="countreblog"><a href="{Permalink}">{NoteCount}</a></div></div>
  536.  
  537. <a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=250px/></a></a>{LinkCloseTag}
  538. <div class="permalink2">
  539. </div>
  540. {/block:IndexPage}
  541. {block:PermalinkPage}
  542. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=400px/></a></div>{LinkCloseTag}
  543. {/block:PermalinkPage}
  544. {/block:Photo}
  545.  
  546.  
  547.  
  548. {block:Photoset}
  549. {block:IndexPage}
  550. <div id="reblog"><div class="countreblog"><a href="{reblogurl}">reblog</a></div></div>
  551. <div id="permalinkk">
  552. <div class="countreblog"><a href="{Permalink}">{NoteCount}</a></div></div>
  553. {Photoset-250}
  554. {/block:IndexPage}
  555. {block:permalinkpage}
  556. {Photoset-400}
  557. {/block:permalinkpage}
  558. {/block:Photoset}
  559.  
  560.  
  561. {block:Quote}<div id="hi"><span class="title">"{Quote}"</span> <p align=right>— {block:Source}<b>{Source}</b>{/block:Source}<br></p><p align=right>
  562. <div class="permalink">
  563.  
  564. <a href="{Permalink}">{notecountwithlabel}</a>
  565.  
  566.  
  567. </div></div>
  568. {/block:Quote}
  569.  
  570.  
  571.  
  572.  
  573. {block:Chat}
  574. <div id="hi">{block:Title}<span class="title">{Title}</span>{/block:Title}
  575. <ul class="chat">
  576. {block:Lines}
  577. <li class="user_{UserNumber}">
  578. {block:Label}
  579. <span class="label"><b>{Label}</b></span>
  580. {/block:Label}
  581.  
  582. {Line}
  583. </li>
  584. {/block:Lines}
  585. </ul>
  586. <div class="permalink">
  587. <a href="{permalink}">{notecountwithlabel}</a>
  588. </div></div>
  589. {/block:Chat}
  590.  
  591.  
  592.  
  593. {block:Audio}
  594. <div id="hi">
  595. <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 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>
  596. <div class="permalink">
  597.  
  598. <a href="{Permalink}">{notecountwithlabel}</a></div></div>
  599. {block:IndexPage}
  600. {/block:IndexPage}
  601. {/block:Audio}
  602.  
  603.  
  604. {block:Video}
  605. {block:IndexPage}
  606. <div id="reblog"><div class="countreblog"><a href="{reblogurl}">reblog</a></div></div>
  607. <div id="permalinkk">
  608. <div class="countreblog"><a href="{Permalink}">{NoteCount}</a></div></div>
  609. <div class="video">{Video-250}</div>{/block:IndexPage}
  610. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  611. {block:Video}
  612.  
  613. {block:PostNotes}<div align="middle">{caption}</div>
  614. <center>
  615.  
  616. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  617.  
  618. {block:HasTags}
  619. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  620. {block:RebloggedFrom}
  621. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  622. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  623.  
  624. {/block:RebloggedFrom}
  625. </center></span>
  626. <br>
  627. <div id="postnotes">{PostNotes}</div><br>
  628.  
  629. <center>{block:ContentSource}
  630. <br><a href="{SourceURL}">
  631. {lang:Source}:
  632. {block:SourceLogo}
  633. <img src="{BlackLogoURL}" width="{LogoWidth}"
  634. height="{LogoHeight}" alt="{SourceTitle}" />
  635. {/block:SourceLogo}
  636. {block:NoSourceLogo}
  637. {SourceLink}
  638. {/block:NoSourceLogo}
  639. </a>
  640. {/block:ContentSource}</center>
  641.  
  642. {/block:PostNotes}
  643. </div>
  644. {/block:Posts}
  645.  
  646.  
  647.  
  648.  
  649. </div>
  650.  
  651. </div>
  652.  
  653. {block:IndexPage}
  654. {block:Pagination}
  655. <div id="pagination">
  656. {block:NextPage}
  657. <a id="nextPage" href="{NextPage}"></a>
  658. {/block:NextPage}
  659. {block:PreviousPage}
  660. <a href="{PreviousPage}"></a>
  661. {/block:PreviousPage}
  662. </div>
  663. {/block:Pagination}
  664. {/block:IndexPage}
  665. </body>
  666.  
  667. </div>
  668. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement