Advertisement
BeloSonho

Theme preto tumblr | no texts and notes

Jan 2nd, 2015
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.52 KB | None | 0 0
  1. <html>
  2. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'/>
  3. <head>
  4. <title>{title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11. <body>
  12. <div id="header-wrapper">
  13. <h1><a href="{url}">{title}</a></h1>
  14. </div>
  15. <div id="menu-wrapper">
  16. <li><a href="http://url/">NOME DO LINK</a></li>
  17. <li><a href="http://url/">NOME DO LINK</a></li>
  18. <li><a href="http://url/">NOME DO LINK</a></li>
  19. </div>
  20. <div id="description-wrapper">
  21. {Description}
  22. </div>
  23. <div id="status-wrapper">
  24. <h1>Status</h1>
  25. Postagem do status.
  26. <br />
  27. <div id="paginaçao-wrapper">
  28. <h3>{block:PreviousPage}<a href="{PreviousPage}">< Página anterior</a>{/block:PreviousPage}
  29. {block:NextPage}<a href="{NextPage}">Próxima página ></a>{/block:NextPage}</h3>
  30. </div>
  31. </div>
  32. <div id="content-wrapper">
  33. <div id="posts">
  34. <!-- resto LALALALLALALALALALALALALALALALALLALALALA -->
  35. {block:Posts}
  36. <!-- FOTO -->
  37. {block:Photo}
  38. <a href="{permalink}"><img src="{PhotoURL-500}"></a>
  39. {/block:Photo}
  40.  
  41. <!-- PHOTOSET -->
  42. {block:Photoset}
  43. <center>{Photoset-500}</center>
  44. {/block:Photoset}
  45.  
  46.  
  47. <!-- CHAT -->
  48. {block:Chat}
  49. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  50. {block:Lines}<li class="{Alt} user_{UserNumber}"> {block:Label} <b>{Label}</b> {/block:Label} {Line}</li>{/block:Lines}
  51. {block:Chat}
  52.  
  53. <!-- VIDEO -->
  54. {block:Video}
  55. {Video-500}
  56. {/block:Video}
  57.  
  58. <!-- AUDIO -->
  59. {block:Audio}
  60. {AudioPlayerGrey}
  61. {block:TrackName}{TrackName}{/block:TrackName}
  62. {block:Artist}{Artist}{/block:Artist}
  63. {block:Album}{Album}{/block:Album}
  64. {block:PlayCount}{PlayCount}{/block:PlayCount}
  65. {/block:Audio}
  66.  
  67.  
  68. {/block:Posts}
  69. </div> </div>
  70. </body>
  71. <style type="text/css">
  72. /*
  73. -----------------------------------------------
  74. Layout feito por for-you-everything.tumblr.com
  75. ----------------------------------------------- */
  76. body {
  77. background: #000;
  78. margin: 0;
  79. padding: 0;
  80. border: 0;
  81. text-align: justify;
  82. line-height: 30px;
  83. font-size: 12px;
  84. }
  85.  
  86. a:link{
  87. color:blue;
  88. text-decoration:none;
  89. }
  90. a:hover{
  91. text-decoration:underline;
  92. }
  93.  
  94. a:visited{
  95. }
  96. #header-wrapper h1 {
  97. color: #aeaeae;
  98. text-align: center;
  99. font-family: 'Open Sans Condensed', sans-serif;
  100. font-weight: normal;
  101. font-size: 48px;
  102. }
  103.  
  104. #header-wrapper h1 a{
  105. color:#aeaeae;
  106. }
  107.  
  108. #header-wrapper h1 a:hover{
  109. text-decoration:none;
  110. }
  111.  
  112. #description-wrapper {
  113. color: #000;
  114. text-align: center;
  115. line-height: 1.2;
  116. background: rgba(255, 255, 255, 1);
  117. padding: 2pc;
  118. border-radius: 19px;
  119. font-size: 16px;
  120. margin: 0 134px 27px;
  121. }
  122.  
  123. #status-wrapper {
  124. background: rgba(255, 255, 255, 1);
  125. z-index: 666;
  126. padding: 5px;
  127. padding-top: 0px;
  128. margin-left: 10px;
  129. position: fixed;
  130. color: #000;
  131. width: 250px;
  132. text-align: center;
  133. border: 1px solid #aeaeae;
  134. }
  135.  
  136. #status-wrapper h1 {
  137. color: #000;
  138. font-weight: normal;
  139. font-size: 25px;
  140. font-family: 'Open Sans Condensed', sans-serif;
  141. }
  142.  
  143. #posts li {
  144. list-style: none;
  145. width: 350px;
  146. display: inline-block;
  147. border: 1px solid #aeaeae;
  148. background: #fff;
  149. margin: 5px;
  150. font-size: 14px;
  151. line-height: 22px;
  152. padding: 5px;
  153. font-family: arial;
  154. }
  155.  
  156. #menu-wrapper{
  157. text-align:center;
  158. }
  159.  
  160. #menu-wrapper {
  161. text-transform: capitalize;
  162. background: transparent;
  163. text-align: center;
  164. }
  165.  
  166. #menu-wrapper li {
  167. list-style: none;
  168. margin-right: 5px;
  169. padding: 8px;
  170. display: -webkit-inline-box;
  171. border-radius: 6px;
  172. }
  173.  
  174. #menu-wrapper li a{
  175. color:#aeaeae;
  176. text-decoration: none;
  177. }
  178.  
  179. #content-wrapper {
  180. text-align: center;
  181. margin-left: 200px;
  182. margin-top: 10px;
  183. }
  184.  
  185. #content-wrapper img {
  186. max-height: 250px;
  187. border: 1px solid #aeaeae;
  188. }
  189.  
  190. #paginaçao-wrapper a {
  191. background: #000;
  192. padding: 6px;
  193. color: #FFFFFF;
  194. font-weight: normal;
  195. }
  196.  
  197. #paginaçao-wrapper a:hover {
  198. text-decoration:none;
  199. }
  200.  
  201. </style>
  202. </head>
  203. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement