iea-themes

theme 13 - neckline

Aug 21st, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.27 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4.  
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  7.  
  8. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9.  
  10. <! - - THEME POR ANY (P-SICANALISE.TUMBLR.COM) COM DETALHES DE I-NGENUIDADE NÃO RETIRE OS CREDITOS , NÃO COPIE CRIE PESSOA - - !>
  11.  
  12.  
  13.  
  14. <head>
  15.  
  16. <script type="text/javascript">
  17. //bloqueio do botao direito
  18. function desabilitaMenu(e)
  19. {
  20. if (window.Event)
  21. {
  22. if (e.which == 2 || e.which == 3)
  23. return false;
  24. }
  25. else
  26. {
  27. event.cancelBubble = true
  28. event.returnValue = false;
  29. return false;
  30. }
  31. }
  32.  
  33. //bloqueio do botao direito
  34. function desabilitaBotaoDireito(e)
  35. {
  36. if (window.Event)
  37. {
  38. if (e.which == 2 || e.which == 3)
  39. return false;
  40. }
  41. else
  42. if (event.button == 2 || event.button == 3)
  43. {
  44. event.cancelBubble = true
  45. event.returnValue = false;
  46. return false;
  47. }
  48. }
  49.  
  50. //bloqueio do botao direito do mouse
  51. if ( window.Event )
  52. document.captureEvents(Event.MOUSEUP);
  53. if ( document.layers )
  54. document.captureEvents(Event.MOUSEDOWN);
  55.  
  56. document.oncontextmenu = desabilitaMenu;
  57. document.onmousedown = desabilitaBotaoDireito;
  58. document.onmouseup = desabilitaBotaoDireito;
  59. </script>
  60.  
  61. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  64.  
  65. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  66. <script type="text/javascript">
  67. function slideSwitch() {
  68. var $active = $('#slideshow2 img.active');
  69.  
  70. $active.addClass('last-active');
  71.  
  72. // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  73. var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
  74.  
  75. $next.css({opacity: 0.0})
  76. .addClass('active')
  77. .animate({opacity: 1.0}, 1000, function() {
  78. $active.removeClass('active last-active');
  79. });
  80. }
  81.  
  82. $(function() {
  83. //Executa a função a cada 2 segundos
  84. setInterval( "slideSwitch()", 2500 );
  85. });
  86. </script>
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94. <script type="text/javascript">
  95.  
  96.  
  97. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  98.  
  99.  
  100.  
  101.  
  102. function tb8_makeArray(n){
  103.  
  104.  
  105. this.length = n;
  106.  
  107.  
  108. return this.length;
  109.  
  110.  
  111. }
  112.  
  113.  
  114.  
  115.  
  116. tb8_messages = new tb8_makeArray(1);
  117.  
  118.  
  119.  
  120.  
  121. tb8_messages[0] = "{Title}";
  122.  
  123.  
  124.  
  125.  
  126. tb8_rptType = 'infinite';
  127.  
  128.  
  129.  
  130.  
  131. tb8_rptNbr = 5;
  132.  
  133.  
  134.  
  135.  
  136. tb8_speed = 100;
  137.  
  138.  
  139.  
  140.  
  141. tb8_delay = 2000;
  142.  
  143.  
  144.  
  145.  
  146. var tb8_counter=1;
  147.  
  148.  
  149.  
  150.  
  151. var tb8_currMsg=0;
  152.  
  153.  
  154.  
  155.  
  156. var tb8_tekst ="";
  157.  
  158.  
  159.  
  160.  
  161. var tb8_i=0;
  162.  
  163.  
  164.  
  165.  
  166. var tb8_TID = null;
  167.  
  168.  
  169.  
  170.  
  171. function tb8_pisi(){
  172.  
  173.  
  174.  
  175.  
  176. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  177.  
  178.  
  179.  
  180.  
  181. document.title = tb8_tekst;
  182.  
  183.  
  184.  
  185.  
  186. tb8_sp=tb8_speed;
  187.  
  188.  
  189.  
  190.  
  191. tb8_i++;
  192.  
  193.  
  194.  
  195.  
  196. if (tb8_i==tb8_messages[tb8_currMsg].length){
  197.  
  198.  
  199.  
  200.  
  201. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  202.  
  203.  
  204.  
  205.  
  206. }
  207.  
  208.  
  209.  
  210.  
  211. if (tb8_currMsg == tb8_messages.length){
  212.  
  213.  
  214.  
  215.  
  216. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  217.  
  218.  
  219.  
  220.  
  221. clearTimeout(tb8_TID);
  222.  
  223.  
  224.  
  225.  
  226. return;
  227.  
  228.  
  229.  
  230.  
  231. }
  232.  
  233.  
  234.  
  235.  
  236. tb8_counter++;
  237.  
  238.  
  239.  
  240.  
  241. tb8_currMsg = 0;
  242.  
  243.  
  244. }
  245.  
  246.  
  247.  
  248.  
  249. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  250.  
  251.  
  252.  
  253.  
  254. }
  255.  
  256.  
  257.  
  258.  
  259. tb8_pisi()
  260.  
  261.  
  262.  
  263.  
  264. </script>
  265.  
  266. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  267.  
  268. <!-- DEFAULT VARIABLES -->
  269. <meta name="color:background" content="#f8f8f8" />
  270. <meta name="color:link" content="#000000" />
  271.  
  272. <meta name="color:text" content="#000000" />
  273. <meta name="color:post" content="#ffffff" />
  274.  
  275. <meta name="color:frase" content="#ffffff" />
  276. <meta name="color:scroll" content="#000000" />
  277. <meta name="color:ask" content="#ebebeb" />
  278.  
  279. <meta name="color:textdescription" content="#000" />
  280. <meta name="color:links" content="#000" />
  281. <meta name="color:tags" content="#000" />
  282. <meta name="color:linkbg" content="#ffffff" />
  283. <meta name="color:linktext" content="#000" />
  284.  
  285. <meta name="color:linkbghover" content="#000" />
  286. <meta name="color:linktexthover" content="#fff" />
  287. <meta name="color:bgpage" content="#EEEEEE" />
  288.  
  289.  
  290.  
  291. <meta name="color:fundo" content="#ffffff" />
  292.  
  293.  
  294.  
  295. <meta name="image:background" content="" />
  296. <meta name="image:fotinha" content="http://static.tumblr.com/ylxfgce/9tnm73xw1/xuxiz.jpg"/>
  297.  
  298. <meta name="font:text" content="verdana" />
  299. <meta name="font:title" content="georgia" />
  300.  
  301. <meta name="text:titulo" content="you are everything" />
  302.  
  303.  
  304. <meta name="text:linktwitter" content="/" />
  305. <meta name="text:link1" content="/" />
  306. <meta name="text:Link1 Title" content="link" />
  307. <meta name="text:Link2" content="/" />
  308. <meta name="text:Link2 Title" content="link" />
  309. <meta name="text:Link3" content="/" />
  310. <meta name="text:Link3 Title" content="link" />
  311. <meta name="text:Link4" content="/" />
  312. <meta name="text:Link4 Title" content="link" />
  313. <meta name="text:Link5" content="/" />
  314. <meta name="text:Link5 Title" content="link" />
  315. <meta name="text:Link6" content="/" />
  316. <meta name="text:Link6 Title" content="link" />
  317.  
  318.  
  319.  
  320.  
  321. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  322.  
  323.  
  324.  
  325. <title>{Title}</title>
  326. <link rel="shortcut icon" href="{Favicon}">
  327. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  328. {block:Description}
  329. <meta name="description" content="{MetaDescription}" />
  330. {/block:Description}
  331.  
  332. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  333.  
  334. <style type="text/css">
  335.  
  336. body {background-color: {color:background}; font-family: georgia; color: {color:text}; text-align: center; font-size: 9px; background-image:url('{image:background}'); background-attachment: fixed; }
  337.  
  338. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out;}
  339.  
  340. p {margin: 6px 0 0 0}
  341.  
  342. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 4px; }
  343. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  344. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  345. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  346.  
  347. blockquote img{max-width: 470px!important}
  348. blockquote blockquote img{max-width: 450px!important}
  349. blockquote blockquote blockquote img{max-width: 430px!important}
  350. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  351. .qquote{font-family: Georgia; font-size: 15px; letter-spacing: 0px; line-height: 18px; text-transform: none; text-align: center;
  352.  
  353. }
  354. .qsource{margin-top: 5px; margin-right: 15px;text-align: right}
  355.  
  356. #tudo {text-align: center; margin: 20px auto 20px auto; z-index: 1; width:400px; position:fixed; }
  357.  
  358.  
  359. #entries{float: left; margin-left:380px; margin-top: 20px; position: relative; border-left: 0px solid {color:background}; z-index:1000; }
  360.  
  361.  
  362. #msd {width: 350px; height: 350px; margin-left:-180px; margin-top: 30px; position:fixed; overflow:hidden; padding:3px; background-color: {color:sidebar};}
  363.  
  364.  
  365.  
  366.  
  367. .danpost {width: 400px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: tahoma; font-size: 11px;}
  368.  
  369. .danpost:hover #info {opacity:0.9; margin-left:140px; margin-top:0px;}
  370. .danpost:hover #infu {opacity:1}
  371.  
  372. #infu {text-align: center; font-size: 9px; font-family: tahoma; text-transform: lowercase; z-index: 11; margin-top:10px}
  373. #infu a {font-size: 9px;}
  374.  
  375. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  376. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:link}; font-weight: normal; line-height: 18px;}
  377. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:linkhover}; font-weight: normal; line-height: 18px;}
  378.  
  379. .image {text-align: center; border: 0px}
  380. .image img {max-width: 400px; margin-bottom: 2px }
  381.  
  382. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  383. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  384. .oiqqtts a, a:hover{text-transform: none;}
  385.  
  386. .chat {line-height: 13px; list-style: none }
  387. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  388. .person1 {color: {color:text}; padding: 2px; }
  389. .person1 .label {font-weight: bold; color:{color:text}}
  390. .person2 {color: {color:text}; padding: 2px; }
  391. .person2 .label {font-weight: bold; color:{color:text}}
  392.  
  393. .player {background-color: #000; text-align: left; display:block;}
  394.  
  395. /* asker */
  396.  
  397. .asker {width: 480px; background-color: transparent; color:#969696; padding: 5px;}
  398. .asker img{float: left; padding: 0px 5px 0px 0px}
  399. .asker a{font-size: 11px; font-weight: bold; color:#969696; text-transform: lowercase; line-height: 11px; padding: 0; margin: 0}
  400. .asker a:hover{font-size: 11px; font-weight: bold; color:#969696; background-color: transparent; text-transform: uppercase; line-height:11px; padding: 0; margin: 0}
  401. .question {font-size: 10px;}
  402. .answer {padding: 4px}
  403. .answer img {max-width: 470px;}
  404.  
  405. .bg {width: 480px; background-color: {color:entrie}; color:{color:text}; margin-top: 5px; padding-right: 10px; padding-left: 5px; padding-top: 2px; padding-bottom: 3px; border-radius:8px;}
  406.  
  407.  
  408.  
  409. .source{display:none}
  410.  
  411. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  412. #oidata a {font-size: 9px;}
  413.  
  414. #oidata2 {text-align: right; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:-24px;}
  415. #oidata2 a {font-size: 9px;}
  416.  
  417. #oidata3 {text-align: right; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:-14px; }
  418. #oidata3 a {font-size: 9px;}
  419.  
  420. .tags {color: {color:text}; font-size: 9px; font-family: {font:text}; display: inline; list-style: none; text-transform: lowercase;}
  421. .tags a {font-size: 9px; color: {color:links}; display: inline; list-style: none; text-transform: lowercase;}
  422.  
  423. #cap {width: 400px; margin-top: -2px;}
  424. .source {display: none;}
  425.  
  426. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  427. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  428. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  429. .notes img{display: none; border:0px}
  430.  
  431. .question {
  432. color: {color:text};
  433. font-size: 9px;
  434. font-weight: normal;
  435. font-family: {font:body};
  436. line-height:95%;
  437. background: {color:ask};
  438. margin: 0 0 10px 0;
  439. padding: 10px 15px;
  440. position: relative;}
  441.  
  442. .questionarrow {
  443. width: 13px;
  444. height: 7px;
  445. font-size:30px;
  446. font-family: verdana;
  447. position: absolute;
  448. color: {color:ask};
  449. bottom: -3.5px;
  450. left: 240px;}
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460. .fj {font-size: 130px; font-family: arial; line-height: 95px; margin-left: 5px; color: {color: titulos posts}; opacity:0.15; -moz-opacity: 0.15; filter: alpha(opacity=15);}
  461. .jf {font-size: 19px; font-family: Euphemia; letter-spacing: -1px; line-height: 20px; color: {color: titulos posts}; margin-left: 35px; margin-top: -92px; }
  462.  
  463. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473. #link {margin-top: 25px; margin-left:-182px; opacity:0.7; position:absolute; background-color:{color:background}; -webkit-transition: 0.9s ease-in;
  474. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  475. #link a{height:8px; display:block; width: 152px; line-height: 3px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:7px; font-family: tahoma; text-transform: lowercase; color: {color:linktext} ; background-color: {color:linkbg}; -webkit-transition-duration: 0.4s;padding:4px}
  476. #link a:hover{background-color:{color:background}}
  477.  
  478. #link2 {margin-top: 53px; margin-left:190px; -webkit-transition: 0.9s ease-in;
  479. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; opacity:0.7; position:absolute; background-color:{color:background};}
  480. #link2 a{height:8px; display:block; width: 152px; line-height: 3px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:7px; font-family: tahoma; text-transform: lowercase; color: {color:linktext} ; background-color: {color:linkbg}; -webkit-transition-duration: 0.5s;padding:4px}
  481. #link2 a:hover{background-color:{color:background}}
  482.  
  483. #link3 {margin-top: 80px; margin-left:-200px; -webkit-transition: 0.9s ease-in;
  484. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; opacity:0.7; position:absolute; background-color:{color:background};}
  485. #link3 a{height:8px; display:block; width: 152px; line-height: 3px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:7px; font-family: tahoma; text-transform: lowercase; color: {color:linktext} ; background-color: {color:linkbg}; -webkit-transition-duration: 0.6s;padding:4px}
  486. #link3 a:hover{background-color:{color:background}}
  487.  
  488. #link4 {margin-top: 107px; margin-left:220px; opacity:0.7; position:absolute; background-color:{color:background}; -webkit-transition: 0.9s ease-in;
  489. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  490. #link4 a{height:8px; display:block; width: 152px; line-height: 3px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:7px; font-family: tahoma; text-transform: lowercase; color: {color:linktext} ; background-color: {color:linkbg}; -webkit-transition-duration: 0.4s;padding:4px}
  491. #link4 a:hover{background-color:{color:background}}
  492.  
  493.  
  494. #link5 {margin-top: 133px; margin-left:-280px; -webkit-transition: 0.9s ease-in;
  495. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; opacity:0.7; position:absolute; background-color:{color:background};}
  496. #link5 a{height:8px; display:block; width: 152px; line-height: 3px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:7px; font-family: tahoma; text-transform: lowercase; color: {color:linktext} ; background-color: {color:linkbg}; -webkit-transition-duration: 0.4s;padding:4px}
  497. #link5 a:hover{background-color:{color:background}}
  498.  
  499. #link6 {margin-top: 160px; margin-left:182px; -webkit-transition: 0.9s ease-in;
  500. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;opacity:0.7; position:absolute; background-color:{color:background};}
  501. #link6 a{height:8px; display:block; width: 152px; line-height: 3px; font-size:10px; margin-bottom: 1px; text-align:center; line-height:7px; font-family: tahoma; text-transform: lowercase; color: {color:linktext} ; background-color: {color:linkbg}; -webkit-transition-duration: 0.4s;padding:4px}
  502. #link6 a:hover{background-color:{color:background}}
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515. #barra3 {width:10px; height:12px; margin-top:108px; margin-left: 45px; background-color: transparent; position:fixed; padding:4px; font-size: 40px; font-family: Give You Glory; text-transform: lowercase; color: {color:text}; text-align: right; -moz-transform: rotate(-25deg);-webkit-transform: rotate(-25deg);-o-transform: rotate(-25deg);-ms-transform: rotate(-15deg);transform: rotate(-10deg);}
  516.  
  517.  
  518. #sideimg {display: block; margin-left: 202px; float: right; margin-top: 300px; width: auto; height: auto; background-color: transparent; position: fixed; z-index:30;}
  519. .simg1 img {width: 135px; height: 160px; margin-bottom: 2px; border: 4px solid {color:fundinho};}
  520.  
  521. #pag {width: 15px; padding:1px; background-color: {color:bgpage}; position:fixed; text-align: center; margin-top: 100px; margin-left: 119px;}
  522.  
  523.  
  524.  
  525.  
  526.  
  527. #pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 15px; -moz-border-bottom-left-radius: 10px; border-top-left-radius: 10px; z-index: 1}
  528. #pgs a {background: #000; margin: 30 0px 0 0; padding: 2px 4px; color: {color:background}; text-decoration: none;}
  529. #a:hover {background: {color:sidebar}; color: {color:link hover}; border: none;}
  530. #pgs span.pagina_atual {background: {color:border}; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
  531. .pg { position:fixed !important; clear: both; float: left; margin-top: 120px; margin-left: 100px; width: 207px; height: 15; font-size: 9px; padding: 2px; background-color: {color:sidebar}; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; z-index: 1;}
  532.  
  533. #pagina{ margin-top: 120px; margin-left: 320px; width: 100px; float: right; background-color: transparent; position: fixed; height: 24px; -webkit-border-radius: 0px 0px 0px 0px; z-index:1000000 }
  534.  
  535. /*** Paginação by madlyluv.com ***/
  536. #paginacaoml {font-size: 20px; font-family: tahoma; line-height: 24px;}
  537. #paginacaoml a {font-size: 20px; font-family: tahoma; background: transparent; margin: 0 1px 0 0; padding: 2px 2px; color: {color:tags}; text-decoration: none;}
  538. #paginacaoml a:hover {font-size: 20px; font-family: tahoma; background: transparent; border: none;}
  539. #paginacaoml span.pagina_atual {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: {color:link}; margin: 0 1px 0 0; padding: 1px 2px; color: #cor da fonte; text-decoration: none;}
  540.  
  541.  
  542. #pagination {width:240px; font-family:georgia; text-align:right; font-size:15px; padding:4px; font-style:italic}
  543.  
  544.  
  545. #frase {width:185px; height:40px; margin-top:235px; margin-left: 110px; position:fixed; padding:4px; font-size: 25px; overflow:hidden; font-family: megrim; text-transform: uppercase; color: {color:frase}; text-shadow: -2px 0px #E86060, 2px 0px #54d2cb; transition: all .5s ease-in-out!important; -webkit-transition: all .5s ease-in-out!important;line-height: 50px; text-align: center; z-index:10000000}
  546.  
  547.  
  548.  
  549.  
  550. #frase:hover {text-shadow: 0px 0px {color:text links}, 0px 0px {color:text links};transition: all .5s ease-in-out!important; -webkit-transition: all .5s ease-in-out!important;}
  551.  
  552. #side {position: fixed; width:600px; margin-left:58px; margin-top:136px; z-index:100}
  553.  
  554. .photo {position:absolute; width:160px; padding:0px; background-color:{color:sidebar}; overflow: hidden; -webkit-transition: all 0.6s ease; margin-top:50px; border:0px solid {color:fundo}; }
  555. .photo:hover { -webkit-transition: all 0.6s ease;}
  556. .photo img {display: block;width:160px; height:180px; }
  557.  
  558.  
  559. .photo:hover #link {margin-left:0px; -webkit-transition: 0.9s ease-in;
  560. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; }
  561. .photo:hover #link2 {margin-left:0px; -webkit-transition: 0.9s ease-in;
  562. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; }
  563. .photo:hover #link3 {margin-left:0px; -webkit-transition: 0.9s ease-in;
  564. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  565. .photo:hover #link4 {margin-left:0px; -webkit-transition: 0.9s ease-in;
  566. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  567. .photo:hover #link5 {margin-left:0px; -webkit-transition: 0.9s ease-in;
  568. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  569. .photo:hover #link6 {margin-left:0px; -webkit-transition: 0.9s ease-in;
  570. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  571. .photo:hover #link7 {margin-left:0px; -webkit-transition: 0.9s ease-in;
  572. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583. #text {width:120px; height: 10px; margin-left:868px; margin-top:645px; position:fixed; color: {color:frase};opacity:0.8; z-index: 000; font-family: tahoma; text-align: center; font-size:9px; line-height: 15px; text-transform: lowercase; border-left:0px solid; border-right:0px solid; padding:3px; width: 144px; height:17px; position: absolute; border: 0px solid {color:border}; -moz-transition: opacity .1s ease-in-out; -o-transition: opacity .1s ease-in-out; transition: opacity .1s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in;
  584. -moz-transition: 1.3s ease-in;position:fixed; transition: 1.3s ease-in;
  585.  
  586. }
  587.  
  588.  
  589.  
  590.  
  591. #dai {width: 220px; float: left; margin-left:280px; margin-top: 60px; padding: 0px; text-align: center; position: absolute; -moz-transition: opacity .1s ease-in-out; -o-transition: opacity .1s ease-in-out; transition: opacity .1s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in; height:26px;
  592. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in;}
  593.  
  594. #dai a {float: left; padding: 1px; margin-top:6px; display: block; letter-spacing: 0px; font-family: 'homenaje'; font-size: 12px; text-align: center; width: 58px; background-color: {color:linkbg}; color: {color:textlink}; text-decoration: none; text-transform: uppercase; line-height: 18px; height: 18px; overflow: hidden; border:1px solid {color:background}; margin-left:-2px; }
  595.  
  596. #dai a:hover{text-align: center; background-color: {color:background}; color: {color:linktexthover};}
  597.  
  598. #dai2 {width: 220px; float: left; margin-left:-190px; margin-top: 200px; padding: 0px; text-align: center; position: absolute; -moz-transition: opacity .1s ease-in-out; -o-transition: opacity .1s ease-in-out; transition: opacity .1s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in; height:26px;
  599. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
  600.  
  601. #dai2 a {float: left; padding: 1px; margin-top:6px; display: block; letter-spacing: 0px; font-family: 'homenaje'; font-size: 12px; text-align: center; width: 42px; background-color: {color:linkbg}; color: {color:textlink}; text-decoration: none; text-transform: uppercase; line-height: 18px; height: 18px; overflow: hidden; border:1px solid {color:background}; margin-left:-2px; }
  602.  
  603. #dai2 a:hover{text-align: center; background-color: {color:background}; color: {color:linktexthover};}
  604.  
  605. #dai3 {width: 220px; float: left; margin-left:2px; margin-top: -50px; padding: 0px; text-align: center; position: absolute; -moz-border-bottom-right-radius: 60px; border-bottom-right-radius: 60px; -moz-border-top-right-radius: 60px; border-top-right-radius: 60px; z-index: 1; -moz-transition: opacity .1s ease-in-out; -o-transition: opacity .1s ease-in-out; transition: opacity .1s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in; height:26px;
  606. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
  607.  
  608. #dai3 a {float: left; padding: 1px; margin-top:6px; display: block; letter-spacing: 0px; font-family: 'homenaje'; font-size: 12px; text-align: center; width: 20px; background-color: {color:linkbg}; color: {color:textlink}; text-decoration: none; text-transform: uppercase; line-height: 18px; height: 20px; overflow: hidden; border:1px solid {color:background}; margin-left:-2px; }
  609.  
  610. #dai3 a:hover{text-align: center; background-color: {color:background}; color: {color:linktexthover};}
  611.  
  612.  
  613. #dingo {width: 220px; float: left; margin-left:2px; margin-top: -50px; padding: 0px; text-align: center; position: absolute; -moz-transition: opacity .1s ease-in-out; -o-transition: opacity .1s ease-in-out; transition: opacity .1s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in; height:26px;
  614. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; }
  615.  
  616. #dingo a {float: left; padding: 1px; margin-top:6px; display: block; letter-spacing: 0px; font-family: 'homenaje'; font-size: 12px; text-align: center; width: 15px; background-color: {color:linkbg}; color: {color:textlink}; text-decoration: none; text-transform: uppercase; line-height: 18px; height: 20px; overflow: hidden; border:1px solid {color:background}; margin-left:-2px; }
  617.  
  618. #dingo a:hover{text-align: center; background-color: {color:background}; color: {color:linktexthover};}
  619.  
  620.  
  621.  
  622.  
  623.  
  624. .li {opacity: 1}
  625. .li2 {opacity: 0.8}
  626. .li3 {opacity: 0.6}
  627. .li4 {opacity: 0.8}
  628. .li5 {opacity: 1}
  629.  
  630. #luz {width: 160px; text-align: center; margin-top:197px; margin-bottom: -2px; font-family: verdana; font-size: 9px; color: {color:text}; letter-spacing: 0px; text-transform: none; -webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in; margin-left: 15px;}
  631.  
  632. #luz a:hover{ opacity: 0.8; }
  633.  
  634.  
  635. #faixa {margin-top: 50px; margin-left: -10px; position: fixed; background-color: {color:bobsponja}; height: 140px; width:354px; }
  636.  
  637. #faixa2 {margin-top: -50px; margin-left: 50px; position: fixed; background-color: {color:bobsponja}; height: 2000px; width:30px; }
  638.  
  639. @font-face {
  640. font-family: 'Give You Glory';
  641. font-style: normal;
  642. font-weight: norAmal;
  643. src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
  644. }
  645.  
  646.  
  647. #tti {position: fixed; margin-left:75px; margin-top:270px; padding:5px; line-height:15px; font-size:15px; font-family: georgia; text-align:center; width:311px; background-color: {colorfundo}; z-index:0000000; color: {color:frase};-webkit-transform: rotate(90deg); }
  648.  
  649.  
  650.  
  651. #descr {width:200px; height: 200px; margin-left:57px; margin-top:370px; position:fixed; color: {color:frase}; background-color: {color:fundo}; z-index: 0; font-family: tahoma; font-size:10px;text-transform: none; border-left:0px solid; border-right:0px solid; z-index:0; padding:3px; width: 157px; height:100px; border: 0px solid {color:border};}
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663. /** estilo de ask by htmland **/
  664. @font-face {font-family: "tinytots"; src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf')}
  665. .hlanswer {background: #bebebe color: {color:text}; background: {color:ask}; width: 385px; font: normal 10px arial; margin-bottom: 2px; padding-top: 8px; padding-left: 13px; padding-bottom: 13px; text-align: justify; display: block; overflow: hidden; border-top: 2px solid #bebebe;}
  666. .hlanswer img {border: 2px solid #bebebe; float: right; margin-top: -15px; margin-left: 13px; margin-bottom: -13px; opacity: 0.8; }
  667. .hlanswer img:hover {opacity: 1.0}
  668. .hlanswerinfo {background: transparent; padding: 3px; float: left; display: inline-block; width: auto; color: {color:text}; font: normal 10px "tahoma"; text-transform: none; margin-bottom: -1px}
  669. .hlanswerinfo a {color: {color:text};}
  670.  
  671. #cima {z-index: 90; margin-top: 900px; background-color:{color:background}; width: 1320px; height: 50px; padding: 0px; position: fixed; margin-left: 100px;}
  672. #cima2 { width: 696px; -webkit-border-radius: 0px 0px 0px 0px; margin-left: 261px; height: 1px; margin-top: 0px; float:left; text-align: right; background-color: {color:sidebar}; font-size: 9px; position:fixed; padding: 5px; color: {color:text}; font-family: {font:text}}
  673.  
  674. #oi {position: fixed; margin-left: 0px; margin-top: 100px; display: none;}
  675.  
  676. #bebe {position: absolute; width: 200px; margin-left: -10px; margin-top: -176px; padding: 0px; text-align: center; z-index:3;}
  677. #bebe a {float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-right: 0px; margin-bottom: 0px;margin-top: 247px; width: 46px; background-color: {color:bglink}; color: {color:linktext}; text-decoration: none; text-transform: uppercase; height: 18px; line-height: 20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  678. #bebe a:hover{text-align: center; background-color: {color:linkbghover}; color: {color:linksshover};text-shadow:6px 5px 9px #000;}
  679.  
  680.  
  681. #bebe2 {position: absolute; margin-left: -88px; margin-top: 450px; padding: 0px; text-align: center; z-index:3;}
  682. #bebe2 a {float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-right: 0px; margin-bottom: 1px;margin-top: 217px; width: 48px; background-color: {color:linkbg}; color: {color:linktext}; text-decoration: none; text-transform: uppercase; height: 20px; line-height: 20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
  683. #bebe2 a:hover{text-align: center; background-color: {color:linkbghover}; color: {color:linktexthover};text-shadow:6px 5px 9px #000; }
  684.  
  685.  
  686.  
  687.  
  688. .links1 {position: absolute; width: 20px; margin-left:90px; margin-top:245px; padding: 0px; text-align: center; z-index:3;}
  689. .links1 a {float: left; display: block; letter-spacing: 0px; font-size:12px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 70px; background-color: {color:background}; color: {color:linktext1}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  690. .links1 a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
  691.  
  692. .links2 {position: absolute; width: 20px; margin-left:161px; margin-top:245px; padding: 0px; text-align: center; z-index:3;}
  693. .links2 a {float: left; display: block; letter-spacing: 0px; font-size:12px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 70px; background-color: {color:background}; color: {color:linktext1}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  694. .links2 a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
  695.  
  696. .links3 {position: absolute; width: 20px; margin-left:90px; margin-top:261px; padding: 0px; text-align: center; z-index:3;}
  697. .links3 a {float: left; display: block; letter-spacing: 0px; font-size:12px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 70px; background-color: {color:background}; color: {color:linktext1}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  698. .links3 a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
  699.  
  700. .links4 {position: absolute; width: 20px; margin-left:161px; margin-top:261px; padding: 0px; text-align: center; z-index:3;}
  701. .links4 a {float: left; display: block; letter-spacing: 0px; font-size:12px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 70px; background-color: {color:background}; color: {color:linktext1}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  702. .links4 a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
  703.  
  704. .links5 {position: absolute; width: 20px; margin-left:90px; margin-top:277px; padding: 0px; text-align: center; z-index:3;}
  705. .links5 a {float: left; display: block; letter-spacing: 0px; font-size:12px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 70px; background-color: {color:background}; color: {color:linktext1}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  706. .links5 a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
  707.  
  708. .links6 {position: absolute; width: 20px; margin-left:161px; margin-top:277px; padding: 0px; text-align: center; z-index:3;}
  709. .links6 a {float: left; display: block; letter-spacing: 0px; font-size:12px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 70px; background-color: {color:background}; color: {color:linktext1}; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  710. .links6 a:hover{text-align: center; background-color: {color:linkbghover}; color:{color:linktexthover}; letter-spacing:0px; transform: rotateY(180deg); -webkit-transform: rotateX(180deg); opacity: 0.3}
  711.  
  712.  
  713.  
  714. #sdbarsi {font-family: verdana; color: {color:textdescription}; font-size:7px; padding: 3px 3px 4px 3px; width: 110px; height: 7px; margin-top: 120px; margin-left: 220px; font-family: arial; z-index: 200; position: fixed; text-align: center; text-transform: uppercase; letter-spacing: 1px}
  715. #sdbarsi a{font-family: arial; font-size: 8px; letter-spacing: 1px}
  716.  
  717. #credit {width: 100px; margin-left: 163px; height: 20px; margin-top:550px; float:left; text-align: center; font-size: 9px; position:fixed; padding: 4px; font-family:tahoma; color:{color:text}; overflow:hidden; z-index:1000; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
  718.  
  719.  
  720.  
  721.  
  722.  
  723. .credittex {margin-top: -2px; letter-spacing: 0px; text-align: center; font-family: tahoma; font-size: 10px; color:#000; }
  724. .credittex a{color:{color:frase};}
  725.  
  726.  
  727. .credit {
  728. position:fixed !important;
  729. margin-left: 1028px;
  730. margin-top: 1000px;
  731. margin-bottom: -5px;
  732. font-size: 9px;
  733. width: 49px;
  734. height: 15px;
  735. padding: 1px 3px 3px 2px;
  736. font-family: verdana;
  737. color: #000000;
  738. text-align: center;
  739. background-color: {color:sidebar};
  740. -webkit-transition: all 0.5s ease;
  741. }
  742.  
  743. ::-webkit-scrollbar{width:5px;height:5px;}
  744. ::-webkit-scrollbar-button:start:decrement
  745. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  746. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  747. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  748. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  749.  
  750. #tumblr_controls{position: fixed!important}
  751. #tumblr_controls{position: fixed!important}
  752. #tumblr_controls{position: fixed!important}
  753. #tumblr_controls{position: fixed!important}
  754.  
  755. #info {position:absolute; font-size:9px; font-family: verdana; margin-left:300px; opacity:0; width: 250px; margin-bottom:0px; margin-top:0px; display:inline; text-align:center; padding:6px; padding-top: 7px; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; z-index: 4000; background-color: {color:post}; color:{color:text};}
  756. #info a {background-color: {color:post}; color:{color:text}}
  757. #info a:hover {color: {color:link hover}}
  758.  
  759.  
  760.  
  761.  
  762. </style>
  763.  
  764. </head>
  765.  
  766.  
  767. <body>
  768.  
  769.  
  770.  
  771.  
  772. <div id="tudo">
  773. <div id="msd">
  774. </div>
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782. </div></div>
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789. <div id="side">
  790.  
  791.  
  792.  
  793. <div class="photo">
  794. <div id="link">
  795. <a href="{text:link1}">{text:link1 title}</a>
  796. </div><div id="link2">
  797. <a href="{text:link2}">{text:link2 title}</a>
  798. </div><div id="link3">
  799. <a href="{text:link3}">{text:link3 title}</a>
  800. </div><div id="link4">
  801. <a href="{text:link4}">{text:link4 title}</a>
  802. </div><div id="link5">
  803. <a href="{text:Link5}">{text:Link5 Title}</a>
  804. </div><div id="link6">
  805. <a href="{text:Link6}">{text:Link6 Title}</a>
  806.  
  807. </div>
  808.  
  809. <img src="{image:fotinha}">
  810. </div></div>
  811.  
  812.  
  813.  
  814.  
  815. </div></div>
  816.  
  817.  
  818.  
  819.  
  820. </div></div>
  821.  
  822. <div id="descr" title="this is me">{description}</div>
  823. <div id="tti">{text:titulo}</div>
  824.  
  825. <div id="text"><a href="http://p-sicanalise.tumblr.com" title=""> <font color="{color:text}"> <u>THEME</u> </a><font color="{color:tags}"></font></a></div></font>
  826.  
  827.  
  828.  
  829.  
  830.  
  831. </div>
  832. <font color="{color:tags}">
  833. <div id="pagina"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"alt="" title="previous page baby">←</a>{/block:PreviousPage}{/block:Pagination}
  834.  
  835. {block:JumpPagination length="0"} {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:Pagination}{block:NextPage}<a href="{NextPage}"alt="" title="next page baby">→</a>{/block:NextPage}{/block:Pagination}</div></div>
  836.  
  837. </div>
  838. </font>
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845. </a></div>
  846. <div id="entries">
  847. {block:Posts}
  848. <div class="danpost">
  849.  
  850. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body} <div id="infu">
  851. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCount}</a> <font color="{color:tags}">♥</font> · {block:RebloggedFrom}<font color="{color:tags}">(</font><a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a><font color="{color:tags}">)</font>{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  852. </div>{/block:Text}
  853.  
  854. {block:Photo}{LinkOpenTag} <div id="info">
  855. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCount}</a> <font color="{color:tags}">♥</font> · {block:RebloggedFrom}<font color="{color:tags}">(</font><a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a><font color="{color:tags}">)</font>{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  856. </div>
  857.  
  858. <div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  859.  
  860. {block:Photoset} <div id="info">
  861. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCount}</a> <font color="{color:tags}">♥</font> · {block:RebloggedFrom}<font color="{color:tags}">(</font><a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a><font color="{color:tags}">)</font>{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  862. </div> {Photoset-400} {/block:Photoset}
  863.  
  864.  
  865. {block:Quote}
  866. <div class="qquote"alt="" title="delicate" >{Quote}</div>
  867. {block:Source}<div class="qsource"alt="" title="via" ><font color="{color:tags}">~ {Source}</font> ♡ </div>{/block:Source}
  868.  
  869. <div id="infu">
  870. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCount}</a> <font color="{color:tags}">♥</font> · {block:RebloggedFrom}<font color="{color:tags}">(</font><a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a><font color="{color:tags}">)</font>{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  871. </div>
  872. {/block:Quote}
  873.  
  874. {/block:quote}
  875.  
  876. {block:Link}
  877. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  878. {block:Description}{Description}{/block:Description}
  879. <div id="infu">
  880. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCount}</a> <font color="{color:tags}">♥</font> · {block:RebloggedFrom}<font color="{color:tags}">(</font><a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a><font color="{color:tags}">)</font>{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  881. </div>
  882. {/block:Link}
  883.  
  884. {block:Chat}
  885. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  886. <div class="chat"><ul>{block:Lines}
  887. <li class="person{UserNumber}">{block:Label}
  888. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  889. <div id="infu">
  890. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCount}</a> <font color="{color:tags}">♥</font> · {block:RebloggedFrom}<font color="{color:tags}">(</font><a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a><font color="{color:tags}">)</font>{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  891. </div>
  892. {/block:Chat}
  893.  
  894. {block:Audio}
  895. <div class="player">{AudioPlayerBlack}</div>
  896. {block:Caption}{Caption}{/block:Caption}
  897. <div id="infu">
  898. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCount}</a> <font color="{color:tags}">♥</font> · {block:RebloggedFrom}<font color="{color:tags}">(</font><a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a><font color="{color:tags}">)</font>{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  899. </div>
  900. {/block:Audio}
  901.  
  902. {block:Video}{Video-500}{/block:Video}
  903.  
  904.  
  905. {block:Answer}
  906. <div class="hlanswerinfo">{Asker} asked to me:</div>
  907. <div class="hlanswer">
  908. <img src="{AskerPortraitURL-64}">
  909. {Question}
  910. </div>
  911. {Answer}
  912.  
  913. <div id="infu">
  914. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCount}</a> <font color="{color:tags}">♥</font> · {block:RebloggedFrom}<font color="{color:tags}">(</font><a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a><font color="{color:tags}">)</font>{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  915. </div>
  916. {/block:Answer}
  917.  
  918. <div id="cap">
  919. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  920. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  921. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  922.  
  923.  
  924.  
  925.  
  926. </div></div>
  927.  
  928.  
  929.  
  930. {/block:Posts}
  931. {block:PostNotes}<div class="notes"></div>{/block:PostNotes}
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940. </div>
  941. </div>
  942. </div>
  943. </div>
  944. </div>
  945. </div>
  946.  
  947. </body>
  948. </html>
Add Comment
Please, Sign In to add comment