Advertisement
ramisaaaaa

Untitled

Dec 29th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.63 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. .entry .perma a{
  230. color:#6e6f6e;}
  231.  
  232.  
  233. .entry .perma{
  234. width:200px;
  235. position: absolute;
  236. line-height: 16px;
  237. overflow:hidden;
  238. font-size:13px;
  239. background:{color:background};
  240. letter-spacing: 2px;
  241. height: 0px;
  242. opacity: 0.0;
  243. -webkit-transition: all 0.4s linear;
  244. -moz-transition: all 0.4s linear;
  245. transition: all 0.4s linear;
  246. }
  247.  
  248. .entry:hover .perma{
  249. width:500px;
  250. margin-left: 0px;
  251. height: 17px;
  252. overflow:visible;
  253. opacity:0.75;
  254. -webkit-transition: all 0.4s linear;
  255. -moz-transition: all 0.4s linear;
  256. transition: all 0.4s linear;
  257. }
  258.  
  259.  
  260. .permalink{
  261. text-transform: normal;
  262. display: block;
  263. text-align: right;
  264. text-decoration: none;
  265. }
  266.  
  267.  
  268. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  269.  
  270.  
  271. </style>
  272. <style type="text/css">{CustomCSS}</style>
  273.  
  274. </head>
  275.  
  276. <body>
  277.  
  278. <div id="sidebar">
  279.  
  280. <div id="sidebarimg"><a href="/"><img src="{image:sidebar}" width="220"/></a></div>
  281.  
  282.  
  283. <div id="no">
  284. <i>{block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}</i>
  285. {block:IfLinktwotitle} ≡ <i><a href="{text:link two}">{text:link two title}</a> {/block:IfLinktwotitle}</i>
  286. {block:IfLinkthreetitle} ≡ <i><a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}</i>
  287. {block:IfLinkfourtitle} ≡ <i><a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}</i>
  288. {block:IfLinkfivetitle} ≡ <i><a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle}</i></div>
  289.  
  290. <center>{Description}
  291.  
  292.  
  293. </div>
  294. </div>
  295. <div id="content">
  296.  
  297.  
  298.  
  299.  
  300. {block:Posts}
  301.  
  302.  
  303.  
  304. <div class="entry">
  305.  
  306.  
  307. {block:IndexPage}
  308. {/block:IndexPage}
  309. {block:Text}
  310. <div class="text">
  311. {block:Title}
  312. <h3><a href="{Permalink}">{Title}</a></h3>
  313. {/block:Title}
  314. {Body}
  315. </div>
  316.  
  317. <span class="permalink"><a href="{Permalink}">+{notecount}</a> <a href="{Permalink}"> </span>
  318.  
  319.  
  320. {/block:Text}
  321.  
  322. {block:Photo}
  323.  
  324. <center>
  325. <div class="perma">
  326. <a href="{permalink}">{timeago}</a> - <a href="{permalink}">{NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank"> reblog </a> </span></div></center>
  327.  
  328.  
  329. {block:IndexPage}
  330. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500px"/>{LinkCloseTag}
  331. {/block:IndexPage}
  332. {block:permalinkpage}{LinkOpenTag}
  333. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500px"/>{LinkCloseTag}
  334. {/block:permalinkpage}
  335.  
  336. {/block:Photo}
  337.  
  338. {block:Photoset}
  339.  
  340. <center>
  341. <div class="perma">
  342. <a href="{permalink}">{NoteCountWithLabel}</a> - {timeago} - <a href="{ReblogURL}" target="_blank"> reblog </a> </span></div></center>
  343.  
  344.  
  345. {block:IndexPage}
  346. {Photoset-500}
  347. {/block:IndexPage}
  348. {block:permalinkpage}
  349. {Photoset-500}
  350. {/block:permalinkpage}
  351. {/block:Photoset}
  352.  
  353. {block:Quote}
  354. <div class="text">
  355. "{Quote}"
  356. {block:Source}
  357. <div class="source">{Source}</div>
  358. {/block:Source}
  359. </div>
  360. <span class="permalink"><a href="{Permalink}">+{notecount}</a> <a href="{Permalink}"> </span>
  361. {/block:Quote}
  362.  
  363. {block:Link}
  364. <div class="text">
  365. <a href="{URL}" class="link" {Target}>{Name}</a>
  366. {block:Description}
  367. <div class="description">{Description}</div>
  368. {/block:Description}
  369. </div>
  370. <span class="permalink"><a href="{Permalink}">+{notecount}</a> <a href="{Permalink}"> </span>
  371. {/block:Link}
  372.  
  373. {block:Chat}
  374. <div class="text">
  375. {block:Title}
  376. <h3><a href="{Permalink}">{Title}</a></h3>
  377. {/block:Title}
  378. <ul class="chat">
  379. {block:Lines}
  380. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  381.  
  382. {Line} </li>
  383. {/block:Lines}
  384. </ul>
  385. </div>
  386.  
  387. {/block:Chat}
  388.  
  389.  
  390. {block:Video}
  391.  
  392. {block:IndexPage}
  393. {Video-500}
  394. {/block:IndexPage}
  395. {block:permalinkpage}
  396. {Video-500}
  397. {/block:permalinkpage}
  398. {/block:Video}
  399.  
  400. {block:Audio}
  401. {AudioPlayerBlack}
  402. <div class="text">
  403. {block:Caption}
  404. {Caption}
  405. {/block:Caption}
  406. </div>
  407. {/block:Audio}
  408. {block:PermalinkPage}
  409. <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>
  410. {/block:PermalinkPage}
  411. {block:PostNotes}{PostNotes}{/block:PostNotes}
  412. </div>
  413. {/block:Posts}
  414. </div>
  415. </div>
  416.  
  417.  
  418. {block:Pagination}
  419. <ul id="pagination">
  420. {block:PreviousPage}
  421. <li><a href="{PreviousPage}"</a></li>
  422. {/block:PreviousPage}
  423. {block:JumpPagination length="5"}
  424. {block:CurrentPage}
  425. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  426. {/block:CurrentPage}
  427. {block:JumpPage}
  428. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  429. {/block:JumpPage}
  430. {/block:JumpPagination}
  431. {block:NextPage}
  432. <li><a id="nextPage" href="{NextPage}"></a></li>
  433. {/block:NextPage}
  434. </ul>
  435. {/block:Pagination}
  436. {block:IndexPage}
  437. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/TKgn8tjki/jquerymsnryv2.js"></script>
  438. <script type="text/javascript">
  439. $(window).load(function () {
  440. var $content = $('#content');
  441. $content.infinitescroll({
  442. navSelector : '#pagination',
  443. nextSelector : '#pagination a#nextPage',
  444. itemSelector : '.entry',
  445. loading: {
  446. finishedMsg: '',
  447. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  448. },
  449. bufferPx : 200,
  450. debug : false,
  451. });
  452. });
  453. </script>
  454. {/block:IndexPage}
  455.  
  456.  
  457. </body>
  458.  
  459. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement