Don't like ads? PRO users don't see any ads ;-)
Guest

affectingyou-theme19 Feliz navidad

By: JoyRachel on Dec 20th, 2011  |  syntax: None  |  size: 32.49 KB  |  hits: 8,137  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5.  <! Theme por Affecting You | não copie ou disponibilize !>
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
  8. <script>
  9. function bloqueio()
  10. {alert(mensagem);}
  11. document.onkeydown=bloqueio;
  12. </script><meta http-equiv="x-dns-prefetch-control" content="off"/>
  13.  
  14.  
  15. <script type="text/javascript">
  16. //desabilita menu de opcoes ao clicar no botao direito
  17. function desabilitaMenu(e)
  18. {
  19. if (window.Event)
  20. {
  21. if (e.which == 2 || e.which == 3)
  22. return false;
  23. }
  24. else
  25. {
  26. event.cancelBubble = true
  27. event.returnValue = false;
  28. return false;
  29. }
  30. }
  31. document.oncontextmenu = desabilitaMenu;
  32. document.onmousedown = desabilitaBotaoDireito;
  33. document.onmouseup = desabilitaBotaoDireito;
  34. </script>
  35.  
  36.  
  37. <script language="JavaScript1.2">
  38. function disableselect(e){
  39. return false
  40. }
  41. function reEnable(){
  42. return true
  43. }
  44. //if IE4+
  45. document.onselectstart=new Function ("return false")
  46. //if NS6
  47. if (window.sidebar){
  48. document.onmousedown=disableselect
  49. document.onclick=reEnable
  50. }
  51. </script>
  52.  
  53. <script src="http://cufon.shoqolate.com/js/cufon-yui.js" type="text/javascript"></script><script src="http://static.tumblr.com/ourf1ma/MmUlthg9c/arsenale-white.cufonfonts.js"
  54. type="text/javascript"></script><script type="text/javascript">Cufon.replace('.cufon');</script>
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62. <script type="text/javascript">
  63.  
  64.  
  65. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  66.  
  67.  
  68.  
  69.  
  70. function tb8_makeArray(n){
  71.  
  72.  
  73. this.length = n;
  74.  
  75.  
  76. return this.length;
  77.  
  78.  
  79. }
  80.  
  81.  
  82.  
  83.  
  84. tb8_messages = new tb8_makeArray(1);
  85.  
  86.  
  87.  
  88.  
  89. tb8_messages[0] = "{Title}";
  90.  
  91.  
  92.  
  93.  
  94. tb8_rptType = 'infinite';
  95.  
  96.  
  97.  
  98.  
  99. tb8_rptNbr = 5;
  100.  
  101.  
  102.  
  103.  
  104. tb8_speed = 100;
  105.  
  106.  
  107.  
  108.  
  109. tb8_delay = 2000;
  110.  
  111.  
  112.  
  113.  
  114. var tb8_counter=1;
  115.  
  116.  
  117.  
  118.  
  119. var tb8_currMsg=0;
  120.  
  121.  
  122.  
  123.  
  124. var tb8_tekst ="";
  125.  
  126.  
  127.  
  128.  
  129. var tb8_i=0;
  130.  
  131.  
  132.  
  133.  
  134. var tb8_TID = null;
  135.  
  136.  
  137.  
  138.  
  139. function tb8_pisi(){
  140.  
  141.  
  142.  
  143.  
  144. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  145.  
  146.  
  147.  
  148.  
  149. document.title = tb8_tekst;
  150.  
  151.  
  152.  
  153.  
  154. tb8_sp=tb8_speed;
  155.  
  156.  
  157.  
  158.  
  159. tb8_i++;
  160.  
  161.  
  162.  
  163.  
  164. if (tb8_i==tb8_messages[tb8_currMsg].length){
  165.  
  166.  
  167.  
  168.  
  169. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  170.  
  171.  
  172.  
  173.  
  174. }
  175.  
  176.  
  177.  
  178.  
  179. if (tb8_currMsg == tb8_messages.length){
  180.  
  181.  
  182.  
  183.  
  184. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  185.  
  186.  
  187.  
  188.  
  189. clearTimeout(tb8_TID);
  190.  
  191.  
  192.  
  193.  
  194. return;
  195.  
  196.  
  197.  
  198.  
  199. }
  200.  
  201.  
  202.  
  203.  
  204. tb8_counter++;
  205.  
  206.  
  207.  
  208.  
  209. tb8_currMsg = 0;
  210.  
  211.  
  212. }
  213.  
  214.  
  215.  
  216.  
  217. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  218.  
  219.  
  220.  
  221.  
  222. }
  223.  
  224.  
  225.  
  226.  
  227. tb8_pisi()
  228.  
  229.  
  230.  
  231.  
  232. </script>
  233.  
  234.  
  235.  
  236.  
  237. <html xmlns="http://www.wd3.org/1999/xhtml" xml:lang="en" lang="en">
  238.  
  239. <head> <!-- DEFAULT VARIABLES -->
  240. <meta name="font:body" content="verdana" />
  241. <meta name="font:body2" content="verdana" />
  242. <meta name="font:title" content="georgia" />
  243.  
  244. <meta name="color:background" content="#F7F7F7" />
  245. <meta name="color:text" content="#9C9C9C" />
  246. <meta name="color:entry" content="#FFFFFF" />
  247. <meta name="color:linkbackground" content="#6B6B6B" />
  248. <meta name="color:quote" content="#6D6D6D" />
  249. <meta name="color:link" content="#D68C8C" />
  250. <meta name="color:linkhover" content="#FFFFFF" />
  251. <meta name="color:sbar" content="#FFFFFFF" />
  252. <meta name="color:boxborder" content="#A5CABA" />
  253. <meta name="color:boxtext" content="#7C7C7C" />
  254. <meta name="color:boxbackground" content="#F1F1F1" />
  255. <meta name="color:scroll" content="#A5CABA" />
  256. <meta name="color:scrollbackground" content="#FFFFFF" />
  257. <meta name="color:borderfrase" content="#000000" />
  258. <meta name="color:barra1" content="#A5CABA" />
  259. <meta name="color:barra2" content="#DF8989" />
  260. <meta name="color:sidebarlinks" content="#FFFFFF" />
  261. <meta name="color:bgsidebarlinks" content="#D45151" />
  262. <meta name="color:sidebarlinkshover" content="#FFFFFF" />
  263. <meta name="color:backsidebarlinkshover" content="#489E83" />
  264. <meta name="color:lateral1" content="#D43939" />
  265. <meta name="color:lateral2" content="#95C2A8" />
  266. <meta name="color:phrase" content="#FFFFFF" />
  267. <meta name="color:bgphrase" content="#83B99B" />
  268.  
  269. <meta name="if:Show tags" content="1"/>
  270. <meta name="if:Show Search" content="0"/>
  271.  
  272. <meta name="image:sidebar 1" content="http://static.tumblr.com/1mpybhj/kQTlwisvg/1.gif"/>
  273. <meta name="image:sidebar 2" content="http://static.tumblr.com/1mpybhj/Yaqlwisvs/2.gif"/>
  274. <meta name="image:sidebar 3" content="http://static.tumblr.com/1mpybhj/kQTlwisvg/1.gif"/>
  275. <meta name="image:sidebar 4" content="http://static.tumblr.com/1mpybhj/Yaqlwisvs/2.gif"/>
  276. <meta name="image:sidebar 5" content="http://static.tumblr.com/1mpybhj/kQTlwisvg/1.gif"/>
  277. <meta name="image:sidebar 6" content="http://static.tumblr.com/1mpybhj/Yaqlwisvs/2.gif"/>
  278. <meta name="image:pattern1" content=""/>
  279. <meta name="image:background" content=""/>
  280.  
  281. <meta name="text:titulo" content="Rainy day and I'm" />
  282. <meta name="text:subtitulo" content="watching as my tears fall down the window pane" />
  283. <meta name="text:frase1" content="feliz natal!" />
  284. <meta name="text:Link1" content="/" />
  285. <meta name="text:Link1 Title" content="link1" />
  286. <meta name="text:Link2" content="/" />
  287. <meta name="text:Link2 Title" content="link2" />
  288. <meta name="text:Link3" content="/" />
  289. <meta name="text:Link3 Title" content="link3" />
  290. <meta name="text:Link4" content="/" />
  291. <meta name="text:Link4 Title" content="link4" />
  292. <meta name="text:Link5" content="/" />
  293. <meta name="text:Link5 Title" content="link5" />
  294. <meta name="text:Link6" content="/" />
  295. <meta name="text:Link6 Title" content="link6" />
  296. <meta name="text:Link7" content="/" />
  297. <meta name="text:Link7 Title" content="link7" />
  298. <meta name="text:Link8" content="/" />
  299. <meta name="text:Link8 Title" content="link8" />
  300.  
  301.         <title>{Title}</title>
  302.         <link rel="shortcut icon" href="{Favicon}">
  303.         {block:Description}
  304.             <meta name="description" content="{MetaDescription}" />
  305. <script language="JavaScript1.2">
  306. function disableselect(e){
  307. return false
  308. }
  309. function reEnable(){
  310. return true
  311. }
  312. //if IE4+
  313. document.onselectstart=new Function ("return false")
  314. //if NS6
  315. if (window.sidebar){
  316. document.onmousedown=disableselect
  317. document.onclick=reEnable
  318. }
  319. </script><script type="text/javascript">
  320. //desabilita menu de opcoes ao clicar no botao direito
  321. function desabilitaMenu(e)
  322. {
  323. if (window.Event)
  324. {
  325. if (e.which == 2 || e.which == 3)
  326. return false;
  327. }
  328. else
  329. {
  330. event.cancelBubble = true
  331. event.returnValue = false;
  332. return false;
  333. }
  334. }
  335.  
  336. //desabilita botao direito
  337. function desabilitaBotaoDireito(e)
  338. {
  339. if (window.Event)
  340. {
  341. if (e.which == 2 || e.which == 3)
  342. return false;
  343. }
  344. else
  345. if (event.button == 2 || event.button == 3)
  346. {
  347. event.cancelBubble = true
  348. event.returnValue = false;
  349. return false;
  350. }
  351. }
  352.  
  353. //desabilita botao direito do mouse
  354. if ( window.Event )
  355. document.captureEvents(Event.MOUSEUP);
  356. if ( document.layers )
  357. document.captureEvents(Event.MOUSEDOWN);
  358.  
  359. document.oncontextmenu = desabilitaMenu;
  360. document.onmousedown = desabilitaBotaoDireito;
  361. document.onmouseup = desabilitaBotaoDireito;
  362. </script>
  363.         {/block:Description}
  364.  
  365.  
  366.  
  367.  
  368.     <style type="text/css">
  369.  
  370.  
  371. body {background-color: {color:background};color:{color:text};font-family: verdana;font-size: 11px;text-align: center;line-height:120%;margin:0;padding:0;background-image:url('{image:background}');background-attachment: fixed} a, a:link, a:active, a:visited {color:{color:link};text-transform: none;text-decoration: none} a:hover {background-color:{color:linkhover};padding: 1px 0 1px 0;text-decoration: none} img a{border:0px;}img a:hover{border:0px;} b{text-transform: block; color:{color:bold}}i{text-transform: italic; color:{color:text}}p{margin:2px 0 2px 0}blockquote{margin:5px 5px 2px 2px; padding: 1px 0 3px 6px; border-left: 2px solid {color:entry}}
  372.  
  373.  
  374. #pagin {
  375. position: left;
  376. margin-left: 40px;
  377. top: 350px;
  378. width: 420px;
  379. height: 15px;
  380. background-color:{color:background};
  381. text-align: center;
  382. border: 1px solid {color:sidebar};
  383. position: fixed;
  384. }
  385.  
  386. #paginacao {
  387. margin-left: -1px;
  388. margin-top: 335px;
  389. width: 436px;
  390. left: 10px;
  391. background-color: {color:entry};
  392. position: fixed;
  393. height: 30px;
  394. }
  395.  
  396. #paginacao1{
  397. position: left;
  398. margin-left: 5px;
  399. top: 432px;
  400. width: 424px;
  401. height: 15px;
  402. background-color:{color:entry};
  403. text-align: center;
  404. border: 1px solid {color:boxborder};
  405. position: fixed;
  406. }
  407.  
  408. .sidebarpages{
  409. margin: 1px 0 0 0;
  410. text-align: center;
  411. font-family:verdana;
  412. color: {color:text}
  413. }
  414. .sidebarpages a{
  415. text-decoration: none;
  416. color:{color:link}
  417. }
  418. .sidebarpages a:hover{
  419. color:{color:linkbackground};
  420. background-color: transparent
  421. }
  422.  
  423. #phrase{
  424. background-color: {color:frase1};
  425. letter-spacing: 2px;
  426. color: #FFFFFF;
  427. width:265px;
  428. height:45px;
  429. position: fixed;
  430. padding-top: 1px;
  431. padding-bottom: 1px;
  432. -webkit-transition: all 0.4s ease-out;
  433. -moz-transition: all 0.4s ease-out;
  434. margin-left: 5px;
  435. font-family: verdana;
  436. font-size: 9px;
  437. margin-top: 35px;
  438. z-index: 2;
  439. }
  440.  
  441. #phrase:hover {
  442. background-color: transparent;
  443. height: 30px;
  444. color: transparent;
  445. }
  446.  
  447. .phrase1 {
  448. text-align: justify;
  449. font-size: 9px;
  450. position: fixed;
  451. color: transparent;
  452. width: 265px;
  453. margin-top: 1px;
  454. margin-left: 5px;
  455. }
  456.  
  457. .phrase1:hover {
  458. color: {color:text};
  459. font-size: 9px;
  460. text-align: justify;
  461. }
  462.  
  463. #frase1 {
  464. position: left;
  465. margin-left: 5px;
  466. top: 240px;
  467. width: 372px;
  468. height: 7px;
  469. background-color:{color:barra1};
  470. text-align: center;
  471. position: fixed;
  472. }
  473.  
  474. #frasea1 {
  475. color:#000000;
  476. width: 210px;
  477. margin-top: 2px;
  478. font-size: 9px;
  479. font-family: verdana;
  480. text-align: center;
  481. letter-spacing: 3px;
  482. font-style: bold;
  483. margin-bottom: 5px;
  484. opacity: 0.8;
  485. }
  486.  
  487. #frase2 {
  488. position: left;
  489. margin-left: 10px;
  490. top: 248px;
  491. width: 362px;
  492. height: 7px;
  493. background-color:{color:barra2};
  494. text-align: center;
  495. position: fixed;
  496. }
  497.  
  498. #frasea2 {
  499. color:#ffffff;
  500. width: 210px;
  501. margin-top: 2px;
  502. font-size: 9px;
  503. font-family: verdana;
  504. text-align: center;
  505. letter-spacing: 3px;
  506. font-style: bold;
  507. margin-bottom: 5px;
  508. opacity: 0.8;
  509. }
  510.  
  511. .linkbar {
  512. height:15px;
  513. left:10px;
  514. width:475px;
  515. position:fixed;
  516. background-color: {color:linkbar};
  517. top:40px;
  518. margin:auto;
  519. padding-bottom:2px;
  520. padding-top:2px;
  521. opacity:0.9;
  522. filter: alpha(opacity = 100);
  523. -webkit-transition: 0.3s ease-in;
  524. }
  525.  
  526. #linkks{
  527. text-align:center;
  528. display:inline-block;
  529. width:118px;
  530. color: #000;
  531. background-color: #fff;
  532. font-size: 10px;
  533. }
  534.  
  535. #linkks:hover #sublinks a:first-child{
  536. border-top:0px solid #fff;
  537. }
  538.  
  539. #linkks:hover #sublinks{
  540. opacity:1;
  541. margin-top:0px;
  542. -webkit-transition-duration:.2s;
  543. overflow:hidden;
  544. background-color:#fff;
  545. z-index:10;
  546. height:auto;
  547. }
  548.  
  549. .llinks{
  550. width: 500px;
  551. margin: 16px
  552. auto 3px auto;
  553. font-size: 9px;
  554. text-transform: none;
  555. margin-left:0px;
  556. }
  557.  
  558. .llinks a{
  559. display: block;
  560. text-decoration: none;
  561. font-family: verdana;
  562. color: {color:sidebarlinks};
  563. background-color: {color:bgsidebarlinks};
  564. padding: 2px 0px 2px 0px;
  565. margin: 0 0 1px 0;
  566. text-transform: lowercase;
  567. -webkit-transition: all 0.3s ease-out;
  568. -moz-transition: all 0.3s ease-out;
  569. }
  570.  
  571. .llinks a{
  572. display: block;
  573. text-decoration: none;
  574. font-family: verdana;
  575. color: {color:sidebarlinks};
  576. background-color: {color:bgsidebarlinks};
  577. padding: 2px 0px 2px 0px;
  578. margin: 0 0 1px 0;
  579. text-transform: lowercase;
  580. -webkit-transition: all 0.3s ease-out;
  581. -moz-transition: all 0.3s ease-out;
  582. }
  583.  
  584. .llinks a:hover{
  585. background-color: {color:backsidebarlinkshover};
  586. color:{color:sidebarlinkshover};
  587. text-transform: lowercase;
  588. -webkit-box-shadow: 0 0 1em ;
  589. box-shadow: 0 0 1em ;
  590. }
  591.  
  592. #sublinks{
  593. position:absolute;
  594. margin-top:-5px;
  595. opacity:1;
  596. margin-left:0px;
  597. width:118px;
  598. overflow:hidden;
  599. height:0px;
  600. }
  601.  
  602. #sublinks a{
  603. background-color: {color:bgsidebarlinks};
  604. color: {color:sidebarlinks};
  605. text-align:center;
  606. display:block;
  607. text-transform:lowercase;
  608. line-height:15px;
  609. padding: 2px 0px 2px 0px;
  610. font-size: 9px;
  611. font-family:verdana;
  612. }
  613.  
  614. #sublinks a:hover{
  615. border-bottom:1px solid #f5f5f5;
  616. text-transform:lowercase;
  617. color: {color:sidebarlinkshover};
  618. background-color:{color:backsidebarlinkshover};
  619. padding: 1px 0px 1px 0px;
  620. }
  621.  
  622. .llinks{
  623. width: 475px;
  624. margin: 3px auto 3px auto;
  625. font-size: 9px;
  626. text-transform: none;
  627. text-align: center;
  628. }
  629.  
  630. .llinks a{
  631. display: block;
  632. text-decoration: none;
  633. background-color: {color:bgsidebarlinks};
  634. padding: 2px 0px 2px 0px;
  635. margin: 0 0 1px 0;
  636. color: {color:sidebarlinks};
  637. }
  638.  
  639. .llinks a:hover{ background-color: {color:backsidebarlinkshover}; color: {color:sidebarlinkshover}; text-transform: lowercase; -webkit-box-shadow: 0 0 1em #FFFFFF;  box-shadow: 0 0 1em #FFFFFF;}
  640.  
  641.  
  642. #sidebarfr{
  643. margin-left: 0px;
  644. margin-top: 0px;
  645. width: 275px;
  646. float: left;
  647. background-color: {color:entry};
  648. padding: 0px;
  649. position: fixed;
  650. height: 18px;
  651. }
  652.  
  653. .sidebarfrtext {
  654. margin: 3px 3px 3px 3px;
  655. font-family: verdana;
  656. font-size: 10px;
  657. text-align: center;
  658. border-left: 7px solid {color:borderfrase};
  659. border-right: 7px solid {color:borderfrase};
  660. }
  661.  
  662. #slinks{
  663. text-align:center;
  664. margin: 100px 0 0px 0;
  665. margin-left: 345px;
  666. width: 150px;
  667. position: fixed;
  668. top: -66px;
  669. display: line;
  670. height: 15px;
  671. }
  672.  
  673. .slinks a{
  674. font-size: 9px;
  675. font-family:verdana;
  676. text-transform: lowercase;
  677. display: block;
  678. list-style: none;
  679. text-decoration: none;
  680. color:{color:sidebarlinks};
  681. background-color: {color:bgsidebarlinks};
  682. opacity: 0.8;
  683. filter:alpha (opacity=80);
  684. padding: 0px 0 1px 10px;
  685. margin:0 0px 2px 0;
  686. letter-spacing: 2px;
  687. }
  688.  
  689. .slinks a:hover{
  690. font-size: 9px;
  691. font-family: verdana;
  692. text-transform: lowercase;
  693. display: block;
  694. list-style: none;
  695. text-decoration: none;
  696. color:{color:sidebarlinkshover};
  697. background-color: {color:backsidebarlinkshover};
  698. padding: 1px 0 1px 15px;
  699. margin:0 0 1px 0;
  700. letter-spacing: 3px;
  701. text-align:center;
  702. }
  703.  
  704.  
  705. #mastertit {
  706. font-size: 29px;
  707. text-align: center;
  708. margin-left: 0px;
  709. text-transform: none;
  710. line-height:31px;
  711. padding:5px;
  712. font-family: georgia;
  713. color: (color:title);
  714. background-color: transparent;
  715. }
  716.  
  717. #mastertit:hover{
  718. font-style:italic;
  719. }
  720.  
  721.  
  722.  
  723.  
  724. #titlebar {
  725. margin-left: 105px;
  726. margin-top: 176px;
  727. width: 380px;
  728. left: 10px;
  729. background-color: {color:entry};
  730. position: fixed;
  731. height: 32px;
  732. }
  733.  
  734.  
  735. #titulo {
  736. font-size: 29px;
  737. text-align: center;
  738. margin-left: 0px;
  739. text-transform: none;
  740. line-height:31px;
  741. padding:5px;
  742. font-family: georgia;
  743. color: (color:sidebartext);
  744. background-color: {color:entry};
  745. }
  746.  
  747. #titulo:hover{
  748. font-style:italic;
  749. }
  750.  
  751. #subtitle {
  752. margin-left: 0px;
  753. font-size: 9px;
  754. line-height:25px;
  755. text-align: center;
  756. text-transform: none;
  757. color: {color:text};
  758. background-color: {color:entry};
  759. padding:0px;
  760. font-family: verdana;
  761. margin-top: -1px;
  762. }
  763.  
  764. #subtitle {
  765. margin-left: 0px;
  766. font-size: 9px;
  767. line-height:20px;
  768. text-align: center;
  769. text-transform: lowercase;
  770. letter-spacing: 2px;
  771. }
  772.  
  773. #pagination {
  774. margin-left: 0px;
  775. font-size: 16px;
  776. line-height:10px;
  777. text-align: center;
  778. font-family: georgia;
  779. text-transform: none;
  780. color: {color:text};
  781. background-color: {color:entry};
  782. padding:0px;
  783. font-family: verdana;
  784. margin-top: -1px;
  785. }
  786.  
  787. #pagination {
  788. margin-left: 0px;
  789. font-size: 12px;
  790. line-height:20px;
  791. font-family: georgia;
  792. text-align: center;
  793. text-transform: lowercase;
  794. letter-spacing: 0px;
  795. }
  796.  
  797. #sidebarr {
  798. left: 10px;
  799. margin-top: 40px;
  800. width: 475px;
  801. text-align: left;
  802. background-color: {color:entry};
  803. padding: 0px;
  804. position: fixed;
  805. height: 160px;
  806. }
  807.  
  808.  
  809. #sidebar{
  810. left: 115px;
  811. margin-top: 259px;
  812. width: 380px;
  813. text-align: left;
  814. background-color: {color:entry};
  815. padding: 0px;
  816. position: fixed;
  817. height: 130px;
  818. }
  819.  
  820.  
  821. .sidebarimg {
  822. overflow: auto;
  823. width: 365px;
  824. height: 115px;
  825. text-align: left;
  826. margin: 5px;
  827. border: 1px solid {color:boxborder};
  828. padding: 3px 0px 0px 3px;
  829. background-color: {color:boxbackground};
  830. }
  831.  
  832. .sidebarimg img{
  833. width: auto;
  834. max-height:112px;
  835. display: inline;
  836. overflow: auto;
  837. margin-bottom: 3px;
  838. }
  839.  
  840. .sidebarimg2 {
  841. overflow: auto;
  842. height: 145px;
  843. text-align: left;
  844. margin: 5px;
  845. border: 1px solid {color:boxborder};
  846. padding: 3px 0px 0px 3px;
  847. background-color: {color:boxbackground};
  848. }
  849.  
  850. .sidebarimg2 img{
  851. max-height: 142px;
  852. width: auto;
  853. display: inline;
  854. overflow: auto;
  855. margin-bottom: 3px;
  856. }
  857.  
  858. #sidebardescrii{
  859. left: 10px;
  860. margin-top: 570px;
  861. width: 465px;
  862. float: left;
  863. background-color: {color:entry};
  864. padding: 0px;
  865. position: fixed;
  866. height: 90px;
  867. }
  868.  
  869. #sidebardescri{
  870. left: 115px;
  871. margin-top: 46px;
  872. width: 225px;
  873. float: left;
  874. background-color: {color:entry};
  875. padding: 0px;
  876. position: fixed;
  877. height: 127px;
  878. }
  879.  
  880. .sidebardescri1{
  881. margin: 5px;
  882. padding: 5px;
  883. text-align: justify;
  884. font-size: 9px;
  885. font-family: {font:body2};
  886. border: 1px solid {color:boxborder};
  887. padding: 3px;
  888. background-color: {color:boxbackground};
  889. color: {color:boxtext};
  890. overflow: auto;
  891. height: 108px;
  892. }
  893.  
  894. .sidebardescri1 a{
  895. font-size: 9px; {font:body2};
  896. }
  897.  
  898.  
  899. #sidebarcredit{
  900. margin-left: 105px;
  901. margin-top: 394px;
  902. width: 380px;
  903. left: 10px;
  904. background-color: {color:entry};
  905. position: fixed;
  906. height: 36px;
  907. }
  908.  
  909. #sidebarcredit a{font-size: 9px;}
  910.  
  911. .stitle {
  912. padding:10px;
  913. width:437px;
  914. height:auto;
  915. margin-left:0px;
  916. margin-top:-1px;
  917. color:{color:stitle};
  918. font-family:verdana;
  919. font-size:9px;
  920. letter-spacing:2px;
  921. background-color:{color:bgstitle};
  922. position:fixed;
  923. opacity:0.0;
  924. -webkit-transition: all 0.5s;
  925. -moz-transition: all 0.5s;
  926. text-align:center;
  927. }
  928.  
  929. .stitle:hover{
  930. opacity:0.7;
  931. height:auto;
  932. }
  933.  
  934.  
  935. /* BARRA LATERAL */
  936.  
  937. #titus {width: 100%; height:100px; margin-top:280px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: trans.; letter-spacing: 4px; font-size: 9px; font-family: verdana; color: #FFFFFF; position:fixed;margin-left:-600px;);   opacity:0.80; -moz-opacity: 0.80;        filter: alpha(opacity=80); -webkit-transform: rotate(-90deg);  }
  938.  
  939. #finn {width: 14px; height:100%; margin-top:-10px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: {color:lateral1}; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed;margin-left:-5px;);  opacity:0.80; -moz-opacity: 0.80;    filter: alpha(opacity=80);  }
  940.  
  941. #eff {width: 5px; height:100%; margin-top:-10px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: {color:lateral1}; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed;margin-left:33px;);   opacity:0.20; -moz-opacity: 0.20;     filter: alpha(opacity=20);  }
  942.  
  943. #cook {width: 20px; height:100%; margin-top:-10px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: {color:lateral1}; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed;margin-left:53px;);  opacity:0.60; -moz-opacity: 0.60;    filter: alpha(opacity=60);   }
  944.  
  945. #uno {width: 40px; height:100%; margin-top:-10px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: {color:lateral1}; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed;margin-left:43px;);  opacity:0.40; -moz-opacity: 0.40;     filter: alpha(opacity=40);  }
  946.  
  947. #doritos {width: 40px; height:100%; margin-top:-10px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: {color:lateral2}; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed;margin-left: -2px;); opacity:0.90; -moz-opacity: 0.90; filter: alpha(opacity=90);  }
  948.  
  949. #hellokitty {width: 40px; height:100%; margin-top:-10px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: {color:lateral2}; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed;margin-left: 40px;); opacity:0.90; -moz-opacity: 0.90;      filter: alpha(opacity=90);  }
  950.  
  951. #rach {width: 14px; height:100%; margin-top:-10px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: {color:lateral1}; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed;margin-left:15px;);  opacity:0.80; -moz-opacity: 0.80;    filter: alpha(opacity=80);  }
  952.  
  953. #dpsdasidebar {width: 14px; height:100%; margin-top:-10px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: {color:lateral2}; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed;margin-left: 84px;);}
  954.  
  955. tit{font-family: georgia; font-size:40px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal; font-style: italic;
  956.  
  957. margin: 0 0 5px 0; text-align: center; color:{color:fraselateral}; -webkit-transform: rotate(-90deg); }
  958.  
  959. tit a{font-size:30px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal; margin: 0 0 5px 0; text-decoration: none; text-align: center}
  960.  
  961. #left {float: left; position: fixed; width: 100px; margin-top: 430px; margin-left: 380px; font-size:23px text-align:left; font-size: 23px; line-height:23px; font-family: georgia; background-color: transparent; padding: 10px 5px 10px 5px} img a{border:0px;}
  962. p{margin-top:1px}
  963.  
  964. .pagination {clear: both; margin-top: 0px;  text-align: center; font-size: 45px; color: #636363;}
  965.  
  966. .pagination a, a:hover { text-align: center; color: #636363; background-color: transparent;}
  967.  
  968. .j {
  969. text-align: center;
  970. margin-left: 0px;
  971. width: 2000px;
  972. border-top: 100px solid #F8F8F8;
  973. margin-top: -68px;
  974. height: 1px;
  975. background-color: {color:barra2};
  976. padding: 10px 20px 0px 20px;
  977. position: fixed;
  978. }
  979.  
  980. .jj {
  981. text-align: center;
  982. margin-left: 0px;
  983. width: 2000px;
  984. border-top: 100px solid #F8F8F8;
  985. margin-top: -100px;
  986. height: 33px;
  987. background-color: {color:barra1};
  988. padding: 0px;
  989. position: fixed;
  990. opacity: 0.6;
  991. }
  992.  
  993. .jjimg {
  994. overflow: auto;
  995. width: 2000px;
  996. height: 36px;
  997. text-align: left;
  998. margin: 0px;
  999. }
  1000.  
  1001. .jjimg img{
  1002. width: 2000px;
  1003. max-height:60px;
  1004. display: inline;
  1005. overflow: auto;
  1006. margin-bottom: 0px;
  1007. }
  1008.  
  1009.  
  1010. #phrase {
  1011. background-color: trasparent;
  1012. letter-spacing: 1px;
  1013. color: transparent;
  1014. width:366px;
  1015. height:100px;
  1016. line-height:31px;
  1017. position: fixed;
  1018. padding-top: 35px;
  1019. padding-bottom: 0px;
  1020. -webkit-transition: all 0.5s ease-out;
  1021. -moz-transition: all 0.5s ease-out;
  1022. margin-left: 122px;
  1023. font-family: georgia;
  1024. font-size: 40px;
  1025. margin-top: 265px;
  1026. z-index: 3;
  1027. background-color: trasparent;
  1028. filter:alpha(opacity=0.1)
  1029. -moz-opacity:0.1;
  1030. opacity:0.1
  1031. }
  1032.  
  1033. #phrase:hover {
  1034. background-color: {color:bgphrase};
  1035. height: 80px;
  1036. color: {color:phrase};
  1037. filter:alpha(opacity=0.75)
  1038. -moz-opacity:0.60;
  1039. opacity:0.60
  1040. }
  1041.  
  1042.  
  1043.  
  1044.  
  1045. ::-webkit-scrollbar-thumb:vertical {
  1046. background-color: {color:scroll};
  1047. height: 50px;
  1048. }
  1049. ::-webkit-scrollbar-thumb:horizontal {
  1050. background-color: {color:scroll};
  1051. height: 10px;
  1052. }
  1053. ::-webkit-scrollbar {
  1054. height: 5px;
  1055. width: 5px;
  1056. background-color: {color:scrollbackground};
  1057. }
  1058.  
  1059. #container {
  1060. background-color:transparent;
  1061. width: 465px;
  1062. position: absolute;
  1063. top: 47px;
  1064. left: 500px;
  1065. padding-bottom: 0px
  1066. }
  1067.  
  1068. #entries {margin: 0px 0 0px 0}
  1069.  
  1070. #entry {
  1071. width: 500px;
  1072. background-color:{color:entry};
  1073. text-align: justify;
  1074. padding: 20px;
  1075. margin: 0px 0 5px 0
  1076. }
  1077.  
  1078. .image{text-align: center; margin: 0 0 5px 0}
  1079. .image img{border: 0px; margin: 0; padding: 0}
  1080.  
  1081. #ask_form{width: 500px}
  1082.  
  1083. .search_result{font-size: 12px; text-align: center}
  1084.  
  1085. .source{display:none}
  1086.  
  1087. h1{
  1088. font-family: georgia;
  1089. font-size:20px;
  1090. letter-spacing: -1px;
  1091. line-height: 20px;
  1092. text-transform: none;
  1093. font-weight: normal;
  1094. margin: 0 0 5px 0;
  1095. text-align: center
  1096. }
  1097.  
  1098. h1 a{
  1099. font-size:20px;
  1100. letter-spacing: -1px;
  1101. line-height: 20px;
  1102. text-transform: none;
  1103. font-weight: normal;
  1104. margin: 0 0 5px 0;
  1105. text-decoration: none;
  1106. text-align: center
  1107. }
  1108.  
  1109. .qqmarks{
  1110. font-size: 80px;
  1111. font-weight: bold;
  1112. line-height: 80px;
  1113. opacity: 0.2;
  1114. filter:alpha (opacity=20)
  1115. }
  1116.  
  1117. .qquote{
  1118. font-family: georgia;
  1119. font-size: 20px;
  1120. letter-spacing: -1px;
  1121. line-height: 20px;
  1122. text-transform: none;
  1123. margin-top: -70px;
  1124. margin-left: 45px
  1125. }
  1126.  
  1127. .qsource{
  1128. margin: 5px 15px 0 10;
  1129. text-align: right}
  1130.  
  1131. .chat{
  1132. line-height: 12px;
  1133. list-style: none
  1134. }
  1135.  
  1136. .chat ul {
  1137. line-height: 15px;
  1138. list-style: none;
  1139. padding: 0px;
  1140. line-height: 20px;
  1141. }
  1142.  
  1143. .person1 {
  1144. background-color: {color:link};
  1145. color: {color:background}
  1146. }
  1147. .person1 .label {
  1148. font-weight: bold;
  1149. padding: 0px;
  1150. margin-left: 5px;
  1151. color: {color: text}
  1152. }
  1153. .person2 {
  1154. background-color: {color:background};
  1155. color: {color: text}
  1156. }
  1157. .person2 .label {
  1158. font-weight: bold;
  1159. padding: 0px;
  1160. margin-left: 5px;
  1161. color: {color: text}
  1162. }
  1163.  
  1164. .audioimage{
  1165. float:left;
  1166. text-align: center;
  1167. margin: 0 10px 5px 0;
  1168. width: 205px;
  1169. border: 15px solid {color:background};
  1170. }
  1171. .audioimage img{
  1172. max-width: 205px;
  1173. height: auto;
  1174. margin: 0 0 2px 0
  1175. }
  1176. .playcount {font-style: italic}
  1177.  
  1178.  
  1179. .asker {
  1180. width: 480px;
  1181. background-color: {color:background};
  1182. color:{color:text};
  1183. padding: 10px
  1184. }
  1185. .asker img{
  1186. float: left;
  1187. margin: 0px 4px 2px 0
  1188. }
  1189. .asker a{
  1190. font-size: 20px;
  1191. color:{color:link};
  1192. text-transform: lowercase;
  1193. line-height: 27px;
  1194. padding: 0; margin: 0;
  1195. font-family: georgia;
  1196. }
  1197. .asker a:hover{
  1198. font-size: 20px;
  1199. color:{color:link};
  1200. text-transform: lowercase;
  1201. line-height:27px;
  1202. padding: 0;
  1203. margin: 0;
  1204. font-family: georgia;
  1205. }
  1206. .answer {padding: 5px 0 0 0}
  1207.  
  1208. #cap {
  1209. padding: 2px 0 0 0;
  1210. width: 500px;
  1211. margin: 0 0 0 5px
  1212. }
  1213.  
  1214. .info {
  1215. margin-top: 10px;
  1216. border-left: 0px solid {color:sidebarlinks};
  1217. padding: 5px;
  1218. background-color: {color:background};
  1219. text-align: center;
  1220. font-size: 9px;
  1221. font-family: verdana;
  1222. text-transform: lowercase;
  1223. }
  1224.  
  1225. .info a {font-size: 9px;}
  1226.  
  1227. .info2 {
  1228. padding: 2px;
  1229. border-bottom: 1px dotted {color:background};
  1230. text-align: right;
  1231. }
  1232. .tags {
  1233. color: {color:text};
  1234. font-size: 9px;
  1235. font-family: verdana;
  1236. display: inline;
  1237. list-style: none;
  1238. text-transform: none;
  1239. }
  1240. .tags a {
  1241. font-size: 9px;
  1242. color: {color:text};
  1243. display: inline;
  1244. list-style: none;
  1245. text-transform: none;
  1246. }
  1247.  
  1248. #nts {
  1249. width: 500px;
  1250. margin-left: 95px;
  1251. padding: 10px;
  1252. margin-top: 5px;
  1253. font-size: 10px;
  1254. text-align: left
  1255. }
  1256.  
  1257. #nts img{display: none; border:0px}
  1258.  
  1259. #clear{
  1260. clear: both;
  1261. width: 50px;
  1262. height: 0px;
  1263. background-color: transparent
  1264. }
  1265.  
  1266. #prevnextlinks{
  1267. text-align: center;
  1268. width: 500px;
  1269. background-color:{color:entry};
  1270. padding: 7px 20px 7px 20px;
  1271. margin: 0 0 2px 0;
  1272. font-size: 10px
  1273. }
  1274.  
  1275. #notes {
  1276. width: 500px;
  1277. margin: 0px;
  1278. margin-left: 0px;
  1279. padding: 5px;
  1280. text-align: left
  1281. }
  1282.  
  1283. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  1284. ol.notes li {margin: 0px; padding: 2px;}
  1285.  
  1286. #notes img{border:0px}
  1287. #notes a{font-size: 10px}
  1288.  
  1289.  
  1290. .titled:hover{margin-top:-95px;}
  1291.  
  1292.  
  1293. .describe{ margin-top:80px; font:18px Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; text-transform:none;}
  1294.  
  1295.  
  1296. #clear{width: 500px; height: 30px}
  1297. #tumblr_controls{position: fixed!important}
  1298.  
  1299. .bigquote{font-size: 75px; font-family: georgia; line-height: 80px; opacity: 0.2; filter:alpha (opacity=20);}
  1300.  
  1301.  
  1302. {CustomCSS}
  1303.  
  1304. </style>
  1305.  
  1306. <link rel="shortcut icon" href="http://www.drikoti.net/Goodies/Favicons/Ico/novo01.ico" />
  1307.  
  1308. </head>
  1309.  
  1310. <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
  1311.  
  1312. <div id="container">
  1313.  
  1314. <div id="entries">
  1315. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  1316. <script type="text/javascript"
  1317.  
  1318. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  1319.  
  1320.  
  1321. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  1322.  
  1323. {block:Posts}
  1324.  
  1325. <div id="entry">
  1326. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  1327.  
  1328. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  1329. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  1330.  
  1331. {block:Photoset}{Photoset-500}
  1332. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  1333. {/block:Photoset}
  1334.  
  1335. {block:Quote}
  1336. <b class="qqmarks">“</b><div class="qquote">{Quote}</div>
  1337. {block:Source}<div class="qsource">{Source}</div>{/block:Source}
  1338. {/block:Quote}
  1339.  
  1340. {block:Link}
  1341. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  1342. {block:Description}{Description}{/block:Description}
  1343. {/block:Link}
  1344.  
  1345. {block:Chat}
  1346. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  1347. <div class="chat"><ul>{block:Lines}
  1348. <li class="person{UserNumber}">{block:Label}
  1349. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  1350. {/block:Chat}
  1351.  
  1352. {block:Audio}
  1353. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  1354. {AudioPlayerWhite}
  1355. <div class="playcount">{PlayCountWithLabel}</div>
  1356. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  1357. {/block:Audio}
  1358.  
  1359. {block:Video}{Video-500}
  1360. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  1361.  
  1362. {block:Answer}
  1363. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  1364. <div class="answer">{Answer}</div>
  1365. <br>
  1366. {/block:Answer}
  1367.  
  1368. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  1369. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1370. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  1371. {/block:ContentSource}</div>
  1372.  
  1373.  
  1374. <div id="clear"></div>
  1375.  
  1376. <div class="info">
  1377. {block:Date} Posted {DayOfMonth} {Month} {Year}, <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{Block:IndexPage} | <a href="{ReblogUrl}" target="_blank">reblog this post</a>{/Block:IndexPage}<br>{block:RebloggedFrom}(originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  1378. </span> / {/block:RebloggedFrom}{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}
  1379. </div></div>
  1380. {/block:Posts}
  1381. {block:PostNotes}
  1382. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  1383. {/block:PostNotes}
  1384.  
  1385.  
  1386. </div>
  1387. </div>
  1388.  
  1389. <div id="dpsdasidebar"></div>
  1390. <div id="doritos"></div>
  1391. <div id="hellokitty"></div>
  1392. <div id="eff"></div>
  1393. <div id="rach"></div>
  1394. <div id="uno"></div>
  1395. <div id="cook"></div>
  1396. <div id="finn"></div>
  1397.  
  1398.  
  1399. <div class="j"></div>
  1400. <div class="jj"><div class="jjimg"><img src="{image:pattern1}"></div></div>
  1401.  
  1402. <div id="sidebardescri">
  1403. <div class="sidebardescri1">{block:Description}{Description}{/block:Description}</div> </div>
  1404.  
  1405. <div id="phrase"><div class="phrase"><center>{block:iffrase1}{text:frase1}{/block:iffrase1}</center></div></div>
  1406.  
  1407.  
  1408.  
  1409.  
  1410. <div id="sidebar">
  1411.  
  1412.  
  1413. <div class="sidebarimg"><marquee direction="left" scrollamount="3" behavior="alternate" width="360px" onmouseover="this.stop()" onmouseout="this.start()">
  1414. <img src="{image:sidebar 1}" width= "200px;"><img src="{image:sidebar 2}" width= "200px;"><img src="{image:sidebar 3}" width= "200px;"><img src="{image:sidebar 4}" width= "200px;"><img src="{image:sidebar 5}" width= "200px;"><img src="{image:sidebar 6}" width= "200px;">
  1415. </marquee>
  1416. </div>
  1417.  
  1418. </div>
  1419.  
  1420.  
  1421. <div id="titlebar">
  1422. <div id="titulo">{block:iftitulo}{text:titulo}{/block:iftitulo}</div>
  1423. <div id="subtitle">{block:ifsubtitulo}{text:subtitulo}{/block:ifsubtitulo}</div>
  1424.  
  1425. <div id="frase1"> <div id="frasea1"></div></div> <div id="frase2"> <div id="frasea2"></div></div>
  1426. </div>
  1427.  
  1428. </div></div>
  1429. </div>
  1430. </div>
  1431.  
  1432. <div id="sidebarcredit">
  1433. <pre><div style="border: 1px solid {color:boxborder}; margin: -6px 5px 5px 5px; padding: 3px; overflow: auto; background-color: {color:boxbackground}; font-family: {font:body2}; font-size: 9px;"> theme por <b><a href="http://affectingyou.tumblr.com/">affectingyou</a></b>; com detalhes de <a href="http://decepcionar.tumblr.com/"><b>decepcionar</b></a>, <a href="http://meiopasso.tumblr.com/"><b>meiopasso</b></a> e <b><a href="http://fascinadaporestrelas.tumblr.com/">fascinadaporestrelas</a></b>.</div></pre>
  1434. </div>
  1435. </div>
  1436.  
  1437.  
  1438. <div id="left"><div class="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  1439. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  1440. </div> {/block:Pagination} </div></a></div>
  1441. </div>
  1442.  
  1443.  
  1444. <div id="slinks">
  1445.  
  1446. <div class="slinks"><br>
  1447. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  1448. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  1449. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  1450. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  1451. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  1452. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  1453. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  1454. {block:ifLink8}<a href="{text:Link8}"">{text:Link8 Title}</a>{/block:ifLink8}
  1455.  
  1456.  
  1457.  
  1458. </div>
  1459.  
  1460.  
  1461. </body>
  1462. </html>