ramfaggot

Untitled

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