Advertisement
ramisaaaaa

Untitled

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