Advertisement
ramisaaaaa

Untitled

Oct 31st, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.70 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.  
  308.  
  309. {block:IndexPage}
  310. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  311. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  312.  
  313. <script type="text/javascript">
  314. $(window).load(function () {
  315. var $content = $('#posts');
  316. $content.masonry({itemSelector: '.entry'}),
  317. $content.infinitescroll({
  318. navSelector : 'div#pagination',
  319. nextSelector : 'div#pagination a#nextPage',
  320. itemSelector : '.entry',
  321. loading: {
  322. finishedMsg: '',
  323. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  324. },
  325. bufferPx : 600,
  326. debug : false,
  327. },
  328. // call masonry as a callback.
  329. function( newElements ) {
  330. var $newElems = $( newElements );
  331. $newElems.hide();
  332. // ensure that images load before adding to masonry layout
  333. $newElems.imagesLoaded(function(){
  334. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  335.  
  336.  
  337. });
  338. });
  339. });
  340. </script>
  341.  
  342. {/block:IndexPage}
  343.  
  344.  
  345. </head>
  346.  
  347. <body>
  348. <div id="sidebar">
  349. <div id="sidebarimg"><img src="{image:sidebar}"></div>
  350.  
  351. <div id="description">{Description}
  352.  
  353.  
  354. </div>
  355.  
  356. <div class="links">
  357. <center>
  358. {block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}
  359. {block:IfLinktwotitle} · <a href="{text:link two}">{text:link two title}</a> {/block:IfLinktwotitle}
  360. {block:IfLinkthreetitle} · <a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}
  361. {block:IfLinkfourtitle} · <a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}
  362. {block:IfLinkfivetitle} · <a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle}
  363.  
  364.  
  365. </div>
  366.  
  367.  
  368. </div>
  369. </div>
  370.  
  371. <div id="content">
  372.  
  373.  
  374.  
  375.  
  376. {block:Posts}
  377.  
  378.  
  379.  
  380. <div class="entry">
  381. {block:IndexPage}<div class="perma">
  382. <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>
  383. <div class="not"><a id="notes{PostID}" href="{Permalink}">{notecount}</a></div>
  384.  
  385.  
  386.  
  387. </div>
  388. {/block:IndexPage}
  389. {block:Text}
  390. <div class="text">
  391. {block:Title}
  392. <h3><a href="{Permalink}">{Title}</a></h3>
  393. {/block:Title}
  394. {Body}
  395. </div>
  396. {/block:Text}
  397.  
  398. {block:Photo}
  399. {block:IndexPage}
  400. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500px"/>{LinkCloseTag}
  401. {/block:IndexPage}
  402. {block:permalinkpage}{LinkOpenTag}
  403. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500px"/>{LinkCloseTag}
  404. {/block:permalinkpage}
  405.  
  406. {/block:Photo}
  407.  
  408. {block:Photoset}
  409. {block:IndexPage}
  410. {Photoset-500}
  411. {/block:IndexPage}
  412. {/block:Photoset}
  413.  
  414. {block:Quote}
  415. <div class="text">
  416. "{Quote}"
  417. {block:Source}
  418. <div class="source">{Source}</div>
  419. {/block:Source}
  420. </div>
  421. {/block:Quote}
  422.  
  423. {block:Link}
  424. <div class="text">
  425. <a href="{URL}" class="link" {Target}>{Name}</a>
  426. {block:Description}
  427. <div class="description">{Description}</div>
  428. {/block:Description}
  429. </div>
  430. {/block:Link}
  431.  
  432. {block:Chat}
  433. <div class="text">
  434. {block:Title}
  435. <h3><a href="{Permalink}">{Title}</a></h3>
  436. {/block:Title}
  437. <ul class="chat">
  438. {block:Lines}
  439. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  440.  
  441. {Line} </li>
  442. {/block:Lines}
  443. </ul>
  444. </div>
  445. {/block:Chat}
  446.  
  447.  
  448. {block:Video}
  449. {block:IndexPage}
  450. {Video-500}
  451. {/block:IndexPage}
  452. {/block:Video}
  453.  
  454. {block:Audio}
  455. {AudioPlayerBlack}
  456. <div class="text">
  457. {block:Caption}
  458. {Caption}
  459. {/block:Caption}
  460. </div>
  461. {/block:Audio}
  462. {block:PermalinkPage}
  463. <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>
  464. {/block:PermalinkPage}
  465. {block:PostNotes}{PostNotes}{/block:PostNotes}
  466. </div>
  467. {/block:Posts}
  468. </div>
  469. </div>
  470.  
  471.  
  472. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js"></script>
  473. <iframe id="likeiframe" style="width: 0px; height: 0px;"></iframe>
  474.  
  475. </body>
  476.  
  477. <div style="position:fixed;right:0px;top:24px;">
  478. <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>
  479.  
  480. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement