Advertisement
ramisaaaaa

Untitled

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