ramfaggot

Untitled

Jul 21st, 2014
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.38 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. <script type="text/javascript" src="http://static.tumblr.com/
  10. xek1qzw/zeQmtcaq1/jgnrsmsnry.js"></script>
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Post Box" content="#ffffff"/>
  13. <meta name="color:Blog Description" content="#000000"/>
  14. <meta name="color:Title" content="#000000"/>
  15. <meta name="color:Text" content="#000000"/>
  16. <meta name="color:Link" content="#000000"/>
  17. <meta name="color:Hover" content="#FFF"/>
  18. <meta name="image:Background" content=""/>
  19. <meta name="image:Sidebar" content=""/>
  20. <meta name="if:Scrollbar" content="0"/>
  21. <meta name="if:Black and white follow button" content="1"/>
  22. <meta name="if:Sidebar top" content="1"/>
  23. <meta name="if:Less Space Between Posts" content="1"/>
  24. <meta name="if:Content more to the right" content="1"/>
  25. <meta name="if:Post shadows" content="1"/>
  26. <meta name="if:Dark images" content="0"/>
  27. <meta name="if:White and black permalinks" content="1"/>
  28. <meta name="if:Black and white images" content="0"/>
  29. <meta name="text:link one" content="/" />
  30. <meta name="text:link one title" content="home" />
  31. <meta name="text:link two" content="/ask" />
  32. <meta name="text:link two title" content="message" />
  33. <meta name="text:link three" content="/links" />
  34. <meta name="text:link three title" content="links" />
  35. <meta name="text:link four" content="/" />
  36. <meta name="text:link four title" content="baby" />
  37. <meta name="text:link five" content="/" />
  38. <meta name="text:link five title" content="11" />
  39. <meta name="text:link six" content="" />
  40. <meta name="text:link six title" content="" />
  41. <meta name="text:link seven" content="" />
  42. <meta name="text:link seven title" content="" />
  43. <meta name="text:link eight" content="" />
  44. <meta name="text:link eight title" content="" />
  45. <meta name="text:music player" content="" />
  46. <div class="yo">
  47. <a href="http://cyrusnigga.tumblr.com/"
  48. title=credit>
  49. <font size="3"><font color="white">
  50. <small>$$</font></a></div>
  51. </small></font>
  52. </script>
  53.  
  54. <style type="text/css">
  55.  
  56. {block:ifblackandwhitefollowbutton}
  57. iframe#tumblr_controls {opacity: 1.0;-webkit-filter: invert(100%);transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  58. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1.0;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  59. {/block:ifblackandwhitefollowbutton}
  60.  
  61. body{
  62. margin:0px;
  63. background-color: {color:Background};
  64. background-image:url({image:Background});
  65. background-attachment: fixed;
  66. background-repeat: no-repeat;
  67. background-position: bottom right;
  68. font-size: 9px;
  69. font-family:trebuchet ms;
  70. line-height:10px;
  71. color:{color:Text};
  72. }
  73.  
  74. a:link, a:active, a:visited{
  75. color: {color:Link};
  76. text-decoration: none;
  77. -webkit-transition: all 0.6s ease-out;
  78. moz-transition: all 0.6s ease-out;
  79. o-transition: all 0.6s ease-out;
  80. ransition: all 0.6s ease-out;
  81. }
  82.  
  83. a:hover{
  84. color:{color:Hover};
  85. text-decoration: none;
  86. -webkit-transition: all 0.55s ease-out;
  87. moz-transition: all 0.3s ease-out;
  88. o-transition: all 0.3s ease-out;
  89. ransition: all 0.6s ease-out;
  90. text-decoration:underline;
  91. }
  92.  
  93. {block:ifscrollbar}
  94. ::-webkit-scrollbar {
  95. width: 3px;
  96. height: 0px;
  97. padding-right:0px;
  98. background:{color:background};
  99. }
  100.  
  101. ::-webkit-scrollbar-thumb {
  102. background-color:{color:link};
  103. }
  104. {/block:ifscrollbar}}
  105.  
  106.  
  107. div#stuff{
  108. }
  109.  
  110. div#sidebar{
  111. position:absolute !important;
  112. position:fixed !important;
  113. top:200px;
  114. left: 370px;
  115. width:180px;
  116. {block:ifnotsidebartop}
  117. top:210px;
  118. {/block:ifnotsidebartop}
  119. {block:ifsidebartop}
  120. top:60px;
  121. {/block:ifsidebartop}
  122. }
  123.  
  124. div#sidebar a{
  125. {block:ifblackandwhiteimages}
  126. -webkit-filter: grayscale(100%);
  127. {/block:ifblackandwhiteimages}
  128. {block:ifdarkimages}
  129. -webkit-filter: grayscale(40%);
  130. {/block:ifdarkimages}
  131. }
  132.  
  133. div#content{
  134. margin:auto;
  135. top:0px;
  136. padding-top:5px;
  137. position:absolute;
  138. overflow:hidden;
  139. {block:indexpage}
  140. width:950px;
  141. {/block:indexpage}
  142. {block:permalinkpage}
  143. width:910px;
  144. left:50px;
  145. {/block:permalinkpage}
  146. }
  147.  
  148.  
  149. div#posts{
  150. float:right;
  151. {block:ifdarkimages}
  152. -webkit-filter: grayscale(50%);
  153. {/block:ifdarkimages}
  154. {block:ifblackandwhiteimages}
  155. -webkit-filter: grayscale(100%);
  156. {/block:ifblackandwhiteimages}
  157. {block:indexpage}
  158. width:380px;
  159. {/block:indexpage}
  160. {block:permalinkpage}
  161. width:380px;
  162. {/block:permalinkpage}
  163. margin-left:68px;
  164. }
  165.  
  166. div#entry{
  167. float: left;
  168. width: 320px;
  169. text-align:left;
  170. {block:PermalinkPage}
  171. width: 340px;
  172. height: auto;
  173. {/block:PermalinkPage}
  174. line-height:8px;
  175. margin-right:70px;
  176. overflow:hidden;
  177. margin:10px;
  178. {block:iflessspacebetweenposts}
  179. margin:4px;
  180. {/block:iflessspacebetweenposts}
  181. {block:ifpostshadows}
  182. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  183. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  184. -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.19);
  185. padding:4px;
  186. {/block:ifpostshadows}
  187. }
  188.  
  189. ::selection {
  190. color:{color:Text};
  191. background-color: {color:Link};
  192. }
  193.  
  194. ::-moz-selection {
  195. color:{color:Text};
  196. background-color: {color:Link};
  197. }
  198.  
  199. ::-webkit-selection {
  200. color:{color:Text};
  201. background-color:{color:Link};
  202. }
  203.  
  204.  
  205. #entry img{
  206. {block:IndexPage}
  207. max-width: 320px;
  208. height: auto;
  209. {/block:IndexPage}
  210. {block:PermalinkPage}
  211. max-width: 340px;
  212. height: auto;
  213. {/block:PermalinkPage}
  214. -webkit-transition: all 0.5s ease-out;
  215. -moz-transition: all 0.5s ease-out;
  216. transition: all 0.5s ease-out;
  217. }
  218.  
  219.  
  220. .title{
  221. font-family: calibri;
  222. font-size: 12px;
  223. line-height: 12px;
  224. color: {color:Title};
  225. font-weight: normal;
  226. letter-spacing: 0px;
  227. text-transform:uppercase;
  228. letter-spacing:2px;
  229. }
  230.  
  231. blockquote{
  232. padding:0px 0px 2px 3px;
  233. margin:0px 0px 2px 1px;
  234. }
  235.  
  236. ul, ol, li{
  237. list-style:none;
  238. margin:0px;
  239. padding:0px;
  240. }
  241.  
  242. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  243. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  244. }
  245.  
  246. ::selection {
  247. color:{color:Text};
  248. background-color: {color:Link};
  249. }
  250.  
  251. ::-moz-selection {
  252. color:{color:Text};
  253. background-color: {color:Link};
  254. }
  255.  
  256. ::-webkit-selection {
  257. color:{color:Text};
  258. background-color:{color:Link};
  259. }
  260.  
  261.  
  262. #audio {
  263. width:250px;
  264. height:auto;
  265. min-height:60px;
  266. margin-top:17px;
  267. padding-bottom:5px;
  268. margin-left:40px;
  269. }
  270. .cover {
  271. position:absolute;
  272. z-index:1;
  273. width:70px;
  274. height:670px;
  275. margin-top:-4px;
  276. margin-left:-10px;
  277. }
  278. .cover img {
  279. float:left;
  280. width:70px;
  281. height:70px;
  282. }
  283. .playbox {
  284. opacity:0.6;
  285. width:27px;
  286. height:30px;
  287. overflow:hidden;
  288. position:absolute;
  289. z-index:1000;
  290. margin-left:14px;
  291. margin-top:18px;
  292. text-align:center;
  293. }
  294. .info {
  295. margin-left:73px;
  296. margin-top:4px;
  297. line-height:14px;
  298. }
  299.  
  300. #hmm{
  301. margin-top:-2px;
  302. padding:3px;
  303. text-align:center;
  304. }
  305.  
  306. #hmm a{
  307. padding:3px;
  308. }
  309.  
  310. .yo{
  311. position:fixed;
  312. text-align:center;
  313. bottom:0px;
  314. font-family:tahoma;
  315. font-size:20px;
  316. right:0px;
  317. padding-top:1px;
  318. padding-right:6px;
  319. padding-left:5px;
  320. padding-bottom:6px;
  321. width:auto;
  322. height:auto;
  323. border-top-left-radius:5px;
  324. background-color:#000;
  325. z-index:99999;
  326. color:#fff;
  327. }
  328.  
  329. .descriprion_icons{
  330. position: absolute;
  331. display: block;
  332. width: 25px;
  333. height: 25px;
  334. left: 50%;
  335. top: 80%;
  336. margin-top: -12px;
  337. background: url(http://static.tumblr.com/dbek3sy/ZQDlsyx5t/icons.png) no-repeat;
  338. opacity:0;
  339. -webkit-filter:invert(1);
  340. }
  341. #entry .permalink_icon{
  342. background-position: -25px 0px;
  343. margin-left: 5px;
  344. -webkit-transition: all 0.65s ease;
  345. }
  346.  
  347. #entry .reblog_icon{
  348. background-position: 0px 0px;
  349. margin-left: -30px;
  350. -webkit-transition: all 0.45s ease;
  351. }
  352.  
  353. #entry:hover .permalink_icon{
  354. top: 50%;
  355. opacity: 1.0;
  356. -webkit-transition: all 0.65s ease;
  357. }
  358.  
  359. #entry:hover .reblog_icon{
  360. top: 50%;
  361. opacity: 1.0;
  362. -webkit-transition: all 0.45s ease;
  363. }
  364.  
  365.  
  366. </style>
  367. <link rel="shortcut icon" href="{Favicon}">
  368. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  369. <meta name="viewport" content="width=720" />
  370. </head>
  371. <body>
  372.  
  373. <div id="stuff">
  374. <div id="content">
  375. <div id="sidebar">
  376.  
  377. {text:music player}
  378. <div align="left" style="padding-bottom:5px;">
  379. <a href="/">
  380. <img style="" src="{image:sidebar}"width=180" /></a></div>
  381.  
  382.  
  383. <div align="center" style="line-height:16px; margin-top:0px; margin-bottom:1px; color:{color:Blog Description};">{description}</div>
  384.  
  385. <div id="hmm">
  386. {block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}
  387. {block:IfLinktwotitle}<a href="{text:link two}">{text:link two title}</a> {/block:IfLinktwotitle}
  388. {block:IfLinkthreetitle}<a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}
  389. {block:IfLinkfourtitle}<a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}
  390. {block:IfLinkfivetitle}<a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle}
  391. {block:IfLinksixtitle}<a href="{text:link six}">{text:link six title}</a> {/block:IfLinksixtitle}
  392. {block:IfLinkseventitle}<a href="{text:link seven}">{text:link seven title}</a>{/block:IfLinkseventitle}
  393. {block:IfLinkeighttitle}<a href="{text:link eight}">{text:link eight title}</a>{/block:IfLinkeighttitle}
  394. </div>
  395.  
  396.  
  397. </div>
  398.  
  399.  
  400. <div align="center">
  401.  
  402. <div id="posts">
  403.  
  404. {block:Posts}
  405.  
  406.  
  407. {block:ContentSource}
  408.  
  409. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  410.  
  411. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  412.  
  413. {/block:SourceLogo}
  414.  
  415. {block:NoSourceLogo}{noSourceLink}{/block:NoSourceLogo} —>
  416.  
  417. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  418.  
  419.  
  420. <div id="entry">
  421.  
  422.  
  423.  
  424. {block:Photo}
  425. {block:IndexPage}
  426.  
  427.  
  428. <a href="{permalink}" title="permalink" class="descriprion_icons permalink_icon"></a>
  429. <a href="{reblogurl}" title="reblog" class="descriprion_icons reblog_icon"></a>
  430.  
  431. <div id="postys">
  432. <a href="{permalink}">
  433. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=390;"></a></div>
  434.  
  435. {/block:IndexPage}
  436. {block:PermalinkPage}
  437. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=450px;"></center>
  438. <center>{caption}</center>
  439. {/block:PermalinkPage}
  440. {/block:Photo}
  441.  
  442. {block:Photoset}
  443.  
  444. <a href="{permalink}" title="permalink" class="descriprion_icons permalink_icon"></a>
  445. <a href="{reblogurl}" title="reblog" class="descriprion_icons reblog_icon"></a>
  446.  
  447. <div style="padding-top:0px; padding-bottom:0px;">
  448. <a href="{permalink}">
  449. {Photoset-400}</a></div>
  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. <a href="{permalink}" title="permalink" class="descriprion_icons permalink_icon"></a>
  530. <a href="{reblogurl}" title="reblog" class="descriprion_icons reblog_icon"></a>
  531.  
  532.  
  533. {Video-400}
  534. {/block:Video}
  535.  
  536.  
  537.  
  538.  
  539.  
  540. {block:PermalinkPage}
  541. <center>
  542. {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}
  543. </center>
  544.  
  545. <br><br>
  546. <div align="left">
  547. {block:PostNotes}
  548. {PostNotes}
  549. {/block:PostNotes}</div>
  550. {/block:PermalinkPage}
  551.  
  552.  
  553. </div>
  554.  
  555.  
  556.  
  557. {/block:Posts}
  558. </div>
  559. </div>
  560. </div>
  561. </center>
  562. </div>
  563. </div>
  564.  
  565.  
  566.  
  567. {block:indexpage}
  568.  
  569.  
  570. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  571. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  572. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/Vzan8xy5r/jquerymsnryv3.js"></script>
  573. <script type="text/javascript">
  574. $(window).load(function(){
  575. var $wall = $('#posts');
  576. $wall.imagesLoaded(function(){
  577. $wall.masonry({
  578. itemSelector: '#entry, #entry_photo',
  579. isAnimated : false
  580. });
  581. });
  582.  
  583. $wall.infinitescroll({
  584. navSelector : '#page-nav',
  585. nextSelector : '#page-nav a',
  586. itemSelector : '#entry, #entry_photo',
  587. bufferPx : 2000,
  588. debug : false,
  589. errorCallback: function() {
  590. $('#infscr-loading').fadeOut('normal');
  591. }},
  592. function( newElements ) {
  593. var $newElems = $( newElements );
  594. $newElems.hide();
  595. $newElems.imagesLoaded(function(){
  596. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  597. });
  598. }); $('#content').show(500);
  599. });
  600. </script>
  601. {/block:indexpage}
  602.  
  603.  
  604.  
  605. </body>
  606. </html>
Add Comment
Please, Sign In to add comment