ramfaggot

Untitled

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