Advertisement
preachfood

theme 22

Jul 7th, 2013
3,421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.70 KB | None | 0 0
  1. <!--
  2. _ ___ _
  3. | | / __) | |
  4. ____ ____ _____ _____ ____| |__ _| |__ ___ ___ __| |
  5. | _ \ / ___) ___ (____ |/ ___) _ (_ __) _ \ / _ \ / _ |
  6. | |_| | | | ____/ ___ ( (___| | | || | | |_| | |_| ( (_| |
  7. | __/|_| |_____)_____|\____)_| |_||_| \___/ \___/ \____|
  8. |_|
  9.  
  10. theme twenty-two by preachfood, enjoy it!
  11.  
  12. please do not remove credit. if you do add it to your FAQ please.
  13.  
  14. if you don't have any credit i will find out and you shall be reported :))
  15.  
  16. this is my personal theme yay
  17. ---->
  18. <html xmlns="http://www.w3.org/1999/xhtml">
  19. <head>
  20.  
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  23.  
  24. <script language=JavaScript>
  25. <!--
  26.  
  27. //Disable right mouse click Script
  28. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  29. //For full source code, visit http://www.dynamicdrive.com
  30.  
  31. var message="stealing stuff isn't cute :))";
  32.  
  33. ///////////////////////////////////
  34. function clickIE4(){
  35. if (event.button==2){
  36. alert(message);
  37. return false;
  38. }
  39. }
  40.  
  41. function clickNS4(e){
  42. if (document.layers||document.getElementById&&!document.all){
  43. if (e.which==2||e.which==3){
  44. alert(message);
  45. return false;
  46. }
  47. }
  48. }
  49.  
  50. if (document.layers){
  51. document.captureEvents(Event.MOUSEDOWN);
  52. document.onmousedown=clickNS4;
  53. }
  54. else if (document.all&&!document.getElementById){
  55. document.onmousedown=clickIE4;
  56. }
  57.  
  58. document.oncontextmenu=new Function("alert(message);return false")
  59.  
  60. // -->
  61. </script>
  62.  
  63.  
  64. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  65. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  66. <script type="text/javascript" src="http://static.tumblr.com/fzsrz0j/EInmpl4ze/jquery_javascript.txt"></script>
  67. {block:IfInfiniteScroll}
  68. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  69. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  70. {/block:IfInfiniteScroll}
  71.  
  72. <script>
  73. (function() {
  74. var $tumblelog = $('#content');
  75. {block:IfInfiniteScroll}
  76. $tumblelog.infinitescroll({
  77. navSelector : ".pagination",
  78. nextSelector : ".pagination a:first",
  79. itemSelector : "article",
  80. bufferPx : 50,
  81. done : "",
  82. loading: {
  83. finishedMsg: "<p> </p>",
  84. img : " ",
  85. msg: null,
  86. msgText: "<p> </p>"
  87. },
  88. },
  89. function( newElements ) {
  90. var $newElems = $( newElements ).css({ opacity: 0 });
  91. $newElems.imagesLoaded(function(){
  92. $newElems.animate({ opacity: 1 });
  93. $tumblelog.masonry( 'appended', $newElems);
  94. });
  95. }
  96. );
  97. {/block:IfInfiniteScroll}
  98. $tumblelog.imagesLoaded( function(){
  99. $tumblelog.masonry({
  100. columnWidth: function( containerWidth ) {
  101. return containerWidth / 100;
  102. }
  103. });
  104. });
  105. })();
  106. </script>
  107.  
  108.  
  109.  
  110.  
  111.  
  112. <script type="text/javascript"
  113. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  114. {block:IndexPage}
  115. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  116. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  117. <script type="text/javascript">
  118. $(window).load(function () {
  119. var $content = $('#content');
  120. $content.masonry({itemSelector: '.entry'}),
  121. $content.infinitescroll({
  122. navSelector : 'div#pagination',
  123. nextSelector : 'div#pagination a#nextPage',
  124. itemSelector : '.entry',
  125. loading: {
  126. finishedMsg: '',
  127. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  128. },
  129. bufferPx : 600,
  130. debug : false,
  131. },
  132. // call masonry as a callback.
  133. function( newElements ) {
  134. var $newElems = $( newElements );
  135. $newElems.hide();
  136. // ensure that images load before adding to masonry layout
  137. $newElems.imagesLoaded(function(){
  138. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  139. {/block:IndexPage}
  140.  
  141.  
  142. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  143.  
  144.  
  145. <style>
  146. div#qTip {
  147. padding: 3px;
  148. height:auto;
  149. border:0px solid #ddd;
  150. font-family:calibri;
  151. font-size:8px;
  152. display: none;
  153. font-style:normal;
  154. text-align: left;
  155. position: absolute;
  156. margin-top: -10px;
  157. margin-left: 15px;
  158. line-height:10px;
  159. z-index: 999999999999;
  160. border-right:3px solid {color:link};
  161. border-left:3px solid {color:link};
  162. background: white;
  163. color: #aaa;
  164. text-transform:uppercase;
  165. letter-spacing: 1px;
  166. }
  167. </style>
  168.  
  169. </style>
  170.  
  171. <script type="text/javascript">
  172. $(document).ready(function(){
  173. $(".hide").hide();
  174. $(".show").click(function(){
  175. $(this).next(".hide").slideToggle('fast');
  176. }); });
  177. </script>
  178.  
  179. <script type="text/javascript"
  180. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  181. {block:IndexPage}
  182. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  183. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  184. <script type="text/javascript">
  185. $(window).load(function () {
  186. var $content = $('#content');
  187. $content.masonry({itemSelector: '.entry'}),
  188. $content.infinitescroll({
  189. navSelector : 'div#pagination',
  190. nextSelector : 'div#pagination a#nextPage',
  191. itemSelector : '.entry',
  192. loading: {
  193. finishedMsg: '',
  194. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  195. },
  196. bufferPx : 600,
  197. debug : false,
  198. },
  199. // call masonry as a callback.
  200. function( newElements ) {
  201. var $newElems = $( newElements );
  202. $newElems.hide();
  203. // ensure that images load before adding to masonry layout
  204. $newElems.imagesLoaded(function(){
  205. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  206. {/block:IndexPage}
  207.  
  208.  
  209.  
  210. <head>
  211.  
  212.  
  213. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  214. <html xmlns="http://www.w3.org/1999/xhtml">
  215. <head>
  216.  
  217. <script type="text/javascript"
  218. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  219.  
  220. {block:IndexPage}
  221. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  222. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  223. <script type="text/javascript">
  224. $(window).load(function () {
  225. var $content = $('#content');
  226. $content.masonry({itemSelector: '.entry'}),
  227. $content.infinitescroll({
  228. navSelector : 'div#pagination',
  229. nextSelector : 'div#pagination a#nextPage',
  230. itemSelector : '.entry',
  231. loading: {
  232. finishedMsg: '',
  233. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  234. },
  235. bufferPx : 600,
  236. debug : false,
  237. },
  238. // call masonry as a callback.
  239. function( newElements ) {
  240. var $newElems = $( newElements );
  241. $newElems.hide();
  242. // ensure that images load before adding to masonry layout
  243. $newElems.imagesLoaded(function(){
  244. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  245. {/block:IndexPage}
  246.  
  247. <link href='http://fonts.googleapis.com/css?family=Amatic+SC|Coming+Soon' rel='stylesheet' type='text/css'>
  248. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  249. <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
  250. <meta name="color:background" content="#FFFFFF"/>
  251. <meta name="color:Text" content="#000"/>
  252. <meta name="color:Link" content="#000"/>
  253. <meta name="color:Title" content="#000"/>
  254. <meta name="color:Hover" content="#FFFFFF"/>
  255. <meta name="color:scrollbar" content="/"/>
  256. <meta name="color:sidebar border" content="#ada9a9"/>
  257.  
  258. <meta name="if:popup description" content="1"/>
  259. <meta name="if:regular description" content="0"/>
  260.  
  261. <meta name="image:Sidebar" content=""/>
  262. <meta name="image:background" content="/"/>
  263. <meta name="image:bar background" content=""/>
  264. <meta name="image:bar2 background" content="http://static.tumblr.com/c5cd3fc12fb22fcee9dc7991ec460e41/mmwhjr5/HHNmj9muy/tumblr_static_capture__2_.jpg"/>
  265.  
  266. <meta name="text:link one title" content="Link 1" />
  267. <meta name="text:link one" content="http://" />
  268. <meta name="text:link two title" content="Link 2" />
  269. <meta name="text:link two" content="http://" />
  270. <meta name="text:link three title" content="Link 3" />
  271. <meta name="text:link three" content="http://" />
  272. <meta name="text:link four title" content="Link 4" />
  273. <meta name="text:link four" content="http://" />
  274. <meta name="text:link five title" content="Link 5" />
  275. <meta name="text:link five" content="http://" />
  276.  
  277.  
  278. <style type="text/css">
  279.  
  280. .audioplayerr{
  281. position:absolute;
  282. background: white;
  283. border:10px solid #fff;
  284. text-align:center;
  285. margin-left:10px;
  286. margin-top:10px;
  287. width:50px;
  288. height:50px;
  289. opacity:0.7;
  290. overflow:hidden;
  291. -webkit-transition: all 0.5s ease-in-out;
  292. -moz-transition: all 0.5s ease-in-out;
  293. -o-transition: all 0.5s ease-in-out;
  294. -ms-transition: all 0.5s ease-in-out;
  295. transition: all 0.5s ease-in-out;}
  296.  
  297. .audioplayerr:hover{
  298. margin-left:30px;
  299. margin-top:30px;
  300. width:10px;
  301. height:10px;
  302. opacity:1;
  303. -webkit-transition: all 0.5s ease-in-out;
  304. -moz-transition: all 0.5s ease-in-out;
  305. -o-transition: all 0.5s ease-in-out;
  306. -ms-transition: all 0.5s ease-in-out;
  307. transition: all 0.5s ease-in-out;}
  308.  
  309. .audioplayerr1{
  310. padding:1px;
  311. margin-top:-10px;
  312. margin-left:-10px;
  313. background-color: #fff;}
  314. .audioplayerr1:hover{
  315. opacity:1;}
  316. .albumartt{
  317. margin-left:0px;
  318. }
  319.  
  320. .albumartt img{
  321. background: #f7f7f7;
  322. max-width:60px;
  323. float:left;
  324. padding:14px;
  325. border:1px solid #f0f0f0;
  326. }
  327.  
  328.  
  329. .infooo{
  330. position:relative;
  331. background:transparent;
  332. font-family:Consolas;
  333. font-size:8px;
  334. letter-spacing:1px;
  335. text-transform:uppercase;
  336. height:80px;
  337. margin-top:5px;
  338. margin-left:93px;
  339. padding-left:5px;
  340. line-height:10px;}
  341.  
  342.  
  343. @font-face { font-family: "Call Me"; src: url("http://static.tumblr.com/j2nmv5m/yJSm69tse/kgcallmemaybe-skinny.ttf") format("truetype"); }
  344.  
  345. @font-face {font-family: "bree"; src: url('http://static.tumblr.com/w1f0ilq/4m9lyy51c/tall_film.ttf');}
  346.  
  347. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  348.  
  349. @font-face { font-family: "that one thing"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  350.  
  351. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  352.  
  353. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  354.  
  355. @font-face { font-family: "Arsenale White"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  356.  
  357. @font-face{ font-family: 'pixel'; font-style: normal; font-weight: normal; src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  358.  
  359. @font-face {
  360. font-family: "dawning";
  361. src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');}
  362.  
  363. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  364.  
  365. @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
  366.  
  367. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  368.  
  369. </style>
  370.  
  371. <script src="jquery.js"></script>
  372. <script>
  373. $(document).ready(function(){
  374. $("#flip").click(function(){
  375. $("#panel").slideToggle("slow");
  376. });
  377. });
  378. </script>
  379.  
  380. <script src="jquery.js"></script>
  381. <script>
  382. $(document).ready(function(){
  383. $("#flip2").click(function(){
  384. $("#panel2").slideToggle("slow");
  385. });
  386. });
  387. </script>
  388.  
  389. <script src="jquery.js"></script>
  390. <script>
  391. $(document).ready(function(){
  392. $("#flip3").click(function(){
  393. $("#panel3").slideToggle("slow");
  394. });
  395. });
  396. </script>
  397.  
  398. <!-- Typing Titlebar -->
  399.  
  400. <script type="text/javascript">
  401.  
  402. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  403.  
  404. function tb8_makeArray(n){
  405.  
  406. this.length = n;
  407.  
  408. return this.length;
  409.  
  410. }
  411.  
  412.  
  413.  
  414. tb8_messages = new tb8_makeArray(1);
  415.  
  416. tb8_messages[0] = "{title}";
  417.  
  418. tb8_rptType = 'infinite';
  419.  
  420. tb8_rptNbr = 5;
  421.  
  422. tb8_speed = 100;
  423.  
  424. tb8_delay = 1500;
  425.  
  426. var tb8_counter=1;
  427.  
  428. var tb8_currMsg=0;
  429.  
  430. var tb8_tekst ="";
  431.  
  432. var tb8_i=0;
  433.  
  434. var tb8_TID = null;
  435.  
  436. function tb8_pisi(){
  437.  
  438.  
  439. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  440.  
  441. document.title = tb8_tekst;
  442.  
  443.  
  444. tb8_sp=tb8_speed;
  445.  
  446. tb8_i++;
  447.  
  448.  
  449. if (tb8_i==tb8_messages[tb8_currMsg].length){
  450.  
  451. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  452.  
  453. }
  454.  
  455. if (tb8_currMsg == tb8_messages.length){
  456.  
  457.  
  458. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  459.  
  460. clearTimeout(tb8_TID);
  461.  
  462. return;
  463.  
  464. }
  465.  
  466. tb8_counter++;
  467.  
  468. tb8_currMsg = 0;
  469.  
  470. }
  471.  
  472. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  473.  
  474. }
  475.  
  476.  
  477. tb8_pisi()
  478.  
  479.  
  480.  
  481. </script>
  482.  
  483. <!-- End Of Typing Titlebar -->
  484.  
  485.  
  486.  
  487. <style type="text/css">
  488.  
  489.  
  490. body {margin:0px; background-color: {color:Background}; background-image:url({image:Background}); background-attachment: fixed; background-repeat: repeat;}
  491.  
  492. body, div, p, textarea, submit, input{ font-family:'ubuntu', cursive; font-size:12px; line-height:13px; letter-spacing:.9px; color:{color:Text};}
  493.  
  494. p { margin:0px; margin-top:0px;}
  495.  
  496. a:link, a:active, a:visited{
  497. color: {color:link};
  498. text-decoration: none;
  499. -webkit-transition: color 0.5s ease-in;
  500. -moz-transition: color 0.5s ease-in;
  501. }
  502.  
  503. a:hover {
  504. text-decoration: bold;
  505. }
  506.  
  507.  
  508. iframe#tumblr_controls {
  509. margin-top: 0px;
  510. position:fixed !important; -webkit-filter: invert(100%) }
  511. top: 1px !important;right:50px !important;position:fixed !important; position:absolute;z-index:11;}
  512.  
  513. img {
  514. border: 0px;
  515. padding: 0px;
  516. margin: 0px;
  517. }
  518.  
  519. body, p {
  520. font-size:12px;
  521. letter-spacing:.9px;
  522. font-family: ubuntu;
  523. line-height:12px;
  524. padding: 0px;
  525. margin: 0px;
  526. color:{color:text};
  527. }
  528.  
  529. body {
  530. background-color:{color:background};
  531. background-image:url({image:Background});
  532. background-attachment: fixed;
  533. background-repeat: repeat;
  534. }
  535.  
  536. a {
  537. text-decoration:none;
  538. color:{color:text};
  539. -webkit-transition: all 0.4s linear;
  540. -moz-transition: all 0.4s linear;
  541. transition: all 0.4s linear;
  542. }
  543.  
  544. a:hover{
  545. color:{color:link hover};
  546. }
  547.  
  548.  
  549. @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/v1tggoh/R5qlzevb9/a_s_black_swan.ttf');}
  550.  
  551.  
  552.  
  553. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  554.  
  555.  
  556. @font-face { font-family: "existance"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
  557.  
  558. div#all{
  559. width:100%;
  560. height:100%;
  561. z-index:-100;
  562. }
  563.  
  564. div#center{
  565. margin: auto;
  566. width: 700px;
  567. }
  568.  
  569. div#content{
  570. width:900px;
  571. margin-left:420px;
  572. margin-top:5px;
  573. float:left;
  574. padding-top: 5px;
  575. padding: 5px;
  576. background-color: transparent;
  577. }
  578.  
  579. linkies{
  580. background:transparent;
  581. padding-left: 7px;
  582. padding-right: 7px;
  583. color: #fff;
  584. border: 1px white solid;
  585. transition: all 0.9s ease-out;
  586. -o-transition-transition: all 0.9s ease-out;
  587. -webkit-transition: all 0.9s ease-out;
  588. -moz-transition: all 0.9s ease-out;
  589. }
  590.  
  591. #sidebar .linkss:hover linkies{
  592. background: white;
  593. border: none;
  594. color: {color:link};
  595. transition: all 0.9s ease-out;
  596. -o-transition-transition: all 0.9s ease-out;
  597. -webkit-transition: all 0.9s ease-out;
  598. -moz-transition: all 0.9s ease-out;
  599. }
  600.  
  601. linkies2{
  602. background:transparent;
  603. padding-left: 5px;
  604. padding-right: 5px;
  605. color: #fff;
  606. border: 1px white solid;
  607. transition: all 0.9s ease-out;
  608. -o-transition-transition: all 0.9s ease-out;
  609. -webkit-transition: all 0.9s ease-out;
  610. -moz-transition: all 0.9s ease-out;
  611. }
  612.  
  613. #sidebar .linkss2:hover linkies2{
  614. background: white;
  615. border: none;
  616. color: {color:link};
  617. transition: all 0.9s ease-out;
  618. -o-transition-transition: all 0.9s ease-out;
  619. -webkit-transition: all 0.9s ease-out;
  620. -moz-transition: all 0.9s ease-out;
  621. }
  622.  
  623. linkies3{
  624. background:transparent;
  625. padding-left: 3px;
  626. padding-right: 3px;
  627. border: 1px white solid;
  628. color: #fff;
  629. transition: all 0.9s ease-out;
  630. -o-transition-transition: all 0.9s ease-out;
  631. -webkit-transition: all 0.9s ease-out;
  632. -moz-transition: all 0.9s ease-out;
  633. }
  634.  
  635. #sidebar .linkss3:hover linkies3{
  636. background: white;
  637. border: none;
  638. color: {color:link};
  639. transition: all 0.9s ease-out;
  640. -o-transition-transition: all 0.9s ease-out;
  641. -webkit-transition: all 0.9s ease-out;
  642. -moz-transition: all 0.9s ease-out;
  643. }
  644.  
  645. linkies4{
  646. background:transparent;
  647. padding-left: 4px;
  648. padding-right: 3px;
  649. border: 1px white solid;
  650. color: #fff;
  651. transition: all 0.9s ease-out;
  652. -o-transition-transition: all 0.9s ease-out;
  653. -webkit-transition: all 0.9s ease-out;
  654. -moz-transition: all 0.9s ease-out;
  655. }
  656.  
  657. #sidebar .linkss4:hover linkies4{
  658. background: white;
  659. border: none;
  660. color: {color:link};
  661. transition: all 0.9s ease-out;
  662. -o-transition-transition: all 0.9s ease-out;
  663. -webkit-transition: all 0.9s ease-out;
  664. -moz-transition: all 0.9s ease-out;
  665. }
  666.  
  667. linkies5{
  668. background:transparent;
  669. padding-left: 6px;
  670. padding-right: 5px;
  671. border: 1px white solid;
  672. color: #fff;
  673. transition: all 0.9s ease-out;
  674. -o-transition-transition: all 0.9s ease-out;
  675. -webkit-transition: all 0.9s ease-out;
  676. -moz-transition: all 0.9s ease-out;
  677. }
  678.  
  679. #sidebar .linkss5:hover linkies5{
  680. background: white;
  681. border: none;
  682. color: {color:link};
  683. transition: all 0.9s ease-out;
  684. -o-transition-transition: all 0.9s ease-out;
  685. -webkit-transition: all 0.9s ease-out;
  686. -moz-transition: all 0.9s ease-out;
  687. }
  688.  
  689. linkies6{
  690. background:transparent;
  691. padding-left: 3px;
  692. padding-right: 4px;
  693. border: 1px white solid;
  694. color: #fff;
  695. transition: all 0.9s ease-out;
  696. -o-transition-transition: all 0.9s ease-out;
  697. -webkit-transition: all 0.9s ease-out;
  698. -moz-transition: all 0.9s ease-out;
  699. }
  700.  
  701. #sidebar .linkss6:hover linkies6{
  702. background: white;
  703. border: none;
  704. color: {color:link};
  705. transition: all 0.9s ease-out;
  706. -o-transition-transition: all 0.9s ease-out;
  707. -webkit-transition: all 0.9s ease-out;
  708. -moz-transition: all 0.9s ease-out;
  709. }
  710.  
  711. #sidebar .linkss{
  712. opacity: 0;
  713. position: fixed;
  714. font-family: calibri;
  715. padding-top: 5px;
  716. padding-bottom: 3px;
  717. text-align: center;
  718. font-size: 12px;
  719. line-height: 13px;
  720. z-index: 9;
  721. height: 15px;
  722. text-transform: uppercase;
  723. width: 28px;
  724. background: {color:link};
  725. margin-left: 0px;
  726. margin-top: -30px;
  727. transition: all 0.9s ease-out;
  728. -o-transition-transition: all 0.9s ease-out;
  729. -webkit-transition: all 0.9s ease-out;
  730. -moz-transition: all 0.9s ease-out;
  731. }
  732.  
  733. #sidebar:hover .linkss{
  734. opacity: 1;
  735. margin-top: 5px;
  736. transition: all 0.9s ease-out;
  737. -o-transition-transition: all 0.9s ease-out;
  738. -webkit-transition: all 0.9s ease-out;
  739. -moz-transition: all 0.9s ease-out;
  740. }
  741.  
  742. #sidebar .linkss:hover{
  743. background: {color:links};
  744. transition: all 0.5s ease-out;
  745. -o-transition-transition: all 0.5s ease-out;
  746. -webkit-transition: all 0.5s ease-out;
  747. -moz-transition: all 0.5s ease-out;
  748. }
  749.  
  750. #sidebar .linkss2{
  751. opacity: 0;
  752. position: fixed;
  753. font-family: calibri;
  754. text-align: center;
  755. padding-top: 5px;
  756. padding-right: 0px;
  757. padding-bottom: 3px;
  758. font-size: 12px;
  759. line-height: 13px;
  760. z-index: 999999999999999999999999999999999999999;
  761. height: 15px;
  762. text-transform: uppercase;
  763. width: 28px;
  764. background: {color:link};
  765. padding-left: 0px;
  766. margin-left: 35px;
  767. margin-top: -30px;
  768. transition: all 0.9s ease-out;
  769. -o-transition-transition: all 0.9s ease-out;
  770. -webkit-transition: all 0.9s ease-out;
  771. -moz-transition: all 0.9s ease-out;
  772. }
  773.  
  774. #sidebar:hover .linkss2{
  775. opacity: 1;
  776. margin-top: 5px;
  777. transition: all 0.9s ease-out;
  778. -o-transition-transition: all 0.9s ease-out;
  779. -webkit-transition: all 0.9s ease-out;
  780. -moz-transition: all 0.9s ease-out;
  781. }
  782.  
  783. #sidebar .linkss2:hover{
  784. background: {color:links};
  785. transition: all 0.5s ease-out;
  786. -o-transition-transition: all 0.5s ease-out;
  787. -webkit-transition: all 0.5s ease-out;
  788. -moz-transition: all 0.5s ease-out;
  789. }
  790.  
  791. #sidebar .linkss3{
  792. opacity: 0;
  793. position: fixed;
  794. font-family: calibri;
  795. padding-top: 5px;
  796. text-align: center;
  797. padding-bottom: 3px;
  798. font-size: 12px;
  799. line-height: 13px;
  800. z-index: 999999999999999999999999999999999999999;
  801. height: 15px;
  802. text-transform: uppercase;
  803. width: 28px;
  804. background: {color:link};
  805. margin-left: 70px;
  806. margin-top: -30px;
  807. transition: all 0.9s ease-out;
  808. -o-transition-transition: all 0.9s ease-out;
  809. -webkit-transition: all 0.9s ease-out;
  810. -moz-transition: all 0.9s ease-out;
  811. }
  812.  
  813. #sidebar:hover .linkss3{
  814. opacity: 1;
  815. margin-top: 5px;
  816. transition: all 0.9s ease-out;
  817. -o-transition-transition: all 0.9s ease-out;
  818. -webkit-transition: all 0.9s ease-out;
  819. -moz-transition: all 0.9s ease-out;
  820. }
  821.  
  822. #sidebar .linkss3:hover{
  823. background: {color:links};
  824. transition: all 0.5s ease-out;
  825. -o-transition-transition: all 0.5s ease-out;
  826. -webkit-transition: all 0.5s ease-out;
  827. -moz-transition: all 0.5s ease-out;
  828. }
  829.  
  830. #sidebar .linkss4{
  831. opacity: 0;
  832. position: fixed;
  833. font-family: calibri;
  834. text-align: center;
  835. padding-top: 5px;
  836. padding-right: 0px;
  837. padding-bottom: 3px;
  838. font-size: 12px;
  839. line-height: 13px;
  840. z-index: 999999999999999999999999999999999999999;
  841. height: 15px;
  842. text-transform: uppercase;
  843. width: 28px;
  844. background: {color:link};
  845. padding-left: 0px;
  846. margin-left: 105px;
  847. margin-top: -30px;
  848. transition: all 0.9s ease-out;
  849. -o-transition-transition: all 0.9s ease-out;
  850. -webkit-transition: all 0.9s ease-out;
  851. -moz-transition: all 0.9s ease-out;
  852. }
  853.  
  854. #sidebar:hover .linkss4{
  855. opacity: 1;
  856. margin-top: 5px;
  857. transition: all 0.9s ease-out;
  858. -o-transition-transition: all 0.9s ease-out;
  859. -webkit-transition: all 0.9s ease-out;
  860. -moz-transition: all 0.9s ease-out;
  861. }
  862.  
  863. #sidebar .linkss4:hover{
  864. background: {color:links};
  865. transition: all 0.5s ease-out;
  866. -o-transition-transition: all 0.5s ease-out;
  867. -webkit-transition: all 0.5s ease-out;
  868. -moz-transition: all 0.5s ease-out;
  869. }
  870.  
  871. #sidebar .linkss5{
  872. opacity: 0;
  873. position: fixed;
  874. font-family: calibri;
  875. padding-top: 5px;
  876. padding-bottom: 3px;
  877. font-size: 12px;
  878. text-align: center;
  879. line-height: 13px;
  880. z-index: 999999999999999999999999999999999999999;
  881. height: 15px;
  882. text-transform: uppercase;
  883. width: 28px;
  884. background: {color:link};
  885. margin-left: 140px;
  886. margin-top: -30px;
  887. transition: all 0.9s ease-out;
  888. -o-transition-transition: all 0.9s ease-out;
  889. -webkit-transition: all 0.9s ease-out;
  890. -moz-transition: all 0.9s ease-out;
  891. }
  892.  
  893. #sidebar:hover .linkss5{
  894. opacity: 1;
  895. margin-top: 5px;
  896. transition: all 0.9s ease-out;
  897. -o-transition-transition: all 0.9s ease-out;
  898. -webkit-transition: all 0.9s ease-out;
  899. -moz-transition: all 0.9s ease-out;
  900. }
  901.  
  902. #sidebar .linkss5:hover{
  903. background: {color:links};
  904. transition: all 0.5s ease-out;
  905. -o-transition-transition: all 0.5s ease-out;
  906. -webkit-transition: all 0.5s ease-out;
  907. -moz-transition: all 0.5s ease-out;
  908. }
  909.  
  910. #sidebar .linkss6{
  911. opacity: 0;
  912. position: fixed;
  913. font-family: calibri;
  914. text-align: center;
  915. padding-top: 5px;
  916. padding-right: 0px;
  917. padding-bottom: 3px;
  918. font-size: 12px;
  919. line-height: 13px;
  920. z-index: 999999999999999999999999999999999999999;
  921. height: 15px;
  922. text-transform: uppercase;
  923. width: 28px;
  924. background: {color:link};
  925. padding-left: 0px;
  926. margin-left: 175px;
  927. margin-top: -30px;
  928. transition: all 0.9s ease-out;
  929. -o-transition-transition: all 0.9s ease-out;
  930. -webkit-transition: all 0.9s ease-out;
  931. -moz-transition: all 0.9s ease-out;
  932. }
  933.  
  934. #sidebar:hover .linkss6{
  935. opacity: 1;
  936. margin-top: 5px;
  937. transition: all 0.9s ease-out;
  938. -o-transition-transition: all 0.9s ease-out;
  939. -webkit-transition: all 0.9s ease-out;
  940. -moz-transition: all 0.9s ease-out;
  941. }
  942.  
  943. #sidebar .linkss6:hover{
  944. background: {color:links};
  945. transition: all 0.5s ease-out;
  946. -o-transition-transition: all 0.5s ease-out;
  947. -webkit-transition: all 0.5s ease-out;
  948. -moz-transition: all 0.5s ease-out;
  949. }
  950.  
  951. #sidebar{
  952. position:fixed !important;
  953. width: 203px;
  954. overflow: hidden;
  955. font-family: calibri;
  956. padding-top: 4px;
  957. padding-left: 5px;
  958. padding-right: 5px;
  959. padding-bottom: 5px;
  960. border: 3px solid {color:sidebar border};
  961. height: auto;
  962. overflow: hidden;
  963. box-shadow: 0px 0px 10px #000;
  964. opacity: 1;
  965. background-color: #fff;
  966. margin-left: 175px;
  967. margin-top: 130px;
  968. border-top-right-radius: 0px;
  969. border-top-left-radius:0px;
  970. transition: all 0.9s ease-out;
  971. -o-transition-transition: all 0.9s ease-out;
  972. -webkit-transition: all 0.9s ease-out;
  973. -moz-transition: all 0.9s ease-out;
  974. }
  975.  
  976. #sidebar .desc{
  977. position:absolute;
  978. opacity: 1;
  979. margin-left:-8px;
  980. padding-top: 5px;
  981. padding-bottom: 5px;
  982. padding-right: 5px;
  983. margin-top:20px;
  984. padding-left: 0px;
  985. width: 208px;
  986. box-shadow: 0px 0px 10px #000;
  987. height:auto;
  988. color:black;
  989. background-color:#fff;
  990. border: 3px solid {color:sidebar border};
  991. font-family: calibri;
  992. font-size: 10px;
  993. text-align:left;
  994. position:fixed;
  995. line-height: 12px;
  996. transition: all 0.9s ease-out;
  997. -o-transition-transition: all 0.9s ease-out;
  998. -webkit-transition: all 0.9s ease-out;
  999. -moz-transition: all 0.9s ease-out;
  1000. }
  1001.  
  1002. #sidebar:hover .desc{
  1003. margin-top: 50px;
  1004. transition: all 0.9s ease-out;
  1005. -o-transition-transition: all 0.9s ease-out;
  1006. -webkit-transition: all 0.9s ease-out;
  1007. -moz-transition: all 0.9s ease-out;
  1008. }
  1009.  
  1010. #sidebar:hover{
  1011. padding-bottom: 35px;
  1012. transition: all 0.9s ease-out;
  1013. -o-transition-transition: all 0.9s ease-out;
  1014. -webkit-transition: all 0.9s ease-out;
  1015. -moz-transition: all 0.9s ease-out;
  1016. }
  1017.  
  1018. @font-face {font-family: 'nazie'; src: url('http://static.tumblr.com/fxpo5zq/oefmes3gi/cedarville_pnkfun_1_cursive.ttf'); }
  1019.  
  1020. @font-face { font-family: "pewp"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  1021.  
  1022. #sidebar .poop{
  1023. position:fixed;
  1024. opacity: 1;
  1025. text-shadow:-1px 0 {color:title}, 0 1px {color:title}, 1px 0 {color:title}, 0 -1px {color:title};
  1026. margin-left: 0px;
  1027. margin-top: -70px;
  1028. width: 208px;
  1029. height:30px;
  1030. padding-left: 1px;
  1031. padding-top: 20px;
  1032. padding-right: 1px;
  1033. padding-bottom: 1px;
  1034. overflow: hidden;
  1035. color: #fff;
  1036. background-color: transparent;
  1037. font-family: nazie;
  1038. font-size: 45px;
  1039. text-align:right;
  1040. letter-spacing: 0px;
  1041. position:fixed;
  1042. line-height: 20px;
  1043. transition: all 0.9s ease-out;
  1044. -o-transition-transition: all 0.9s ease-out;
  1045. -webkit-transition: all 0.9s ease-out;
  1046. -moz-transition: all 0.9s ease-out;
  1047. }
  1048.  
  1049.  
  1050. @font-face {font-family: "bree"; src: url('http://static.tumblr.com/w1f0ilq/4m9lyy51c/tall_film.ttf');}
  1051.  
  1052. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  1053.  
  1054.  
  1055.  
  1056. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  1057.  
  1058. @font-face { font-family: "arma"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  1059.  
  1060. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  1061.  
  1062. #yesomg{
  1063. width: 50px;
  1064. box-shadow: 0px 0px 20px #777;
  1065. height: 1239820px;
  1066. -webkit-transform: rotate(0deg);
  1067. background: white;
  1068. opacity: 1;border-right: 1px solid #fff;
  1069. border-left: 1px solid #fff;
  1070. background-image: url({image:bar background});
  1071. z-index: 999999999999999999999999999999999999999999999999999;
  1072. margin-top: -30px;
  1073. position:fixed;
  1074. margin-left: 30px;
  1075. }
  1076.  
  1077. #noomg{
  1078. width: 30px;
  1079. box-shadow: 0px 0px 20px #777;
  1080. height: 1239820px;
  1081. -webkit-transform: rotate(0deg);
  1082. background: white;
  1083. opacity: 1;border-right: 1px solid #fff;
  1084. border-left: 1px solid #fff;
  1085. background-image: url({image:bar2 background});
  1086. z-index: 999999999999999999999999999999999999999999999999999;
  1087. margin-top: -30px;
  1088. position:fixed;
  1089. margin-left: 105px;
  1090. }
  1091.  
  1092. @font-face{
  1093. font-family: 'pixel';
  1094. font-style: normal;
  1095. font-weight: normal;
  1096. src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  1097.  
  1098. askk {
  1099. font-family: 'nazie';
  1100. font-size:30px;
  1101. z-index:1;
  1102. color: #808080; }
  1103.  
  1104. .assask {
  1105. display: block;
  1106. border-top: 1px dashed #ddd;
  1107. padding: 2px;
  1108. margin: 2px 8px 0px 5px;
  1109. text-transform: uppercase;
  1110. font-family: calibri;
  1111. font-size: 9px;
  1112. color: #424242;
  1113. line-height: 15px;
  1114. text-align: center;
  1115. text-decoration: none;
  1116. -webkit-transition: color 0.5s ease-out;
  1117. -moz-transition: color 0.5s ease-out;
  1118. }
  1119.  
  1120. .askborder {
  1121. float: left;
  1122. margin: 1px 4px 0 0;
  1123. padding: 2px;
  1124. background: #eee;
  1125. }
  1126.  
  1127. .sideban{
  1128. position: fixed !important;
  1129. font-size: 30pt;
  1130. font-family: 'ubuntu';
  1131. background-color: transparent;
  1132. text-shadow: 1px 1px 2px #000;
  1133. letter-spacing: px;
  1134. line-height: 22pt;
  1135. padding: 0px;
  1136. color:black;
  1137. text-align:center;
  1138. margin-left: 870px;
  1139. margin-top:300px;
  1140. width:485px;
  1141. }
  1142.  
  1143. .sideban2{
  1144. font-family: ubuntu;
  1145. font-size: 10px;
  1146. margin-left:150px;
  1147. margin-top: 10px;
  1148. font-weight: normal;
  1149. letter-spacing: 2px;
  1150. text-transform: uppercase;
  1151. }
  1152.  
  1153.  
  1154. .entry{
  1155. float:left;
  1156. display: block;
  1157. margin-top: 10px;
  1158. opacity: 1;
  1159. box-shadow: 0px 0px 7px #777;
  1160. margin-left: 10px;
  1161. font-family: calibri;
  1162. font-size: 10px;
  1163. line-height: 12px;
  1164. padding: 5px;
  1165. padding-bottom: 2px;
  1166. overflow:hidden;
  1167. width:230px;
  1168. background: #ffffff;
  1169. {block:PermalinkPage}
  1170. width:500px;
  1171. margin-left:0px;
  1172. text-align:center;
  1173. {/block:PermalinkPage}
  1174. transition: all 0.5s ease-out;
  1175. -o-transition-transition: all 0.5s ease-out;
  1176. -webkit-transition: all 0.5s ease-out;
  1177. -moz-transition: all 0.5s ease-out;
  1178. }
  1179.  
  1180. .entry .perma a{
  1181. color:#aaa;
  1182. }
  1183.  
  1184. .entry .perma{
  1185. width:208px;
  1186. height:25px;
  1187. margin-left:6px;
  1188. position: absolute;
  1189. line-height: 12px;
  1190. font-size: 9px;
  1191. overflow:hidden;
  1192. text-transform: uppercase;
  1193. font-family: calibri;
  1194. text-align:left;
  1195. padding-left: 5px;
  1196. top: 10px;
  1197. z-index: 9;
  1198. border-left: 2px solid {color:title};
  1199. border-right: 2px solid {color:title};
  1200. border-bottom: none;
  1201. border-top:none;
  1202. background:white;
  1203. word-spacing:2px;
  1204. letter-spacing:1px;
  1205. opacity: 0.0;
  1206. -webkit-transition: all .7s ease;
  1207. -moz-transition: all .7s ease;
  1208. -o-transition: all .7s ease;
  1209. transition: all .7s ease;
  1210. }
  1211.  
  1212. .entry:hover .perma{
  1213. overflow:visible;
  1214. -webkit-transition: opacity 0.6s linear; opacity: .9;
  1215. -webkit-transition: all 0.6s linear;
  1216. -moz-transition: all 0.6s linear;
  1217. transition: all 0.6s linear;
  1218. }
  1219.  
  1220. .entry .permatext{
  1221. position:absolute;
  1222. margin-top:-16px;
  1223. width:250px;
  1224. height:10px;
  1225. padding-top:0px;
  1226. padding-bottom:4px;
  1227. background-color:none;
  1228. overflow:hidden;
  1229. font-size:10px;
  1230. line-height:13px;
  1231. text-transform: uppercase;
  1232. font: #000000;
  1233. font-family:calibri;
  1234. text-align:right;
  1235. opacity:0.0;
  1236. -webkit-transition: all 0.4s linear;
  1237. -moz-transition: all 0.4s linear;
  1238. transition: all 0.4s linear;
  1239. }
  1240.  
  1241. .entry:hover .permatext{
  1242. margin-top:-16px;
  1243. overflow:visible;
  1244. opacity:0.9;
  1245. -webkit-transition: all 0.4s linear;
  1246. -moz-transition: all 0.4s linear;
  1247. transition: all 0.4s linear;
  1248. }
  1249.  
  1250. .permalinktext {
  1251. display: block;
  1252. padding: 0px;
  1253. margin: 4px 8px 0px 8px;
  1254. text-transform: uppercase;
  1255. font-family: calibri;
  1256. letter-spacing: 1px;
  1257. font-size: 10px;
  1258. color: #000000;
  1259. font-size: 10px;
  1260. line-height: 18px;
  1261. text-align: right;
  1262. text-decoration: none;
  1263. -webkit-transition: color 0.5s ease-out;
  1264. -moz-transition: color 0.5s ease-out;
  1265. border-top: 1px solid #ddd;
  1266. }
  1267.  
  1268.  
  1269. #infscr-loading{
  1270. opacity:0.0;
  1271. }
  1272.  
  1273. .title{
  1274. font-family: call me;
  1275. font-size:30px;
  1276. line-height:30px;
  1277. color:{color:title};
  1278. }
  1279.  
  1280. a img{border: 0px;}
  1281.  
  1282. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  1283.  
  1284. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  1285. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  1286.  
  1287. .notes img{width:10px; position:relative; top:3px;}
  1288.  
  1289. .permalink {
  1290. display: block;
  1291. border-top: 1px solid #ddd;
  1292. padding: 2px;
  1293. margin: 4px 8px 0px 8px;
  1294. text-transform: uppercase;
  1295. font-family: ubuntu;
  1296. font-size: 10px;
  1297. color: #424242;
  1298. line-height: 10px;
  1299. text-align: center;
  1300. text-decoration: none;
  1301. -webkit-transition: color 0.5s ease-out;
  1302. -moz-transition: color 0.5s ease-out;
  1303. }
  1304.  
  1305.  
  1306. blockquote{
  1307. padding:0px 0px 2px 5px;
  1308. margin:0px 0px 2px 4px;
  1309. border-left: 1px dotted #555555;
  1310. }
  1311.  
  1312. ::-webkit-scrollbar-thumb{
  1313. background-color: {color:scrollbar};
  1314. border: 2px solid #ffffff;
  1315. height:5px;
  1316. -moz-border-radius: 20px;
  1317. border-radius: 20px;
  1318. }
  1319.  
  1320. ::-webkit-scrollbar {
  1321. height:5px;
  1322. width:9px;
  1323. background-color: #ddd;
  1324. border: 4px solid #fff;
  1325. }
  1326.  
  1327. {CustomCSS}
  1328.  
  1329. </style>
  1330.  
  1331.  
  1332. <title>{title}</title>
  1333.  
  1334. <link rel="shortcut icon" href="{Favicon}">
  1335. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  1336. <meta name="viewport" content="width=820" />
  1337.  
  1338. </head>
  1339. <body onkeydown="return false">
  1340.  
  1341. <div id="content">
  1342. {block:Posts}
  1343. <div class="entry">
  1344.  
  1345. {block:Answer}
  1346. <div style="text-align: center; border-radius:0px; padding: 2px;border-top:1px solid #6d737a; border-right: 0px solid #fff; border-bottom: 0px solid #fff; border-left:5px solid #6d737a; margin: 1px; min-height:30px; box-shadow: 0px 0px 0px 0px #dfdfdf; font-family: ubuntu; font-size: 10px;">
  1347. <img src="{AskerPortraitURL-40}" width="30" align="left" style="margin-right:3px; box-shadow: px 0px 0px 0px #d8d8d8; border-radius: 0px;"/>{Asker}: {Question}</span></div>
  1348. <br>
  1349. <div style="text-align: center; border-radius:0px; padding: 2px;border-top:1px solid #6d737a; border-right: 5px solid #6d737a; border-bottom: 0px solid #fff; border-left:0px solid #fff; margin: 1px; min-height:30px; box-shadow: 0px 0px 0px 0px #dfdfdf; font-family: ubuntu; font-size: 10px;">
  1350. <img src="{PortraitURL-40}" width="30" align="right" style="margin-right:0px; box-shadow: px 0px 0px 0px #d8d8d8; border-radius: 0px;"/>{Answer}</div>
  1351. <br>
  1352. <div class="permalinktext">
  1353. <a href="{permalink}">{notecount} <font color=black>+</font></a> <a href="{ReblogURL}" target="_blank"> reblog </a>
  1354. </div>
  1355. {/block:Answer}
  1356.  
  1357. {block:Text}
  1358. {block:Title}<span class="title">{Title}</span>{/block:Title}
  1359. <span class="entrytext">{Body}</span>
  1360. <div class="permalinktext">
  1361. <a href="{permalink}">{notecount} <font color=black>+</font></a><a href="{ReblogURL}" target="_blank"> reblog </a>
  1362. </div>
  1363. {/block:Text}
  1364.  
  1365. {block:Link}
  1366. <center><a href="{URL}"><span class="title">{Name}</span></a></center>
  1367. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  1368. {block:IndexPage}<div class="permalinktext">
  1369. <a href="{permalink}">{notecount} <font color=black>+</font></a><a href="{ReblogURL}" target="_blank"> reblog </a>
  1370. </div>
  1371. {/block:IndexPage}
  1372. {block:Link}
  1373.  
  1374. {block:Photo}
  1375. {block:IndexPage}
  1376. <div class="perma">
  1377. <a href="{ReblogURL}" target="_blank"> reblog </a> <font color=black>+</font> <a href="{permalink}">{notecount}</a><br>blogged {timeago}<br></div>
  1378. {/block:IndexPage}
  1379. {block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="230px" /></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{LinkCloseTag}{/block:PermalinkPage}
  1380. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCount}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  1381. {/block:Photo}
  1382.  
  1383. {block:Photoset}
  1384. <center>
  1385. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  1386. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  1387. </center>
  1388.  
  1389. {block:IndexPage}
  1390. <div class="permalink">
  1391. <a href="{Permalink}">{NoteCount}</a> &middot; <a href="{ReblogURL}">reblog</a></span></div>
  1392. {/block:IndexPage}
  1393. {/block:Photoset}
  1394.  
  1395. {block:Quote}
  1396. <div style="margin-left:3px;">
  1397. {Quote}</span>
  1398. {block:Source}<strong>{Source}</strong>{/block:Source}
  1399. </div>
  1400.  
  1401. {block:IndexPage}<div class="permalinktext">
  1402. <a href="{permalink}">{notecount} <font color="black">+</font></a><a href="{ReblogURL}" target="_blank"> reblog </a>
  1403. </div>
  1404. {/block:IndexPage}
  1405. {/block:Quote}
  1406.  
  1407. {block:Chat}
  1408. <div style="margin-left:3px;">
  1409. {block:Title}<span class="title">{Title}</span>{/block:Title}
  1410. <ul class="chat">
  1411. {block:Lines}
  1412. <li class="user_{UserNumber}">
  1413. {block:Label}
  1414. <span class="label">{Label}</span>
  1415. {/block:Label}
  1416. {Line}
  1417. </li>
  1418. {/block:Lines}
  1419. </ul>
  1420. </div>
  1421.  
  1422. {block:IndexPage}<div class="permalinktext">
  1423. <a href="{permalink}">{notecount} <font color=black>+</font></a><a href="{ReblogURL}" target="_blank"> reblog </a>
  1424. </div>
  1425. {/block:IndexPage}
  1426. {/block:Chat}
  1427.  
  1428. {block:Audio}
  1429.  
  1430. <div class="albumartt">{block:AlbumArt} <img src="{AlbumArtURL}" width="60"> {/block:AlbumArt}</div><div class="audioplayerr"><div class="audioplayerr1">{AudioPlayer}</div></div> <div class="infooo"> {block:Artist} <b><background>Artist:</background></b><br> {Artist} {/block:Artist}<br><br>{block:TrackName} <b><background>Name:</background></b><br> "{TrackName}" {/block:TrackName}</br><br> {block:PlayCount}<b><background>Played:</background></b><br> {PlayCount} times{/block:PlayCount} </div><div class="sel"><a id="notes{PostID}" href="{Permalink}"></a><a href="{reblogurl}" target="_blank"></a></div>
  1431.  
  1432. <div class="permalinktext">
  1433. <a href="{permalink}">{notecount} <font color=black>+</font></a><a href="{ReblogURL}" target="_blank"> reblog </a>
  1434. </div>
  1435.  
  1436. {block:IndexPage}
  1437.  
  1438. {/block:IndexPage}
  1439.  
  1440. {/block:Audio}
  1441.  
  1442. {block:Video}
  1443. {block:IndexPage}
  1444. <center>
  1445. {Video-270}</center>
  1446. {/block:IndexPage}
  1447. {block:PermalinkPage}
  1448. <center>
  1449. {Video-500}</center>
  1450. {/block:PermalinkPage}
  1451.  
  1452. {block:IndexPage}<div class="permalinktext">
  1453. <a href="{permalink}">{notecount} <font color="{color:link}">+</font></a><a href="{ReblogURL}" target="_blank"> reblog </a>
  1454. </div>
  1455. {/block:IndexPage}
  1456. {block:Video}
  1457.  
  1458. {block:PermalinkPage}
  1459. <center>{block:Caption}{Caption}<div style="height:1px;background-color:black;opacity:0.1;width:100%;margin-top:5px;margin-bottom:5px;"></div>{/block:Caption}
  1460. {block:NoteCount}{NoteCount}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  1461. {/block:PermalinkPage}
  1462.  
  1463.  
  1464. {block:PostNotes}
  1465. </center></center>
  1466. <div align="left">{PostNotes}</div>
  1467. {/block:PostNotes}
  1468. </div>
  1469.  
  1470. {/block:Posts}
  1471.  
  1472.  
  1473. {block:IndexPage}
  1474. {block:Pagination}
  1475. <div id="pagination">
  1476. {block:NextPage}
  1477. <a id="nextPage" href="{NextPage}"></a>
  1478. {/block:NextPage}
  1479. {block:PreviousPage}
  1480. <a href="{PreviousPage}"></a>
  1481. {/block:PreviousPage}
  1482. </div>
  1483. {/block:Pagination}
  1484. {/block:IndexPage}
  1485. </div>
  1486. <div id="yesomg"></div><div id="noomg"></div>
  1487. <div id="sidebar">
  1488.  
  1489. <div class="poop"><center>{title}</center></div>
  1490. <a href="/"><img src="{image:sidebar}" style="z-index: 9; margin-top: 0px; background: white; border: 1.8px dashed #ada9a9; padding: 2.5px; padding-bottom: 3.5px; padding-right: 3.5px; border-top-right-radius: 0px; border-top-left-radius:0px;" width=195px height=auto></a>
  1491.  
  1492. <div class="desc"><center>
  1493. {description}
  1494. </center>
  1495. </div>
  1496.  
  1497. <a href="{text:link one}" title="{text:link one title}">
  1498. <div class="linkss">
  1499. <linkies>I</linkies>
  1500. </div>
  1501. </a>
  1502. <a href="{text:link two}" title="{text:link two title}">
  1503. <div class="linkss2">
  1504. <linkies2>II</linkies2>
  1505. </div>
  1506. </a>
  1507. <a href="{text:link three}" title="{text:link three title}">
  1508. <div class="linkss3">
  1509. <linkies3>III</linkies3>
  1510. </div>
  1511. </a>
  1512. <a href="{text:link four}" title="{text:link four title}">
  1513. <div class="linkss4">
  1514. <linkies4>IV</linkies4>
  1515. </div>
  1516. </a>
  1517. <a href="{text:link five}" title="{text:link five title}">
  1518. <div class="linkss5">
  1519. <linkies5>V</linkies5>
  1520. </div>
  1521. </a>
  1522. <a href="http://overeacts.tumblr.com/" target="_blank" title="Theme Maker">
  1523. <div class="linkss6">
  1524. <linkies6>VI</linkies6>
  1525. </div>
  1526. </a>
  1527.  
  1528. </div>
  1529. </div>
  1530.  
  1531.  
  1532. </body>
  1533.  
  1534. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement