Advertisement
ramisaaaaa

Untitled

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