Advertisement
ramisaaaaa

Untitled

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