htmlparavoces

Theme base 02 ^^

Jan 26th, 2012
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.99 KB | None | 0 0
  1. <html>
  2.  
  3.       <head>
  4.       <title>Ele é meu</title>
  5.      
  6.   <style type="text/css">
  7.       h1 {font-size: 30px; font-family: comic sans}
  8.       h2 {font-size: 15px; font-family: courier}
  9.       p {font-size: 8px; font-family: times new roman}
  10.  
  11.   </style>
  12.  
  13.   </head>
  14.    <script type="text/javascript">
  15. function changeNavigation(id) {document.getElementById('liuc').innerHTML=document.getElementById(id).innerHTML}
  16. </script>
  17.  
  18. <title>{title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <style>
  21. /**************************Fundo do theme por Thucca ********************/
  22. body{background: url('http://data.whicdn.com/images/18790179/tumblr_lvkw54oJ1J1r7b5n3o1_500_large.jpg') fixed; color: #000000;  font: 11px Verdana;}
  23.  
  24. /*** NEGRITO / ITÁLICO / RISCADO / SUBLINHADO ***/
  25.  
  26. b, strong {color: #000000; text-decoration: none; cursor: help;}
  27. s {color: #000000;cursor: help;}
  28. i {color: #000000; text-decoration: none;cursor: help;}
  29. u, underline {color: #000000; text-decoration: none; border-bottom: 1px dashed #000000;cursor: help;}
  30.  
  31. /*** FIM DO NEGRITO / ITÁLICO / RISCADO / SUBLINHADO ***/
  32.  
  33. /*** TÍTULOS ***/
  34.  
  35. h1 {color: #000000; font-family: 'Courier New', 'Courier New'; font-size:32px; line-height:30px;
  36. font-weight:normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:left; letter-spacing: 1px;}
  37. h2 {color: #000000; font-family: 'Courier New', tahoma; font-size:35px; line-height:25px;
  38. font-weight: normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:left; letter-spacing: 1px;}
  39.  
  40. /***  FIM DOS TÍTULOS ***/
  41. /*** POSTS & CAIXAS  ***/
  42.  
  43. .s.sidegs {background: #fff; color: 000; margin-bottom: 25px; padding: 5px; width: 300px; top: 80px; left: 80px; text-align: justify; position: fixed;}
  44.  
  45. .posts {background: #fff;color: 000; margin-top: 25px; padding: 5px; -webkit-border-top-left-radius: 10px;-webkit-border-top-right-radius: 10px;
  46. -moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;}
  47.  
  48. /*** FIM DOS POSTS & CAIXAS  ***/
  49.  
  50.         /*** NOTES  ***/
  51.  
  52. .notes {border-top: 2px dotted #000; padding: 3px; background: #fff;-webkit-border-bottom-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;
  53.  -moz-border-radius-bottomright: 10px;-moz-border-radius-bottomleft: 10px;
  54. border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
  55.  
  56. /***  FIM DOS NOTES  ***/
  57.  
  58. /*** LINKS *** /
  59.  
  60. a:link,a:active,a:visited { color: #000; text-decoration: none; -webkit-transition-duration: .50s;}
  61. a:hover { color: #000000;}
  62.  
  63.  
  64. <!--- FIM DO  CSS  POR ENTENDA HTML --->
  65.  
  66. </style>
  67.  
  68. </head>
  69.  
  70. <body>
  71.    <div class="sidegs">
  72. <img src="http://3.bp.blogspot.com/-gOKZswn9Kn8/ThkIbIED6qI/AAAAAAAAEGM/LIqq8hjv-4k/s1600/tumblr_lmanrq9NHH1qgy521o1_500.jpg" width="300">
  73.  
  74. <div style="top: 0px; left: 0px; width: 100%; height: 30px; z-index: 100; position: fixed;">
  75. <center>
  76. <div class="navigate">
  77. <a href="/"style="text-decoration:none">Home</a>
  78. <a href="/ask"style="text-decoration:none">Ask</a>
  79. <a href="SEUTUMBLR.tumblr.com/submit"style="text-decoration:none">Submit</a>
  80. <a href="/tagged/SUATAG"style="text-decoration:none">Textos</a>                                        
  81. <a href="/tagged/about"style="text-decoration:none">About</a>
  82. <a href="htmlpravoces.tumblr.com"style="text-decoration:none">Theme</a>
  83. </div></div>
  84. </center>    
  85.  
  86. <div class="credit">
  87. <h1>Status</h1>
  88. Design do theme por: <a href="http://SEUTUMBLR.tumblr.com/" target=blank>SEU NOME :)</a><br>
  89. Base por: <a href="http://htmlpravoces.tumblr.com/" target=blank>Html pra vocês</a><br>
  90. By: <a href="http://apenassimplesversos.tumblr.com/" target=blank>Thucca</a><br>
  91. </a>
  92. </div></div></div></div>
  93.  
  94.  
  95. <!--- TAGS DOS POSTS POR MADLYLUV --->
  96. <div id="post" style="top: 55px; left: 400px; position: absolute; width: 520px; color:#000;">
  97. {block:Posts}
  98.  
  99.     <!--TEXTOs-->
  100.  
  101.     {block:Text}<div class="posts">
  102.  
  103.         {block:Title}<a href="{Permalink}" class="title"><h1>{Title}</h1></a>{/block:Title}
  104.  
  105.                 <div>{Body}</div>
  106.  
  107.         </div>{/block:Text}
  108.  
  109.  
  110.  
  111.         <!--PERGUNTAS E MENSAGENS-->
  112.  
  113.         {block:Answer}<div class="posts">
  114.  
  115.                 <strong>{Asker}</strong> perguntou: {Question}<br /><br />
  116.  
  117.                 Resposta: {Answer}<br />
  118.  
  119.         </div>{/block:Answer}
  120.  
  121.  
  122.  
  123.         <!--LINKS-->
  124.  
  125.         {block:Link}<div class="posts">
  126.  
  127.                 <a href="{URL}"><h1>{Name}</h1></a>
  128.  
  129.                 {block:Description}{Description}{/block:Description}
  130.  
  131.  
  132.         </div>{block:Link}
  133.  
  134.  
  135.  
  136.         <!--FOTOS-->
  137.  
  138.         {block:Photo}<div class="posts">
  139.                 <center>{LinkOpenTag}<img src="{PhotoURL-500}" title="{PhotoAlt}" />{LinkCloseTag}</center><br />
  140.  
  141.                 {block:Caption}{Caption}{/block:Caption}<br />
  142.  
  143.         </div>{/block:Photo}
  144.  
  145.  
  146.  
  147.         <!--FRASES-->
  148.  
  149.         {block:Quote}<div class="posts">
  150.  
  151.                 <h1>- "{Quote}"</h1>
  152.  
  153.                 {block:Source}&mdash; {Source}{/block:Source}
  154.  
  155.         </div>{/block:Quote}
  156.        
  157.  
  158.  
  159.         <!--DIALOGOS-->
  160.  
  161.         {block:Chat}<div class="posts">
  162.  
  163.                 {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
  164.  
  165.                 <table>
  166.                         {block:Lines}
  167.                         <tr>
  168.                                 {block:Label}<td class="name">{Label}</td>{block:Label}
  169.                                 <td class="words">{Line}</td>
  170.                         </tr>
  171.                         {/block:Lines}
  172.                 </table><br />
  173.  
  174.         </div>{/block:Chat}
  175.        
  176.  
  177.  
  178.         <!--MUSICAS-->
  179.  
  180.         {block:Audio}<div class="posts">
  181.  
  182.                 <div style="float:right; margin-top: 6px;"><i>Música ouvida {PlayCount} vezes</i> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div>
  183.  
  184.                 <center>{AudioPlayerWhite}</centeR>
  185.  
  186.                 {block:Caption}{Caption}{/block:Caption}<br />
  187.  
  188.  
  189.         </div>{/block:Audio}
  190.        
  191.  
  192.  
  193.         <!--VIDEOS-->
  194.  
  195.         {block:Video}<div class="posts">
  196.  
  197.                 <center>{Video-500}</center>
  198.  
  199.                 {block:Caption}{Caption}{/block:Caption}<br />
  200.  
  201.         </div>{/block:Video}
  202.  
  203. <div class="notes">
  204. Posted on <a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}</a> at {12Hour}:{Minutes}{AmPm} | <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};">Reblog this!</a> | {block:NoteCount}{NoteCount} notes{/block:NoteCount} | {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">original</a>{/block:RebloggedFrom}
  205. </div>
  206.  
  207. {/block:Posts}<br><center><big><big>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  208.  
  209. {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</big></big></div></div><br><br></center>
  210.  
  211. </div></div></div></div></div></div></div></div></div></div></div></div>
  212.      
  213.      
  214.  </body>
  215.  </html>
Advertisement
Add Comment
Please, Sign In to add comment