Advertisement
Lolovers

Theme concertado.

Apr 24th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 27.38 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <head>
  5.  
  6. <link rel="shortcut icon" href="{favicon}"/>
  7. <title>{title}</title>
  8.  
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Antic+Slab' rel='stylesheet' type='text/css'>
  11. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  12.  
  13.  
  14.  
  15.  
  16.  
  17. <!-- css scripts e afins -->
  18.  
  19.  
  20. <style type="text/css">
  21.  
  22.  
  23.  
  24. /*** corpo do theme ***/
  25.  
  26. body {background: url("http://media.tumblr.com/tumblr_md62u9CY7z1qfzrmj.png");
  27. color: #6D7174;  
  28. line-height: 17px;
  29. font: 12px verdana;
  30. text-align: justify;
  31. }
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38. #page {
  39.     /*** linha VERTICAL do layout ***/
  40.     width: 880px; /*melhor largura para tela 800x600 px*/
  41.     background-color: transparent; /*Imagem de fundo que desce de maneira vertical dando continuação aos posts e sidebar*/
  42.     background-repeat: repeat-y; /*quer dizer que se repetirá apenas na vertical*/
  43.     margin-left: auto; /*se ajustará de acordo com a tela*/
  44.     margin-right: auto;
  45.     }
  46.  
  47.  
  48.  
  49.  
  50.  
  51. #header {
  52.     /*** Topo do layout! ***/
  53.     background: #transparent; no-repeat top center; /*ficará no centro, no topo e não se repetirá*/
  54.     width: 770px; /*largura da imagem*/
  55.     height: 424px; /*altura da imagem*/
  56.     }
  57.  
  58. #sidebar {    /*** Sidebar é a coluna do perfil do layout ***/
  59. width: 200px;
  60. text-align: justify;
  61. padding: 2px;  /* espaço do texto entre a width imposta */
  62. float: left;
  63. margin-top: 0px; /*ajuste para a direita, esquerda e para baixo, para cima são valores negativos*/
  64. margin-left: 116px;
  65. color: #5C4666;
  66. border-right: 0px solid #eee;
  67. border-bottom: 0px solid #eee;
  68. position:fixed;
  69. }
  70.  
  71. #content {    /*** conteudo dos posts e das paginas ***/
  72. width: 260px;
  73. font-family: bold;
  74. text-align: justify;
  75. margin-left:0px;
  76. margin-right:295px;
  77. margin-top:-10px;
  78. float: right;
  79. z-index:500;
  80. }
  81.  
  82. #footer {     /*** imagem rodapé do layout ***/
  83. background-color:transparent no-repeat;
  84. background-position: bottom center; /*posição para baixo*/
  85. width: 850px;
  86. height: -50px;
  87. clear: both !important; /*quer dizer que não importa o tamanho dos posts e sidebar, sempre aparecerá abaixo deles de maneira alinhada, é crucial para deixar que a imagem apareça!*/
  88. padding-bottom: 0px;
  89. z-index:500;
  90. }
  91.  
  92.  
  93.  
  94.  
  95. /*** Formatação de texto ***/
  96.  
  97.  
  98.  
  99. b, strong {color: #fe5f75; TEXT-DECORATION: none; border-bottom: 1px dashed #none;
  100. }
  101. u {color: #dedcda; TEXT-DECORATION: none; border-bottom: 1px solid #4BA2C6;
  102. }
  103. s, strike {color: #dedcda;
  104. }
  105. i {color: #ff8da8; TEXT-DECORATION: none; border-bottom: 1px dotted #none;
  106. }
  107. em { color: #dedcda; TEXT-DECORATION: none; border-bottom: 1px dashed #none;
  108. }
  109. ul {color: #dedcda; TEXT-DECORATION: none; border-bottom: 1px dotted #none;
  110. }
  111. x {color: #fff; TEXT-DECORATION: none; border-bottom: 1px dotted #none;
  112. }
  113.  
  114. a:link, a:active, a:visited {
  115. color: #a89b94;
  116. text-decoration: none;
  117. cursor: pointer;}
  118.  
  119. a:hover { color: #a89b94;
  120. text-decoration: none;
  121. cursor: pointer;}
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128. /** selecao de texto **/
  129.  
  130.  
  131. ::-moz-selection {background: #eee; color: #fff;}
  132. ::selection {background: #eee; color:#fff;}
  133.  
  134.  
  135. /** títulos e tags **/
  136.  
  137. .h1 {font: 13pt 'Courgette', cursive; text-align: center;text-shadow: 0 1px 1px #FFF;margin:-1px 2px 6px 3px;color: #777;border-botom: 2px solid: #eee; margin:-2px;padding:3px;}
  138.  
  139. /* --- Reblogue e outros ------------------------------- */
  140. .reblogue{
  141.           margin-top: -25px;
  142.           margin-left: 145px;
  143.           position: absolute;
  144.           opacity: 0;
  145.           -webkit-transition: all 1s ease;
  146.           -moz-transition: all 1s ease;
  147.           -o-transition: all 1s ease;
  148.           transition: all 1s ease;
  149.           }
  150.          
  151. .box:hover .reblogue{
  152.           opacity: 1;
  153.           margin-left: 198px;
  154.           -webkit-transition: all 1s ease;
  155.           -moz-transition: all 1s ease;
  156.           -o-transition: all 1s ease;
  157.           transition: all 1s ease;
  158.           }      
  159.  
  160. .likep a:hover {
  161.        background-position: 0px 0px;
  162.        }
  163. .likep a {
  164.        background: url("http://static.tumblr.com/8yo5xxv/hDOm5ooyh/heart.png") no-repeat;
  165.        background-position: 0px 0px;
  166.        z-index: 9999999;
  167.        -webkit-transition: all 0s linear;
  168.        -moz-transition: all 0s linear;
  169.        transition: all 0s linear;
  170.        margin-top: -22px;
  171.        margin-left: 28px;
  172.        display: inline-block;
  173.        position: absolute;}
  174. .likep img {
  175.        width: 21px;
  176.        height: 20px;
  177.        webkit-transition: all 0.2s linear;
  178.        -webkit-transition: all 0.2s linear;
  179.        -moz-transition: all 0.2s linear;
  180.        transition: all 0.2s linear;}
  181. #likeiframe {
  182.        display: none;
  183.        }
  184.  
  185. .notas{
  186.             margin-top: -25px;
  187.             margin-left: 55px;
  188.             position: absolute;
  189.             opacity: 0;
  190.             -webkit-transition: all 1s ease;
  191.             -moz-transition: all 1s ease;
  192.             -o-transition: all 1s ease;
  193.             transition: all 1s ease;
  194.             }
  195.            
  196. .box:hover .notas{
  197.             opacity: 1;
  198.             -webkit-transition: all 1s ease;
  199.             -moz-transition: all 1s ease;
  200.             -o-transition: all 1s ease;
  201.             transition: all 1s ease;
  202.             margin-left: 5px;}
  203.            
  204. .notas a{
  205.             background: rgba(0,0,0,0.5);
  206.             padding: 3px 4px 2px 4px;
  207.             font-family: Trebuchet MS;
  208.             font-weight: bold;
  209.             text-align: center;
  210.             display: inline-block;
  211.             color: #fff;
  212.             -webkit-border-radius: 2px;
  213.             -moz-border-radius: 2px;
  214.             border-radius: 2px;
  215.             font-size: 10px;
  216.             }
  217.  
  218.  
  219.  
  220.  
  221. .h3 {font: 13pt 'Courgette', cursive; text-align: left;text-shadow: 0 1px 1px #FFF;margin:-1px 2px 6px 3px;color: #fff;border-botom: 2px solid: #eee;background: #eee; margin:-2px;padding:5px;}
  222.  
  223. .h5 {font: 8pt 'Courgette', cursive; text-align: center;text-shadow: 0 1px 1px #FFF;margin:-1px 2px 6px 3px;color: #693f24;border-botom: 2px solid: #eee;background: #eee; margin:-2px;padding:5px;}
  224.  
  225. /*** Quote estilo por: things-to-help-you***********/
  226. .quote  {font-family: 'Play', sans-serif;  font-size: 14px;  text-align:justy; padding: 4px; color: #ccc; }
  227. .quotem {overflow: hidden; padding: 5px; background: #f5f5f5; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
  228. .bottomq {background: url('') no-repeat; width: 69px; height: 19px; margin-left: 30px; margin-bottom: 10px;}
  229. .ci {color: #fff; display: inline-block;background: #eee; padding: 3px; margin-left: 20px; margin-top: -14px; margin-bottom: 10px;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
  230. .ci a {color: #c19494;}
  231. .ci a:hover {color: #fff;}
  232.  
  233. .trackid {padding: 5px;
  234. background: #f5f5f5;
  235. color: #999;
  236. margin-top: 1px;
  237. margin-left: 0px;
  238. margin-right: 0px;
  239. text-shadow: 1px 0px 0px #fff;}
  240. .trackid2 {padding: 2px;
  241. background: #f5f5f5;
  242. color: #999;
  243. margin-top: 0px;
  244. margin-left: 0px;
  245. margin-right: 0px;}
  246.  
  247.  
  248. /*** post, caixas, notes e reblogs  **/
  249.  
  250.  
  251. .post{margin-bottom:10px;}
  252. .post .title {margin:0; padding:0; font-size:18px; line-height:22px; font-weight:normal;}
  253. img, a img {border:0;}
  254. .info {border-bottom:0px solid #FADCE6; margin:10px 0 0 0; padding:0 0 5px 0; font-size:11px; line-height:14px; color:#999999;}
  255. .name{ text-align:right; line-height: 15px; font-family: tahoma;font-size: 11px;font-weight:bold; }
  256.  
  257. .box {overflow:hidden; color: #666; font: 9px arial; background-color: #fff; padding:5px;  -webkit-box-shadow: 0px 0px 4px #dfdfdf;  -moz-box-shadow: 0px 0px 4px #dfdfdf;  box-shadow: 0px 0px 4px #dfdfdf;}
  258.  
  259.  
  260.  
  261. .boxsidebar {overflow:hidden; color: #666; font: 9px arial; background-color: #fff; padding:5px;  -webkit-box-shadow: 0px 0px 4px #dfdfdf;  -moz-box-shadow: 0px 0px 4px #dfdfdf;  box-shadow: 0px 0px 4px #dfdfdf; z-index: 10000;} /* box da sidebar*/
  262.  
  263.  
  264.  
  265.  
  266. /*** tamanho, borda, opacidade em imagens **/
  267.  
  268. .border1 {background:#fff; padding:1px; border:5px solid #B2D6D1;border-radius:0px; filter: alpha(opacity=55); opacity: 0.55; -moz-opacity:0.15; -webkit-transition-duration: .99s; -moz-transition-duration: .99s;margin-right:5px;}
  269.  
  270. .border1:hover {filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0; -webkit-transition-duration: .99s; -moz-transition-duration: .99s; }
  271.  
  272. .border3 {margin: -8px 0 -0px -12px;}
  273.  
  274. .bordervideo {margin: -3px 0 -0px -4px;}
  275.  
  276.  
  277.  
  278.  
  279. /*** blockquote e tabelinhas ***/
  280.  
  281.  
  282. blockquote {background: #eee; margin: 0 5px; text-align: justify; line-height:150%; border-left: 8px solid #fff;  padding-left:5px; padding-right:2px; padding-top:0; padding-bottom:0;}
  283.  
  284. .blockquote {background: #eee; margin: 0 5px; text-align: justify; line-height:150%; border-left: 8px solid #fff;  padding-left:5px; padding-right:2px; padding-top:0; padding-bottom:0;}
  285.  
  286.  
  287.  
  288.  
  289. /*--------ask-------*/
  290.  
  291. .pergunta  {background: #ececec; padding: 11px; margin-top: 0px; border-bottom: 1px solid #; margin-left: 0px;margin-right: 0;overflow: hidden; text-shadow: 0px 1px 1px #; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
  292. .perguntou  {display: inline-block; letter-spacing: 1px; text-transform:uppercase;font-family: 'Play', sans-serif;  font-size: 7px; background: #f5f5f5; padding-left: 20px; padding-right: 5px;  margin-top: -0px; border-bottom: 1px solid #; margin-left: 20px;margin-right: -11px; text-shadow: 0px 1px 1px #;color: #fff; margin-bottom: 7px; -webkit-border-top-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px;}
  293. .perguntou g  {color: #f9cfb1;}
  294. .perguntou a {color: #f9cfb1; }
  295. .askfoto {position: absolute;  z-index: 1000; display: inline-block; margin-top: -10px; margin-left: 2px; -webkit-border-radius: 23px;  -moz-border-radius: 23px;  border-radius: 23px;}
  296. .askfoto:hover {opacity: 0.9;}
  297. .linha {border-bottom: dotted 1px #f1e6df; margin-left: 20px; margin-right: 20px; margin-top: 5px; margin-bottom: 5px;}
  298.  
  299.  
  300.  
  301. /* Chat por Anna (livelikeasuicide) *********/
  302. .chat {background: #fff; margin: 0; font-size:
  303. Tamanho da fontepx; font-family: Fonte;}
  304. .chat .chat1 {margin-left: 0px;}
  305. .chat .chat1 .chat2 {background: #eee; color: #fff;
  306. margin-bottom: 1px; padding: 4px 5px 4px 5px;} /* Primeira linha */
  307. .chat .chat1 .chat2.even {background: #f5f5f5;
  308. color: #777;} /* Segunda linha */
  309. .chat .chat1 .chat2 span{font-weight: bold;}
  310.  
  311.  
  312. .menu { width: 70px; margin: 2px; text-align: center; display: inline-block; background: url("http://static.tumblr.com/n66cz1n/YkHmak79x/b3.png"); color: #777; font-size: 10px; font-family: arial;padding:1px; height:17px; padding-top:3px; border-radius:2px;}
  313.  
  314. .menu:hover {color:#fff; -webkit-transition-duration: .99s; -moz-transition-duration: .99s;}
  315.  
  316. .ladinho {bottom: -5px; margin-left: auto; position: fixed; z-index: 0; width:100%; -webkit-transition-duration: .90s; z-index: 2000; }
  317.  
  318. #navigationMenu li{list-style:none; height: 29px; padding: 1px; width: 29px;}
  319.  
  320. #navigationMenu span{width:0; left: 29px; padding: 0; position:absolute; overflow: hidden; font-family:'Yanone Kaffeesatz', sans-serif; font-size: 16px; line-height:29px; -webkit-transition: 0.25s; -moz-transition: 0.25s; transition: 0.25s; letter-spacing: 0px; text-transform: uppercase;}
  321.  
  322. #navigationMenu a{background:url('http://static.tumblr.com/8yo5xxv/yLjmbj9ma/icons.png') no-repeat; height:29px; width:29px; display:block; position:relative; opacity: 0.6;}
  323. #navigationMenu .home {background-position: 0 0;}
  324. #navigationMenu .home:hover {background-position:0 0;}
  325. #navigationMenu .home span{color: #888; background-color: rgba(255, 255, 255, 0.60);}
  326. #navigationMenu .message {background-position: -29px 0;}
  327. #navigationMenu .message:hover {background-position: -29px 0;}
  328. #navigationMenu .message span{color: #888; background-color: rgba(255, 255, 255, 0.60);}
  329. #navigationMenu li{list-style:none; height: 29px; padding: 1px; width: 29px;}
  330. #navigationMenu span{width:0; left: 29px; padding: 0; position:absolute; overflow: hidden; font-family:'Yanone Kaffeesatz', sans-serif; font-size: 16px; line-height:29px; -webkit-transition: 0.25s; -moz-transition: 0.25s; transition: 0.25s; letter-spacing: 0px; text-transform: uppercase;}
  331. #navigationMenu a{background:url('http://media.tumblr.com/tumblr_md62i9qIiP1rwneo8.png') no-repeat; height:29px; width:29px; display:block; position:relative; opacity: 0.6;}
  332. #navigationMenu a:hover span{width:auto; padding:0 20px; overflow:visible;}
  333. #navigationMenu a:hover{text-decoration:none; opacity: 1;}
  334. #navigationMenu .home {background-position: 0 0;}
  335. #navigationMenu .home:hover {background-position:0 0;}
  336. #navigationMenu .home span{color: #888; background-color: rgba(255, 255, 255, 0.60);}
  337. #navigationMenu .message {background-position: -29px 0;}
  338. #navigationMenu .message:hover {background-position: -29px 0;}
  339. #navigationMenu .message span{color: #888; background-color: rgba(255, 255, 255, 0.60);}
  340. #navigationMenu .love {background-position: -58px 0;}
  341. #navigationMenu .love:hover {background-position: -58px 0;}
  342. #navigationMenu .love span{color: #888; background-color: rgba(255, 255, 255, 0.60);}
  343. #navigationMenu .twitter {background-position: -87px 0;}
  344. #navigationMenu .twitter:hover{background-position: -87 0;}
  345. #navigationMenu .twitter span{color: #888; background-color: rgba(255, 255, 255, 0.60);}
  346. #navigationMenu .links {background-position: -116px 0;}
  347. #navigationMenu .links:hover {background-position: -116px 0;}
  348. #navigationMenu .links span{color: #888; background-color: rgba(255, 255, 255, 0.60);}
  349. #navigationMenu{position: absolute; margin: -60px 0 0 -20px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; opacity: 0;}
  350. #sidebar:hover #navigationMenu{opacity: 1; margin: 0 0 0 -20px; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease;}
  351.  
  352.  
  353.  
  354. /*** wishlist ***/
  355.  
  356.  
  357. .wishlist {margin-bottom : 4px;display : block;font-size: 10px; font-family: "visitor1.ttf", small fonts; font-style: normal; text-align: justify; letter-spacing : 0; line-height: 15px;border-bottom : 1px dotted #eee;text-indent : 5px;vertical-align : middle;background : url('http://www.hellostar.org/wp-admin/images/q1.gif')no-repeat left;background-repeat : no-repeat; padding-left : 10px;text-indent : 8px;text-decoration : none;padding-bottom : 2px;}
  358.  
  359. .wishlist:hover {margin-bottom : 4px;display : block;font-size: 10px; font-family: "visitor1.ttf", small fonts; font-style: normal; text-align: justify; letter-spacing : 0; line-height: 15px;border-bottom : 1px dotted #eee;text-indent : 5px;vertical-align : middle;background : url('http://www.hellostar.org/wp-admin/images/q2.gif')no-repeat left;background-repeat : no-repeat; padding-left : 10px;text-indent : 8px;text-decoration : none;padding-bottom : 2px;}
  360.  
  361.  
  362.  
  363. /*** paginação seta ***/
  364.  
  365. .pagset {display: inline-block; padding:5px; text-align:center; line-height:15px; color:#777; float: center; font-family:arial; font-size:30px; alpha(Opacity=90);-webkit-transition-duration: .80s; margin-left: 1px; margin-right: 1px; text-shadow: 0 1px 1px #FFF; justify; margin-top: 5px;}
  366.  
  367. .left {float: left;margin: 1px 4px 0 4px;}
  368.  
  369. .right {float: right;margin: 1px 4px 0 4px;}
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376. </style>
  377.  
  378. <!-- FIM DO CSS-->
  379.  
  380.  
  381. <script> function changeNavigation(id)
  382. {document.getElementById('local')
  383. .innerHTML=document.getElementById(id).innerHTML}
  384. </script>
  385.  
  386.  
  387. <body>
  388.  
  389.  
  390.  
  391.  
  392. <div id="page">
  393.  
  394. <div class="ladinho">
  395. <a onMouseover="this.style.background:'#'" onMouseout="this.style.background='#'" onClick="document.getElementById('local').innerHTML=document.getElementById('about').innerHTML" class="menu"> Créditos</a>
  396. </div>
  397.  
  398.  
  399.  
  400.  
  401. <div id="sidebar">
  402.  
  403. <!– CONTEUDO DO PERFIL –>
  404.  
  405. <div class="boxsidebar">
  406. <div class="caixa">
  407. <div id="navigationMenu">
  408. <ul id="navigationMenu">
  409. <li><a class="home" href="/"><span>Home</span></a></li>
  410. <li><a class="message" href="/ask"><span>Message</span></a></li>
  411. <li><a class="love" href="LINK AQUI"><span>Love</span></a></li>
  412. <li><a class="twitter" href="LINK AQUI"><span>Follow</span></a></li>
  413. <li><a class="links" href="LINK AQUI"><span>Links</span></a></li>
  414. </ul>
  415. </div>
  416. <img src="http://24.media.tumblr.com/tumblr_mcvg7bZygZ1qciah5o1_500.png" Width="215px" height="290px" class="border3"/><br>
  417. {block:Description}{Description}{/block:Description}
  418. </div> </div>
  419.  
  420.  
  421.  
  422. <br>
  423.  
  424.  
  425.    
  426.  
  427.  
  428.  
  429.  
  430.  
  431. <!– FIM DO CONTEUDO –>
  432.  
  433. </div>
  434.  
  435.  
  436.  
  437.  
  438. <div id="content">
  439.  
  440.  
  441.  
  442.  
  443. <!-- conteudo dos posts e paginas -->
  444.  
  445.  
  446.  
  447.  
  448. <div id="local">
  449.  
  450. {block:Posts}
  451.  
  452. {block:Regular}<div class="post"><div class="box">
  453. {block:Title}<div class="h1"><p><p>{Title}</div>{/block:Title}
  454. <div class="entry">{Body}</div>
  455.  
  456. <div class="divdate"></div>
  457.  
  458.  
  459. <!---------------- DATA DOS POSTS ------------->
  460. {block:IndexPage}
  461. <div class="reblogue">
  462. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  463. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  464. </div>
  465. {block:NoteCount}<div class="notas">
  466. <a href="{Permalink}">{NoteCount}</a>
  467. </div>{/block:NoteCount}
  468. {/block:IndexPage}
  469.  
  470.  
  471. </div></div>
  472. {/block:Regular}
  473.  
  474.  
  475. <!---------- PHOTOS --------------------------->
  476.  
  477. {block:Photo}
  478. <div class="post"><div class="box">
  479.  
  480. <center>{LinkOpenTag}<img src="{PhotoURL-250}" class="border3" alt="{PhotoAlt}" width=268px/>{LinkCloseTag}</center>
  481. {block:Caption}          
  482. <br>
  483. <div class="caption">{Caption}</div>
  484. {/block:Caption}
  485. <div style="clear:both;"></div>
  486. <BR>
  487.  
  488. <div class="divdate"></div>
  489.  
  490.  
  491. <!---------------- DATA DOS POSTS ------------->
  492. {block:IndexPage}
  493. <div class="reblogue">
  494. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  495. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  496. </div>
  497. {block:NoteCount}<div class="notas">
  498. <a href="{Permalink}">{NoteCount}</a>
  499. </div>{/block:NoteCount}
  500. {/block:IndexPage}
  501. </div></div>
  502. {/block:Photo}
  503.  
  504.  
  505. <div style="clear:both;"></div>
  506.  
  507.  
  508. <!---------- QUOTES --------------------------->
  509.  
  510.  
  511. {block:Quote}  
  512. <div class="post"><div class="box">
  513. <div class="caixa">    
  514. <div class="quotem">
  515. <div class="quote">{Quote}</div>  
  516. </div>
  517. <div class="bottomq"></div>
  518. <div class="ci">{block:Source}
  519. <div class="source">{Source}</div>
  520. {/block:Source}</div>
  521.  
  522. <div class="divdate"></div>
  523.  
  524.  
  525. <!---------------- DATA DOS POSTS ------------->
  526. {block:IndexPage}
  527. <div class="reblogue">
  528. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  529. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  530. </div>
  531. {block:NoteCount}<div class="notas">
  532. <a href="{Permalink}">{NoteCount}</a>
  533. </div>{/block:NoteCount}
  534. {/block:IndexPage}
  535.  
  536. </div></div></div>
  537. {/block:Quote}
  538.  
  539.  
  540. <div style="clear:both;"></div><p>
  541.  
  542. <!---------------- Photoset ------------->
  543.  
  544.  
  545.  
  546. {block:Photoset}
  547. <div class="post"><div class="box">
  548. {block:IndexPage}{LinkOpenTag}{Photoset-250}{LinkCloseTag}{/block:IndexPage}
  549. {block:PermalinkPage}{LinkOpenTag}{Photoset-500}{LinkCloseTag}{/block:PermalinkPage}
  550. {block:Caption}{Caption}{/block:Caption}
  551.  
  552.  
  553.  
  554. {block:IndexPage}
  555. <div class="reblogue">
  556. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  557. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  558. </div>
  559. {block:NoteCount}<div class="notas">
  560. <a href="{Permalink}">{NoteCount}</a>
  561. </div>{/block:NoteCount}
  562. {/block:IndexPage}
  563. </div></div>
  564. {/block:Photoset}
  565.  
  566. <!---------------- ASK ------------->
  567.  
  568.  
  569.  
  570. {block:Answer}
  571. <div class="post"><div class="box">
  572.  
  573. <a href="{ReblogURL}" target="_blank" class="details"><div id="reblog"></div></a>
  574.  
  575. <a class="notes">{block:NoteCount}<a href="{Permalink}">{/block:NoteCount}<div id="notes"></div></a>
  576.  
  577. <div class="caixa">
  578. <div class="pergunta">
  579. {Question}    
  580. </div>
  581. <img src="{AskerPortraitURL-30}" align="left" class="askfoto">
  582. <div class="perguntou"><g>{Asker}</g> asked  {TimeAgo}</div>
  583. <div class="linha"></div>
  584. {Answer}
  585. </div>
  586.  
  587. <!---------------- DATA DOS POSTS ------------->
  588. {block:IndexPage}
  589. <div class="reblogue">
  590. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  591. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  592. </div>
  593. {block:NoteCount}<div class="notas">
  594. <a href="{Permalink}">{NoteCount}</a>
  595. </div>{/block:NoteCount}
  596. {/block:IndexPage}
  597.  
  598.  
  599. </div></div></div>
  600. {/block:Answer}
  601.  
  602. <div style="clear:both;"></div>
  603.  
  604. <!---------- LINKS --------------------------->
  605.  
  606.  
  607. {block:Link}
  608. <div class="post"><div class="box">
  609. <a href="{URL}" class="link" {Target}><div class="h1">{Name}</div></a>
  610. {block:Description}
  611. <div class="description">{Description}</div>
  612. {/block:Description}
  613.  
  614. <BR>
  615. <div class="divdate"></div>
  616.  
  617.  
  618. <!---------------- DATA DOS POSTS ------------->
  619. {block:IndexPage}
  620. <div class="reblogue">
  621. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  622. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  623. </div>
  624. {block:NoteCount}<div class="notas">
  625. <a href="{Permalink}">{NoteCount}</a>
  626. </div>{/block:NoteCount}
  627. {/block:IndexPage}
  628.  
  629.  
  630. </div></div>
  631. {/block:Link}
  632.  
  633. <div style="clear:both;"></div>
  634.  
  635.  
  636. <!---------- CHAT --------------------------->
  637. {block:Chat}
  638. <div class="post"><div class="box">
  639.  
  640. <a href="{ReblogURL}" target="_blank" class="details"><div id="reblog"></div></a>
  641.  
  642. <a class="notes">{block:NoteCount}<a href="{Permalink}">{/block:NoteCount}<div id="notes"></div></a>
  643.  
  644.  
  645.  
  646. <div class="chat">
  647. <div class="chat1">
  648. {block:Lines}
  649. <div class="chat2 {Alt}">
  650. {block:Label}
  651. <span>{Label}</span>
  652. {/block:Label}
  653. {Line}</div>
  654. {/block:Lines}
  655. </div>
  656. <div class="divdate"></div>
  657.  
  658.  
  659.  
  660. <!---------------- DATA DOS POSTS ------------->
  661. {block:IndexPage}
  662. <div class="reblogue">
  663. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  664. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  665. </div>
  666. {block:NoteCount}<div class="notas">
  667. <a href="{Permalink}">{NoteCount}</a>
  668. </div>{/block:NoteCount}
  669. {/block:IndexPage}
  670.  
  671. </div></div></div>
  672. {/block:Chat}
  673.  
  674.  
  675. <div style="clear:both;"></div>
  676.  
  677.  
  678. <!---------- AUDIO --------------------------->
  679. {block:Audio}
  680. <div class="post"><div class="box">
  681. <p>{AudioPlayerWhite}
  682. {block:Caption}
  683. <div class="caption">{Caption}</div>
  684. <div style="float:right; margin-top: -50px;"><h>Música ouvida {PlayCount} vezes</h> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div>
  685. {/block:Caption}
  686.  
  687.  
  688. <div class="divdate"></div>
  689.  
  690.  
  691. <!---------------- DATA DOS POSTS ------------->
  692. {block:IndexPage}
  693. <div class="reblogue">
  694. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  695. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  696. </div>
  697. {block:NoteCount}<div class="notas">
  698. <a href="{Permalink}">{NoteCount}</a>
  699. </div>{/block:NoteCount}
  700. {/block:IndexPage}
  701.  
  702. </div></div>
  703. {/block:Audio}
  704.  
  705. <div style="clear:both;"></div>
  706.  
  707.  
  708. <!---------- VIDEOS --------------------------->
  709.  
  710. {block:Video}
  711. <div class="post">
  712. <div class="box">
  713. <p><center>{Video-500}</center>
  714. <br>
  715. {block:Caption}
  716. <div class="caption">{Caption}</div>
  717. {/block:Caption}
  718.  
  719. <BR>
  720. <div class="divdate"></div>
  721.  
  722.  
  723. <!---------------- DATA DOS POSTS ------------->
  724. {block:IndexPage}
  725. <div class="reblogue">
  726. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  727. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  728. </div>
  729. {block:NoteCount}<div class="notas">
  730. <a href="{Permalink}">{NoteCount}</a>
  731. </div>{/block:NoteCount}
  732. {/block:IndexPage}
  733.  
  734. </div></div>
  735. {/block:Video}
  736.  
  737. <div style="clear:both;"></div>
  738.  
  739.  
  740. <!---------------- NOTAS  DOS POSTS ------------->
  741. {block:PostNotes}<div class="box">
  742. <div class="notes-bottom">
  743. {PostNotes}
  744. </div></div>
  745. {/block:PostNotes}
  746.  
  747. <!---------------- FIM DAS NOTAS DOS POSTS ------------->
  748. {/block:Posts}
  749.  
  750.  
  751.  
  752. <center<div class="left"><div class="pagset">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}</div></div>
  753. <div class="right"><div class="pagset">{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}</div>
  754. </center><br><br>
  755.  
  756. </div></div></div></div></div></div>
  757.  
  758. <!– FIM DO CONTEUDO –>
  759.  
  760.  
  761.  
  762.  
  763.  
  764. <!-- Conteudo dos menus -->
  765.  
  766.  
  767.  
  768. <div id="about" style="display:none;">
  769. <div class="post"><div class="box">
  770.  
  771. <div class="h3"> Créditos  </div><p>
  772.  
  773. <div class="wishlist">Theme e Design por: <a href="http://jessierobsten.tumblr.com">Jessie</a></div>
  774. <div class="wishlist"> Ajudas:<a href="http://laspricih.tumblr.com"> Laspricih</a>. </div>
  775. <div class="wishlist">Centralização:  <a href="http://madly-luv.com"> Madly luv</a> </div>
  776. <div class="wishlist"> Cores: Photoshop CS5</a> </div>
  777. <div class="wishlist"> Paginação de seta: <a href="http://help-in-html.tumblr.com/">Help-in-Html</a> </div>
  778. <div class="wishlist">Vários tutoriais: <a href="http://things-to-help-you.tumblr.com/">TTHY</a></div>
  779. <div class="wishlist">Bg: <a href="http://goldhtml.tumblr.com/"> GoldHtml</a></div>
  780.  
  781. </div></div>
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788. <!-- Fim do conteúdo do menu -->
  789. </div>
  790.  
  791.  
  792.  
  793. <div id="footer"></div>
  794.  
  795. </div></div></div></div></div></div></div></div>
  796.  
  797.  
  798.  
  799.  
  800. <script> function changeNavigation(id)
  801. {document.getElementById('local')
  802. .innerHTML=document.getElementById(id).innerHTML}
  803. </script>
  804.  
  805. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  806.  
  807. </body>
  808. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement