Advertisement
OmgImAlexis

Untitled

Jul 25th, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.34 KB | None | 0 0
  1. <!--
  2.  
  3. ╱╭╮╭╮╱╱╱╱╱╱╱╱╱╱╱╱╱╭╮╱╱╱╱╱╭╮╱╱╱╱╭╮
  4. ╭╯╰┫┃╱╱╱╱╱╱╱╱╱╱╱╱╱┃┃╱╱╱╱╱┃┃╱╱╱╭╯╰╮
  5. ╰╮╭┫╰━┳━━┳╮╭┳━━┳━━┫╰━┳╮╱╭┫┃╭┳━┻╮╭╋╮╱╭╮
  6. ╱┃┃┃╭╮┃┃━┫╰╯┃┃━┫━━┫╭╮┃┃╱┃┃╰╯┫╭╮┃┃┃┃╱┃┃
  7. ╱┃╰┫┃┃┃┃━┫┃┃┃┃━╋━━┃╰╯┃╰━╯┃╭╮┫╭╮┃╰┫╰━╯┃
  8. ╱╰━┻╯╰┻━━┻┻┻┻━━┻━━┻━━┻━╮╭┻╯╰┻╯╰┻━┻━╮╭╯
  9. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╭━╯┃╱╱╱╱╱╱╱╱╭━╯┃
  10. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰━━╯╱╱╱╱╱╱╱╱╰━━╯
  11.  
  12.  
  13. Theme 07 #Kourtney was made & designed by Katy [http://uncraved.tk] & released on Themesbykaty [http://themesbykaty.tumblr.com].
  14.  
  15. Base Code was made by repealinq [@causedthemes]
  16. Bubble menu inspired on Sofia [@themesbysofia]
  17. Ask design from LOD [@lovers-of-designs]
  18. Photo Hover posts inspired on #Theme9 by Jasmin [@fuckinq]
  19.  
  20. Optional hover/updates tab by Ashley [incedothemes]
  21.  
  22. You are allowed to edit it for personal use only. Please don't steal it and claim as your own even if you edited it a lot. If you disrespect any of the rules, I will report you.
  23. -->
  24.  
  25.  
  26. <head>
  27.  
  28. <!--Ask-->
  29. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  30.  
  31.  
  32. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script> <script> (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:100, tip_fade_speed:300, attribute:"title" }); }); })(jQuery); </script>
  33.  
  34. <title>{title}</title>
  35. <link rel="shortcut icon" href="{Favicon}"/>
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38.  
  39. <!--Default Variables-->
  40. <meta name="color:Background" content="#ffffff"/>
  41. <meta name="color:Text" content="aeaeae"/>
  42. <meta name="color:Link" content="#555555"/>
  43. <meta name="color:Link Hover" content="#cccccc"/>
  44.  
  45. <meta name="if:2Column" content"1"/>
  46. <meta name="if:tab" content"0"/>
  47. <meta name="if:dropmenu" content"1"/>
  48. <meta name="if:bubblemenu" content"0"/>
  49. <meta name="if:greyborders" content="0"/>
  50. <meta name="if:topbadge" content="0"/>
  51. <meta name="if:backgroundimage" content="0"/>
  52.  
  53.  
  54. <meta name="image:Sidebar" content=""/>
  55. <meta name="image:background" content=""/>
  56.  
  57. <meta name="text:tabtitle" content="UPDATES">
  58. <meta name="text:Navigation" content="Navination">
  59. <meta name="text:post opacity" content="0.7" />
  60. <meta name="text:Link1Title" content="link1">
  61. <meta name="text:Link1" content="/">
  62. <meta name="text:Link2Title" content="link2">
  63. <meta name="text:Link2" content="/">
  64. <meta name="text:Link3Title" content="link3">
  65. <meta name="text:Link3" content="/">
  66. <meta name="text:Link4Title" content="link4">
  67. <meta name="text:Link4" content="/">
  68. <meta name="text:Link5Title" content="link5">
  69. <meta name="text:Link5" content="/">
  70. <meta name="text:Link6Title" content="link6">
  71. <meta name="text:Link6" content="/">
  72.  
  73. <!--Styling,css-->
  74. <style type="text/css">
  75.  
  76.  
  77. body{
  78. color:{color:text};
  79. font-family: 'calibri';
  80. font-size: 12px;
  81. line-height:12px;
  82. {block:ifbackgroundimage}
  83. background: url({image:background}); {/block:ifbackgroundimage}
  84. {block:ifNotbackgroundimage}
  85. background-color: {color:Background}; {/block:ifNotbackgroundimage}
  86. background-attachment: fixed;
  87. background-repeat: repeat
  88. text-align: justify;
  89. }
  90.  
  91. /* What your entries are on*/
  92. #post {
  93. {block:If2Column}
  94. width:600px;{/block:If2Column}
  95. {block:IfNot2Column}width:500px;{block:IfNot2Column}
  96. margin-left:500px;
  97. margin-right:auto;
  98. padding-top:40px;
  99. }
  100.  
  101. .title{
  102. font-family: 'calibri';
  103. font-size: 14px;
  104. line-height: 15px;
  105. color: {color:link};
  106. font-weight: normal;
  107. font-style: italic;
  108. }
  109.  
  110. .titlequote{
  111. font-family: 'calibri';
  112. font-size: 14px;
  113. line-height: 15px;
  114. color: {color:text};
  115. font-weight: normal;
  116. font-style: italic;
  117. }
  118.  
  119. /*HOVER TAB*/
  120. #updatetab {
  121. font-family: helvetica; /*this is the font*/
  122. color: #A0A0A0;} /*this is the font color*/
  123. #tabtitle, #dropdown, #dropdown p {
  124. background-color:#ffffff; /*this is the background color*/
  125. border-color: #D8D8D8;} /*this is the border color*/
  126.  
  127. #updatetab {
  128. width:100px;
  129. position:fixed;
  130. top:35px;
  131. z-index:99;
  132. left:14px;}
  133.  
  134. #tabtitle {
  135. text-align:center;
  136. padding:1px 3px;
  137. letter-spacing:2px;
  138. font-size:9px;
  139. text-transform:uppercase;
  140. border-width:1px;
  141. border-style:solid;
  142. border-radius: 2px;
  143. -moz-border-radius: 2px;
  144. -webkit-border-radius: 2px;}
  145.  
  146. #dropdown {
  147. border-style:solid;
  148. border-width:0px 1px 1px 1px;
  149. padding:2px 5px 0px 5px;
  150. border-bottom-right-radius: 2px;
  151. -moz-border-bottom-right-radius: 2px;
  152. -webkit-border-bottom-right-radius: 2px;
  153. border-bottom-left-radius: 2px;
  154. -moz-border-bottom-left-radius: 2px;
  155. -webkit-border-bottom-left-radius: 2px;
  156. opacity:0;
  157. -webkit-transition: all 0.5s ease-in-out;
  158. -moz-transition: all 0.5s ease-in-out;
  159. -o-transition: all 0.5s ease-in-out;
  160. -ms-transition: all 0.5s ease-in-out;
  161. transition: all 0.5s ease-in-out;}
  162.  
  163. #updatetab:hover #dropdown {
  164. opacity:1;
  165. -webkit-transition: all 0.5s ease-in-out;
  166. -moz-transition: all 0.5s ease-in-out;
  167. -o-transition: all 0.5s ease-in-out;
  168. -ms-transition: all 0.5s ease-in-out;
  169. transition: all 0.5s ease-in-out;}
  170.  
  171. #dropdown p {
  172. padding-top:3px;
  173. padding-bottom:3px;
  174. border-width:0px 0px 1px 0px;
  175. border-style:solid;
  176. font-size:10px;}
  177.  
  178. #dropdown p:last-of-type {
  179. border-bottom:0px solid transparent;}
  180.  
  181. p, ul, li, ol {
  182. margin: 0px 0px 0px 0px;}
  183.  
  184. /* Links */
  185.  
  186. #s-m-t-tooltip {
  187. max-width:300px; padding:4px 4px 4px 4px; margin:20px 0px 0px 20px; background: #fff; /* change the background color you can change it to transparent too*/
  188. border:1px dotted #cccccc; /* change the border and its color */
  189. font-family: 'calibri';/* change the font */
  190. font-size:10px; /* change the font size */
  191. letter-spacing:0px; /* change the letter spacing */
  192. font-style: italic;
  193. border-radius: 10px;
  194. text-transform:lowercase; /* can be none , lowercase or even uppercase!*/ color:#0000; /* change the text color */ z-index:999999999999999999999999999999999999; }
  195.  
  196. a:link, a:active, a:visited{
  197. color:{color:link};
  198. text-decoration: none;
  199. -webkit-transition: color 0.4s ease-out;
  200. -moz-transition: color 0.4s ease-out;
  201. }
  202.  
  203. a:hover{
  204. color:{color:Link Hover};
  205. -webkit-transition: color 0.4s ease-out;
  206. -moz-transition: color 0.4s ease-out;
  207. }
  208.  
  209. .links a{
  210. color:{color:Link};
  211. position:;
  212. background-color:;
  213. font-size:9px;
  214. letter-spacing:1px;
  215. text-shadow:10px 1px 0px transparent, -10px 1px 0px transparent;
  216. margin-top:15px;
  217. width:;
  218. font-style:italic;
  219. border-bottom:1px solid transparent;
  220. display:inline-block;
  221. margin-bottom:0px;
  222. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  223. }
  224.  
  225.  
  226. .links a:hover {
  227. opacity:1;
  228. color: {color:Link Hover};
  229. font-style:none;
  230. text-shadow:0px 0px 0px #000, 0px 0px 0px #000;
  231. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out-webkit-filter: blur(15px);;
  232. }
  233.  
  234. #navilinks{
  235. position:absolute;
  236. opacity:1;
  237. line-height:15px;
  238. font-size: 1px;
  239. text-align: right;
  240. text-transform:uppercase;
  241. width: 150px;
  242. height: 11px;
  243. margin-left:15px;
  244. background: transparent;
  245. padding-top: 0px;
  246. padding-top:5px;
  247. z-index:100;
  248. transition: all 0.9s ease-out;
  249. -o-transition-transition: all 0.5s ease-out;
  250. -webkit-transition: all 0.5s ease-out;
  251. -moz-transition: all 0.5s ease-out;
  252. }
  253.  
  254. #navilinks a {
  255. display:inline-block;
  256. background-color:{color:link};
  257. padding:6px;
  258. border: 1px solid #ddd;
  259. border-radius:100%;
  260. margin-top:-32px;
  261. margin-right:10px;
  262. z-index:99999999;
  263. -webkit-transition: all 0.7s ease-out;
  264. -moz-transition: all 0.7s ease-out;
  265. transition: all 0.7s ease-out;
  266. }
  267. #navilinks a:hover{
  268. display:inline-block;
  269. background-color:#fff;
  270. border: 1px solid {color:link};
  271. border-radius:100%;
  272. z-index:99999999;
  273. -webkit-transition: all 0.7s ease-out;
  274. -moz-transition: all 0.7s ease-out;
  275. transition: all 0.7s ease-out;
  276. }
  277.  
  278.  
  279. .description {
  280. text-align:center;
  281. color: #5c5c5c;
  282. font-family:'calibri';
  283. line-height:100%;
  284. font-size:10px;
  285. margin:5px 0px;
  286. margin-top:10px;
  287. position:relative;
  288. width:180px;}
  289.  
  290. .description a{
  291. z-index:2;
  292. color:{color:link};
  293. text-decoration:none;}
  294.  
  295. .description a:hover{
  296. text-decoration:none;}
  297.  
  298.  
  299. /* Entries */
  300.  
  301. .entry {
  302. margin:15px;
  303. padding:5px;
  304. border:1px solid
  305. {block:ifnotgreyborders}{color:link}{/block:ifnotgreyborders}
  306. {block:ifgreyborders}#ddd{/block:ifgreyborders};
  307. float:left;
  308. text-align: justify;
  309. background-color: white;
  310. {block:IndexPage}
  311.  
  312. {block:If2Column}
  313. width:250px;{/block:If2Column}
  314. {block:IfNot2Column}width:450px;{block:IfNot2Column}
  315.  
  316. {/block:IndexPage}
  317. {block:PermalinkPage}
  318. width:540px;
  319. {/block:PermalinkPage}
  320. border-radius:5px;
  321. }
  322.  
  323.  
  324. .entry img {
  325. display: block;
  326. max-width: 100%;
  327. opacity:{text:post opacity};
  328. -webkit-transition: opacity 0.8s linear;
  329. }
  330.  
  331. img{
  332. border-radius:3px;
  333. -webkit-transition: opacity 0.8s linear;
  334. opacity: 0.80;
  335. }
  336.  
  337. img:hover{
  338. -webkit-transition: opacity 0.8s linear;
  339. opacity: 1;
  340. }
  341.  
  342. /* Permalinks on hover*/
  343. .entry .wow a{
  344. color:#fff;
  345. }
  346.  
  347. .entry .wow{
  348. position:absolute;
  349. width:;
  350. padding:5px;
  351. padding-left:10px;
  352. padding-right:10px;
  353. background-color:{color:link};
  354. overflow:hidden;
  355. opacity:0.0;
  356. font-family:calibri;
  357. font-size:8px;
  358. color:#fff;
  359. letter-spacing:1px;
  360. text-align:center;
  361. left:20px;
  362. text-transform:uppercase;
  363. top:20px;
  364. z-index:10;
  365. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  366. }
  367.  
  368. .entry:hover .wow{
  369. opacity:.8;
  370. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  371. }
  372.  
  373. .permahover {
  374. text-align: right;
  375. line-height:9px;
  376. opacity: 1;
  377. filter: alpha(opacity = 0);
  378. font-size: 9px;
  379. padding-top:0px;
  380. text-transform: uppercase;
  381. border-top:0px solid {color:link};
  382. -webkit-transition-duration: .75s;
  383. }
  384.  
  385. .entry:hover .permahover {
  386. text-align: right;
  387. opacity: 1;
  388. filter: alpha(opacity = 50);}
  389.  
  390. /* Sidebar*/
  391. #sidebar{
  392. position:fixed !important;
  393. opacity:1;
  394. height:580px;
  395. padding:10px;
  396. background-color:transparent;
  397. margin-left:250px;
  398. margin-top:130px;
  399. font-size: 10px;
  400. line-height:11px;
  401. letter-spacing:0px;
  402. font-family: 'calibri';
  403. overflow:hidden;
  404. text-align:center;
  405. width:180px;
  406. }
  407.  
  408.  
  409. #sidebarimg{
  410. width:200px;
  411. text-align:right;
  412. z-index:2;
  413. position:relative;
  414. opacity:{text:post opacity};
  415. -webkit-filter: grayscale(0%);
  416. -webkit-transition: 0.8s linear;
  417. }
  418.  
  419. .sidebarimg:hover {
  420. -webkit-filter: grayscale(70%);
  421. -webkit-transition: 0.8s linear;
  422. }
  423.  
  424. .pagination {
  425. display: none;
  426. }
  427.  
  428. .pergunta {background: #f5f5f5;font-family: 'calibri', sans-serif; font-size:11px; color: #828282;text-shadow: 0px 1px 1px #eee;padding:10px;text-align: justify;margin-left: auto;margin-right: auto;border-top-left-radius: 5px;
  429. border-top-right-radius: 5px;}
  430.  
  431. .perguntou {background: {color:link}; color:#fff;font-family: 'calibri', sans-serif; font-size:10px; color: #fff ;text-shadow: 0px 1px 1px #eee;padding:3px;text-align: justify;margin-left: auto;margin-right: auto;margin-bottom:10px;border-bottom-left-radius: 5px;
  432. border-bottom-right-radius: 5px;}
  433.  
  434. .perguntou a {color: #fff;}
  435.  
  436. .pergunta p {margin:1px 0px;}
  437.  
  438. .fotos {float:left; border-radius:20px;margin-top:-7px;margin-right:5px;}
  439.  
  440. .xx {float:right;width:15px; height:15px;}
  441.  
  442. .resposta {background: #f5f5f5;font-family: 'calibri', sans-serif; font-size:11px; color: #828282;text-shadow: 0px 1px 1px #eee;padding:10px;text-align: justify;margin-left: auto;margin-right: auto;border-radius:5px;}
  443.  
  444. .text {
  445. padding: 10px;
  446. }
  447.  
  448. .photoset {
  449. opacity:{text:post opacity};
  450. width:100%;
  451. overflow-x:hidden;
  452. overflow-y:hidden;
  453. -webkit-transition: opacity 0.8s linear;
  454. }
  455.  
  456. .photoset:hover {
  457. opacity:1;
  458. -webkit-transition: opacity 0.8s linear;
  459. }
  460.  
  461. #banner2 {
  462. background-image:url('http://static.tumblr.com/3yblkz0/S8omdno3x/jaja.png');
  463. repeat:repeat-x;
  464. left:0;
  465. width:100%;
  466. margin-top: -10px;
  467. height:18px;
  468. position: fixed;
  469. z-index: 9999999999;
  470. opacity:1;}
  471.  
  472.  
  473. p { margin-bottom:6px; }
  474.  
  475. {CustomCSS]
  476.  
  477. </style>
  478. <!--I reccommend not touching any ofthis unless you don't want infinite scroll!-->
  479. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  480.  
  481. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  482.  
  483. <script>
  484. $(function(){
  485. var $container = $('#post');
  486. $container.imagesLoaded(function(){
  487. $container.masonry({
  488. itemSelector: '.entry',
  489. });
  490. });
  491. $container.infinitescroll({
  492. itemSelector : ".entry",
  493. navSelector : "div.pagination",
  494. nextSelector : ".pagination a#next",
  495. loadingImg : "",
  496. loadingText : "<em></em>",
  497. bufferPx : 10000,
  498. extraScrollPx: 12000,
  499. },
  500. // trigger Masonry as a callback
  501. function( newElements ) {
  502. var $newElems = $( newElements ).css({ opacity: 0 });
  503. // ensure that images load before adding to masonry layout
  504. $newElems.imagesLoaded(function(){
  505. $newElems.animate({ opacity: 1 });
  506. $container.masonry( 'appended', $newElems, true );
  507. });
  508. }
  509. );
  510. });
  511. </script>
  512.  
  513.  
  514.  
  515. <script>window.jQuery || document.write('<script src="http://code.jquery.com/jquery-2.0.3.min.js">\x3C/script>')</script>
  516. <meta name="if:AnonBeGone" content="0" />
  517. <script type="text/javascript">
  518. var is_logged_in = function(){
  519. {block:IfAnonBeGone}
  520. $(document).ready(function() {
  521. var ask_box = $('iframe#ask_form');
  522. ask_box.attr('src', 'http://omgimalexis.github.io/AnonBeGone/');
  523. });
  524. {/block:IfAnonBeGone}
  525. }
  526.  
  527. var is_logged_out = function(){
  528. if ($('iframe#ask_form').length){
  529. window.location.href = "http://tumblr.com/login";
  530. }
  531. }
  532. </script>
  533. <!--
  534. Tumblr Logged In Checker by apandhi
  535. http://github.com/apandhi/Tumblr-Logged-In-Checker
  536. -->
  537. <script type="text/javascript" src="http://static.tumblr.com/3pomgja/LEEn32y7z/script.js"></script>
  538.  
  539. </head>
  540. <script language="Javascript" src="http://www.codehelper.io/api/ips/?js"></script>
  541. <script language="Javascript">
  542. function preloadFunc()
  543. {
  544. var ip = codehelper_ip.IP;
  545. var bannedips=[
  546. "174.112.35.233",
  547. "99.237.236.142",
  548. "71.94.201.85",
  549. ]
  550. var handleips=bannedips.join("|")
  551. handleips=new RegExp(handleips, "i")
  552.  
  553. if (ip.search(handleips)!=-1){
  554. window.location.replace("http://lemonparty.org");
  555. document.write('<!--');
  556. }
  557. }
  558. window.onpaint = preloadFunc();
  559. </script>
  560.  
  561.  
  562. <body>
  563.  
  564. {block:iftopbadge}<div id="banner2"></div>
  565. {/block:iftopbadge}
  566.  
  567. {block:iftab}
  568. <div id="updatetab">
  569.  
  570. <div id="tabtitle">
  571. {text:tabtitle}
  572. </div>
  573.  
  574. <div id="dropdown">
  575. <!--This is where your tab text go (code: btab) -->
  576.  
  577. <p>Please don't take the credit.</p>
  578. <p> I spent time doing this theme.</p>
  579. <p>This tab is optional.</p>
  580.  
  581.  
  582. </div>
  583. </div>
  584. {/block:iftab}
  585.  
  586.  
  587.  
  588. <!--Sidebar-->
  589.  
  590. <div id="sidebar">
  591.  
  592. <div class="sidebarimg"><img style="width:160px; border-radius:8px; padding:5px; border: 1px {block:ifnotgreyborders}{color:Link}{/block:ifnotgreyborders} solid {block:ifgreyborders}#ddd{/block:ifgreyborders};" src="{image:sidebar}"/></div>
  593.  
  594. <div class="description"> {description} </div>
  595.  
  596. {block:ifdropmenu}
  597. <br><select onchange='location=this.options[this.selectedIndex].value;' style='
  598. line-height:100%;
  599. font-size:10px;
  600. color:#fff;
  601. width:180px;
  602. background-color: {color:Link};
  603. border:1px solid #eee;
  604. height:18px;
  605. font-style:italic;
  606. font-family:consolas;
  607. margin-top:-5px;
  608. padding:1px;
  609. -moz-border-radius:3px;
  610. -webkit-border-radius:3px;
  611. border-radius:3px;
  612. '>
  613. <option>{text:Navigation}</option>
  614.  
  615. {block:iflink1}<option value="{text:Link1}">{text:Link1Title}</option>{/block:iflink1}
  616. {block:iflink2}<option value="{text:Link2}">{text:Link2Title}</option>{/block:iflink2}
  617. {block:iflink3}<option value="{text:Link3}">{text:Link3Title}</option>{/block:iflink3}
  618. {block:iflink4}<option value="{text:Link4}">{text:Link4Title}</option>{/block:iflink4}
  619. {block:iflink5}<option value="{text:Link5}">{text:Link5Title}</option>{/block:iflink5}
  620. {block:iflink6}<option value="{text:Link6}">{text:Link6Title}</option>{/block:iflink6}
  621.  
  622. </select>
  623. {/block:ifdropmenu}
  624.  
  625. {block:ifbubblemenu}
  626. <br>
  627. <div id="navilinks">
  628. {block:iflink1}<a title="{text:link1title}" href="{text:link1}"></a>{/block:iflink1}
  629. {block:iflink2}<a title="{text:link2title}" href="{text:link2}"></a>{/block:iflink2}
  630. {block:iflink3}<a title="{text:link3title}" href="{text:link3}"></a>{/block:iflink3}
  631. {block:iflink4}<a title="{text:link4title}" href="{text:link4}"></a>{/block:iflink4}
  632. {block:iflink5}<a title="{text:link5title}" href="{text:link5}"></a>{/block:iflink5}
  633. {block:iflink6}<a title="{text:link6title}" href="{text:link6}"></a>{/block:iflink6}
  634. {block:iflink7}<a title="{text:link7title}" href="{text:link7}"></a>{/block:iflink7}
  635. {block:iflink8}<a title="{text:link8title}" href="{text:link8}"></a>{/block:iflink8}
  636. </div>
  637. {/block:ifbubblemenu}
  638.  
  639. </div></div>
  640. </div><!--End of SIDEBAR-->
  641.  
  642. <!--Posts and entries-->
  643. <div class="content">
  644.  
  645. <div id="post">
  646.  
  647. {block:Posts}
  648. <div class="entry">
  649.  
  650. {block:Answer}
  651. <div class="post"><div class="box">
  652. <div class="pergunta">{Question}</div>
  653. <div class="perguntou"><img src="{AskerPortraitURL-30}" class="fotos">Asked by: {Asker} </div>
  654. <div class="resposta">{Answer}</div>
  655. {block:IndexPage}<div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>{block:IndexPage}
  656. </div></div>
  657. {/block:Answer}
  658.  
  659.  
  660. {block:Text}
  661. {block:Title}<span class="title">{Title}<br><br></span>{/block:Title}
  662. {Body}
  663. {block:IndexPage}<div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>{block:IndexPage}
  664. {/block:Text}
  665.  
  666. {block:Link}
  667. <a href="{URL}" class="title">{Name}</a><br><br>
  668. {block:Description}{Description}{/block:Description}
  669. {block:IndexPage}<div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>{block:IndexPage}
  670. {block:Link}
  671.  
  672. {block:Photo}
  673. <center>
  674. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" width="100%"></a></center>
  675. {block:IndexPage}<div class="wow"> {TimeAgo} / <a href="{Permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" >reblog</a>
  676. </center></div> {/block:IndexPage}
  677. {/block:Photo}
  678.  
  679. {block:Photoset}
  680. <center>
  681. {block:Photos}
  682. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" width="100%"></a>
  683. {/block:Photos}
  684. </center>
  685. {block:IndexPage}<div class="wow"> {TimeAgo} / <a href="{Permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" >reblog</a>
  686. </center></div> {/block:IndexPage}
  687. {/block:Photoset}
  688.  
  689. {block:Quote}
  690. <div class="titlequote">{Quote}</div>
  691.  
  692. {block:Source}<div class="source"><br><div style="text-align:right; color:{color:text}; line-height:3px;">- {Source}</div></div>{/block:Source}<br>
  693. {block:IndexPage}<div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>{block:IndexPage}
  694. {/block:Quote}
  695.  
  696. {block:Chat}
  697. {block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  698.  
  699. {block:IndexPage}<div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>{block:IndexPage}
  700. {/block:Chat}
  701.  
  702. {block:Audio}
  703. <center><div style="width:200px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
  704. {FormattedPlayCount} plays</small></div></div></center><br>
  705. {block:Caption}{Caption}{/block:Caption}
  706. {block:IndexPage}<div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>{block:IndexPage}
  707. {/block:Audio}
  708.  
  709. {block:Video}
  710. <center>
  711. <center>{Video-250}</center>
  712. {block:IndexPage}<div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>{block:IndexPage}</center>
  713. {block:Video}
  714.  
  715. {block:PermalinkPage}
  716. <center><br>
  717. {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>
  718.  
  719. {/block:PermalinkPage}
  720.  
  721. {block:PostNotes}{PostNotes}
  722. {/block:PostNotes}
  723. </div>
  724.  
  725. {/block:Posts}
  726.  
  727. </div>
  728. <!--Pagination-->
  729. <div class="pagination">
  730. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  731. </div>
  732.  
  733. <!--THIS IS THE THEME CREDIT, DON'T REMOVE IT. NO EXCEPTIONS WILL BE MADE. THIS CODE HAS TO BE ON THE THEME. IT'S MY WORK'S SIGNATURE. IF YOU HAVE DIGNITY AND RESPECT MY WORK PLEASE DON'T REMOVE IT. IF I SEE YOU USING ANY OF MY THEME WITHOUT THIS THEME CREDIT, I WILL TRACK YOU DOWN AND YOU'LL PAY THE CONSEQUENCES. THIS WON'T BOTHER YOU SO JUST KEEP IT OK? DON'T NEED TO MESSAGE ME ABOUT THIS CAUSE THE ANSWER WILL BE "NO YOU CAN'T TAKE IT OFF" -->
  734.  
  735. <div style="bottom:25px;right:15px;position:fixed;font-size:8px;"><a href="http://uncraved.tumblr.com/"><img title="theme credit" height="15" src="http://media.tumblr.com/556d400b5cadead4bb9ad118557c219c/tumblr_inline_mz649v9X0b1r9ajsd.gif"/></a></div>
  736.  
  737. <!--THIS IS THE THEME CREDIT, DON'T REMOVE IT. NO EXCEPTIONS WILL BE MADE. THIS CODE HAS TO BE ON THE THEME. IT'S MY WORK'S SIGNATURE. IF YOU HAVE DIGNITY AND RESPECT MY WORK PLEASE DON'T REMOVE IT. IF I SEE YOU USING ANY OF MY THEME WITHOUT THIS THEME CREDIT, I WILL TRACK YOU DOWN AND YOU'LL PAY THE CONSEQUENCES. THIS WON'T BOTHER YOU SO JUST KEEP IT OK? DON'T NEED TO MESSAGE ME ABOUT THIS CAUSE THE ANSWER WILL BE "NO YOU CAN'T TAKE IT OFF" -->
  738.  
  739. </body>
  740. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement