Advertisement
BeloSonho

fdgdfgfdgdg tumblr

Jan 1st, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.85 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. <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'/>
  4. <link href='http://fonts.googleapis.com/css?family=Dosis:200' rel='stylesheet' type='text/css'/>
  5. <head>
  6. <title>{title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}
  10. <meta name="description" content="{MetaDescription}" />
  11. {/block:Description}
  12.  
  13. <body>
  14. <div id="header-wrapper">
  15. <h1><a href="{url}">{title}</a></h1>
  16. </div>
  17. <div id="menu-wrapper">
  18. <li><a href="http://zrefri.tumblr.com/">HOME</a></li>
  19. <li><a href="/ASK">ASK</a></li>
  20. <li><a href="http://http//for-you-everything.tumblr.com/">MO'S TUMBLR</a></li>
  21. </div>
  22. <div id="description-wrapper">
  23. Broken the rules.
  24. </div>
  25. <div id="status-wrapper">
  26. Imagem aqui
  27. <br />
  28. <div id="menu-de-merda">
  29. <li><a href="#">Nome do link</a></li>
  30. <li><a href="#">Nome do link</a></li>
  31. <li><a href="#">Nome do link</a></li>
  32. </div>
  33.  
  34. <style>
  35. #menu-de-merda li {
  36. border: 1px solid #fff;
  37. list-style: none;
  38. background: #535353;
  39. padding: 4px;
  40. font-size: 12px;
  41. display: inline;
  42. font-family: arial;
  43. margin: 0 -1px -15px;
  44. }
  45.  
  46. #menu-de-merda li a{
  47. color:#fff;
  48. text-decoration:none;
  49. }
  50.  
  51. #menu-de-merda{
  52. }
  53. </style>
  54. <div id="paginaçao-wrapper">
  55. <h3>{block:PreviousPage}<a href="{PreviousPage}">< PÁGINA ANTERIOR</a>{/block:PreviousPage}
  56. {block:NextPage}<a href="{NextPage}">PRÓX. PÁGINA ></a>{/block:NextPage}</h3>
  57. </div>
  58. </div>
  59. <div id="content-wrapper">
  60. <div id="posts">
  61. {block:Posts}
  62.  
  63. <!-- TEXTOS -->
  64. {block:Text}
  65. {block:Title} {Title} {/block:Title}
  66. {Body}
  67. {/block:Text}
  68.  
  69. <!-- FOTO -->
  70. {block:Photo}
  71. <a href="{permalink}"><img src="{PhotoURL-500}"></a>
  72. {/block:Photo}
  73.  
  74. <!-- PHOTOSET -->
  75. {block:Photoset}
  76. <center>{Photoset-500}</center>
  77. {/block:Photoset}
  78.  
  79. <!-- QUOTE -->
  80. {block:Quote}
  81. "{Quote}"<br>
  82. {block:Source}{Source}{/block:Source}
  83. {/block:Quote}
  84.  
  85. <!-- LINK -->
  86. {block:Link}
  87. <a href="{URL}" {Target}>{Name}</a>
  88. {block:Description} {Description}{/block:Description}
  89. {/block:Link}
  90.  
  91. <!-- CHAT -->
  92. {block:Chat}
  93. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  94. {block:Lines}<li class="{Alt} user_{UserNumber}"> {block:Label} <b>{Label}</b> {/block:Label} {Line}</li>{/block:Lines}
  95. {block:Chat}
  96.  
  97. <!-- VIDEO -->
  98. {block:Video}
  99. {Video-500}
  100. {/block:Video}
  101.  
  102. <!-- AUDIO -->
  103. {block:Audio}
  104. {AudioPlayerGrey}
  105. {block:TrackName}{TrackName}{/block:TrackName}
  106. {block:Artist}{Artist}{/block:Artist}
  107. {block:Album}{Album}{/block:Album}
  108. {block:PlayCount}{PlayCount}{/block:PlayCount}
  109. {/block:Audio}
  110.  
  111. <!-- ASKS -->
  112. {block:Answer}
  113. <img src="{AskerPortraitURL-16}"> {Asker}{Question}<br>
  114. {Answer}
  115. {/block:Answer}
  116.  
  117. <!-- NOTES DO PERMALINK-->
  118. {block:PostNotes}
  119. {NoteCount}
  120. {/block:PostNotes}
  121.  
  122. {/block:Posts}
  123. </div> </div>
  124. </body>
  125. <style type="text/css">
  126. /*
  127. -----------------------------------------------
  128. Layout feito por for-you-everything.tumblr.com
  129. ----------------------------------------------- */
  130. body {
  131. background:url('http://www.sadmuffin.net/cherrybam/myspacelayouts/animated/80.gif')repeat;
  132. background-attachment: fixed;
  133. margin: 0;
  134. padding: 0;
  135. border: 0;
  136. text-align: justify;
  137. line-height: 30px;
  138. font-size: 12px;
  139. }
  140.  
  141. a:link{
  142. color:blue;
  143. text-decoration:none;
  144. }
  145. a:hover{
  146. text-decoration:underline;
  147. }
  148.  
  149. a:visited{
  150. }
  151. #header-wrapper h1 {
  152. color: #aeaeae;
  153. text-align: center;
  154. font-family: 'Open Sans Condensed', sans-serif;
  155. font-weight: normal;
  156. font-size: 48px;
  157. }
  158.  
  159. #header-wrapper h1 a {
  160. color: #FFFFFF;
  161. text-shadow: 0px 0px 7px #fff;
  162. }
  163.  
  164. #header-wrapper h1 a:hover{
  165. text-decoration:none;
  166. }
  167.  
  168. #description-wrapper {
  169. color: #FFF;
  170. text-align: center;
  171. line-height: 1.2;
  172. font-size: 14px;
  173. font-family: arial;
  174. background: rgba(255, 255, 255, 0.24);
  175. padding: 2pc;
  176. border-radius: 19px;
  177. margin: 0 134px 27px;
  178. }
  179.  
  180. #status-wrapper {
  181. background: rgba(0, 0, 0, 0.61);
  182. font-family: 'Dosis', sans-serif;
  183. z-index: 666;
  184. padding: 5px;
  185. font-size:14px;
  186. color: #fff;
  187. padding-top: 0px;
  188. margin-left: 10px;
  189. position: fixed;
  190. transition: all 0.9s;
  191. width: 250px;
  192. text-align: center;
  193. }
  194.  
  195. #status-wrapper h1 {
  196. display:none;
  197. color: #C9C1FF;
  198. font-weight: normal;
  199. font-size: 25px;
  200. font-family: 'Open Sans Condensed', sans-serif;
  201. }
  202.  
  203. #menu-wrapper{
  204. text-align:center;
  205. }
  206.  
  207. #menu-wrapper {
  208. text-transform: capitalize;
  209. background: transparent;
  210. text-align: center;
  211. }
  212.  
  213. #menu-wrapper li {
  214. list-style: none;
  215. margin-right: 5px;
  216. padding: 8px;
  217. display: -webkit-inline-box;
  218. border-radius: 6px;
  219. }
  220.  
  221. #menu-wrapper li a{
  222. color:#aeaeae;
  223. text-decoration: none;
  224. }
  225.  
  226. #content-wrapper {
  227. text-align: center;
  228. margin-left: 260px;
  229. margin-top: 10px;
  230. }
  231.  
  232. #content-wrapper img {
  233. height: 250px;
  234. }
  235.  
  236. #paginaçao-wrapper{
  237. font-family: 'Oswald', sans-serif;
  238. background: rgba(39, 39, 39, 0.41);
  239. padding: 6px;
  240. }
  241.  
  242. #paginaçao-wrapper a{
  243. color: #FFFFFF;
  244. font-weight: normal;
  245. }
  246.  
  247. #paginaçao-wrapper a:hover {
  248. text-decoration:none;
  249. }
  250.  
  251. #content-wrapper img {
  252. transition:all 0.9s;
  253. opacity:0.8;
  254. }
  255.  
  256. #content-wrapper img:hover{
  257. opacity:100;
  258. }
  259. </style>
  260. </head>
  261. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement