Advertisement
maryaciolli

Theme base

Nov 28th, 2013
488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <link rel="shortcut icon"LINK DA FAVICON">
  5.  
  6. <title>SEU TUMBLR</title>
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:300' rel='stylesheet' type='text/css'>
  9.  
  10. <style>
  11.  
  12. body{background: color: #ffffff; fixed; color: #000000; font: 11px 'verdana'; width:760px; margin-left:auto; margin-right:auto; text-align:justify;}
  13.  
  14. a:link,a:active,a:visited { color: #000000; text-decoration: none; -webkit-transition-duration: .50s;} a:hover { color: #1c1c1c;}
  15.  
  16. b, strong {color: #000000; text-decoration: none;}
  17. s {color: #000000;cursor: help;}
  18. i {color: #000000; text-decoration: none;}
  19. u, underline {color: #000000; text-decoration: none; border-bottom: 1px dashed #000000;}
  20.  
  21. h1 {color: #000000; font-family: 'Roboto Condensed', sans-serif; font-size:18px; line-height:30px; font-weight:normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:justify; letter-spacing: 1px;}
  22.  
  23. h2 {color: #000000; font-family: 'Courier New', tahoma; font-size:35px; line-height:25px; font-weight: normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:justify; letter-spacing: 1px;}
  24.  
  25. .side {background: #fffff; color: 000; margin-bottom: 25px; padding: 5px; width: 160px; text-align: justify; position: fixed; top:200px; font-family: arial; font-size:10px;}
  26.  
  27. .posts {background: #ffffff;color: 000; margin-top: 25px; padding: 5px; width:500px; margin-left:120px;}
  28.  
  29. .info {color: 000; text-align:right; width:500px; border-top:1px solid #eee; padding-top:2px; margin-left:120px;}
  30.  
  31. .menu{text-align: center; text-decoration: none;}
  32.  
  33. .menu a{text-transform:uppercase!important; padding: 5px 5px 5px 5px; display: inline-block; background:#1c1c1c; margin-top: 5px; font-size: 8px; color: #ffffff; font-family: 'tahoma'; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; font-weight: bold;}
  34.  
  35. .menu a:hover{background: #4f4f4f; color: #ffffff;} blockquote {font-size: 11px; font-family: 'tahoma'; color: #000000; background: #ffffff; }
  36.  
  37. </style>
  38.  
  39. </head>
  40.  
  41. <body>
  42.  
  43. <div class="side">
  44.  
  45. <center><img src="http://media.tumblr.com/5e126d2bc08cf8c52cee379a261c97e7/tumblr_inline_mhvk2pgl8M1qz4rgp.png" width="100%"/></center>
  46.  
  47. ❝ I'm 147 pounds of pale skin and fragile bones. Sarcasm is my only defense! - Stiles Stilinski ❞
  48.  
  49. <center>
  50. <div class="menu">
  51. <a href="URL">link</a>
  52. <a href="URL">link</a>
  53. <a href="URL">link</a>
  54. <a href="URL">link</a>
  55. <a href="seutumblraqui" title="theme by @seutumblr">© theme</a></center>
  56. </div>
  57.  
  58. <center><big><big>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</big></big>
  59.  
  60. </div></div></div></div>
  61.  
  62.  
  63. <div class="post">
  64. {block:Posts}
  65.  
  66. <!--TEXTOS-->
  67. {block:Text}<div class="posts">
  68. {block:Title}<a href="{Permalink}" class="title"><h1>{Title}</h1></a>{/block:Title}
  69. <div>{Body}</div>
  70. </div>{/block:Text}
  71.  
  72.  
  73. <!--PERGUNTAS E MENSAGENS-->
  74. {block:Answer}<div class="posts">
  75. {Question}
  76. <strong>@{Asker}</strong><br />
  77. {Answer}
  78. </div>{/block:Answer}
  79.  
  80.  
  81. <!--LINKS-->
  82. {block:Link}<div class="posts">
  83. <a href="{URL}"><h1>{Name}</h1></a>
  84. {block:Description}{Description}{/block:Description}
  85. </div>{block:Link}
  86.  
  87.  
  88. <!--FOTOS-->
  89. {block:Photo}<div class="posts">
  90. <center>{LinkOpenTag}<img src="{PhotoURL-500}" title="{PhotoAlt}" />{LinkCloseTag}</center>
  91. {block:Caption}{Caption}{/block:Caption}
  92. </div>{/block:Photo}
  93.  
  94. {block:Photoset}
  95. <div class="post photoset">
  96. <img src="{Photoset-500}"/>
  97. {block:Caption}{Caption}{/block:Caption}
  98. </div>
  99. {/block:Photoset}
  100.  
  101.  
  102. <!--FRASES-->
  103. {block:Quote}<div class="posts">
  104. <h1>❝{Quote}❞</h1>
  105. {block:Source}— {Source}{/block:Source}
  106. </div>{/block:Quote}
  107.  
  108.  
  109. <!--DIALOGOS-->
  110. {block:Chat}<div class="posts">
  111. {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
  112. <table>
  113. {block:Lines}
  114. <tr>
  115. {block:Label}<td class="name">{Label}</td>{block:Label}
  116. <td class="words">{Line}</td>
  117. </tr>
  118. {/block:Lines}
  119. </table>
  120. </div>{/block:Chat}
  121.  
  122.  
  123. <!--MUSICAS-->
  124. {block:Audio}<div class="posts">
  125. <div style="float:right; margin-top: 6px;"><i>Música ouvida {PlayCount} vezes</i> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div>
  126. <center>{AudioPlayerWhite}</centeR>
  127. {block:Caption}{Caption}{/block:Caption}<br />
  128. </div>{/block:Audio}
  129.  
  130.  
  131. <!--VIDEOS-->
  132. {block:Video}<div class="posts">
  133. <center>{Video-400}</center>
  134. {block:Caption}{Caption}{/block:Caption}<br />
  135. </div>{/block:Video}
  136.  
  137. <div class="info"><small><a href="{Permalink}">Posted on {DayOfMonthWithZero} {ShortMonth}</a> ☆ {NoteCount} notes ☆ <a href="{ReblogURL}" target="_blank">Reblog</a> ☆ <a href="{Permalink}"> Dê like </a></small></div>
  138.  
  139. {/block:Posts}</div></div><br><br>
  140.  
  141. </div></div></div></div></div></div></div></div></div></div></div>
  142.  
  143.  
  144. </body>
  145.  
  146. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement