Advertisement
ramisaaaaa

Untitled

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