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

Untitled

By: a guest on Jan 10th, 2012  |  syntax: None  |  size: 21.50 KB  |  hits: 5,034  |  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. <html>
  2.     <head>
  3.      
  4.     <title>{Title}</title>
  5.      
  6.     <link rel="shortcut icon" href="{Favicon}">
  7.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8.     {block:Description}
  9.     <meta name="description" content="{MetaDescription}" />
  10.     {/block:Description}
  11.      
  12.     <meta name="color:Text" content="#000000"/>
  13.     <meta name="color:Links" content="#000000"/>
  14.     <meta name="color:Hover" content="#000000"/>
  15.     <meta name="color:sid" content="#fff"/>
  16.     <meta name="color:entry" content="#fff"/>
  17.     <meta name="color:Background" content="#ffffff"/">
  18.     <meta name="font:body" content="georgia" />
  19.     <meta name="text:titulo" content="Modifique no appearance" />
  20.     <meta name="text:frase" content="Modificar no appearance " />
  21.  
  22.  
  23.     <meta name="image:background" content=""/>
  24.     <meta name="if:NotRepeatBackground" content="1"/>
  25.  
  26.     <meta name="image:sidebar1" content="" />
  27.     <meta name="image:sidebar2" content="" />
  28.     <meta name="image:sidebar3" content="" />
  29.     <meta name="image:sidebar4" content="" />
  30.     <meta name="image:sidebar5" content="" />
  31.     <meta name="image:sidebar6" content="" />
  32.     <meta name="image:sidebar7" content="" />
  33.     <meta name="image:sidebar8" content="" />
  34.  
  35.  
  36. <meta name="text:Link1" content="/" />
  37. <meta name="text:Link1 Title" content="complete" />
  38. <meta name="text:Link2" content="/" />
  39. <meta name="text:Link2 Title" content="todos" />
  40. <meta name="text:Link3" content="/" />
  41. <meta name="text:Link3 Title" content="links" />
  42. <meta name="text:Link4" content="/" />
  43. <meta name="text:Link4 Title" content="por" />
  44. <meta name="text:Link5" content="/" />
  45. <meta name="text:Link5 Title" content="favor" />
  46. <meta name="text:Link6" content="/" />
  47. <meta name="text:Link6 Title" content="no" />
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.     <script type="text/javascript"
  60.     src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  61.      
  62.      
  63.      
  64.     <style type="text/css">
  65.      
  66.     iframe#tumblr_controls {
  67.     top: 0% !important;
  68.     right:0% !important;
  69.     position: fixed !important;}
  70.  
  71.  
  72.     body {
  73.     font-family: verdana;
  74.     font-size: 10px;
  75.     color: {color:Text};
  76.     background:{color:Background};
  77.     background-image:url('{image:background}'); background-attachment: fixed; {block:ifNotRepeatBackground} background-repeat: no-repeat; background-position: right; {/block:ifNotRepeatBackground}}
  78.     }
  79.      
  80.      
  81.     a:hover {color: {color:Hover};
  82.     -webkit-transition: 0.1s ease-in;{block:ifLetterSpacingHover}letter-spacing:3px;{/block:ifLetterSpacingHover}}
  83.      
  84.    
  85.          
  86.         #icon {
  87.         text-align: center;
  88.         width: 100px;
  89.         display: block;
  90.         padding: 8px;
  91.         }
  92.          
  93.         #container {
  94.         background-color:transparent;
  95.         width: 420px;
  96.         position: absolute;
  97.         top: 20px;
  98.         left: 550px;
  99.         padding-bottom: 10px}
  100.          #entries {margin: -5px 0 10px 0}
  101.          
  102.         #entry {
  103.         width: 500px;
  104.         background-color:{color:entry};
  105.         text-align: justify;
  106.         padding: 20px;
  107.         margin: 0px 0 5px 0
  108.         }
  109.          
  110.         .image{text-align: center; margin: 0 0 5px 0}
  111.         .image img{border: 0px; margin: 0; padding: 0}
  112.          
  113.         #ask_form{width: 500px}
  114.          
  115.         .search_result{font-size: 12px; text-align: center}
  116.          
  117.         .source{display:none}
  118.          
  119.         h1{
  120.         font-family: georgia;
  121.         font-size:20px;
  122.         letter-spacing: -1px;
  123.         line-height: 20px;
  124.         text-transform: none;
  125.         font-weight: normal;
  126.         margin: 0 0 5px 0;
  127.         text-align: center
  128.         }
  129.          
  130.         h1 a{
  131.         font-size:20px;
  132.         letter-spacing: -1px;
  133.         line-height: 20px;
  134.         text-transform: none;
  135.         font-weight: normal;
  136.         margin: 0 0 5px 0;
  137.         text-decoration: none;
  138.         text-align: center
  139.         }
  140.          
  141.         .qqmarks{
  142.         font-size: 100px;
  143.         font-weight: bold;
  144.         line-height: 100px;
  145.         opacity: 0.3;
  146.         filter:alpha (opacity=20)
  147.         }
  148.          
  149.         .qquote{
  150.         font-family: georgia;
  151.         font-size: 20px;
  152.         letter-spacing: 0px;
  153.         line-height: 30px;
  154.         text-transform: none;
  155.         margin-top: -70px;
  156.         margin-left: 45px
  157.         }
  158.          
  159.        .qsource{
  160.         margin: 5px 20px 0 0;
  161.         text-align: right}
  162.          
  163.         .chat{
  164.         line-height: 13px;
  165.         list-style: none
  166.         }
  167.          
  168.         .chat ul {
  169.         line-height: 15px;
  170.         list-style: none;
  171.         padding: 0px;
  172.         line-height: 20px;
  173.         }
  174.          
  175.         .person1 {
  176.         background-color: {color:link};
  177.         color: {color:text}
  178.         }
  179.         .person1 .label {
  180.         font-weight: bold;
  181.         padding: 0px;
  182.         margin-left: 5px;
  183.         color: {color:text}
  184.         }
  185.         .person2 {
  186.         background-color: {color:background};
  187.         color: {color:text}
  188.         }
  189.         .person2 .label {
  190.         font-weight: bold;
  191.         padding: 0px;
  192.         margin-left: 5px;
  193.         color: {color:text}
  194.         }
  195.          
  196.         .audioimage{
  197.         float:left;
  198.         text-align: center;
  199.         margin: 0 10px 5px 0;
  200.         width: 205px;
  201.         border: 15px solid {color:background};
  202.         }
  203.         .audioimage img{
  204.         max-width: 200px;
  205.         height: auto;
  206.         margin: 0 0 2px 0
  207.         }
  208.         .playcount {font-style: italic}
  209.          
  210.          
  211.         .asker {
  212.         width: 480px;
  213.         background-color: {color:background};
  214.         color:{color:text};
  215.         padding: 0px
  216.         }
  217.         .asker img{
  218.         float: left;
  219.         margin: 0px 4px 2px 0
  220.         }
  221.         .asker a{
  222.         font-size: 15px;
  223.         color:{color:link};
  224.         text-transform: lowercase;
  225.         line-height: 27px;
  226.         padding: 0; margin: 0;
  227.         font-family: georgia;
  228.         }
  229.         .asker a:hover{
  230.         font-size: 15px;
  231.         color:{color:link};
  232.         text-transform: lowercase;
  233.         line-height:27px;
  234.         padding: 0;
  235.         margin: 0;
  236.         font-family: Segoe Script;
  237.         }
  238.         .answer {padding: 5px 0 0 0}
  239.          
  240.         #cap {
  241.         padding: 2px 0 0 0;
  242.         width: 500px;
  243.         margin: 0 0 0 5px
  244.         }
  245.          
  246.         .info {
  247.         margin-top: 6px;
  248.         border-left: 0px solid {color:links};
  249.         padding: 5px;
  250.         background-color: {color:background};
  251.         text-align: center;
  252.         font-size: 10px;
  253.         font-family: verdana;
  254.         text-transform: lowercase;
  255.         }
  256.          
  257.         .info a {font-size: 10px;}
  258.          
  259.         .info2 {
  260.         padding: 2px;
  261.         border-bottom: 1px dotted {color:background};
  262.         text-align: right;
  263.         }
  264.        
  265.  
  266.  
  267.  
  268.         #notes {
  269.         width: 500px;
  270.         margin: 0px;
  271.         margin-left: 0px;
  272.         padding: 5px;
  273.         text-align: left
  274.         }
  275.          
  276.         ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  277.         ol.notes li {margin: 0px; padding: 2px;}
  278.  
  279.          
  280.         #notes img{border:0px}
  281.         #notes a{font-size: 10px}
  282.          
  283.         #tumblr_controls{position: fixed!important}
  284.         ::-webkit-scrollbar{width:8px;height:8px;}
  285.          
  286.         ::-webkit-scrollbar-button:start:decrement
  287.          
  288.         ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  289.          
  290.         ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  291.          
  292.         ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  293.          
  294.         ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  295.      
  296.  
  297.     .permalink {
  298.     font-family:{font:body};
  299.     width:50px;
  300.     padding:5px;
  301.     margin-left:500px;
  302.     text-align: left;
  303.     position:absolute;
  304.     opacity:0;
  305.     -moz-transition: all 0.3s ease-out;
  306.     -o-transition: all 0.3s ease-out;
  307.     -webkit-transition: all 0.3s ease-out;
  308.     transition: all 0.3s ease-out;
  309.     }
  310.      
  311.     .permalink a:hover{
  312.     color:{color:Hover}
  313.     }
  314.      
  315.     .ptitle {{block:ifCursivePostTitleFont}font-family:'The Girl Next Door', cursive;font-size:18px;{/block:ifCursivePostTitleFont} {block:IfNotCursivePostTitleFont}font-family:{font:body};text-transform:uppercase;font-size:11px;{/block:IfNotCursivePostTitleFont}}
  316.      
  317.     .links {font-family:{font:body};font-size:10px;}
  318.      
  319.     .pag {font-size:10px;border-top:dotted 1px #000000;text-align:right;}
  320.     .linkpost
  321.     a {{block:ifCursivePostTitleFont}font-family:'The Girl Next Door', cursive;font-size:18px;{/block:ifCursivePostTitleFont}{block:IfNotCursivePostTitleFont}font-family:{font:body};text-transform:uppercase;font-size:11px;{/block:IfNotCursivePostTitleFont}}
  322.      
  323.      
  324.     .text {font-family:{font:body};font-size:10px;}
  325.      
  326.      
  327.         .sidebarpages {
  328.         margin: 120px 0 0 0;
  329.         text-align: center;
  330.         }
  331.          
  332.         .sidebarpages a {
  333.         text-decoration: none;
  334.         color: #000000
  335.         }
  336.          
  337.         .sidebarpages a:hover {
  338.         color:{color: #666666};
  339.         background-color: transparent
  340.         }
  341.      
  342.      a:link, a:active, a:visited {
  343.         color: {color:links};
  344.         text-decoration:none;
  345.         }
  346.          
  347.         a:hover {
  348.         color: {color:hover};
  349.         -webkit-transition-duration: 0.1s;
  350.         -moz-transition-duration: 0.1s;
  351.         }
  352.          
  353.         .spic img{
  354.         max-width: 150px;
  355.         text-align:center;
  356.         margin-top: 2px
  357.         }
  358.          
  359.   .sim img{ border: 0px solid;
  360. border-radius: 15px;
  361. -moz-border-radius: 15px;
  362. -webkit-border-radius: 15px;
  363. -goog-ms-border-radius: 15px;}
  364.  
  365.   .sim { border: 0px solid;
  366. border-radius: 15px;
  367. -moz-border-radius: 15px;
  368. -webkit-border-radius: 15px;
  369. -goog-ms-border-radius: 15px;}
  370.  
  371.  
  372.  
  373.     .sidebar {background:{color:sid}; width:350px; left:150px; position:fixed; top:50px; padding:0px;font-family:{font:body}; -moz-border-radius: 1em;-webkit-border-radius: 1em;}
  374.      
  375.          #title { font-size: 10px; text-align: center; line-height:20px; background-color:#000;  padding:0px; font-family: verdana; color: #fff;}
  376.      
  377.        
  378.      
  379.  
  380.  
  381.  
  382.  
  383.      
  384.      
  385.     .descricao {background-color:{color:descricao};text-align:justify; font-family: verdana; font-size: 9px; padding: 4px 4px 4px 4px width: 250px; }
  386.      
  387.  
  388.  
  389.  
  390. nt-size: 25px; text-align: center; margin-left: 0px;
  391.  line-height:20px; padding:20px; font-family: French Script MT; color: (color:text); background-color: {color:center}; }
  392.  
  393.  
  394.  
  395. .bltitle a:hover {color: {color:hover}; text-decoration: none;-webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear; }                                                            
  396.  
  397. .blsubtitle {float: center; font-size: 9px; text-align: center;  text-transform:
  398. lowercase; line-height:20px; padding:5px; font-family: verdana; color: #5A5A5A; background-color: {color:center}; margin-top: -20px;}
  399.  
  400.  
  401.  
  402. #pass3{background-color: #trans; letter-spacing: 2px; color: #000; width:350px; height:30px; position: fixed; padding-top: 10px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: 0px; font-family: tahoma; margin-top: 0px; px; z-index: 2; opacity: 0.5}
  403.  
  404. #pass3:hover {background-color: #trans; height: 20px; color: transparent;}
  405.  
  406.  
  407. .pass1:hover {color: #000; font-size: 10px; text-align: justify;}
  408.  
  409. .pass1 {text-align: center; font-size: 10px; position: fixed; color: transparent; width: 350px; margin-top: 0px; margin-left: 10px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; }
  410.  
  411.  
  412. #titulo {
  413. font-size: 20px;
  414. text-align: left;
  415. margin-left: 0px;
  416. text-transform: none;
  417. line-height:31px;
  418. padding:5px;
  419. font-family: georgia;
  420. color: (color:sidebartext);
  421. background-color: {color:background};
  422. }
  423.  
  424. #titulo:hover{
  425. font-style:italic;
  426. padding-left: 45px;
  427. -webkit-transition: all 0.8s ease-out;
  428. -moz-transition: all 0.8s ease-out;
  429. }
  430.  
  431. #subtitle {
  432. margin-left: 0px;
  433. font-size: 9px;
  434. line-height:25px;
  435. text-align: center;
  436. text-transform: none;
  437. color: {color:sidebartext};
  438. background-color: {color:background};
  439. padding:0px;
  440. font-family: verdana;
  441. margin-top: -1px;
  442. }
  443.  
  444. #subtitle {
  445. margin-left: 0px;
  446. font-size: 9px;
  447. line-height:20px;
  448. text-align: center;
  449. text-transform: lowercase;
  450. letter-spacing: 2px;
  451. }
  452.  
  453. #subtitle:hover {
  454. letter-spacing: 5px;
  455. -webkit-transition: all 0.5s ease-out;
  456. -moz-transition: all 0.5s ease-out;
  457. }
  458.  
  459.  
  460.  
  461. /****LINKS 1*****/
  462. .sidebarlinks {padding: 5px; text-align: center; line-height: 20px;}
  463.  
  464. .sidebarlinks a{display:inline-block;font-family:verdana; font-size: 10px; color:#FFF; background-color: #000; text-align: center; width: 90px; line-height: 25px; padding: 4px 10px 4px 10px; margin-bottom: 1px; text-decoration: none; -moz-border-radius-topright: 2em; -moz-border-radius-topleft: 2em;  -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; -webkit-border-top-right-radius: 24px; -webkit-border-top-left-radius: 24px; }
  465.  
  466. .sidebarlinks a:hover{ font-size: 10px; background-color: #FFF; color:#000;-moz-border-radius-topright: 2em; -moz-border-radius-topleft: 2em; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;  -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;-webkit-border-top-right-radius: 24px; -webkit-border-top-left-radius: 24px;-webkit-box-shadow: 0 0 1em {color:shadow};  box-shadow: 0 0 1em {color:shadow};}
  467.  
  468.  
  469.  
  470. /*****LINKS 2*****/
  471. .sidebarlinks1 {padding: 5px; text-align: center; line-height: 20px;}
  472.  
  473. .sidebarlinks1 a{display:inline-block;font-family:verdana; font-size: 10px; color:#FFF; background-color: #000; text-align: center; width: 90px; line-height: 20px; padding: 4px 10px 4px 10px; margin-bottom: 1px; text-transform: lowercase; text-decoration: none;  -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;}
  474.  
  475. .sidebarlinks1 a:hover{ font-size: 10px; background-color: #FFF; color:#000; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;  -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;-webkit-box-shadow: 0 0 1em {color:shadow};  box-shadow: 0 0 1em {color:shadow};}
  476.  
  477.  
  478.  
  479. #portrait {
  480.  
  481.  
  482.  
  483. position:fixed;
  484. width:110px;
  485. height:110px;
  486. margin-top:70px;
  487. margin-left:10px;
  488. background-color:#000000;
  489. -moz-border-radius: 110px;
  490. -webkit-border-radius: 110px;
  491. z-index:2;
  492. }
  493.  
  494.  
  495. #portrait img {
  496. margin-top:7px;
  497. margin-left:7px;
  498. position:fixed;
  499. margin-bottom:10px;
  500. -moz-border-radius: 96px;
  501. -webkit-border-radius: 96px;
  502. z-index:2;
  503. }
  504.  
  505.  
  506.  
  507.  
  508. #portrait2 {
  509.  
  510.  
  511.  
  512. position:fixed;
  513. width:110px;
  514. height:110px;
  515. margin-top:180px;
  516. margin-left:10px;
  517. background-color:#000000;
  518. -moz-border-radius: 110px;
  519. -webkit-border-radius: 110px;
  520. z-index:2;
  521. }
  522.  
  523.  
  524. #portrait2 img {
  525. margin-top:7px;
  526. margin-left:7px;
  527. position:fixed;
  528. margin-bottom:10px;
  529. -moz-border-radius: 96px;
  530. -webkit-border-radius: 96px;
  531. z-index:2;
  532. }
  533.  
  534.  
  535. #portrait3 {
  536.  
  537.  
  538.  
  539. position:fixed;
  540. width:110px;
  541. height:110px;
  542. margin-top:290px;
  543. margin-left:10px;
  544. background-color:#000000;
  545. -moz-border-radius: 110px;
  546. -webkit-border-radius: 110px;
  547. z-index:2;
  548. }
  549.  
  550.  
  551. #portrait3 img {
  552. margin-top:7px;
  553. margin-left:7px;
  554. position:fixed;
  555. margin-bottom:10px;
  556. -moz-border-radius: 96px;
  557. -webkit-border-radius: 96px;
  558. z-index:2;
  559. }
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.   </style>
  567.     </head>
  568.      
  569.     {block:IfEndlessScroll}
  570.     <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  571.     {/block:IfEndlessScroll}
  572.      
  573.  
  574.      
  575.     <body>
  576.  
  577.    
  578.          <div id="container">
  579.          
  580.         <div id="entries">
  581.         {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  582.         <script type="text/javascript"
  583.          
  584.         src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  585.          
  586.          
  587.         {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  588.          
  589.         {block:Posts}
  590.          
  591.         <div id="entry">
  592.         {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  593.          
  594.         {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  595.         <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  596.          
  597.         {block:Photoset}{Photoset-500}
  598.         <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  599.         {/block:Photoset}
  600.          
  601.         {block:Quote}
  602.         <b class="qqmarks">“   </b><div class="qquote">{Quote}</div>
  603.         {block:Source}<div class="qsource">{Source}</div>{/block:Source}
  604.         {/block:Quote}
  605.          
  606.         {block:Link}
  607.         <h1><a href="{URL}" {Target}>{Name}</a></h1>
  608.         {block:Description}{Description}{/block:Description}
  609.         {/block:Link}
  610.          
  611.         {block:Chat}
  612.         {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  613.         <div class="chat"><ul>{block:Lines}
  614.         <li class="person{UserNumber}">{block:Label}
  615.         <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  616.         {/block:Chat}
  617.          
  618.         {block:Audio}
  619.         <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  620.         {AudioPlayerWhite}
  621.         <div class="playcount">{PlayCountWithLabel}</div>
  622.         <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  623.         {/block:Audio}
  624.          
  625.         {block:Video}{Video-500}
  626.         <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  627.          
  628.         {block:Answer}
  629.         <div class="asker"><img src="{AskerPortraitURL-30}"> {Asker}<br> {Question}</div>
  630.         <div class="answer">{Answer}</div>
  631.         <br>
  632.         {/block:Answer}
  633.          
  634.         <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  635.         <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  636.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  637.         {/block:ContentSource}</div>
  638.          
  639.  
  640.  
  641.          
  642.         <div class="info">
  643.       <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 shit</a>{/Block:IndexPage}<br>
  644.         </div></div>
  645.         {/block:Posts}
  646.         {block:PostNotes}
  647.         <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  648.         {/block:PostNotes}
  649.          
  650.          
  651.         </div>
  652.         </div>
  653.    
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660. <body onkeydown='return validateKey(event)' onselectstart='return false' oncontextmenu='return false' ondragstart='return false' onkeydown="return false" oncontextmenu="return false">
  661. <div id="side"></div>
  662.  
  663. <div id="portrait"><img src="{image:sidebar1}" HEIGHT="100" WIDTH="90"></div>
  664.  
  665. <div id="portrait2"><img src="{image:sidebar2}" HEIGHT="100" WIDTH="90"></div>
  666.  
  667. <div id="portrait3"><img src="{image:sidebar3}" HEIGHT="100" WIDTH="90"></div>
  668.  
  669.  
  670.  
  671.     <div class="sidebar">
  672.  
  673. <div class="sidebarlinks">
  674.  
  675. <a href="/">HOME</A> <a href="/ASK">ASK BOX</A> <a href="/FAQ">FAQ</A>
  676.  
  677.  
  678.  </div>
  679.  
  680.  
  681. <marquee scrollamount="2" behavior="alternate" >
  682. <img src="{image:sidebar4}"  height="130">
  683. <img src="{image:sidebar5}" height="130">
  684. <img src="{image:sidebar6}" height="130">
  685. <img src="{image:sidebar7}"  height="130">
  686. <img src="{image:sidebar8}" height="130">
  687.  
  688. </marquee>
  689. <BR>
  690.  
  691. <div class="descricao"> <div style="border: 1px solid rgb(250, 230, 250); overflow: auto;  background-color: #fff; width: 348px; text-align: justify; font-family: verdana; height: 90px; padding: 0px 0px 0px 0px; font-size:9px; color:#000 ; line-height: 100%;">
  692.  
  693.  
  694. <BR>    {Description}  </div>
  695.  
  696. <div class="sidebarlinks1">
  697. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  698. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  699. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  700. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  701. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  702. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}
  703.  
  704.  
  705.  
  706.  </div>
  707.  
  708.  
  709. <a href="#">
  710. <div id="titulo">{block:iftitulo}{text:titulo}{/block:iftitulo}</div>
  711.  
  712.  
  713. <div id="subtitle">{block:ifFRASE}{text:FRASE}{/block:ifFRASE}</div>
  714.  
  715. <BR>
  716. <BIG><BIG>
  717. <center>{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</center>
  718. </BIG></BIG>
  719.  
  720. <BR>
  721. <div id="pass3"><div class="pass1"><center><center>feito por amarenaodesistir</center> </div><center>[+] credit</center></div>
  722.  
  723. </div></div>
  724.  
  725.  
  726.  
  727.  
  728.     </body>
  729.     </html>