Advertisement
ramisaaaaa

Untitled

Jan 4th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.77 KB | None | 0 0
  1. <!--
  2. theme by cyrusnigga dont remove credit please :)
  3. -->
  4. <html>
  5.  
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <script type="text/javascript">
  12. <!--
  13.  
  14. // Disable Right Click Script
  15.  
  16. function IE(e)
  17. {
  18. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  19. {
  20. return false;
  21. }
  22. }
  23. function NS(e)
  24. {
  25. if (document.layers || (document.getElementById && !document.all))
  26. {
  27. if (e.which == "2" || e.which == "3")
  28. {
  29. return false;
  30. }
  31. }
  32. }
  33. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  34.  
  35. //-->
  36. </script>
  37.  
  38.  
  39. <title>{Title}</title>
  40. <script type="text/javascript"
  41. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  42. <meta name="color:background" content="#FFFFFF" />
  43. <meta name="color:text" content="#57554F" />
  44. <meta name="color:link" content="#aaaaaa" />
  45. <meta name="color:hover" content="#000000"/>
  46. <meta name="color:links shadow" content="#000000"/>
  47. <meta name="color:sidebar links" content="#ffffff"/>
  48. <meta name="image:sidebar" content="" />
  49. <meta name="text:link one" content="" />
  50. <meta name="text:link one title" content="" />
  51. <meta name="text:sidebar title" content="" />
  52. <meta name="text:link two" content="" />
  53. <meta name="text:link two title" content="" />
  54. <meta name="text:link three" content="" />
  55. <meta name="text:link three title" content="" />
  56. <meta name="text:link four" content="" />
  57. <meta name="text:link four title" content="" />
  58. <meta name="text:link five" content="" />
  59. <meta name="text:link five title" content="" />
  60. <meta name="image:background" content="" />
  61. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  62. <title>{Title}{block:SearchPage} - Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  63. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  64. <link rel="shortcut icon" href="{Favicon}" />
  65. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  66.  
  67. <style type="text/css">
  68.  
  69. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  70.  
  71.  
  72. body {
  73. color:{color:text};
  74. background-color:{color:background};
  75. background-image: url('{image:background}');
  76. background-position: center;
  77. background-attachment:fixed;
  78. background-repeat: repeat;
  79. line-height:12px;
  80. font-family:arial;
  81. font-size:10px;
  82. text-align:justify;
  83. letter-spacing: 0px;
  84. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  85. }
  86.  
  87. a{
  88. color: {color:link};
  89. text-decoration: none;
  90. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  91. }
  92.  
  93.  
  94. a:hover {
  95. font-style: none;
  96. color:{color:hover};
  97. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  98. -webkit-transition: all 0.5s ease-out;
  99. -moz-transition: all 0.5s ease-out;
  100. transition: all 0.5s ease-out;
  101. text-shadow:2px 0 0 rgba(255,0,0,0.3), -2px 0 0 rgba(0,255,0,0.3);
  102. }
  103.  
  104. #content {
  105. margin-left:430px;
  106. margin-top:5px;
  107. width:500px;
  108. }
  109.  
  110. #posts{
  111. overflow:hidden;
  112. background-color: {color:background};
  113. border-left:0px solid;
  114. border-right:0px solid;
  115. padding:3px;
  116. }
  117.  
  118. .entry{
  119. margin:0px;
  120. padding:3px;
  121. width:500px;
  122. }
  123.  
  124. #title {
  125. font-size:20px;
  126. text-align:center;
  127. line-height:110%;
  128. }
  129.  
  130. div#sidebar{
  131. position:fixed !important;
  132. width: 220px;
  133. height: auto;
  134. margin-left:180px;
  135. margin-top: 140px;
  136. text-align: center;
  137. overflow:hidden;
  138. padding:3px;
  139. }
  140.  
  141.  
  142. #pagination {
  143. font-family:Imprima;
  144. text-align:center;
  145. font-size:14px;
  146. }
  147.  
  148. #no {
  149. width:220px;
  150. line-height:15px;
  151. }
  152.  
  153.  
  154. #lol {
  155. line-height:15px;
  156. }
  157.  
  158.  
  159. .user_1 .label {color:{color:link}; font-weight:bold}
  160. .user_2 .label {color:{color:text}; font-weight:bold}
  161. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  162.  
  163. i, em {color: {color:Link};}
  164. b, strong {color: {color:text};}
  165.  
  166. ::selection {
  167. color:{color:Text};
  168. background-color: {color:Link};
  169. }
  170.  
  171. ::-moz-selection {
  172. color:{color:Text};
  173. background-color: {color:Link};
  174. }
  175.  
  176. ::-webkit-selection {
  177. color:{color:Text};
  178. background-color:{color:Link};
  179. }
  180.  
  181. blockquote {border-left:2px {color:Link} solid; padding-left:5px; margin:1px 6px 1px 10px}
  182.  
  183. p{margin-top:5px; margin-bottom:5px; }
  184.  
  185. blockquote {padding:0px; text-align:left; padding-left:5px; margin:5px; background-color:transparent; border-left:3px solid {color:Link};}
  186.  
  187.  
  188. ol.notes img {
  189. width: 16px;
  190. position: relative;
  191. display: inline;
  192. top: 3px;
  193. }
  194. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  195.  
  196. margin: 0 auto;
  197. }
  198.  
  199. .text {
  200. padding: 5px;
  201. }
  202.  
  203. ol.notes {
  204. padding: 0 10px;
  205. }
  206.  
  207.  
  208. @font-face { font-family: "kristi"; src: url('http://static.tumblr.com/pwgdr2n/Fedlvr2o9/kristi_1_.ttf'); }
  209.  
  210.  
  211. @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
  212.  
  213. @font-face { font-family: "windsong"; src: url('http://static.tumblr.com/pwgdr2n/Emblvptym/windsong_1_.ttf'); }
  214.  
  215. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  216.  
  217.  
  218. #sidebarimg img {max-width:220px; margin-left:0px; margin-top:0px;
  219. height: auto; text-align:center;}
  220.  
  221. .linkss:hover{
  222. border-right:20px solid #aaaaaa;
  223. -webkit-transition: all 0.1s ease-out;
  224. -moz-transition: all 0.1s ease-out;
  225. transition: all 0.1s ease-out;
  226. }
  227.  
  228.  
  229. .perma
  230. {
  231. opacity: 0.0;
  232. filter: alpha(opacity = 0);
  233. margin-top: -21px;
  234. width: px;
  235. height: 30px;
  236. line-height: 30px;
  237. font-size: 9px;
  238. position:absolute;
  239. text-align: center;
  240. z-index:9999991;
  241. color: {color:permalink};
  242.  
  243. }
  244. a.p
  245. {
  246.  
  247. color: {color:permalink};
  248. }
  249. .entry:hover .perma {
  250.  
  251. -webkit-transition: opacity 0.4s linear;
  252. opacity: 1;
  253. -moz-transition: all 0.4s linear;
  254. transition: all 0.4s linear;
  255. filter: alpha(opacity = 100);
  256.  
  257. }
  258.  
  259. .likep {
  260. width: 21px;
  261. height: 20px;
  262. overflow: hidden;
  263. position: relative;
  264. z-index: 9999999;
  265. position: absolute;
  266. margin-top: 26px;
  267. margin-left: 5px;
  268. }
  269. .rep {
  270. width: 24px;
  271. height: 20px;
  272. overflow: hidden;
  273. position: relative;
  274. z-index: 9999999;
  275. position: absolute;
  276. margin-top: 26px;
  277. margin-left: 29px;
  278. }
  279. .likep a:hover {
  280. background-position: 0px 0px;
  281. }
  282. .likep a {
  283. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  284. background-position: 0px 0px;
  285. display: block;
  286. z-index: 9999999;
  287. webkit-transition: all 0s linear;
  288. -webkit-transition: all 0s linear;
  289. -moz-transition: all 0s linear;
  290. transition: all 0s linear;
  291. }
  292. .likep img {
  293. width: 21px;
  294. height: 20px;
  295. webkit-transition: all 0.2s linear;
  296. -webkit-transition: all 0.2s linear;
  297. -moz-transition: all 0.2s linear;
  298. transition: all 0.2s linear;
  299. }
  300. .rep img{
  301. width: 24px;
  302. height: 20px;
  303. line-height: 30px;
  304. display: inline;
  305. }
  306.  
  307. .not { position: absolute;
  308. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  309. height: 20px;
  310. font-size: 11px;
  311. line-height: 20px;
  312. color: #fff;
  313. position: absolute;
  314. margin-top: 26px;
  315. margin-left: 56px;
  316. padding-left: 4px;
  317. padding-right: 4px;
  318. -moz-border-radius: 2px;
  319. border-radius: 2px;
  320. }
  321. .not a{
  322. color: #fff;
  323. font-family: sans-serif;
  324. }
  325.  
  326. p {
  327. margin:0px;
  328. margin-top:0px;
  329. }
  330.  
  331.  
  332. .permalink{
  333. text-transform: normal;
  334. display: block;
  335. text-align: right;
  336. text-decoration: none;
  337. }
  338.  
  339.  
  340. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  341.  
  342.  
  343. </style>
  344. <style type="text/css">{CustomCSS}</style>
  345.  
  346. </head>
  347.  
  348. <body>
  349.  
  350. <div id="sidebar">
  351.  
  352. <div id="sidebarimg"><a href="/"><img src="{image:sidebar}" width="220"/></a></div>
  353.  
  354.  
  355. <div id="no">
  356. <i>{block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}</i>
  357. {block:IfLinktwotitle} ≡ <i><a href="{text:link two}">{text:link two title}</a> {/block:IfLinktwotitle}</i>
  358. {block:IfLinkthreetitle} ≡ <i><a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}</i>
  359. {block:IfLinkfourtitle} ≡ <i><a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}</i>
  360. {block:IfLinkfivetitle} ≡ <i><a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle}</i></div>
  361.  
  362. <center>{Description}
  363.  
  364.  
  365.  
  366.  
  367. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  368.  
  369.  
  370. </div>
  371. </div>
  372.  
  373. <div style="position:fixed; bottom:3px; right:5px;">
  374. <a href="http://cyrusnigga.tumblr.com/">theme credit</a></div>
  375.  
  376. <div id="content">
  377.  
  378.  
  379.  
  380.  
  381. {block:Posts}
  382.  
  383.  
  384.  
  385. <div class="entry">
  386.  
  387.  
  388. {block:IndexPage}
  389. {/block:IndexPage}
  390. {block:Text}
  391. <div class="text">
  392. {block:Title}
  393. <h3><a href="{Permalink}">{Title}</a></h3>
  394. {/block:Title}
  395. {Body}
  396. </div>
  397.  
  398. <span class="permalink"><a href="{Permalink}">+{notecount}</a> <a href="{Permalink}"> </span>
  399.  
  400.  
  401. {/block:Text}
  402.  
  403. {block:Photo}
  404. <div class="perma">
  405. <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>
  406. <div class="not"><a id="notes{PostID}" href="{Permalink}">{notecount}</a></div>
  407.  
  408.  
  409.  
  410. </div>
  411.  
  412.  
  413. {block:IndexPage}
  414. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500px"/>{LinkCloseTag}
  415. {/block:IndexPage}
  416. {block:permalinkpage}{LinkOpenTag}
  417. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500px"/>{LinkCloseTag}
  418. {/block:permalinkpage}
  419.  
  420. {/block:Photo}
  421.  
  422. {block:Photoset}
  423.  
  424. <div class="perma">
  425. <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>
  426. <div class="not"><a id="notes{PostID}" href="{Permalink}">{notecount}</a></div>
  427.  
  428.  
  429.  
  430. </div>
  431.  
  432. {block:IndexPage}
  433. {Photoset-500}
  434. {/block:IndexPage}
  435. {block:permalinkpage}
  436. {Photoset-500}
  437. {/block:permalinkpage}
  438. {/block:Photoset}
  439.  
  440. {block:Quote}
  441. <div class="text">
  442. "{Quote}"
  443. {block:Source}
  444. <div class="source">{Source}</div>
  445. {/block:Source}
  446. </div>
  447. <span class="permalink"><a href="{Permalink}">+{notecount}</a> <a href="{Permalink}"> </span>
  448. {/block:Quote}
  449.  
  450. {block:Link}
  451. <div class="text">
  452. <a href="{URL}" class="link" {Target}>{Name}</a>
  453. {block:Description}
  454. <div class="description">{Description}</div>
  455. {/block:Description}
  456. </div>
  457. <span class="permalink"><a href="{Permalink}">+{notecount}</a> <a href="{Permalink}"> </span>
  458. {/block:Link}
  459.  
  460. {block:Chat}
  461. <div class="text">
  462. {block:Title}
  463. <h3><a href="{Permalink}">{Title}</a></h3>
  464. {/block:Title}
  465. <ul class="chat">
  466. {block:Lines}
  467. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  468.  
  469. {Line} </li>
  470. {/block:Lines}
  471. </ul>
  472. </div>
  473.  
  474. {/block:Chat}
  475.  
  476.  
  477. {block:Video}
  478.  
  479. {block:IndexPage}
  480. {Video-500}
  481. {/block:IndexPage}
  482. {block:permalinkpage}
  483. {Video-500}
  484. {/block:permalinkpage}
  485. {/block:Video}
  486.  
  487. {block:Audio}
  488. {AudioPlayerBlack}
  489. <div class="text">
  490. {block:Caption}
  491. {Caption}
  492. {/block:Caption}
  493. </div>
  494. {/block:Audio}
  495. {block:PermalinkPage}
  496. <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>
  497. {/block:PermalinkPage}
  498. {block:PostNotes}{PostNotes}{/block:PostNotes}
  499. </div>
  500. {/block:Posts}
  501. </div>
  502. </div>
  503.  
  504.  
  505. {block:ifendlessscroll}
  506. {block:Pagination}
  507. <ul id="pagination">
  508. {block:PreviousPage}
  509. <li><a href="{PreviousPage}"</a></li>
  510. {/block:PreviousPage}
  511. {block:JumpPagination length="5"}
  512. {block:CurrentPage}
  513. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  514. {/block:CurrentPage}
  515. {block:JumpPage}
  516. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  517. {/block:JumpPage}
  518. {/block:JumpPagination}
  519. {block:NextPage}
  520. <li><a id="nextPage" href="{NextPage}"></a></li>
  521. {/block:NextPage}
  522. </ul>
  523. {/block:Pagination}
  524. {block:IndexPage}
  525. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  526. <script type="text/javascript">
  527. $(window).load(function () {
  528. var $content = $('#content');
  529. $content.infinitescroll({
  530. navSelector : '#pagination',
  531. nextSelector : '#pagination a#nextPage',
  532. itemSelector : '.entry',
  533. loading: {
  534. finishedMsg: '',
  535. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  536. },
  537. bufferPx : 200,
  538. debug : false,
  539. });
  540. });
  541. </script>
  542. {/block:IndexPage}{/block:ifendlessscroll}
  543.  
  544.  
  545. </body>
  546.  
  547. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement