Advertisement
ramisaaaaa

Untitled

Jul 30th, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.65 KB | None | 0 0
  1. <!--
  2. theme by cyrusnigga dont remove credit. :)
  3. -->
  4. <i>
  5. <html>
  6. <head>
  7.  
  8. {block:Ifdisablerightclick}
  9. <script type="text/javascript">
  10. <!--
  11.  
  12. // Disable Right Click Script
  13.  
  14. function IE(e)
  15. {
  16. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  17. {
  18. return false;
  19. }
  20. }
  21. function NS(e)
  22. {
  23. if (document.layers || (document.getElementById && !document.all))
  24. {
  25. if (e.which == "2" || e.which == "3")
  26. {
  27. return false;
  28. }
  29. }
  30. }
  31. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  32.  
  33. //-->
  34. </script>
  35. {/block:Ifdisablerightclick}
  36.  
  37. <title>{Title}</title>
  38. <script type="text/javascript"
  39. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  40. <meta name="color:background" content="#000000" />
  41. <meta name="color:font" content="#ffffff" />
  42. <meta name="color:links" content="#ffffff" />
  43. <meta name="color:hover" content="#ffffff"/>
  44. <meta name="image:sidebar" content="" />
  45. <meta name="text:link one" content="" />
  46. <meta name="text:link one title" content="" />
  47. <meta name="text:link two" content="" />
  48. <meta name="text:link two title" content="" />
  49. <meta name="text:link three" content="" />
  50. <meta name="text:link three title" content="" />
  51. <meta name="text:link four" content="" />
  52. <meta name="text:link four title" content="" />
  53. <meta name="text:link five" content="" />
  54. <meta name="text:link five title" content="" />
  55. <meta name="if:italic links" content="0"/>
  56. <meta name="if:tiny cursor" content="0"/>
  57. <meta name="text:link six" content="" />
  58. <meta name="text:link six title" content="" />
  59. <meta name="if:disable right click" content="0"/>
  60. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  61. <title>{Title}{block:SearchPage} - Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  62. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  63. <link rel="shortcut icon" href="{Favicon}" />
  64. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  65.  
  66.  
  67. <style type="text/css">
  68.  
  69.  
  70. img{-webkit-filter: grayscale(60%);-webkit-transition: opacity 0.9s linear; }img:hover{-webkit-transition: opacity 0.9s linear;}
  71.  
  72.  
  73. body {
  74. color:{color:font};
  75. background-color:{color:background};
  76. background-image: url('{image:background}');
  77. background-position: center;
  78. background-attachment:fixed;
  79. background-repeat: repeat;
  80. font-size:10px;
  81. font-family: arial;
  82. text-align:justify;
  83. {block:iftinycursor}cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;{/block:iftinycursor}
  84. letter-spacing: 0px;
  85. }
  86.  
  87.  
  88. a:link, a:active, a:visited{
  89. -webkit-transition: all 0.3s ease-in-out;
  90. color: {color:Links};
  91. text-decoration:none;
  92. {block:iftinycursor}cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;{/block:iftinycursor}
  93. }
  94.  
  95. a:hover {
  96. color:{color:hover};
  97. -webkit-transition: all 0.3s ease-in-out;
  98. {block:Ifitalichover}font-style:italic;{/block:Ifitalichover}
  99. {block:iftinycursor}cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;{/block:iftinycursor}
  100. }
  101.  
  102.  
  103.  
  104. #content {
  105. margin-left:460px;
  106. margin-top:5px;
  107. width:400px;
  108. overflow:hidden;
  109. }
  110.  
  111. .entry{
  112. margin:1px;
  113. overflow:hidden;
  114. z-index:9999;
  115. padding:1px;
  116. {block:IndexPage}
  117. width: 380px;
  118. {/block:IndexPage}
  119. {block:PermalinkPage}
  120. width:400px;
  121. padding:13px;
  122. {/block:PermalinkPage}
  123. }
  124.  
  125. .title{
  126. line-height: 18px;
  127. font-weight: normal;
  128. font-family:"calibri";
  129. font-size:13px;
  130. }
  131.  
  132.  
  133. div#sidebar{
  134. position:fixed !important;
  135. width: 208px;
  136. height: auto;
  137. margin-left:215px;
  138. line-height:12px;
  139. margin-top: 140px;
  140. background: transparent;
  141. }
  142.  
  143.  
  144. #description {
  145. text-align:center;
  146. margin-top:-2px;
  147. font-family:arial;
  148. line-height:11px;
  149. }
  150.  
  151. #pagination {
  152. font-family:Imprima;
  153. text-align:center;
  154. font-size:14px;
  155. }
  156.  
  157.  
  158. .links{
  159. background:trans;
  160. text-align:center;
  161. border-bottom:1px;
  162. border-top:1px;
  163. }
  164.  
  165. .links a{
  166. background:trans;
  167. display:inline-block;
  168. font-family:arial;
  169. font-size:9px;
  170. letter-spacing: 0px;
  171. padding:2px 3px 2px 3px;
  172. }
  173.  
  174. .links:hover a{
  175. background:trans;
  176. display:inline-block;
  177. font-family:arial;
  178. font-size:9px;
  179. letter-spacing: px;
  180. -webkit-border-radius: 2px;
  181. -moz-border-radius: 2px; color:
  182. }
  183.  
  184.  
  185. #omg{
  186. letter-spacing: 2px;
  187. }
  188.  
  189. #omg:hover{
  190. text-shadow: 0px 0px 10px {color:links shadow};
  191. }
  192.  
  193.  
  194. #hm{
  195. letter-spacing: 0px;
  196. text-align:;center;
  197. margin-top:-1px;
  198. padding:3px;
  199. margin-bottom:0px;
  200. }
  201.  
  202. #hmm{
  203. margin-top:-3px;
  204. }
  205.  
  206.  
  207. #omghi{
  208. position:fixed;
  209. width:177px;
  210. margin-top:-3px;
  211. height:auto;
  212. line-height:12px;
  213. padding:3px;
  214. background-color: #ffffff;
  215. border-bottom-left-radius: 10px;
  216. border-bottom-right-radius: 10px;
  217. border:1px solid #dadada;
  218. }
  219.  
  220.  
  221. #omghi2{
  222. position:fixed;
  223. width:177px;
  224. height:auto;
  225. line-height:10px;
  226. padding:3px;
  227. margin-top:-17px;
  228. background-color: #ffffff;
  229. border-top-left-radius: 10px;
  230. border-top-right-radius: 10px;
  231. border:1px solid #dadada;
  232. }
  233. .user_1 .label {color:{color:link}; font-weight:bold}
  234. .user_2 .label {color:{color:text}; font-weight:bold}
  235. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  236.  
  237. i, em {color: {color:Link};}
  238. b, strong {color: {color:text};}
  239.  
  240. ::selection {
  241. color:{color:Text};
  242. background-color: {color:Link};
  243. }
  244.  
  245. ::-moz-selection {
  246. color:{color:Text};
  247. background-color: {color:Link};
  248. }
  249.  
  250. ::-webkit-selection {
  251. color:{color:Text};
  252. background-color:{color:Link};
  253. }
  254.  
  255. p{margin-top:5px; margin-bottom:5px; }
  256.  
  257. blockquote{
  258. padding:0px 0px 2px 3px;
  259. margin:0px 0px 2px 1px;
  260. }
  261. ul, ol, li{
  262. list-style:none;
  263. margin:0px;
  264. padding:0px;
  265. }
  266.  
  267.  
  268.  
  269.  
  270.  
  271. ol.notes img {
  272. width: 16px;
  273. position: relative;
  274. display: inline;
  275. top: 3px;
  276. }
  277. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  278.  
  279. margin: 0 auto;
  280. }
  281.  
  282. .text {
  283. padding: 5px;
  284. }
  285.  
  286. ol.notes {
  287. padding: 0 10px;
  288. }
  289.  
  290.  
  291.  
  292.  
  293. .perma
  294. {
  295. opacity: 0.0;
  296. filter: alpha(opacity = 0);
  297. bottom:22px;
  298. width: px;
  299. margin-left:323px;
  300. height: 30px;
  301. line-height: 30px;
  302. font-size: 9px;
  303. position:absolute;
  304. text-align: center;
  305. z-index:9999991;
  306. color: {color:permalink};
  307.  
  308. }
  309. a.p
  310. {
  311.  
  312. color: {color:permalink};
  313. }
  314. .entry:hover .perma {
  315.  
  316. -webkit-transition: opacity 0.4s linear;
  317. opacity: 1;
  318. -moz-transition: all 0.4s linear;
  319. transition: all 0.4s linear;
  320. filter: alpha(opacity = 100);
  321.  
  322. }
  323.  
  324. .likep {
  325. width: 21px;
  326. height: 20px;
  327. overflow: hidden;
  328. position: relative;
  329. z-index: 9999999;
  330. position: absolute;
  331. margin-top: 26px;
  332. margin-left: 5px;
  333. }
  334. .rep {
  335. width: 24px;
  336. height: 20px;
  337. overflow: hidden;
  338. position: relative;
  339. z-index: 9999999;
  340. position: absolute;
  341. margin-top: 26px;
  342. margin-left: 29px;
  343. }
  344. .likep a:hover {
  345. background-position: 0px 0px;
  346. }
  347. .likep a {
  348. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  349. background-position: 0px 0px;
  350. display: block;
  351. z-index: 9999999;
  352. webkit-transition: all 0s linear;
  353. -webkit-transition: all 0s linear;
  354. -moz-transition: all 0s linear;
  355. transition: all 0s linear;
  356. }
  357. .likep img {
  358. width: 21px;
  359. height: 20px;
  360. webkit-transition: all 0.2s linear;
  361. -webkit-transition: all 0.2s linear;
  362. -moz-transition: all 0.2s linear;
  363. transition: all 0.2s linear;
  364. }
  365. .rep img{
  366. width: 24px;
  367. height: 20px;
  368. line-height: 30px;
  369. display: inline;
  370. }
  371.  
  372.  
  373. #photo {
  374. overflow:hidden;
  375. {block:IndexPage}
  376. width:380px;
  377. {/block:IndexPage}
  378. {block:PermalinkPage}
  379. width: 400px;
  380. {/block:PermalinkPage}
  381. }
  382.  
  383. #photo a, #photo a:hover{
  384. color:white;
  385. }
  386.  
  387. #photo #image {
  388. position:relative;
  389. }
  390.  
  391.  
  392.  
  393. p {
  394. margin:0px;
  395. margin-top:0px;
  396. }
  397.  
  398. #hi{
  399. padding:0px;
  400. }
  401.  
  402. .permalink {
  403. display: block;
  404. padding: 2px;
  405. margin: 4px 0px 0px 8px;
  406. color: #424242;
  407. line-height: 8px;
  408. text-align: right;
  409. margin-left:-0px;
  410. {block:PermalinkPage}
  411. opacity:0.0;
  412. {/block:PermalinkPage}
  413. }
  414.  
  415.  
  416. .no {
  417. overflow:hidden;
  418. height:auto;
  419. width:365px;
  420. }
  421.  
  422. #audio {
  423. width:200px;
  424. height:auto;
  425. min-height:60px;
  426. padding-bottom:0px;
  427. }
  428. .cover {
  429. position:absolute;
  430. z-index:1;
  431. width:60px;
  432. height:60px;
  433. }
  434. .cover img {
  435. float:left;
  436. width:60px;
  437. height:60px;
  438. }
  439. .playbox {
  440. opacity:0.6;
  441. width:27px;
  442. height:30px;
  443. overflow:hidden;
  444. position:absolute;
  445. z-index:1000;
  446. margin-left:17px;
  447. margin-top:17px;
  448. text-align:center;
  449. }
  450. .info {
  451. margin-left:73px;
  452. margin-top:4px;
  453. line-height:14px;
  454. }
  455.  
  456.  
  457. </style>
  458. <style type="text/css">{CustomCSS}</style>
  459.  
  460. </head>
  461.  
  462. <body>
  463. <div id="sidebar">
  464. <a href="/"><img src="{image:sidebar}" width=208px/></a>
  465.  
  466.  
  467. <div id="hm"><center>{block:Ifitaliclinks}<i>{/block:Ifitaliclinks}
  468. {block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}
  469. {block:IfLinktwotitle} - <a href="{text:link two}">{text:link two title}</a> {/block:IfLinktwotitle}
  470. {block:IfLinkthreetitle} - <a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}
  471. {block:IfLinkfourtitle} - <a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}
  472. {block:IfLinkfivetitle} - <a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle}
  473. {block:IfLinksixtitle} - <a href="{text:link six}">{text:link six title}</a>{/block:IfLinksixtitle}
  474. {block:Ifitaliclinks}</i>{/block:Ifitaliclinks}</div></center>
  475.  
  476.  
  477. <div id="hmm"><center>{Description}</center></div>
  478.  
  479.  
  480.  
  481. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  482.  
  483.  
  484. </div>
  485. </div>
  486.  
  487. <div id="content">
  488. {block:Posts}
  489.  
  490. {block:ContentSource}
  491.  
  492. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  493.  
  494. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  495.  
  496. {/block:SourceLogo}
  497.  
  498. {block:NoSourceLogo}{noSourceLink}{/block:NoSourceLogo} —>
  499.  
  500. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  501.  
  502.  
  503. <div class="entry">
  504. {block:IndexPage}
  505. {/block:IndexPage}
  506.  
  507.  
  508. {block:Text}
  509. <div class="hi"><div class="text">
  510. {block:Title}
  511. <div class="title"><a href="{Permalink}">{Title}</a></div>
  512. {/block:Title}
  513. {Body}
  514. </div>
  515. <div class="permalink">
  516. <a href="{permalink}">{notecountwithlabel}</a></div></div>
  517. {/block:Text}
  518.  
  519. {block:Photo}
  520. <div id="photo">
  521. <div id="image">
  522. {block:IndexPage}{LinkOpenTag}
  523.  
  524. <div class="perma">
  525. <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>
  526. </div>
  527.  
  528.  
  529. <div class="photo"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=100%; 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>{LinkCloseTag}{/block:IndexPage}</div></div>
  530. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}">
  531. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=100%; 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>{LinkCloseTag}{/block:PermalinkPage}
  532. {/block:Photo}
  533.  
  534.  
  535.  
  536. {block:Photoset}
  537. {block:IndexPage}
  538. {Photoset-400}
  539. <div class="baby"></div>
  540. {/block:IndexPage}
  541. {block:permalinkpage}
  542. {Photoset-400}
  543. {/block:permalinkpage}
  544. {/block:Photoset}
  545.  
  546. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right>
  547. <div class="permalink">
  548. <a href="{permalink}">{notecountwithlabel}</a></div>
  549. {/block:Quote}
  550.  
  551. {block:Link}
  552. <div id="hi"><div class="text">
  553.  
  554.  
  555. <div class="title">
  556. <a href="{URL}" class="link" {Target}>{Name}</a></div>
  557. {block:Description}
  558. <div class="description">{Description}</div>
  559. {/block:Description}
  560. </div>
  561. <div class="permalink">
  562. <a href="{permalink}">{notecountwithlabel}</a></div></div>
  563. {/block:Link}
  564.  
  565. {block:Chat}
  566. <div id="hi"><div class="text">
  567. {block:Title}
  568. <h3><a href="{Permalink}">{Title}</a></h3>
  569. {/block:Title}
  570. <ul class="chat">
  571. {block:Lines}
  572. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  573.  
  574. {Line} </li>
  575. {/block:Lines}
  576. </ul>
  577. </div>
  578. <div class="permalink">
  579. <a href="{permalink}">{notecountwithlabel}</a></div></div>
  580. {/block:Chat}
  581.  
  582.  
  583. {block:Video}
  584.  
  585. {block:IndexPage}
  586. {Video-400}
  587. {/block:IndexPage}
  588. {block:permalinkpage}
  589. {Video-400}
  590. {/block:permalinkpage}
  591. <div class="permalink">
  592. <a href="{permalink}">{notecountwithlabel}</a></div>
  593. {/block:Video}
  594.  
  595.  
  596.  
  597. {block:Audio}
  598. <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>
  599. <div class="permalink">
  600. <a href="{permalink}">{notecountwithlabel}</a></div>
  601. {block:IndexPage}
  602. {/block:IndexPage}
  603. {/block:Audio}
  604.  
  605.  
  606. {block:PermalinkPage}
  607. <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} - {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} - Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center>
  608. {/block:PermalinkPage}
  609. {block:PostNotes}{PostNotes}{/block:PostNotes}
  610. </div>
  611.  
  612.  
  613. {/block:Posts}
  614. </div>
  615. </div>
  616.  
  617. {block:IndexPage}
  618. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/TKgn8tjki/jquerymsnryv2.js"></script>
  619. <script type="text/javascript">
  620. $(window).load(function () {
  621. var $content = $('#content');
  622. $content.infinitescroll({
  623. navSelector : '#pagination',
  624. nextSelector : '#pagination a#nextPage',
  625. itemSelector : '.entry',
  626. loading: {
  627. finishedMsg: '',
  628. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  629. },
  630. bufferPx : 200,
  631. debug : false,
  632. });
  633. });
  634. </script>
  635. {/block:IndexPage}
  636.  
  637.  
  638. </body>
  639. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement