ramfaggot

Untitled

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