Advertisement
ramisaaaaa

Untitled

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