ramfaggot

Untitled

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