Advertisement
ramisaaaaa

Untitled

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