Advertisement
ramisaaaaa

Untitled

Jul 24th, 2014
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.17 KB | None | 0 0
  1. <!--
  2. theme by cyrusnigga dont remove credit. :)
  3. -->
  4.  
  5.  
  6. <html lang="en">
  7. <head>
  8. <title>{title}</title>
  9. <meta name="color:Background" content="#fff"/>
  10. <meta name="color:Title" content="#444444"/>
  11. <meta name="color:Text" content="#444444"/>
  12. <meta name="color:Link" content="#444444"/>
  13. <meta name="color:Hover" content="#FFF"/>
  14. <meta name="image:Sidebar" content=""/>
  15. <meta name="font:Body" content="Arial"/>
  16. <meta name="if:black and white follow button" content="1"/>
  17. <meta name="if:tiny cursor" content="1"/>
  18. <meta name="color:scrollbar" content="#ffffff"/>
  19. <meta name="if:dark images" content="1"/>
  20. <meta name="text:link one" content="/" />
  21. <meta name="text:link one title" content="home" />
  22. <meta name="text:link two" content="/ask" />
  23. <meta name="text:link two title" content="message" />
  24. <meta name="text:link three" content="/links" />
  25. <meta name="text:link three title" content="links" />
  26. <meta name="text:link four" content="/" />
  27. <meta name="text:link four title" content="bye" />
  28. <meta name="text:link five" content="" />
  29. <meta name="text:link five title" content="" />
  30. <meta name="text:link six" content="" />
  31. <meta name="text:link six title" content="" />
  32. <meta name="text:link seven" content="" />
  33. <meta name="text:link seven title" content="" />
  34. <meta name="if:three columns" content="0"/>
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39.  
  40. {block:ifblackandwhitefollowbutton}
  41. iframe#tumblr_controls {opacity: 0.3;-webkit-filter: invert(100%);transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  42. 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;}
  43. {/block:ifblackandwhitefollowbutton}
  44.  
  45.  
  46. {block:ifdarkimages}
  47. img{-webkit-filter: grayscale(30%);-webkit-transition: opacity 0.5s linear; -webkit-transition: 0.9s linear; -moz-transition: all 0.5s linear;
  48. transition: all 0.9s linear; opacity: 1.0;}
  49. img:hover{-webkit-transition: 0.5s linear; -moz-transition: all 0.5s linear;transition: all 0.5s linear; opacity:1.0;}
  50. {/block:ifdarkimages}
  51.  
  52.  
  53.  
  54. body {
  55. margin: 0px;
  56. color:{color:text};
  57. font-family:{font:body};
  58. line-height:11px;
  59. text-transform: normal;
  60. font-size: 9px;
  61. letter-spacing: 0px;
  62. background-color: {color:Background};
  63. {block:iftinycursor}cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;{/block:iftinycursor}
  64. }
  65.  
  66.  
  67. a:link, a:active, a:visited{
  68. text-decoration: none;
  69. -webkit-transition: color 0.6s ease-out;
  70. -moz-transition: color 0.6s ease-out;
  71. transition: color 0.6s ease-out;
  72. color: {color:Link};
  73. {block:iftinycursor}cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;{/block:iftinycursor}
  74. }
  75.  
  76. a:hover {
  77. text-decoration: none;
  78. color: {color:Hover};
  79. -webkit-transition: color 0.6s ease-out;
  80. -moz-transition: color 0.6s ease-out;
  81. transition: color 0.6s ease-out;
  82. {block:iftinycursor}cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;{/block:iftinycursor}
  83. }
  84.  
  85. ::selection {
  86. color:{color:Text};
  87. background-color: {color:Link};
  88. }
  89.  
  90. ::-moz-selection {
  91. color:{color:Text};
  92. background-color: {color:Link};
  93. }
  94.  
  95. ::-webkit-selection {
  96. color:{color:Text};
  97. background-color:{color:Link};
  98. }
  99.  
  100. blockquote{
  101. padding:0px 0px 2px 3px;
  102. margin:0px 0px 2px 1px;
  103. }
  104. ul, ol, li{
  105. list-style:none;
  106. margin:0px;
  107. padding:0px;
  108. }
  109. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  110. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  111. }
  112.  
  113. #nohomo{
  114. width:270px;
  115. height:auto;}
  116. {block:PermalinkPage}
  117. width:420px;
  118. {/block:PermalinkPage}
  119. }
  120.  
  121.  
  122. .gay{
  123. padding-top:3px;
  124. padding-bottom:3px;
  125. position:fixed !important;
  126. width:270px;
  127. {block:PermalinkPage}
  128. width:420px;
  129. {/block:PermalinkPage}
  130. }
  131.  
  132.  
  133. div#sidebar{
  134. position:absolute !important;
  135. position:fixed !important;
  136. top:180px;
  137. left: 240px;
  138. width:185px;
  139. {block:ifnotthreecolumns}
  140. left:240px;
  141. {/block:ifnotthreecolumns}
  142. {block:ifthreecolumns}
  143. left:150px;
  144. {/block:ifthreecolumns}
  145. {block:PermalinkPage}
  146. left:330px;
  147. {/block:PermalinkPage}
  148. }
  149.  
  150.  
  151. .faggot{
  152. margin:auto;
  153. left:0px;
  154. top:0px;
  155. padding-top:5px;
  156. padding-left:0px;
  157. position:absolute;
  158. {block:indexpage}
  159. {block:ifnotthreecolumns}
  160. width:1250px;
  161. {/block:ifnotthreecolumns}
  162. {block:ifthreecolumns}
  163. width:1260px;
  164. {/block:ifthreecolumns}
  165. {/block:indexpage}
  166. {block:permalinkpage}
  167. width:990px;
  168. left:0px;
  169. {/block:permalinkpage}
  170. overflow:hidden;
  171. }
  172.  
  173.  
  174. .well {
  175. padding:0px;
  176. }
  177.  
  178. .well a{
  179. padding:3px;
  180. }
  181.  
  182. .perma{
  183. opacity: 0.0;
  184. filter: alpha(opacity = 0);
  185. bottom: 20px;
  186. width: px;
  187. height: 30px;
  188. line-height: 30px;
  189. font-size: 9px;
  190. right:59px;
  191. -webkit-filter:invert(100%);
  192. position:absolute;
  193. text-align: center;
  194. z-index:9999991;
  195. color: {color:permalink};
  196.  
  197. }
  198.  
  199. #entry:hover .perma {
  200.  
  201. -webkit-transition: opacity 0.4s linear;
  202. opacity: 1;
  203. -moz-transition: all 0.4s linear;
  204. transition: all 0.4s linear;
  205. filter: alpha(opacity = 100);
  206. }
  207.  
  208. .likep {
  209. width: 21px;
  210. height: 20px;
  211. overflow: hidden;
  212. position: relative;
  213. z-index: 9999999;
  214. position: absolute;
  215. margin-top: 26px;
  216. margin-left: 5px;
  217. }
  218. .rep {
  219. width: 24px;
  220. height: 20px;
  221. overflow: hidden;
  222. position: relative;
  223. z-index: 9999999;
  224. position: absolute;
  225. margin-top: 26px;
  226. margin-left: 29px;
  227. }
  228. .likep a:hover {
  229. background-position: 0px 0px;
  230. }
  231. .likep a {
  232. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  233. background-position: 0px 0px;
  234. display: block;
  235. z-index: 9999999;
  236. webkit-transition: all 0s linear;
  237. -webkit-transition: all 0s linear;
  238. -moz-transition: all 0s linear;
  239. transition: all 0s linear;
  240. }
  241. .likep img {
  242. width: 21px;
  243. height: 20px;
  244. webkit-transition: all 0.2s linear;
  245. -webkit-transition: all 0.2s linear;
  246. -moz-transition: all 0.2s linear;
  247. transition: all 0.2s linear;
  248. }
  249. .rep img{
  250. width: 24px;
  251. height: 20px;
  252. line-height: 30px;
  253. display: inline;
  254. }
  255.  
  256.  
  257. #posts{
  258. float:right;
  259. {block:indexpage}
  260. {block:ifnotthreecolumns}
  261. width:800px;
  262. {/block:ifnotthreecolumns}
  263. {block:ifthreecolumns}
  264. width:900px;
  265. {/block:ifthreecolumns}
  266. {/block:indexpage}
  267. {block:permalinkpage}
  268. width:450px;
  269. {/block:permalinkpage}
  270. }
  271.  
  272.  
  273. #entry{
  274. float: left;
  275. width: 270px;
  276. height: auto;
  277. {block:PermalinkPage}
  278. width: 420px;
  279. height: auto;
  280. {/block:PermalinkPage}
  281. line-height:8px;
  282. margin:8px;
  283. margin-bottom:6px;
  284. overflow:hidden;
  285. }
  286.  
  287.  
  288. #entry img{
  289. {block:IndexPage}
  290. max-width: 270px;
  291. height: auto;
  292. {/block:IndexPage}
  293. {block:PermalinkPage}
  294. max-width: 420px;
  295. height: auto;
  296. {/block:PermalinkPage}
  297. }
  298.  
  299. #audio {
  300. width:200px;
  301. height:auto;
  302. min-height:60px;
  303. margin-top:17px;
  304. padding-bottom:5px;
  305. }
  306. .cover {
  307. position:absolute;
  308. z-index:1;
  309. width:60px;
  310. height:60px;
  311. }
  312. .cover img {
  313. float:left;
  314. width:60px;
  315. height:60px;
  316. margin-top:-2px;
  317. margin-left:3px;
  318. }
  319. .playbox {
  320. opacity:0.6;
  321. width:27px;
  322. height:30px;
  323. overflow:hidden;
  324. position:absolute;
  325. z-index:1000;
  326. margin-left:17px;
  327. margin-top:17px;
  328. text-align:center;
  329. }
  330. .info {
  331. margin-left:73px;
  332. margin-top:4px;
  333. line-height:14px;
  334. }
  335.  
  336.  
  337. .title{
  338. font-size: 12px;
  339. line-height: 12px;
  340. color: {color:Title};
  341. font-weight: normal;
  342. text-transform:uppercase;
  343. font-family:"calibri";
  344. letter-spacing:2px;
  345. }
  346.  
  347. </style>
  348. <link rel="shortcut icon" href="{Favicon}">
  349. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  350. <meta name="viewport" content="width=820" />
  351. </head>
  352. <body>
  353.  
  354.  
  355. <div class="gay">
  356. <div class="faggot">
  357. <div id="sidebar">
  358. <div id=”bite”>
  359.  
  360. <a href="/"><img src="{image:Sidebar}"style="" width="185" style="margin-bottom:5px;"/></a>
  361.  
  362. <div align="left" style="line-height:11px; margin-top:3px; text-align:center;">
  363. <big><center>{block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}
  364. {block:IfLinktwotitle}+ <a href="{text:link two}">{text:link two title}</a> {/block:IfLinktwotitle}
  365. {block:IfLinkthreetitle}+ <a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}
  366. {block:IfLinkfourtitle}+ <a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}
  367. {block:IfLinkfivetitle}+ <a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle}
  368. {block:IfLinksixtitle}+ <a href="{text:link six}">{text:link six title}</a> {/block:IfLinksixtitle}
  369. {block:IfLinkseventitle}+ <a href="{text:link seven}">{text:link seven title}</a>{/block:IfLinkseventitle}</center></big></div>
  370.  
  371. <div align="left" style="line-height:11px; margin-top:3px;text-align:center;">{description}</div></div>
  372. <br>
  373.  
  374.  
  375.  
  376. </div>
  377. </center>
  378.  
  379.  
  380.  
  381. <div align="left">
  382. <div id="posts">
  383. {block:Posts}
  384.  
  385. {block:ContentSource}
  386.  
  387. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  388.  
  389. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  390.  
  391. {/block:SourceLogo}
  392.  
  393. {block:NoSourceLogo}{noSourceLink}{/block:NoSourceLogo} —>
  394.  
  395. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  396.  
  397.  
  398. <div id="entry">
  399.  
  400.  
  401. {block:Photo}
  402. {block:IndexPage}
  403. <div class="perma">
  404. <div class="likep"><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></div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  405. </div>
  406. <div id="nohomo">
  407. <a href="{permalink}">
  408. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=270; style=""></a></div>
  409. {/block:IndexPage}
  410. {block:PermalinkPage}
  411. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=100%; style=" border="0"></center>
  412. <Center>{caption}</center>
  413. {/block:PermalinkPage}
  414. {/block:Photo}
  415.  
  416.  
  417.  
  418.  
  419. {block:Photoset}
  420. <div style="padding-top:30px; padding-bottom:30px;"><a href="{permalink}">
  421. {Photoset-250}</a></div>
  422. {/block:Photoset}
  423.  
  424.  
  425.  
  426. {block:Text}<div style="padding-top:10px; padding-bottom:5px; padding-left:5px; padding-right:5px;">
  427. {block:Title}
  428. <a href="{permalink}"><span class="title">{Title}</span></a>
  429. {/block:Title}
  430. <span class="entrytext" style="line-height:12px;">{Body}</span>
  431. <a href="{Permalink}"></a></div>
  432. {block:indexpage}
  433. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">x
  434. </a></div>{/block:indexpage}
  435. {/block:Text}
  436.  
  437.  
  438.  
  439.  
  440. {block:Link}<div style="padding-top:15px;padding-bottom:10px;padding-left:5px;padding-right:5px;">
  441. <a href="{URL}"><span class="title">{Name}</span></a></div>
  442. {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
  443. {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a>
  444. {block:indexpage}
  445. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">x
  446. </a></div>{/block:indexpage}</div>
  447. {/block:Link}
  448.  
  449.  
  450.  
  451. {block:Quote}
  452. <div style="padding-top:10px; padding-bottom:10px; padding-left:5px; padding-right:5px;">
  453. <span class="title" style="line-height:16px;">"{Quote}"</span><br><br>
  454. <div style="text-align: right; padding-right:10px;"><a href="{Permalink}">{block:Source}
  455. -{Source}
  456. {/block:Source}</a></div><br>{block:indexpage}
  457. <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">x
  458. </a></div>{/block:indexpage}
  459. </div>
  460. {/block:Quote}
  461.  
  462.  
  463.  
  464. {block:Chat}
  465. <div style="padding-top:15px; padding-bottom:10px; padding-left:5px; padding-right:5px;">
  466. <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
  467. <ul class="chat">
  468. {block:Lines}
  469. <li class="user_{UserNumber}">
  470. {block:Label}
  471. <span class="label" style="line-height:12px;">{Label}</span>
  472. {/block:Label}
  473. {Line}
  474. </li>
  475. {/block:Lines}
  476. </ul>
  477. {block:Caption}{Caption}{/block:Caption}
  478. <br>{block:indexpage}
  479. <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">x
  480. </a></div>{/block:indexpage}
  481. </div>
  482. {/block:Chat}
  483.  
  484.  
  485.  
  486.  
  487. {block:Audio}
  488. <div style="padding-left:5px; padding-right:5px;">
  489. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  490.  
  491.  
  492. <div style="padding-bottom:0px;"></div>{block:indexpage}
  493. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">x
  494. </a></div>{/block:indexpage}</div>
  495.  
  496.  
  497. {/block:Audio}
  498.  
  499.  
  500.  
  501.  
  502. {block:Video}
  503. <div style="padding-top:28px; padding-bottom:8px;">
  504. {Video-250}</div>
  505. <div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>
  506. {block:indexpage}
  507. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  508. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
  509. </a></div>{/block:indexpage}
  510. {/block:Video}
  511.  
  512.  
  513.  
  514.  
  515.  
  516. {block:PermalinkPage}
  517. <div style="padding-top:5px; line-height:15px;padding-bottom:10px;">
  518. <center>{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}, {Year} with {NoteCountWithLabel}{/block:Date}
  519. {block:RebloggedFrom}<br><b>via</b>: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} | <b>source</b>: <a href="{SourceURL}">{SourceTitle}</a> {/block:ContentSource}</div>
  520. </center>
  521.  
  522.  
  523. <div style="text-align:left;">
  524. {block:PostNotes}{PostNotes}
  525. {/block:PostNotes}<br><Br></div>
  526.  
  527. {/block:PermalinkPage}
  528.  
  529.  
  530. </div>
  531. {/block:Posts}
  532. </div>
  533. </div>
  534. </div>
  535. </center>
  536. </div>
  537. </div>
  538.  
  539. {block:indexpage}
  540. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  541. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  542. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/TKgn8tjki/jquerymsnryv2.js"></script>
  543. <script type="text/javascript">
  544. $(window).load(function(){
  545. var $wall = $('#posts');
  546. $wall.imagesLoaded(function(){
  547. $wall.masonry({
  548. itemSelector: '#entry, #entry_photo',
  549. isAnimated : false
  550. });
  551. });
  552. $wall.infinitescroll({
  553. navSelector : '#page-nav',
  554. nextSelector : '#page-nav a',
  555. itemSelector : '#entry, #entry_photo',
  556. bufferPx : 2000,
  557. debug : false,
  558. errorCallback: function() {
  559. $('#infscr-loading').fadeOut('normal'); }},
  560. function( newElements ) {
  561. var $newElems = $( newElements );
  562. $newElems.hide();
  563. $newElems.imagesLoaded(function(){
  564. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  565. });
  566. }); $('#content').show(500);
  567. });
  568. </script>
  569. {/block:indexpage}
  570. <body>
  571. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement