Advertisement
ipads

Sarah Theme

Feb 8th, 2013
961
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 23.31 KB | None | 0 0
  1. <!--
  2.  
  3. Theme by Zak (individul.tumblr.com)
  4.  
  5. Remove credit and I'll hunt you down and kill you lol
  6.  
  7. -->
  8.  
  9. <html lang="en">
  10. <head>
  11. <script type="text/javascript"
  12. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  13.  
  14. <link href='http://static.tumblr.com/blpgwiz/usPm404d2/bounce_normal.css' rel='stylesheet' type='text/css'>
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Delius|Delius+Unicase' rel='stylesheet' type='text/css'>
  17.  
  18. <script>
  19. $(document).ready(function() {
  20. //
  21. $('a.poplight[href^=#]').click(function() {
  22. var popID = $(this).attr('rel'); //Get Popup Name
  23. var popURL = $(this).attr('href'); //Get Popup href to define size
  24. var query= popURL.split('?');
  25. var dim= query[1].split('&');
  26. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  27. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lngwraXumj1qf72le.png" class="btn_close" title="Close" alt="Close" /></a>');
  28. var popMargTop = ($('#' + popID).height() + 80) / 2;
  29. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  30. //Apply Margin to Popup
  31. $('#' + popID).css({
  32. 'margin-top' : -popMargTop,
  33. 'margin-left' : -popMargLeft
  34. });
  35. $('body').append('<div id="fade"></div>');
  36. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  37. return false;
  38. });
  39. $('a.close, #fade').live('click', function() {
  40. $('#fade , .popup_block').fadeOut(function() {
  41. $('#fade, a.close').remove(); //fade them both out
  42. });
  43. return false;
  44. });
  45. });
  46. </script>
  47. <div style="opacity: 0; position: fixed; top: -30px; left: -400px;"><script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2005091&name="></script>
  48. </div>
  49. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  50.  
  51. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  52. <html lang="en">
  53.  
  54.  
  55. <script type="text/javascript"
  56. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  57.  
  58. <meta name="text:FAQ" content="faq goes here, put a &#60;/br> to make a new line"/>
  59. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  60. <meta name="color:Background" content="#ffffff"/>
  61. <meta name="color:Text" content="#000000"/>
  62. <meta name="color:Borda" content="#d8d8d8"/>
  63. <meta name="color:Sidebar Links Border" content="#d8d8d8"/>
  64. <meta name="color:Sidebar Links Background" content="#ffffff"/>
  65. <meta name="color:Links" content="#000000"/>
  66. <meta name="color:Title" content="#000000"/>
  67. <meta name="color:Asks" content="#e6e6e6"/>
  68. <meta name="color:Hover" content="#686868"/>
  69. <meta name="image:Sidebar" content=""/>
  70. <meta name="image:Background" content=""/>
  71. <meta name="text:Link One Title" content=""/>
  72. <meta name="text:Link One" content="" />
  73. <meta name="text:Link Three Title" content=""/>
  74. <meta name="text:Link Three" content=""/>
  75. <meta name="text:Link Four Title" content=""/>
  76. <meta name="text:Link Four" content=""/>
  77. <meta name="text:Link Two Title" content=""/>
  78. <meta name="text:Link Two" content=""/>
  79. <meta name="text:Link Five Title" content=""/>
  80. <meta name="text:Link Five" content=""/>
  81. <meta name="image:Sidebar" content=""/>
  82. <meta name="image:Sidebar Background" content="http://static.tumblr.com/4ad7cdacd15e97dace08975b2538d37f/pmd5zth/Vt0mhezqz/tumblr_static_kijmhubgybnyjuyhmn.png"/>
  83. <meta name="if:Show Sidebar Image" content="0"/>
  84. <meta name="if:3 Columns" content="0"/>
  85. <meta name="if:1 Column" content="0"/>
  86. <style type="text/css">
  87.  
  88. #bite
  89. #bite a{
  90. display:block
  91. }
  92. #bite .death {
  93. filter: alpha(opacity = 0);
  94. opacity:0;-webkit-transition: all 0.5s ease-out;
  95. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  96. }
  97.  
  98. #bite img{
  99. {block:if1column}
  100. margin-left:-10px;
  101. {/block:if1column}
  102. {block:ifnot3columns}
  103. {block:ifnot1column}
  104. margin-left: -10px;
  105. {/block:ifnot1column}
  106. {/block:ifnot3columns}
  107. {block:if3columns}
  108. margin-left:-10px;
  109. {/block:if3columns}
  110.     width: 220px;
  111. -webkit-transform: rotate(-10deg);
  112. -moz-transform: rotate(-10deg);
  113. -webkit-transition: all 0.5s ease-out;
  114. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  115. }
  116.  
  117. #bite img:hover{
  118.     margin-left: 0px;
  119.     width: 187px;
  120.     -webkit-transform: rotate(-360deg);
  121. -moz-transform: rotate(-360deg);
  122. -webkit-transition: all 0.5s ease-out;
  123. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  124. }
  125.  
  126. .death:hover #bite{
  127.     -webkit-transform: rotate(-360deg);
  128. -moz-transform: rotate(-360deg);
  129. -webkit-transition: all 0.5s ease-out;
  130. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  131. }
  132.    
  133.  
  134. #bite:hover .death {
  135. margin-top:2px;
  136. -webkit-transition: all 0.8s ease-out;
  137. -moz-transition: all 0.8s ease-out;
  138. transition: all 0.8s ease-out;
  139. filter: alpha(opacity = 100);
  140. filter: alpha(opacity = 100);
  141. opacity:100;
  142. }
  143.  
  144. #desc{
  145. -webkit-border-radius: 0px 0px 0px 0px;
  146. border:1px solid transparent;
  147. padding:2px;
  148. background:transparent;
  149. margin-top:0px;
  150. width: 187px;
  151. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  152. }
  153.  
  154. #bite:hover #desc{
  155.     background-color: white;
  156.     -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  157. }
  158.  
  159. #sidebarimg:hover #desc{
  160.     position: fixed;
  161.     top: 0px;
  162.     opacity: 1;
  163.     -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.8s ease-out;
  164. }
  165.  
  166. @font-face { font-family: "Call Me"; src: url("http://static.tumblr.com/j2nmv5m/yJSm69tse/kgcallmemaybe-skinny.ttf") format("truetype"); }
  167.  
  168. @font-face { font-family: "fuck"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  169.  
  170. 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;}
  171.  
  172.  
  173. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name=”description” content={MetaDescription}/>{/block:Description}
  174. <script type=text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>
  175.  
  176.  
  177. <script type=text/javascript”>
  178. //
  179. function desabilitaMenu(e)
  180. {
  181. if (window.Event)
  182. {
  183. if (e.which == 2 || e.which == 3)
  184. return false;
  185. }
  186. else
  187. {
  188. event.cancelBubble = true
  189. event.returnValue = false;
  190. return false;
  191. }
  192. }
  193. document.oncontextmenu = desabilitaMenu;
  194. document.onmousedown = desabilitaBotaoDireito;
  195. document.onmouseup = desabilitaBotaoDireito;
  196. </script>trols{
  197. position:fixed !important;
  198. }
  199. ::-webkit-scrollbar-thumb:vertical {
  200.  
  201. height:9px;
  202.  
  203. background-color: #a4a4a4;
  204.  
  205. }
  206.  
  207. ::-webkit-scrollbar {
  208.  
  209. width:5px;
  210.  
  211. height:5px;
  212.  
  213. background:#fff;
  214.  
  215. margin-right:5px;
  216.  
  217. }
  218. @font-face {
  219. font-family: fromwhere;
  220. src: url('http://static.tumblr.com/huallmg/NOjm2hzvp/fromwhereyouare.ttf');
  221. }
  222. .popup_block{
  223.     -webkit-animation: bounceIn 2s;
  224. -moz-animation: bounceIn 2s;
  225. -ms-animation: bounceIn 2s;
  226. display: none; /*--hidden by default--*/
  227. background: white ;
  228. padding: 5px;
  229. border: 2px solid {color:borda};
  230. float: left;
  231. font-family: "fuck";
  232. font-size: 12;
  233. position: fixed;
  234. top: 50%; left: 50%;
  235. z-index: 99999;
  236. /*--CSS3 Box Shadows--*/
  237. -webkit-box-shadow: 0px 0px 20px #000;
  238. -moz-box-shadow: 0px 0px 20px #000;
  239. box-shadow: 0px 0px 20px #000;
  240. /*--CSS3 Rounded Corners--*/
  241. -webkit-border-radius: 0px;
  242. -moz-border-radius: 0px;
  243. border-radius: 0px;
  244. }
  245. img.btn_close {
  246. float: right;
  247. margin: 0 0px 0 0;
  248. }
  249. /*--Making IE6 Understand Fixed Positioning--*/
  250. *html #fade {
  251. position: absolute;
  252. }
  253. *html .popup_block {
  254. position: absolute;
  255. }
  256. @font-face {
  257. font-family: "kg luck of the irish";
  258. src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf');
  259. }
  260. @font-face {
  261. font-family: "kg luck of the irish";
  262. src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf');
  263. }
  264.  
  265. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  266.  
  267. .left{
  268.  
  269. float: left;
  270. margin-right: 20px;
  271. width: 802px;
  272. }
  273.  
  274. #important{
  275.     font-size: 8px;
  276.     position: fixed;
  277.     bottom: 2px;
  278.     right: 2px;
  279.     padding: 4px;
  280.     background-color: #fff;
  281.     border: 1px solid #eee;
  282.     z-index: 9999999999999999999999999999;
  283. }
  284.  
  285. .right{
  286. float: right;
  287. width: 200px;
  288. background-color: {color:Background};
  289. }
  290. iframe#tumblr_controls {
  291. opacity:1;
  292. top: 0% !important;
  293. right:0% !important;
  294. position: fixed !important;
  295. -webkit-filter: invert(100%)
  296. z-index:99;
  297. }
  298. body {
  299. padding: 0px;
  300. margin: 0px;
  301. color:#000;
  302. font-family: fuck;
  303. font-size: 11px;
  304. background-color: {color:Background};
  305. background-image:url({image:Background});
  306. background-attachment: fixed;
  307. background-repeat: repeat;
  308. }
  309.  
  310. a:link, a:active, a:visited{
  311. color:{color:links};
  312. text-decoration: none;
  313. -webkit-transition: color 0.4s ease-out;
  314. -moz-transition: color 0.4s ease-out;
  315. }
  316.  
  317. a:hover{
  318. color:{color:hover};
  319. -webkit-transition: color 0.4s ease-out;
  320. -moz-transition: color 0.4s ease-out;
  321. text-shadow:0px 0px 1px {color:hover};
  322. }
  323.  
  324. .entry {
  325. {block:ifnot3columns}
  326. margin:4px;
  327. {/block:ifnot3columns}
  328. padding: 3px;
  329. float:left;
  330. background-color: white;
  331. border: 1px solid #e6e6e6;
  332. font-family: fuck;
  333. font-size: 11px;
  334. line-height:10px;
  335. {block:IndexPage}
  336. overflow: hidden;
  337. {block:if1column}
  338. width:400px;
  339. {/block:if1column}
  340. {block:ifnot1column}
  341. {block:ifnot3columns}
  342. width:250px;
  343. {/block:ifnot3columns}
  344. {/block:ifnot1column}
  345. {block:ifnot1column}
  346. {block:if3columns}
  347. width:250px;
  348. margin:4px;
  349. {/block:if3columns}
  350. {/block:ifnot1column}
  351. {/block:IndexPage}
  352. {block:PermalinkPage}
  353. width:450px;
  354. margin-left: 10px;
  355. {/block:PermalinkPage}
  356. }
  357.  
  358. .bubble {align:right;background:{color:asks}; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  359. .bubble p {margin:1px 0px;}
  360. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:asks};}
  361. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: {color:asks}}
  362.  
  363. .entry #permalink {
  364. position: absolute;
  365. margin-top: 9px;
  366. margin-left: 0px;
  367. opacity: 0;
  368. -webkit-transition: all .5s ease;
  369. -moz-transition: all .5s ease;
  370. -o-transition: all .5s ease;
  371. transition: all .5s ease;
  372. }
  373.  
  374. .entry:hover #permalink {
  375. margin-top: 9px;
  376. margin-left: 0px;
  377. opacity: 1;
  378. }
  379.  
  380. .countreblog {
  381. letter-spacing:1px;
  382. font-family: short stack;
  383. font-size:9px;
  384. color: #a4a4a4;
  385. line-height:5px;
  386. margin: 1px;
  387. margin-left: 2px;
  388. background:#fff;
  389. background-repeat:repeat;
  390. border:1px solid #d8d8d8;
  391. padding:2px 2px;
  392. opacity: 1;
  393. -webkit-border-radius:0px;
  394. moz-border-radius:0px;
  395. -o-border-radius:0px;
  396. border-radius:0px;
  397. }
  398.  
  399. .countreblog a { color: #000; }
  400.  
  401. @font-face { font-family: pixie; src: url('http://static.tumblr.com/fxpo5zq/a8Em6bgnk/lekton-regular.ttf'); }
  402.  
  403. div#titleee{
  404. position:fixed;
  405. padding-top: 7px;
  406. padding-bottom: 7px;
  407. margin-top:0px;
  408. {block:if1column}
  409. margin-left:458px;
  410. width:418px;
  411. font-size: 11px;
  412. line-height: 11px;
  413. {/block:if1column}
  414. {block:ifnot3columns}
  415. {block:ifnot1column}
  416. left: 358px;
  417. width:532px;
  418. font-size: 15px;
  419. line-height: 15px;
  420. {/block:ifnot1column}
  421. {/block:ifnot3columns}
  422. {block:if3columns}
  423. margin-left:236px;
  424. width:800px;
  425. font-size: 20px;
  426. line-height: 20px;
  427. {/block:if3columns}
  428. background-color:#fff;
  429. letter-spacing:1px;
  430. font-family: "pixie";
  431. border:1px solid #e6e6e6;
  432. color:{color:borda};
  433. z-index:9;
  434. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  435. }
  436.  
  437. div#titleee:hover{
  438. color:#000;
  439. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  440. }
  441.  
  442. .linkss{
  443. height: 15px;
  444. width: 70px;
  445. margin: 5px ;
  446. margin-left: 4px ;
  447. background : {color:sidebar links background};
  448. font-family: 'pewp';
  449. text-transform: lowercase;
  450. font-size: 12px;
  451. line-height: -1px;
  452. border: 1px solid {color:sidebar links border};
  453. text-align: center;
  454. display: inline-block;
  455. -webkit-transition: all 1s ease;
  456. -moz-transition: all 1s ease;
  457. -o-transition: all 1s ease;
  458. transition: all 1s ease;
  459. }
  460.  
  461. .linkss:hover{
  462. color: white ;
  463. text-transform:white;
  464. border: 1px solid {color: sidebar links border};
  465. -webkit-transition: all 1s ease;
  466. -moz-transition: all 1s ease;
  467. -o-transition: all 1s ease;
  468. transition: all 1s ease;
  469. }
  470.  
  471. @font-face { font-family: "pewp"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  472.  
  473. @font-face { font-family: "pewp"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  474.  
  475. #get_theme{
  476.     display:none !important;
  477. }
  478.  
  479. div#sidebar{
  480. z-index:999;
  481. position:absolute !important;
  482. position:fixed !important;
  483. font-family: 'fuck', cursive;
  484. font-size: 11px;
  485. background-color:white;
  486. width:203px;
  487. height:100%;
  488. top:0px;
  489. background:url({image:Sidebar Background});
  490. background-size: cover;
  491. border:1px solid #d8d8d8;
  492. {block:if1column}
  493. margin-left:250px;
  494. {/block:if1column}
  495. {block:ifnot3columns}
  496. {block:ifnot1column}
  497. left: 150px;
  498. {/block:ifnot1column}
  499. {/block:ifnot3columns}
  500. {block:if3columns}
  501. margin-left:30px;
  502. {/block:if3columns}
  503. padding:2px;
  504. border-radius:0px;
  505. }
  506.  
  507. div#sidebar3{
  508. z-index:1;
  509. position:fixed !important;
  510. font-family: 'fuck';
  511. font-size: 10px;
  512. background:url({image:Sidebar Background});
  513. background-repeat: repeat;
  514. height:100%;
  515. top:0px;
  516. opacity:1;
  517. border:1px solid #d8d8d8;
  518. {block:if1column}
  519. margin-left:877px;
  520. width:85px;
  521. {/block:if1column}
  522. {block:ifnot3columns}
  523. {block:ifnot1column}
  524. left: 891px;
  525. width:85px;
  526. {/block:ifnot1column}
  527. {/block:ifnot3columns}
  528. {block:if3columns}
  529. margin-left:1037px;
  530. width:85px;
  531. {/block:if3columns}
  532. padding:1px;
  533. letter-spacing:0px;
  534. }
  535.  
  536.  
  537. #posts {
  538.     -webkit-animation: bounceIn 2s;
  539. -moz-animation: bounceIn 2s;
  540. -ms-animation: bounceIn 2s;
  541. {block:if1column}
  542. width: 550px;
  543. margin-top:2px;
  544. margin-left:460px;
  545. {/block:if1column}
  546. {block:ifnot3columns}
  547. {block:ifnot1column}
  548. width: 650px;
  549. margin-top:2px;
  550. margin-left:359px;
  551. {/block:ifnot1column}
  552. {/block:ifnot3columns}
  553. {block:if3columns}
  554. width:850px;
  555. margin-top:2px;
  556. margin-left:239px;
  557. {/block:if3columns}
  558. float:left;
  559. font-family: "short stack";
  560. }
  561. .cred{
  562. top: 0px;
  563. left:0px;
  564. position:fixed;
  565. }
  566. #infscr-loading{
  567. bottom: -70px;
  568. position: absolute;
  569. left: 50%;
  570. margin-left:-8px;
  571. width:16px;
  572. height:11px;
  573. overflow:hidden;
  574. margin-bottom: 50px;
  575. }
  576.  
  577.  
  578. @font-face { font-family: "origin"; src: url('http://static.tumblr.com/lyl1wkn/6tdm8yvpc/origin-light.ttf'); }
  579. blockquote{
  580. padding:0px 0px 2px 5px;
  581. margin:0px 0px 0px 0px;
  582. border-left: 1px solid #555555;
  583. }
  584.  
  585. blockquote p, ul{
  586. margin:0px;
  587. padding:0px;
  588. }
  589.  
  590. a img{border: 0px;}
  591.  
  592. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  593.  
  594. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  595. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  596.  
  597. .notes img{
  598. width:10px;
  599. position:relative;
  600. top:3px;
  601. }
  602. {block:ifnot1column}
  603. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  604. {block:IndexPage}
  605. width: 250px !important;
  606. {/block:IndexPage}
  607. }
  608. .video embed, .post div.video object {width:250px !important; height:120px !important;}
  609. {/block:ifnot1column}
  610.  
  611. {block:if1column}
  612. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  613. {block:IndexPage}
  614. width: 400px !important;
  615. {/block:IndexPage}
  616. }
  617. .video embed, .post div.video object {width:400px !important; height:320px !important;}
  618. {/block:if1column}
  619.  
  620. .title{
  621. font-family: 'fromwhere';
  622. font-size: 12px;
  623. line-height:15px;
  624. color: {color:title};
  625. font-weight: normal;
  626. }
  627.  
  628. div#borda {
  629. border-bottom: 1px dashed {color:borda};}
  630.  
  631.  
  632. </style>
  633. {block:IndexPage}
  634. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  635. <script type="text/javascript" src="http://static.tumblr.com/9ukfwg7/TlZmfhq24/inf.txt"></script>
  636.  
  637. <script type="text/javascript">
  638. $(window).load(function () {
  639. var $content = $('#posts');
  640. $content.masonry({itemSelector: '.entry'}),
  641. $content.infinitescroll({
  642. navSelector : 'div#pagination',
  643. nextSelector : 'div#pagination a#nextPage',
  644. itemSelector : '.entry',
  645. loading: {
  646. finishedMsg: '',
  647. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  648. },
  649. bufferPx : 600,
  650. debug : false,
  651. },
  652. // call masonry as a callback.
  653. function( newElements ) {
  654. var $newElems = $( newElements );
  655. $newElems.hide();
  656. // ensure that images load before adding to masonry layout
  657. $newElems.imagesLoaded(function(){
  658. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  659.  
  660.  
  661. });
  662. });
  663. });
  664. </script>
  665.  
  666. {/block:IndexPage}
  667.  
  668. </div>
  669.  
  670. <title>{title}</title>
  671.  
  672. <link rel="shortcut icon" href="{Favicon}">
  673. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  674. <meta name="viewport" content="width=820" />
  675.  
  676.  
  677.  
  678. <div class="wrapper">
  679.  
  680. <div class="header">
  681.  
  682. </div>
  683. <div class="left">
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690. <div id="sidebar3"><div style="margin-top: 100px;"><center>
  691. <a href="/"><span class="linkss">Home</a>
  692. </span>
  693.  
  694. <a href="#?w=500" rel="02" class="poplight"><span class="linkss">ask</a>
  695. </span>
  696.  
  697. {block:ifLinkOneTitle}<a href="{text:Link One}"><span class="linkss">{text:link one title}</a></span>{/block:ifLinkOneTitle}
  698.  
  699. {block:ifLinkTwoTitle}<a href="{text:Link Two}"><span class="linkss">{text:Link Two Title}</a></span>{/block:ifLinkTwoTitle}
  700.  
  701. {block:ifLinkThreeTitle}<a href="{text:Link Three}"><span class="linkss">{text:Link Three Title}</a></span>{/block:ifLinkThreeTitle}
  702.  
  703. {block:ifLinkFourTitle}<a href="{text:Link Four}"><span class="linkss">{text:Link Four Title}</a></span>{/block:ifLinkFourTitle}
  704.  
  705. {block:ifLinkFiveTitle}<a href="{text:Link Five}"><span class="linkss">{text:Link Five Title}</a></span><br>{/block:ifLinkFiveTitle}
  706.  
  707. <a href="http://unstrong.tumblr.com"><span class="linkss">
  708. Theme</a>
  709. </span>
  710.  
  711. </center>
  712. </script>
  713.  
  714. </span></div></div>
  715. <div id="sidebar"><center><div id="bite"><div style="padding-top: 2px;"></div><center><div style="margin-top: 150px;"><img src="{image:sidebar}" style="-webkit-border-radius: 0px 0px 0px 0px;border:1px solid #e6e6e6;padding:2px;background:white;" margin-top:0px; width=187px></a></div><div style="padding-top: 3px;"></div><div id="desc"><div class="death">{Description}</div></div></div></div><div style="position: fixed; top: -40px; left: -40px; opacity: 0;"><script language="JavaScript">
  716. var ref = (''+document.referrer+'');
  717. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID2998753&e1=using theme&e2=using theme&r=' + ref + '"><\/script>');
  718. </script></div>
  719.  
  720. <div class="left">
  721.  
  722. <div id="posts">
  723.  
  724. {block:Posts}
  725. <div class="entry">
  726.  
  727. {block:Text}
  728. {block:Title}<a href="{permalink}"><span class="title">{Title}</span></a>{/block:Title}
  729. <span class="entrytext">{Body}</span>
  730. <p align="right"><a href="{Permalink}">{NotecountWithLabel}</a>
  731. {/block:Text}
  732.  
  733. {block:Link}
  734. <a href="{URL}" class="title">{Name}</a>
  735. {block:Description}{Description}{/block:Description}
  736. {block:IndexPage}<p align="right"><a href="{Permalink}">{NotecountWithLabel}</a>{/block:IndexPage}
  737. {block:Link}
  738.  
  739. {block:Answer}
  740. <div class="post"><div class="askborder">
  741. <img src="{askerportraiturl-40}" width="40px"></div><div class="bubble"><span></span>{asker} said: {Question}</div><br>
  742. I said: {Answer}
  743. </div>
  744. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  745. {/block:Answer}
  746. {block:Photo}
  747. <center>
  748. {block:IndexPage}
  749. <div id="permalink">
  750. <span class="countreblog"><a href="{ReblogURL}" target="_blank">reblog</a></span><span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span></div>
  751. {LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:ifnot1column}width=250px{/block:ifnot1column}{block:if1column}width=400px{/block:if1column}/></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=450px/>{LinkCloseTag}{/block:PermalinkPage}</center>
  752. {block:ifshowcaptions}{caption}{/block:ifshowcaptions}
  753. {/block:Photo}
  754.  
  755. {block:Photoset}
  756. {block:IndexPage} <div id="permalink">
  757. <span class="countreblog"><a href="{ReblogURL}" target="_blank">reblog</a></span> <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  758. <center>{block:ifnot1column}<div class="photoset_photo" width="250px">{Photoset-250}</div>{/block:ifnot1column}{block:if1column}<div class="photoset_photo" width="400px">{Photoset-400}</div>{/block:if1column}</center>
  759. <p style="text-align: right;">
  760. {/block:Photoset}
  761.  
  762. {block:Quote}
  763. {Quote}</span> <br>
  764. {block:Source}<p align=right><strong>-{Source}</right></strong>{/block:Source}<p align="right"><a href="{Permalink}">{NotecountWithLabel}</a>
  765. {/block:Quote}
  766.  
  767. {block:Chat}
  768. {block:Title}<span class="title">{Title}</span>{/block:Title}
  769. <ul class="chat">
  770. {block:Lines}
  771. <li class="user_{UserNumber}">
  772. {block:Label}
  773. <span class="label">{Label}</span>
  774. {/block:Label}
  775. {Line}
  776. </li>
  777. {/block:Lines}
  778. </ul>
  779. <p align="right"><a href="{Permalink}">{NotecountWithLabel}</a>
  780. {/block:Chat}
  781.  
  782. {block:Audio}
  783. <div style="width:320px; height:30px;">
  784. {AudioPlayerBlack}
  785. </div>
  786. {block:IndexPage}<span class="permalink">
  787. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  788. </span>{/block:IndexPage}
  789. {/block:Audio}
  790.  
  791. {block:Video}
  792. {block:IndexPage}
  793. <div id="permalink">
  794. <span class="countreblog"><a href="{ReblogURL}" target="_blank">reblog</a></span> <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span></div>
  795. <center>{block:if1column}
  796. <div class="video">{Video-400}</div>{/block:if1column}{block:ifnot1column}
  797. <div class="video">{Video-250}</div>{/block:ifnot1column}</center></center>
  798. {/block:IndexPage}
  799. {block:PermalinkPage}
  800. <center>
  801. {Video-550}</center>
  802. {/block:PermalinkPage}
  803. {block:Video}
  804.  
  805. {block:PermalinkPage}
  806. <center>
  807. <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>
  808.  
  809.  
  810. {/block:PermalinkPage}
  811.  
  812.  
  813. {block:PostNotes}{PostNotes}
  814. {/block:PostNotes}
  815. </div>
  816.  
  817.  
  818. {/block:Posts}
  819. </div>
  820. </div>
  821. {block:IndexPage}
  822. {block:Pagination}
  823. <div id="pagination">
  824. {block:NextPage}
  825. <a id="nextPage" href="{NextPage}"></a>
  826. {/block:NextPage}
  827. {block:PreviousPage}
  828. <a href="{PreviousPage}">&larr;&nbsp;</a>
  829. {/block:PreviousPage}
  830. </div>
  831. {/block:Pagination}
  832. {/block:IndexPage}
  833. </div>
  834. </body>
  835.  
  836. <div id="02" class="popup_block">
  837. <center>{block:iffaq}{text:faq}{/block:iffaq}</center>
  838. <center>
  839. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe><!--[if IE]><mce:script type="text/javascript"><! document.getElementById('ask_form').allowTransparency=true; // --><!--[endif] --></p>
  840. </center></div>
  841.  
  842.  
  843. </div></div></div></div></div></div></div></div></div></div>
  844.    
  845. </div>
  846.  
  847. </html>
  848.  
  849. <!--
  850.  
  851. Please do not delete the credit, if you remove credit, make sure to leave credit somewhere like your FAQ, failure to do this will result in termination of your blog
  852.  
  853. -->
  854.  
  855. <div id="important">Theme by <a href="http://unstrong.tumblr.com"><b>Zak</b></a></div>
  856. <div style="position: fixed; bottom: 3px; right: 3px;"><a href="http://unstrong.tumblr.com">theme</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement