Advertisement
wildthemes

Makenzie theme

Nov 24th, 2012
11,109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.21 KB | None | 0 0
  1.  
  2. <!--
  3. Makenzie christmas theme#1 by wildthemes. do not remove credits, themes take alot of time and effort to make, you will be reported if you're seen using this theme with no credits.-->
  4.  
  5. <!--This work is licensed under a Creative Commons Attribution 3.0 Unported License.
  6.  
  7. taking credits off/stealing/using my themes as a basecode is illegal.
  8.  
  9. -->
  10.  
  11.  
  12.  
  13. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14. <html xmlns="http://www.w3.org/1999/xhtml"><script type="text/javascript" src="http://static.tumblr.com/o0thhnj/QDcmcmi8j/infinitescrolling.txt"></script>
  15.  
  16. {block:ifSnowfall}
  17. <script type="text/javascript" src="http://static.tumblr.com/j4dtzbm/2K5lv8pr9/snowstorm.js"></script>
  18. {/block:ifSnowfall}
  19.  
  20.  
  21. <head>
  22. <script type="text/javascript"
  23. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script><link rel="stylesheet" href="http://static.tumblr.com/tak5d5w/raDlsuinn/quicksandfonts.css" type="text/css" charset="utf-8">
  24.  
  25. <link href='http://fonts.googleapis.com/css?family=Overlock' rel='stylesheet' type='text/css'>
  26.  
  27.  
  28. <meta name="color:Background" content="#ffffff"/>
  29. <meta name="color:Hover" content="#000000f"/>
  30. <meta name="color:Font" content="#000000"/>
  31. <meta name="if:Kewl font" content="1"/>
  32. <meta name="if:Snow fall" content="1"/>
  33. <meta name="if:Kewl title" content="1"/>
  34. <meta name="if:Title Effect" content="1"/>
  35. <meta name="color:Title effect colour" content="#eee"/>
  36. <meta name="if:Two Columns" content="1"/>
  37. <meta name="if:Three Columns" content="0"/>
  38. <meta name="if:White glow" content="1"/>
  39. <meta name="color:sidebar links bg" content="#ffffff"/>
  40. <meta name="color:sidebar links bg hover" content="#ffffff"/>
  41. <meta name="color:Link" content="#000000"/>
  42. <meta name="color:Scrollbar" content="#cccccc"/>
  43. <meta name="if:faded" content="1"/>
  44. <meta name="image:Background" content= "0"/>
  45. <meta name="if:Show sidebar image" content="0"/>
  46. <meta name="color:Posts" content="#ffffff"/>
  47. <meta name="color:sidebar links border" content="#d8d8d8"/>
  48.  
  49. <meta name="if:christmas cursor" content="0">
  50.  
  51. <meta name="if:Show blog title" content="1"/>
  52. <meta name="image:Sidebar image" content=" "/>
  53.  
  54. <meta name="if:Rainbow Links" content= "0"/>
  55. <meta name="text:Link one Title" content=""/>
  56. <meta name="text:Link one" content="" />
  57. <meta name="text:Link Three Title" content=""/>
  58. <meta name="text:Link Three" content=""/>
  59. <meta name="text:Link Four Title" content=""/>
  60. <meta name="text:Link Four" content=""/>
  61. <meta name="text:Link two Title" content=""/>
  62. <meta name="text:Link two" content=""/>
  63. <meta name="text:Link Five Title" content=""/>
  64. <meta name="text:Link Five" content=""/>
  65. <meta name="text:Title 1" content="Title one" />
  66. <meta name="text:Title 2" content="Title two" />
  67. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css"><link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  68. {block:ifTitleEffect}
  69. <script type="text/javascript">
  70. // <![CDATA[
  71. var bgcolour="#ffffff"; // background colour
  72. var fgcolour="{color:Title effect colour}"; // foreground colour
  73. var speed=100; // speed of bubbling, lower is faster
  74. var shades=10; // number of shades of bubble
  75.  
  76. /****************************
  77. * Bubbling Text Effect *
  78. *(c) 2003-6 mf2fm web-design*
  79. * http://www.mf2fm.com/rv *
  80. * DON'T EDIT BELOW THIS BOX *
  81. ****************************/
  82. var bubbcol=new Array();
  83. var bubbler, bubbtxt;
  84. var bubbchr=new Array();
  85. window.onload=function() { if (document.getElementById) {
  86. for (bubbler=0; bubbler<=shades; bubbler++) {
  87. bubbtxt="#";
  88. for (var i=1; i<6; i+=2) {
  89. var bg=parseInt(bgcolour.substring(i,i+2),16);
  90. bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
  91. }
  92. bubbcol[bubbler+1]=bubbtxt;
  93. }
  94. bubbler=document.getElementById("bubble");
  95. bubbtxt=bubbler.firstChild.nodeValue;
  96. while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
  97. for (var i=0; i<bubbtxt.length; i++) {
  98. var bubbi=document.createElement("span");
  99. bubbi.setAttribute("id", "bubb"+i);
  100. bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
  101. bubbler.appendChild(bubbi);
  102. }
  103. bubbler=setInterval ("bubbling()", speed);
  104. }}
  105.  
  106. function dechex(dec) {
  107. var hex=dec.toString(16);
  108. if (dec<16) return "0"+hex;
  109. else return hex;
  110. }
  111.  
  112. function bubbling() {
  113. for (var i=0; i<bubbtxt.length; i++) {
  114. var bubbme=document.getElementById("bubb"+i);
  115. if (bubbchr[i]) {
  116. bubbme.style.color=bubbcol[bubbchr[i]];
  117. bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
  118. }
  119. else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
  120. }
  121. }
  122. // ]]>
  123. </script>
  124. {/block:ifTitleEffect}
  125. <style type="text/css">
  126.  
  127. {block:ifchristmascursor}
  128.  
  129. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/holidays/hol-2/hol164.cur), progress}
  130.  
  131. {/block:ifchristmascursor}
  132.  
  133. #tumblr_controls{
  134. position:absolute !important;
  135. -webkit-filter: invert(100%)
  136. }
  137.  
  138.  
  139.  
  140. @font-face {
  141. font-family: "Snowflake";
  142. src: url('http://static.tumblr.com/anvbwtn/nlImc07ev/lpsnowflake.ttf'); }
  143.  
  144. ::-webkit-scrollbar-thumb:vertical {
  145. background-color:{color:link};
  146. height:auto;
  147. }
  148.  
  149. ::-webkit-scrollbar-thumb:horizontal {
  150. background-color:transparent;
  151. height:1px !important;
  152. }
  153.  
  154. ::-webkit-scrollbar {
  155. height:auto;
  156. width:10px;
  157. background-color:#fff;
  158. border:1px solid #eeeeee;
  159. }
  160. .wrapper{
  161. margin: 0px auto;
  162. width: 802px;
  163. }
  164.  
  165. .header{
  166. float: left;
  167. width: 100%;
  168. }
  169.  
  170. .left{
  171. float: left;
  172. margin-right: 20px;
  173. width: 802px;
  174. }
  175.  
  176. .right{
  177. float: right;
  178. width: 200px;
  179. background-color: {color:Background};
  180. }
  181.  
  182. body {
  183. padding: 0px;
  184. margin: 0px;
  185. font-family: {block:ifKewlfont}'short stack'; font-size: 11px;{/block:ifKewlfont}{block:ifnotKewlfont}calibri; font-size: 11px; {/block:ifnotKewlfont};
  186. color:{color:Font};
  187. line-height:12px;
  188. background-image:url({image:Background});
  189. background-color: {color:Background};
  190. background-attachment: fixed;
  191. background-repeat: repeat;
  192.  
  193.  
  194.  
  195. }
  196.  
  197. a:link, a:active, a:visited{color: {color:Link}; text-decoration: none;}
  198. a:hover {color:{color:Hover};
  199. text-shadow:#888 0px 0px 6px;
  200.  
  201. -webkit-transition: all 0.3s ease-out;
  202. -moz-transition: all 0.3s ease-out;color 0.5s;
  203. }
  204.  
  205.  
  206.  
  207. #sidetitle{
  208. width:250px;
  209. font-family: 'KG Eyes Wide Open',cursive;
  210. line-height:39px;
  211. font-size:40px;
  212. text-align:left;
  213. position:fixed;
  214. margin-top:-40px;
  215. margin-left:0px;
  216. display:block;text-shadow: 2px 0px 2px #555;
  217.  
  218. z-index:99;
  219. letter-spacing:1px;
  220. color:{color:Font};
  221. transition: all 0.5s ease-out;
  222. -o-transition-transition: all 0.9s ease-out;
  223. -webkit-transition: all 0.9s ease-out;
  224. -moz-transition: all 0.9s ease-out;}
  225.  
  226. #descp:hover #sidetitle{
  227. margin-top:18px;
  228. margin-left:-0px;
  229. opacity:0;
  230.  
  231. transition: all 0.9s ease-out;
  232. -o-transition-transition: all 0.9s ease-out;
  233. -webkit-transition: all 0.9s ease-out;
  234. -moz-transition: all 0.9s ease-out;
  235. }
  236.  
  237. #blogtitle2{
  238. width:300px;
  239. font-family: 'KG Eyes Wide Open',cursive;
  240. line-height:49px;
  241. font-size:35px;
  242. opacity:0;
  243. position:absolute;
  244. display:block;text-shadow: 2px 0px 2px #555;
  245. margin-left:0px;
  246. letter-spacing:1px;
  247. color:{color:Font};
  248. transition: all 0.9s ease-out;
  249. -o-transition-transition: all 0.9s ease-out;
  250. -webkit-transition: all 0.9s ease-out;
  251. -moz-transition: all 0.9s ease-out;}
  252.  
  253. #descp:hover #blogtitle2{
  254. margin-top:-48px;
  255. -moz-transform: rotate(360deg);
  256. -webkit-transform: rotate(360deg);
  257. -o-transform: rotate(360deg)
  258. margin-left:0px;
  259. opacity:1;
  260. transition: all 0.9s ease-out;
  261. -o-transition-transition: all 0.9s ease-out;
  262. -webkit-transition: all 0.9s ease-out;
  263. -moz-transition: all 0.9s ease-out;
  264. }
  265.  
  266.  
  267.  
  268.  
  269.  
  270. .sidetitle {z-index:9999999999999;
  271. display:block;
  272. position:fixed;
  273. margin-top:58px;
  274. margin-bottom:0px;
  275. text-align:left;
  276. opacity:1;
  277. -webkit-transition: all 0.3s ease-out;
  278. -moz-transition: all 0.3s ease-out;
  279. transition: all 0.3s ease-out;
  280. }
  281.  
  282. .sidetitle a {z-index:9999999999999;
  283. display:block;text-shadow: 2px 0px 2px #555;
  284.  
  285. font-family: 'KG Eyes Wide Open';
  286. font-size: 25px;
  287. line-height: 100%;
  288. color:{color:Font};
  289. -webkit-transition: color 0.3s ease-out;
  290. -moz-transition: color 0.3s ease-out;
  291. transition: color 0.3s ease-out;
  292. }
  293.  
  294. .sidetitle a:hover {
  295. color:{color:Hover};
  296. -webkit-transition: all 0.3s ease-out;
  297. -moz-transition: all 0.3s ease-out;
  298. transition: all 0.3s ease-out;
  299. }
  300.  
  301.  
  302.  
  303. #descp:hover .sidetitle {
  304. z-index:-0;
  305. display:block;
  306. position:relative;
  307. margin-top:-100px;
  308. text-align:left;
  309. opacity:0;
  310. -webkit-transition: all 0.3s ease-out;
  311. -moz-transition: all 0.3s ease-out;
  312. transition: all 0.3s ease-out;
  313. }
  314.  
  315.  
  316. #blogtitle2 {z-index:9999999999999;
  317. display:block;
  318. position:fixed;
  319. margin-top:58px;
  320. margin-bottom:0px;
  321. text-align:left;
  322. }
  323.  
  324. #blogtitle2 a {z-index:9999999999999;
  325. display:block;text-shadow: 1px 1px 3px #000;
  326. font-family: 'KG Eyes Wide Open';
  327. font-size: 25px;
  328. line-height: 100%;
  329. color:{color:Font};
  330. -webkit-transition: color 0.3s ease-out;
  331. -moz-transition: color 0.3s ease-out;
  332. transition: color 0.3s ease-out;
  333. }
  334.  
  335. #blogtitle2 a:hover {
  336. color:{color:Font};
  337. -webkit-transition: all 0.3s ease-out;
  338. -moz-transition: all 0.3s ease-out;
  339. transition: all 0.3s ease-out;
  340.  
  341. }
  342.  
  343.  
  344. #descp {
  345. z-index:1;
  346. text-align:center;
  347. margin-left:-150px;
  348. width:250px;
  349. padding:8px; {block:ifWhiteglow}
  350.  
  351. -moz-box-shadow: 0 0 30px 5px #fff;
  352. -webkit-box-shadow: 0 0 30px 5px #fff;
  353. box-shadow: 0 0 30px 5px #fff; {/block:ifWhiteglow}
  354.  
  355. opacity:1;
  356. border:1px #ccc solid;
  357. background:{color:Posts}; position:fixed;
  358. top:100px;
  359. font-family: {block:ifKewlfont}'short stack'; font-size: 11px;{/block:ifKewlfont}{block:ifnotKewlfont}calibri; font-size: 11px; {/block:ifnotKewlfont};}
  360.  
  361. 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;}
  362.  
  363. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  364.  
  365. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  366.  
  367. #biter
  368.  
  369. #bite a {display:block}
  370.  
  371. #descp .death {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  372.  
  373. #descp:hover .death {margin-top:0px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  374.  
  375.  
  376. #posts {
  377. {block:ifTwoColumns} width: 800px;{/block:ifTwoColumns}
  378. {block:ifThreeColumns} width: 900px;{/block:ifThreeColumns}
  379.  
  380. margin-left:410px;
  381.  
  382.  
  383. margin-top: 0px;
  384. {block:PermalinkPage}
  385. margin-left:420px;
  386. width: 580px;
  387. {/block:PermalinkPage}
  388. text-align: center;
  389. }
  390.  
  391.  
  392. .entry {
  393. overflow: hidden;
  394. float: left;padding:7px;
  395. {block:ifWhiteglow}
  396.  
  397. -moz-box-shadow: 0 0 30px 0px #fff;
  398. -webkit-box-shadow: 0 0 30px 0px #fff;
  399. box-shadow: 0 0 30px 0px #fff;
  400. {/block:ifWhiteglow}
  401.  
  402. {block:indexpage}
  403. width:450px;
  404. {block:ifTwoColumns}width:280px;{/block:ifTwoColumns}
  405. {block:ifThreeColumns}width:240px;{/block:ifThreeColumns}
  406.  
  407. margin-bottom: 3px;
  408. margin:5px;
  409.  
  410. {/block:indexpage}
  411. {block:PermalinkPage}
  412. width: 580px;
  413. margin-bottom: 3px;
  414. margin-top: 3px;
  415. text-align:left;
  416. {/block:PermalinkPage}
  417. display: block;
  418. background:{color:Posts};
  419. {block:iffaded}
  420. opacity: 0.8;
  421. filter: alpha(opacity = 80);
  422. {/block:iffaded}
  423. }
  424.  
  425. .entry img {
  426. display: block;
  427. }
  428.  
  429. .entry:hover {-webkit-transition: opacity 0.10s linear; opacity: 0.8;
  430. transition: all 0.10s linear;
  431. {block:iffaded}
  432. opacity: 1.0;
  433. filter: alpha(opacity = 100);
  434. {/block:iffaded}
  435. }
  436.  
  437.  
  438. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  439.  
  440. @font-face { font-family: "Call Me"; src: url("http://static.tumblr.com/j2nmv5m/yJSm69tse/kgcallmemaybe-skinny.ttf") format("truetype"); }
  441.  
  442. @font-face {font-family:"Pacifico"; src:url('http://static.tumblr.com/9wzbixa/D3Wlyw7u4/pacifico.ttf');}
  443. @font-face { font-family: "sweetheart"; src: url('http://static.tumblr.com/nn2mfrd/sNCm5ku0r/sweetly_broken.ttf'); }
  444. @font-face { font-family: "signerica"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  445. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  446. #blogtitle{
  447. font-family: {block:ifKewltitle}'call me';font-size:70px;
  448. {/block:ifKewltitle}{block:ifnotKewltitle} bebas neue;font-size:50px; {/block:ifnotKewltitle} ;
  449.  
  450. text-shadow: 2px 0px 2px #555;
  451. text-transform:uppercase;
  452. top:0px;
  453. width:460px;
  454.  
  455. {block:ifTwoColumns} width:600px;
  456. {/block:ifTwoColumns}
  457. {block:ifThreeColumns}width:780px;{/block:ifThreeColumns}
  458. background:{color:Posts}; {block:ifWhiteglow}
  459.  
  460. -moz-box-shadow: 0 0 30px 5px #fff;
  461. -webkit-box-shadow: 0 0 30px 5px #fff;
  462. box-shadow: 0 0 30px 5px #fff; {/block:ifWhiteglow}
  463.  
  464. border:1px solid #ccc;
  465. letter-spacing:2px;
  466. text-align:center;
  467. margin-left:138px;
  468. line-height:110%;
  469. color:{color:Link};
  470. opacity:1;
  471.  
  472. }
  473.  
  474.  
  475. @font-face { font-family: titz; src: url('http://static.tumblr.com/fxpo5zq/y0bm4ndht/raleway_thin.otf'); }
  476.  
  477. #blogtitle:hover {
  478. color:{color:Hover};
  479. text-shadow: 2px 0px 2px #555;
  480. all 0.5;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5;}
  481.  
  482. .title{
  483. font-size: 40px;
  484. line-height:110%;
  485. padding: 2px;
  486. color: {color:Font};
  487. font-family: 'call me';
  488.  
  489. }
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497. #infscr-loading{
  498. bottom: -70px;
  499. position: absolute;
  500. left: 50%;
  501. margin-left:-8px;
  502. width:16px;
  503. height:11px;
  504. overflow:hidden;
  505. margin-bottom: 50px;
  506. }
  507. .wildthemes a {color:{color:Body font}; }
  508.  
  509. .entry .wildthemes{
  510. background:white;
  511. position:absolute;
  512. height:20px;
  513. padding:5px;
  514. margin-left: 0px;
  515. overflow:hidden;
  516. top: 10px;
  517. font-family: {block:ifKewlfont}'short stack'; font-size: 11px;{/block:ifKewlfont}{block:ifnotKewlfont}calibri; font-size: 11px; {/block:ifnotKewlfont}; text-transform: uppercase;
  518. font-size: 10px;
  519. line-height:22px;
  520. text-align:center;
  521. width:auto;
  522. opacity:0.0;
  523. -webkit-transition: all 0.3s linear;
  524. -moz-transition: all 0.3s linear;
  525. transition: all 0.3s linear;
  526. }
  527. @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
  528.  
  529.  
  530. .entry:hover .wildthemes{
  531. width:auto;
  532.  
  533. overflow:visible;
  534. -webkit-transition: opacity 0.5s linear; opacity: 0.8;
  535. transition: all 0.4s linear;
  536. margin-left:10px;
  537. background-color:white;
  538. height: 20px;
  539. top: 20px;
  540.  
  541. opacity:0.8;
  542.  
  543. -webkit-transition: all 0.3s linear;
  544. -moz-transition: all 0.3s linear;
  545. }
  546.  
  547.  
  548. .entry:hover .details {
  549. opacity: 1.0;
  550. margin:12px 0px 0px 0px;
  551. filter: alpha(opacity = 100);
  552. -webkit-transition: all .25s ease-in-out;
  553. -moz-transition: all .25s ease-in-out;
  554. -o-transition: all .25s ease-in-out;
  555. transition: all .25s ease-in-out;
  556. }
  557.  
  558.  
  559. .permahover {
  560. text-align: right;
  561. line-height:200%;
  562. opacity: 0.0;
  563. filter: alpha(opacity = 0);
  564. font-size: 9px;
  565. line-height: 9px;
  566. text-transform: uppercase;
  567. }
  568.  
  569. .entry:hover .permahover {
  570. text-align: center;
  571. opacity: 1;
  572. filter: alpha(opacity = 50);
  573.  
  574.  
  575. }
  576.  
  577. .text {
  578. padding: 0px;
  579. }
  580.  
  581.  
  582.  
  583. .entry:hover .textperma {
  584. opacity: 1;
  585. filter: alpha(opacity = 100);
  586. -webkit-transition: all ease-in 250ms;
  587. -moz-transition: all ease-in 250ms;
  588. -o-transition: all ease-in 250ms;
  589. -ms-transition: all ease-in 250ms;
  590. transition: all ease-in 250ms;
  591. }
  592.  
  593.  
  594.  
  595. blockquote{
  596. padding:0px 0px 2px 5px;
  597. margin:0px 0px 2px 10px;
  598. border-left: 1px dotted #555555;
  599. }
  600.  
  601.  
  602.  
  603. @font-face { font-family: "Kg Eyes Wide Open"; src: url('http://static.tumblr.com/anvbwtn/sq0md8m2c/kgeyeswideopen.ttf');}
  604.  
  605.  
  606. .linkss {
  607. width: 50px;
  608. height: 15px;
  609. font-size:9px;
  610. letter-spacing:0px;
  611. font-family: {block:ifKewlfont}'short stack'; font-size: 9px;{/block:ifKewlfont}{block:ifnotKewlfont}calibri; font-size: 11px; {/block:ifnotKewlfont};
  612. margin-top:5px;
  613. margin-left:3px;
  614. line-height:15px;
  615. border:solid 1px {color:sidebar links border};
  616. background: {color:sidebar links bg};
  617. text-align:center;
  618. padding:2px;
  619. -webkit-transition-duration: .6s;
  620. border-top-right-radius:0px;
  621. border-bottom-right-radius:0px;
  622. border-top-left-radius:0px;
  623. border-bottom-left-radius:0px;
  624. display: inline-block;
  625. }
  626.  
  627. .linkss:hover {
  628. color: #000;
  629. background:{color:sidebar links bg hover};
  630. box-shadow: 0px 0px 20px {color:shadow};
  631. -moz-transition: all .2s ease-in-out;
  632. -o-transition: all .2s ease-in-out;
  633. transition: all .2s ease-in-out;
  634. -webkit-transition: all .2s ease-in-out;
  635. -webkit-transition-duration: .4s;
  636. }
  637.  
  638. </style>
  639. {block:ifrainbowlinks}
  640. <script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  641. "></script>{/block:ifrainbowlinks}
  642.  
  643. {block:IndexPage}
  644. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  645. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  646.  
  647. <script type="text/javascript">
  648. $(window).load(function () {
  649. var $content = $('#posts');
  650. $content.masonry({itemSelector: '.entry'}),
  651. $content.infinitescroll({
  652. navSelector : 'div#pagination',
  653. nextSelector : 'div#pagination a#nextPage',
  654. itemSelector : '.entry',
  655. loading: {
  656. finishedMsg: '',
  657. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  658. },
  659. bufferPx : 600,
  660. debug : false,
  661. },
  662. // call masonry as a callback.
  663. function( newElements ) {
  664. var $newElems = $( newElements );
  665. $newElems.hide();
  666. // ensure that images load before adding to masonry layout
  667. $newElems.imagesLoaded(function(){
  668. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  669.  
  670.  
  671. });
  672. });
  673. });
  674. </script>
  675.  
  676. {/block:IndexPage}
  677.  
  678. <title>{Title}</title>
  679.  
  680. <link rel="shortcut icon" href="{Favicon}">
  681. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  682. <meta name="viewport" content="width=820" />
  683.  
  684. </head>
  685. <body>
  686.  
  687. <div class="wrapper">
  688. <div class="header">
  689. </div>
  690.  
  691.  
  692.  
  693.  
  694. {block:ifShowblogtitle}
  695. <div id="blogtitle"><span id="bubble">{Title}</span>
  696.  
  697. </div>{/block:IfShowblogtitle}
  698.  
  699.  
  700. <div id="descp">
  701. <div id="blogtitle2">{text:Title 2}</div><div id="sidetitle">{text:Title 1}</div>{block:ifShowsidebarimage}
  702. <a href="/"><img src="{image:Sidebar image}" width="240"/></a>
  703. {/block:ifShowsidebarimage} <br>{Description}
  704.  
  705.  
  706. <div id="bite">
  707. <h4><center></center></h4>
  708.  
  709. <div class="death">
  710. <div align="center"><br><span class="linkss"><a href="/">home</a></span>
  711. <span class="linkss"><a href="/ask">ask</a></span>{block:HasPages}{block:Pages}<span class="linkss"><a href="{URL}">{Label}</a></span>{/block:Pages}{/block:HasPages}{block:ifLinkOneTitle}<span class="linkss"><a href="{text:Link One}"> {text:Link One Title}</a></span>{/block:ifLinkOneTitle}{block:ifLinkTwoTitle}<span class="linkss"><a href="{text:Link Two}">{text:Link Two Title}</a></span>{/block:ifLinkTwoTitle}{block:ifLinkThreeTitle}<span class="linkss"><a href="{text:Link Three}">{text:Link Three Title}</a></span>{/block:ifLinkThreeTitle}{block:ifLinkFourTitle}<span class="linkss"><a href="{text:Link Four}">{text:Link Four Title}</a></span>{/block:ifLinkFourTitle}{block:ifLinkFiveTitle}<span class="linkss"><a href="{text:Link Five}">{text:Link Five Title}</a></span>{/block:ifLinkFiveTitle}<span class="linkss"><a href="http://wildthemes.tumblr.com">credit</a></span></div>
  712. </div>
  713. </div>
  714.  
  715. </div>
  716.  
  717.  
  718.  
  719. </div>
  720. </div>
  721. <div class="left">
  722. <div id="posts">
  723.  
  724.  
  725. {block:Posts}
  726. <div class="entry">
  727.  
  728.  
  729. {block:Answer}
  730. <div style= "background-color: #eee; border: 1px solid #444444; text-align; center; padding: 2px;">
  731. <b>{Asker}</b>: {Question}
  732. </div>
  733. {Answer}
  734. <br><br>
  735. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  736. {/block:Answer}
  737.  
  738. {block:Text}
  739. <div class="text">
  740. {block:Title}
  741. <div class="title"> <a href="{Permalink}">{Title}</a></div>
  742. {/block:Title}
  743. {Body}
  744. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  745. {block:IndexPage}
  746.  
  747. {/block:IndexPage}
  748. </div>
  749. {/block:Text}
  750.  
  751.  
  752. {block:Link}
  753. <div class="text">
  754. <div class="title"><a href="{URL}" class="link" {Target}>{Name}</a> </div>
  755. {block:Description}
  756. <div class="description">{Description}</div>
  757. {/block:Description}
  758. <p>
  759. {block:IndexPage}
  760. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  761.  
  762. {/block:IndexPage}
  763.  
  764. </div>{/block:Link}
  765.  
  766.  
  767. {block:Photo}
  768. {block:indexpage} <div class="wildthemes"><a href="{permalink}">{NoteCountwithLabel}</a> · <a href="{ReblogURL}" target="_blank"> reblog</a> </div>
  769.  
  770. <img src="{PhotoURL-HighRes}" width="100%"/>
  771. {/block:indexpage}
  772. {block:IndexPage}
  773.  
  774.  
  775.  
  776.  
  777.  
  778. {/block:IndexPage}
  779. {block:PermalinkPage}<a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}" width="100%"/>
  780. {/block:PermalinkPage}
  781. {/block:Photo}
  782.  
  783.  
  784.  
  785. {block:Photoset}
  786. {block:IndexPage}
  787. <center>
  788. {Photoset-250}</center>
  789. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  790.  
  791. {/block:IndexPage}
  792. {block:PermalinkPage}
  793. <center>
  794. {Photoset-500}</center>
  795. {/block:PermalinkPage}
  796. {/block:Photoset}
  797.  
  798. {block:Quote}
  799. <div class="text">
  800. <div class="title"> "{Quote}" </div>
  801. {block:Source}
  802. <div style="text-align:right; line-height:12px;">- {Source}</div>
  803. {/block:Source}
  804. {block:IndexPage}
  805. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  806.  
  807. {/block:IndexPage}
  808. </div>{/block:Quote}
  809.  
  810. {block:Chat}
  811. <div class="text">
  812. {block:Title}
  813. <div class="title"> <a href="{Permalink}">{Title}</a></div>
  814. {/block:Title}
  815. <ul class="chat">
  816. {block:Lines}
  817. <li class="{Alt} user_{UserNumber}"> {block:Label}<span style="text-transform:uppercase"> <span class="label">{Label}</span></span> {/block:Label}
  818. {Line} </li>
  819. {/block:Lines}
  820. </ul>
  821. {block:IndexPage}
  822. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  823.  
  824. {/block:IndexPage}
  825. </div>{/block:Chat}
  826.  
  827.  
  828.  
  829. {Line}
  830. </li>
  831. {/block:Lines}
  832. </ul>
  833. {/block:Chat}
  834.  
  835. {block:Audio}
  836. <div class="text">
  837. {AudioPlayerGrey}
  838. {block:Caption}
  839. {Caption}
  840. {/block:Caption}
  841. {block:IndexPage}
  842. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  843.  
  844. {/block:IndexPage}
  845. </div>{/block:Audio}
  846.  
  847.  
  848.  
  849.  
  850. {block:Video}
  851. {block:IndexPage}
  852. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  853. <center>
  854. {Video-250}</center>
  855. {/block:IndexPage}
  856. {block:PermalinkPage}
  857. <center>
  858. {Video-500}</center>
  859. {/block:PermalinkPage}
  860. {block:Video}
  861.  
  862. {block:PermalinkPage}<br>
  863. {block:Date}
  864. {block:Caption}{Caption}{/block:Caption}<br><hr>
  865. <center><center>
  866. Posted {TimeAgo} at {12HourWithZero}:{Minutes}{AmPm} {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} & tagged as: {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  867. {/block:Date}</div><br><br>
  868. {/block:PermalinkPage}
  869.  
  870. {block:PostNotes}{PostNotes}
  871. {/block:PostNotes}</center>
  872. </div>
  873.  
  874.  
  875. {/block:Posts}
  876. </div>
  877. </div>
  878. {block:IndexPage}
  879. {block:Pagination}
  880.  
  881. <div id="pagination">
  882. {block:NextPage}
  883. <a id="nextPage" href="{NextPage}"></a>
  884. {/block:NextPage}
  885. {block:PreviousPage}
  886. <a href="{PreviousPage}"></a>
  887. {/block:PreviousPage}
  888. </div>
  889. {/block:Pagination}
  890. {/block:IndexPage}
  891. </div>
  892.  
  893. </body>
  894. <html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement