Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 6th, 2012  |  syntax: None  |  size: 14.24 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!--
  2. theme by k4rla, please keep credit on your blog!
  3. -->
  4.  
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
  11. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  12. <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  13.  
  14.  
  15.  
  16. <script type="text/javascript"
  17. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  18.  
  19. <meta name="color:Background" content="#EEEEEE"/>
  20. <meta name="color:Text" content="#130C11"/>
  21. <meta name="color:Hover" content="#130C11"/>
  22. <meta name="color:Link" content="#000000"/>
  23.  
  24. <meta name="image:sidebar" content="1"/>
  25. <meta name="image:Background" content="1"/>
  26. <meta name="if:show photo" content="0"/>
  27.  
  28. <meta name="text:Custom Link One Title" content= >
  29. <meta name="text:Custom Link One" content="http://" />
  30. <meta name="text:Custom Link Two Title" content= >
  31. <meta name="text:Custom Link Two" content="http://" />
  32. <meta name="text:Custom Link Three Title" content= >
  33. <meta name="text:Custom Link Three" content="http://" />
  34. <meta name="text:Custom Link Four Title" content= >
  35. <meta name="text:Custom Link Four" content="http://" />
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Ruluko' rel='stylesheet' type='text/css'>
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42.  
  43.  
  44.  
  45. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  46.  
  47. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  48.  
  49. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  50.  
  51.  
  52. ::-webkit-scrollbar-thumb:vertical {
  53. background-color: #000000;
  54. height: 30px;}
  55. ::-webkit-scrollbar {
  56. height: 30px;
  57. width: 4px;
  58. background-color: #aaaaaa;}
  59.  
  60.  
  61.  
  62.  
  63. <script type="text/javascript">
  64.  
  65. // <![CDATA[
  66. var speed=100; // speed of wobbling, lower is faster
  67. var height=3; // height of wobbling in pixels
  68. var alink="http://heyidc.tumblr.com"; // page to link text to (set to ="" for no link)
  69.  
  70. /****************************
  71. * Wobbly Text Effect *
  72. *(c) 2003-6 mf2fm web-design*
  73. * http://www.mf2fm.com/rv *
  74. * DON'T EDIT BELOW THIS BOX *
  75. ****************************/
  76. var wobtxt, wobble, wobcnt=0;
  77. window.onload=function() { if (document.getElementById) {
  78. var i, wobli;
  79. wobble=document.getElementById("wobble");
  80. wobtxt=wobble.firstChild.nodeValue;
  81. while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
  82. for (i=0; i<wobtxt.length; i++) {
  83. wobli=document.createElement("span");
  84. wobli.setAttribute("id", "wobb"+i);
  85. wobli.style.position="relative";
  86. wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
  87. if (alink) {
  88. wobli.style.cursor="pointer";
  89. wobli.onclick=function() { top.location.href=alink; }
  90. }
  91. wobble.appendChild(wobli);
  92. }
  93. setInterval("wobbler()", speed);
  94. }}
  95.  
  96. function wobbler() {
  97. for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
  98. wobcnt++;
  99. }
  100. // ]]>
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name=”description” content=”{MetaDescription}” />{/block:Description}
  109. {block:ifinfinitescrolling}<script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>{/block:ifinfinitescrolling}
  110. <script type=”text/javascript”>
  111. //
  112. function desabilitaMenu(e)
  113. {
  114. if (window.Event)
  115. {
  116. if (e.which == 2 || e.which == 3)
  117. return false;
  118. }
  119. else
  120. {
  121. event.cancelBubble = true
  122. event.returnValue = false;
  123. return false;
  124. }
  125. }
  126. document.oncontextmenu = desabilitaMenu;
  127. document.onmousedown = desabilitaBotaoDireito;
  128. document.onmouseup = desabilitaBotaoDireito;
  129. </script>
  130. {/block:Ifnorightclick}
  131.  
  132.  
  133. #tumblr_controls{
  134. position:fixed !important;
  135. }
  136.  
  137. .wrapper{
  138. margin: 0px auto;
  139. width: 802px;
  140. }
  141.  
  142. .header{
  143. float: left;
  144. width: 100%;
  145. }
  146.  
  147. .left{
  148. float: left;
  149. margin-right: 20px;
  150. width: 802px;
  151. }
  152.  
  153. .right{
  154. float: right;
  155. width: 200px;
  156. background-color: {color:Background};
  157. }
  158.  
  159. body {
  160. padding: 0px;
  161. margin: 0px;
  162. color:{color:text};
  163. font-family: 'Happy Monkey', cursive;
  164. font-size: 10px;
  165. background-color: {color:Background};
  166. background-image:url({image:Background});
  167. background-attachment: fixed;
  168. background-repeat: repeat;
  169. }
  170.  
  171. a:link, a:active, a:visited{
  172. color: {color:Link};
  173. text-decoration: none;
  174. -webkit-transition: color 0.4s ease-out;
  175. -moz-transition: color 0.4s ease-out;
  176. }
  177.  
  178. a:hover{
  179. color:{color:Hover};
  180. -webkit-transition: color 0.4s ease-out;
  181. -moz-transition: color 0.4s ease-out;
  182. text-shadow:0px 0px 1px #696969;
  183. }
  184.  
  185. .links1{
  186. color: #000;
  187. float: left;
  188. font-family:codystar;
  189. margin-bottom: 4px;
  190. text-transform:uppercase;
  191. font-size: 11px;
  192. line-height: 9px;
  193. letter-spacing:2px;
  194. margin: 2px;
  195. background-color:{color:navigation};
  196. width: 88px;
  197. padding: 4px;
  198. text-align:center;
  199. }
  200.  
  201. .links1:hover{
  202. background-color: {color:navigation hover};
  203. }
  204.  
  205.  
  206. .entry {
  207. margin:2px;
  208. padding: 1px;
  209. float:left;
  210. text-align: center;
  211. background-color: #ffffff;
  212. border: 5px solid transparent;
  213. font-family: 'Happy Monkey', cursive;
  214. font-size: 12px;
  215. line-height:10px;
  216. {block:IndexPage}
  217. width:340px;
  218. {/block:IndexPage}
  219. {block:PermalinkPage}
  220. width:550px;
  221. margin-left: 357x;
  222. {/block:PermalinkPage}
  223. }
  224.  
  225. .entry .permalink{
  226. position: absolute;
  227. margin-top: 5px;
  228. margin-left: 250px;
  229. opacity: 0;
  230. -webkit-transition: all .3s ease;
  231. -moz-transition: all .3s ease;
  232. -o-transition: all .3s ease;
  233. transition: all .3s ease;
  234. }
  235. .entry:hover .permalink{
  236. margin-top: 5px;
  237. margin-left: 5px;
  238. opacity: 1;
  239. }
  240.  
  241. .countreblog {
  242. color: #000000;
  243. letter-spacing:1px;
  244. font-family: 'Happy Monkey', cursive;
  245. font-size:10px;
  246. line-height:14px;
  247. margin: 2px;
  248. background: #ffffff;
  249. background-repeat:repeat;
  250. border:1px solid rgba(0,0,0,0.1);
  251. padding:3px 5px;
  252. -webkit-border-radius:2;
  253. moz-border-radius:2px;
  254. -o-border-radius:2px;
  255. border-radius:2px;
  256. }
  257.  
  258.  
  259.  
  260.  
  261.  
  262. div#sidebar{
  263. z-index:999999999999999;
  264. position:absolute !important;
  265. position:fixed !important;
  266. top:110px;
  267. right: 160px;
  268. width:225px;
  269. font-family: 'Happy Monkey', cursive;
  270. font-size: 12px;
  271. background-color:#ffffff;
  272. position:fixed !important;
  273. width:225px;
  274. height:auto;
  275. margin-top:110px;
  276. margin-left:140px;
  277. padding:2px;
  278. background-color:#ffffff;
  279. background-color:#ffffff;
  280. z-index:10;
  281. overflow:hidden;
  282. }
  283.  
  284.  
  285.  
  286. div#sidebar:hover{
  287. -webkit-transition-duration: 1.5s;
  288. -moz-box-shadow: 0px 0px 15px #808080;
  289. -webkit-box-shadow: 0px 0px 15px #808080;
  290. box-shadow: 0px 0px 15px #808080;
  291. moz-border-radius: 15px 15px 15px 15px;
  292. border-radius:0px 15px 0px 50px;
  293. width:225px;
  294. }
  295.  
  296.  
  297.  
  298.  
  299.  
  300. #links {
  301. letter-spacing:0px;
  302. font-family: 'Happy Monkey', cursive;
  303. font-size:11px;
  304. height:auto;height:auto;
  305. }
  306.  
  307.  
  308.  
  309. #links a {
  310. display:relative;width:100px;letter-spacing:0px;height:auto;
  311. }
  312.  
  313.  
  314.  
  315. #links .links2 {
  316. filter: alpha(opacity = 0);
  317. opacity:0;
  318. -webkit-transition: all 1s ease-out;
  319. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  320. text-align:center;
  321. margin-left:-150px;
  322. position:relative;
  323. height:auto;
  324. }
  325.  
  326.  
  327. #links:hover .links2 {
  328. -webkit-transition: all 0.8s ease-out;
  329. -moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  330. filter: alpha(opacity = 80);
  331. filter: alpha(opacity = 100);
  332. opacity:100;
  333. margin-left:0;
  334. position:static; display:clear;
  335. text-align:center;height:auto;
  336. }
  337.  
  338.  
  339.  
  340. .hi a:hover {
  341. background-color:; padding:0px; border-radius:0px;opacity:50;filter: alpha(opacity=50);height:auto;
  342.  
  343. }
  344.  
  345. #posts {
  346. width: 500px;
  347. margin-left:110px;
  348. padding-left: 4px;
  349. padding-right: -10px;
  350. padding-top:-10px;
  351. margin-top: 10px;
  352. float:left;
  353. font-family:'Happy Monkey', cursive;
  354. }
  355.  
  356.  
  357. div#bottombar a{
  358.  
  359. color: #fff;
  360.  
  361. }
  362.  
  363.  
  364.  
  365. div#bottombar{
  366. width:340px;
  367. z-index:1;
  368. position:fixed !important;
  369. text-align:center;
  370. bottom:-4px;
  371. height:auto;
  372. line-height: 13px;
  373. background-color:black;
  374. color: white;
  375. font-family: Happy Monkey;
  376. font-size: 12px;
  377. padding-top: 6px;
  378. padding-bottom: -4px;
  379. padding-left:8px;
  380. padding-right:8px;
  381. margin-left:112px;
  382. opacity: 0.8;
  383. border-top-left-radius:20px;
  384. border-top-right-radius:20px;
  385. -webkit-transition: all 0.7s linear;
  386. -moz-transition: all 0.7s linear;
  387. transition: all 0.7s linear;
  388. }
  389.  
  390.  
  391. .title{
  392. font-family:'Happy Monkey', cursive;
  393. font-size: 14px;
  394. line-height:11px;
  395. color: black;
  396. font-weight: normal;
  397. }
  398.  
  399.  
  400. div#wobble{
  401. font-size:30px;
  402. text-align: center;
  403. line-height:50px;
  404. font-family:codystar;
  405. color:{color:text};
  406. text-transform:uppercase;
  407. }
  408.  
  409. </style>
  410.  
  411. {block:IndexPage}
  412. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  413. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  414.  
  415. <script type="text/javascript">
  416. $(window).load(function () {
  417. var $content = $('#posts');
  418. $content.masonry({itemSelector: '.entry'}),
  419. $content.infinitescroll({
  420. navSelector : 'div#pagination',
  421. nextSelector : 'div#pagination a#nextPage',
  422. itemSelector : '.entry',
  423. loading: {
  424. finishedMsg: '',
  425. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  426. },
  427. bufferPx : 600,
  428. debug : false,
  429. },
  430. // call masonry as a callback.
  431. function( newElements ) {
  432. var $newElems = $( newElements );
  433. $newElems.hide();
  434. // ensure that images load before adding to masonry layout
  435. $newElems.imagesLoaded(function(){
  436. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  437.  
  438.  
  439. });
  440. });
  441. });
  442. </script>
  443.  
  444. {/block:IndexPage}
  445.  
  446.  
  447.  
  448. <!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p></center>
  449.  
  450. </div></div></div>
  451. <title>{title}</title>
  452.  
  453. <link rel="shortcut icon" href="{Favicon}">
  454. <meta name="viewport" content="width=820" />
  455.  
  456.  
  457.  
  458. </head>
  459. <body>
  460. <div class="wrapper">
  461. <div class="header">
  462. <div id="bottombar">
  463.  
  464. {description}
  465.  
  466.  
  467.  
  468. </center></a></div>
  469.  
  470.  
  471. </div>
  472. <div id="sidebar">
  473. <center>
  474.  
  475.  
  476. {block:ifshowphoto}<center><a title="" href="/"><img src="{image:sidebar}" width=225px height=auto></a></center>{/block:ifshowphoto}
  477. <center>
  478.  
  479.  
  480. <div id="bite">
  481. <a href="/"><div id="wobble">{title}</div></a>
  482. <div class="death">
  483. <div align="center">
  484.  
  485.  
  486.  
  487. <center><a href="/ask" class="links1">message</a>
  488.  
  489.  
  490. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="links1">{text:Custom Link One Title}</a> {/block:ifCustomLinkOneTitle}  
  491.  
  492. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="links1">{text:Custom Link Two Title}</a> {/block:ifCustomLinkTwoTitle}
  493.  
  494. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="links1">{text:Custom Link Three Title}</a> {/block:ifCustomLinkThreeTitle}
  495.  
  496. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" class="links1">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  497.  
  498. <center><a href="http://okusuck.tumblr.com" class="links1">theme</a>
  499.  
  500. </div>
  501. </div>
  502. </div>
  503.  
  504.  
  505.  
  506. </center></div>
  507.  
  508.  
  509.  
  510.  
  511. <div class="left">
  512.  
  513. <div id="posts">
  514.  
  515. {block:Posts}
  516. <div class="entry">
  517.  
  518. {block:IndexPage}
  519. <div class="permalink">
  520. <span class=""><a href="" target="_blank"></a></span>
  521. <span class="countreblog"><a href="{ReblogURL}" target="_blank">reblog</a></span>
  522.  
  523. <span class="countreblog"><a href="{Permalink}">{NoteCount}</a></span> </div>
  524. {/block:IndexPage}
  525.  
  526. {block:Text}
  527. <div style="padding-top:10px; padding-bottom:0px; padding-left:10px; padding-right:10px;">
  528. {block:Title}
  529. <a href="{permalink}"><span class="title">{Title}</span></a>
  530. {/block:Title}
  531. <span class="entrytext" style="line-height:12px;">{Body}</span>
  532. <a href="{Permalink}"></a></div>
  533. {block:IndexPage}
  534. {/block:Date}{/block:IndexPage}
  535. {/block:Text}
  536.  
  537. {block:Link}
  538. <a href="{URL}" class="title">{Name}</a>
  539. {block:Description}{Description}{/block:Description}
  540. {block:Link}
  541.  
  542. {block:Photo}
  543. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="340"/></a></div>{LinkCloseTag}{/block:IndexPage}
  544. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="550"/></a>{LinkCloseTag}{/block:PermalinkPage}
  545. {/block:Photo}
  546.  
  547. {block:Photoset}
  548. {block:IndexPage}
  549. <center>
  550. {Photoset-340}</center>
  551. {/block:IndexPage}
  552. {block:PermalinkPage}
  553. <center>
  554. {Photoset-550}</center>
  555. {/block:PermalinkPage}
  556. {/block:Photoset}
  557.  
  558. {block:Quote}
  559. {Quote}</span>
  560. {block:Source}<strong>{Source}</strong>{/block:Source}
  561. {/block:Quote}
  562.  
  563.  
  564.  
  565.  
  566. {block:Chat}
  567. {block:Title}<span class="title">{Title}</span>{/block:Title}
  568. <ul class="chat">
  569. {block:Lines}
  570. <li class="user_{UserNumber}">
  571. {block:Label}
  572. <span class="label">{Label}</span>
  573. {/block:Label}
  574.  
  575. {Line}
  576. </li>
  577. {/block:Lines}
  578. </ul>
  579. {/block:Chat}
  580.  
  581. {block:Audio}
  582. <center><div style="width:340px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  583. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  584. {/block:Audio}
  585.  
  586. {block:Video}
  587. {block:IndexPage}
  588. <center>
  589. {Video-340}</center>
  590. {/block:IndexPage}
  591. {block:PermalinkPage}
  592. <center>
  593. {Video-550}</center>
  594. {/block:PermalinkPage}
  595. {block:Video}
  596.  
  597. {block:PermalinkPage}
  598. <center>
  599. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  600.  
  601.  
  602. {/block:PermalinkPage}
  603.  
  604.  
  605. {block:PostNotes}{PostNotes}
  606. {/block:PostNotes}
  607. </div>
  608.  
  609.  
  610. {/block:Posts}
  611. </div>
  612. </div>
  613. {block:IndexPage}
  614. {block:Pagination}
  615. <div id="pagination">
  616. {block:NextPage}
  617. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  618. {/block:NextPage}
  619. {block:PreviousPage}
  620. <a href="{PreviousPage}">&larr;&nbsp;</a>
  621. {/block:PreviousPage}
  622. </div>
  623. {/block:Pagination}
  624. {/block:IndexPage}
  625. </div>
  626.  
  627.  
  628.  
  629. </body>
  630. <div style="display:block;bottom:5px;right:5px;font-size:10px;font-family:georgia;position:fixed;background-color:#ffffff;padding:3px;border-radius:10px;z-index:5;opacity:0.75;">theme by <a href="http://okusuck.tumblr.com">okusuck</a></div>
  631.  
  632. </html>