Advertisement
ramisaaaaa

Untitled

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