ramfaggot

Untitled

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