iea-themes

theme 14 - Hover dose

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