Advertisement
theme_bean

idk

Nov 4th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.31 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <head>
  9.  
  10. <!--
  11.  
  12. THEME BY KKYS DON'T REMOVE THE CREDIT OR I'LL REPORT YOU
  13. -->
  14.  
  15. <meta name="if:show photo" content="0"/>
  16. <meta name="color:Background" content="#cecece"/>
  17. <meta name="color:Text" content="#000000"/>
  18. <meta name="color:Title" content="#000000"/>
  19. <meta name="color:Hover" content="#000000"/>
  20. <meta name="color:Scrollbar" content="#000000"/>
  21. <meta name="color:Link" content="#000000"/>
  22. <meta name="image:Background" content="1"/>
  23. <meta name="image:side" content="1"/>
  24. <meta name="image:sidebar" content="1"/>
  25. <meta name="image:sidelinks" content="1"/>
  26. <meta name="text:Link One Title" content="one" />
  27. <meta name="text:Link One" content="" />
  28. <meta name="text:Link Two Title" content="two" />
  29. <meta name="text:Link Two" content="" />
  30. <meta name="text:Link Three Title" content="three" />
  31. <meta name="text:Link Three" content="" />
  32. <meta name="text:Link Four Title" content="four" />
  33. <meta name="text:Link Four" content="" />
  34.  
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39. .wrapper{
  40. margin: 0px auto;
  41. width: 717px;
  42. }
  43.  
  44. #tumblr_controls{
  45. position:fixed !important;
  46. top: 3px;
  47. right: 3px;
  48. }
  49.  
  50. body {
  51. padding: 0px;
  52. margin: 0px;
  53. color:{color:text};
  54. background-color: {color:Background};
  55. background-image:url({image:Background});
  56. background-attachment: fixed;
  57. background-size: 1200px;
  58. font-family: ubuntu;
  59. font-size: 10px;
  60. line-height:10px;
  61. color:{color:text};
  62. }
  63.  
  64. p {
  65. margin:2px;
  66. margin-top:10px;
  67. }
  68.  
  69. a:link, a:active, a:visited{
  70. color: {color:Link};
  71. text-decoration: none;
  72. -webkit-transition: color 0.5s ease-out;
  73. -moz-transition: color 0.5s ease-out;
  74. }
  75.  
  76. a:hover{
  77. color:{color:Hover};
  78. -webkit-transition: color 0.3s ease-out;
  79. -moz-transition: color 0.3s ease-out;
  80. }
  81.  
  82. .entry {
  83. margin:6px;
  84. padding: 8px;
  85. padding-bottom: 5px;
  86. float:left;
  87. background-color: #fff;
  88. border: solid 1px #cecece;
  89. font-family: ubuntu;
  90. font-size: 12px;
  91. line-height:14px;
  92. {block:IndexPage}
  93. width:250px;
  94. {/block:IndexPage}
  95. {block:PermalinkPage}
  96. width:500px;
  97. {/block:PermalinkPage}
  98. }
  99.  
  100. .entry:hover{
  101. opacity: .7;
  102. -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.5s ease-out;-transition: all 0.4s ease-out;
  103. }
  104.  
  105. .entry .permalink{
  106. z-index: 9999999999;
  107. color: #000;
  108. margin-left: 5px;
  109. border: 1px solid #dedede;
  110. border-left: 4px solid #cecece;
  111. margin-top: 10px;
  112. margin-left: 10px;
  113. padding: 4px;
  114. line-height: 12px;
  115. letter-spacing: 1px;
  116. width: auto;
  117. position: absolute;
  118. font-family: Consolas;
  119. font-size: 12px;
  120. text-align: center;
  121. overflow:hidden;
  122. opacity: 0.0;
  123. background: #f6f6f6;
  124. -webkit-transition: all 0.3s linear;
  125. -moz-transition: all 0.3s linear;
  126. transition: all 0.3s linear;
  127. }
  128.  
  129. .entry:hover .permalink{
  130. overflow:visible;
  131. -webkit-transition: opacity 1.0s linear; opacity: 1.0;
  132. -webkit-transition: all 0.3s linear; opacity: 1.0;
  133. -webkit-transition: all 0.3s linear;
  134. -moz-transition: all 0.3s linear;
  135. transition: all 0.3s linear;
  136. }
  137.  
  138.  
  139. #sidebar{
  140. z-index:999999999999999;
  141. position:fixed !important;
  142. width:200px;
  143. height:auto;
  144. padding:7px;
  145. margin-left:600px;
  146. margin-top:140px;
  147. font-size: 13px;
  148. line-height:11px;
  149. letter-spacing:0px;
  150. background-color:#fff;
  151. border: 1px solid #cecece;
  152. font-family: consolas;
  153. overflow:hidden;
  154. text-align:center;
  155. }
  156.  
  157. #sidebar:hover{
  158. opacity: 1;
  159. }
  160.  
  161. @font-face {
  162.  
  163. font-family: cars;
  164.  
  165. src: url('http://static.tumblr.com/iddq6cw/olxlqzvjt/cars.ttf');
  166.  
  167. }
  168.  
  169. #yay{
  170. position:fixed !important;
  171. width: 700px;
  172. height: auto;
  173. margin-top: 230px;
  174. margin-left: 475px;
  175. background-color: transparent;
  176. font-family: cars;
  177. font-size: 25px;
  178. color:#000000;
  179. line-height: 45px;
  180. text-align: center;
  181. text-shadow: 1px 1px 10px #888;
  182. -webkit-transform: rotate(90deg);
  183. -moz-transform: rotate(90deg);
  184. }
  185.  
  186. #sidelinks{
  187. width:40px;
  188. margin-left: -40px;
  189. z-index:1;
  190. position:fixed !important;
  191. bottom:0px;
  192. height:100%;
  193. background-color: #000;
  194. opacity: .8;
  195. background-image:url({image:sidelinks});
  196. }
  197.  
  198. .link2 a {
  199. width: 68px;
  200. margin-left: 0px;
  201. letter-spacing:1px;
  202. background-color: #fff;
  203. display: block;
  204. height: 15px;
  205. line-height: 15px;
  206. font-family: consolas;
  207. font-size: 12px;
  208. color: #000;
  209. border: 1px solid #cecece;
  210. text-transform: uppercase;
  211. text-decoration: none;
  212. text-align: center;
  213. margin-top: 5px;
  214. border-radius: 0px;
  215. margin-bottom: 6px;
  216. -webkit-transition: all 0.5s ease;
  217. -moz-transition: all 0.5s ease;
  218. -o-transition: all 0.5s ease;
  219. }
  220.  
  221.  
  222. #pagination{
  223. display:none;
  224. }
  225.  
  226. #posts {
  227. position:relative;
  228. margin-top:0px;
  229. padding-bottom:7px;
  230. padding-left:120px;
  231. {block:IndexPage}
  232. width: 630px;
  233. margin-left: -100px;
  234. margin-top: 0px;
  235. {/block:IndexPage}
  236. {block:PermalinkPage}
  237. width: 500px;
  238. margin-left: -100px;
  239. {/block:PermalinkPage}
  240. }
  241. {CustomCSS}
  242.  
  243. </style>
  244.  
  245. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  246. <script type="text/javascript">
  247. $(function(){
  248. $("#pageLink").click(function(){
  249. $("#titlePages").fadeToggle(500);
  250. });
  251. });
  252. </script>
  253.  
  254. {block:IndexPage}
  255. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/4IKlvmzup/jquery.masonry.min.js"></script>
  256. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  257. <script type="text/javascript">
  258. $(window).load(function () {
  259. var $content = $('#posts');
  260. $content.masonry({
  261. itemSelector: '.entry',
  262. isAnimated: true
  263. }),
  264. $content.infinitescroll({
  265. navSelector : '#pagination',
  266. nextSelector : '#pagination a#nextPage',
  267. itemSelector : '.entry',
  268. loading: {
  269. finishedMsg: '',
  270. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  271. },
  272. bufferPx : 200,
  273. debug : false,
  274. },
  275. // call masonry as a callback.
  276. function( newElements ) {
  277. var $newElems = $( newElements );
  278. $newElems.hide();
  279. // ensure that images load before adding to masonry layout
  280. $newElems.imagesLoaded(function(){
  281. $content.masonry( 'appended',
  282. $newElems, true,
  283. function(){$newElems.fadeIn(300);}
  284. );
  285.  
  286.  
  287. });
  288. });
  289. });
  290. </script>
  291.  
  292.  
  293. {/block:IndexPage}
  294.  
  295. <title>{title}</title>
  296.  
  297. <link rel="shortcut icon" href="{Favicon}">
  298. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  299. <meta name="viewport" content="width=820" />
  300.  
  301. </style>
  302.  
  303. </head>
  304. <body>
  305.  
  306. <div style="position:fixed !important;right:3px;top:26px;"><a href="http://hatedd.tumblr.com/"><img src="http://static.tumblr.com/ht0hldm/7Qambbwyq/install.png"></a></div>
  307.  
  308. <div class="wrapper">
  309. <div style="position:fixed;right:0px;top:28px;">
  310. </span>
  311. </div>
  312.  
  313. <div id="sidelinks"></div>
  314.  
  315.  
  316. <div id="sidebar">
  317.  
  318. {block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=200px;></a>{/block:ifshowphoto}
  319.  
  320. {block:ifblogtitle}<p><a href="/"><div class="blogtitle">{Title}</div></a>{/block:ifblogtitle}
  321.  
  322. <p>{Description}
  323. <br>
  324. <br>
  325. <b>{block:ifLinkOneTitle}<a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle} -
  326. {block:ifLinkTwoTitle}<a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle} - {block:ifLinkThreeTitle}<a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}
  327. -
  328. {block:ifLinkFourTitle}<a href="{text:Link Four}">{text:Link Four Title}</a>{/block:ifLinkFourTitle} </b>
  329.  
  330. </div>
  331.  
  332. <div id="yay">{title}
  333. </div>
  334.  
  335. <div id="posts">
  336.  
  337. {block:Posts}
  338. <div class="entry">
  339.  
  340. {block:Text}
  341. {block:Title}<span class="title">{Title}</span>{/block:Title}
  342. <div class="caption"><span class="entrytext">{Body}</span></div>
  343. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount} </a></span></div></div>{/block:IndexPage}
  344. {/block:Text}
  345.  
  346. {block:Link}
  347. <a href="{URL}" class="title">{Name}</a>
  348. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  349. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount} </a></span></div></div>{/block:IndexPage}
  350. {block:Link}
  351.  
  352.  
  353. {block:Photo}
  354. {block:IndexPage}
  355. <div class="permalink">
  356. <a href="{ReblogURL}" target="_blank"> ↺ </a> | <a href="{Permalink}"><a href="{permalink}">{NoteCountWithLabel}</a></span></div>
  357. {/block:IndexPage}
  358. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}
  359. {/block:IndexPage}
  360. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  361. {/block:Photo}
  362.  
  363.  
  364.  
  365. {block:Photoset}
  366. {block:IndexPage}
  367. {block:IndexPage}<div class="permalink">
  368. <a href="{ReblogURL}" target="_blank"> ↺ </a> | <a href="{Permalink}"><a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}<center>{Photoset-250}</center>{/block:IndexPage}
  369. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  370. {/block:Photoset}
  371.  
  372. {block:Quote}
  373. {Quote}</span>
  374. {block:Source}{Source}{/block:Source}
  375. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount}</a></span></div></div>{/block:IndexPage}
  376. {/block:Quote}
  377.  
  378. {block:Chat}
  379. {block:Title}<span class="title">{Title}</span>{/block:Title}
  380. <ul class="chat">
  381. {block:Lines}
  382. <li class="user_{UserNumber}">
  383. {block:Label}
  384. <span class="label">{Label}</span>
  385. {/block:Label}
  386.  
  387. {Line}
  388. </li>
  389. {/block:Lines}
  390. </ul>
  391. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount}</a></span></div></div>{/block:IndexPage}
  392. {/block:Chat}
  393.  
  394. {block:Audio}
  395. <div style="width:250px; height:28px;">{AudioPlayerWhite}</div>
  396. {block:IndexPage}
  397. <div class="caption">
  398. {caption}</div>{/block:IndexPage}
  399. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount}</a></span></div></div>{/block:IndexPage}
  400. {/block:Audio}
  401.  
  402. {block:Video}
  403. {block:IndexPage}<div class="permalink">
  404. <a href="{ReblogURL}" target="_blank"> ↺ </a> | <a href="{Permalink}"><a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}
  405. <center>
  406. {block:IndexPage}
  407. {Video-250}
  408. {/block:IndexPage}
  409. </center>
  410. {block:PermalinkPage}
  411. <center>{Video-500}</center>
  412. {/block:PermalinkPage}
  413. {block:Video}
  414.  
  415. {block:Answer}
  416. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  417. <strong>{Asker}: {Question}</strong>
  418. <div class="caption">
  419. {Answer}</div>
  420. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount}</a></span></div></div>{/block:IndexPage}
  421. {/block:Answer}
  422.  
  423. {block:IndexPage}<div style="display:none;">{block:ContentSource}<a href="{SourceURL}">{SourceTitle}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{/block:ContentSource}</div>{/block:IndexPage}
  424.  
  425. {block:PermalinkPage}
  426. {block:Date}
  427. {block:Caption}{Caption}{/block:Caption}<center>
  428. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}<br>
  429. {block:NoteCount}{NoteCount} notes{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  430. {/block:Date}
  431.  
  432. {/block:PermalinkPage}
  433.  
  434. {block:PostNotes}{PostNotes}
  435. {/block:PostNotes}
  436. </div>
  437.  
  438.  
  439. {/block:Posts}
  440. </div>
  441. </div>
  442. {block:IndexPage}<br>
  443. {block:Pagination}
  444. <div id="pagination">
  445. {block:NextPage}
  446. <a id="nextPage" href="{NextPage}">n
  447. ext</a>
  448. {/block:NextPage}
  449. {block:PreviousPage}
  450. <a href="{PreviousPage}">back</a>
  451. {/block:PreviousPage}
  452. </div>
  453. {/block:Pagination}
  454. {/block:IndexPage}
  455. </div>
  456.  
  457.  
  458. </body>
  459. <div style="display:block;bottom:5px;right:-1px;font-size:10px;font-family:cambria;position:fixed;padding:3px;border-radius:10px;z-index:5;opacity:1;"><a href="http://kkys.tumblr.com/">♡</a></div>
  460. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement