ramfaggot

Untitled

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