htmlparavoces

Summer afther spring

Feb 16th, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.02 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!-- DO NOT REMOVE HEADER
  5.     THEME DESIGNED AND CODED BY: WISHARTSOLOVE -->
  6. <title>Hi. Welcome to my Blog. </title>
  7.  
  8.    
  9.         <link rel="shortcut icon" href="{Favicon}">
  10.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11.         {block:Description}
  12.             <meta name="description" content="{MetaDescription}" />
  13.         {/block:Description}
  14.  
  15.  
  16.          <!-- DEFAULT COLORS -->
  17.        <meta name="color:Background" content="#ffffff"/>
  18.        <meta name="image:Background" content=""/>
  19.        <meta name="font:Body" content="verdana"/>
  20.        <meta name="color:Text" content="#000000"/>
  21.        <meta name="font:Text" content="Sans Serif"/>
  22.        <meta name="color:Link" content="#333333"/>
  23.        <meta name="color:Link Hover" content="#cccccc"/>
  24.        <meta name="if:Show people I follow" content="1"/>
  25.    
  26.  
  27. </head>
  28.  
  29. <style type="text/css">
  30. {CustomCSS}
  31. body {
  32. background-color:{color:Background};
  33. font-family: tahoma;
  34. font-size: 8pt;
  35.  color: {color:Text};
  36.  background: url('http://27.media.tumblr.com/tumblr_lzg7n4HMaI1r89lywo1_500.jpg');
  37.  background-repeat: no-repeat;
  38.  background-attachment: fixed;
  39.  cursor: url(''), default;
  40. }
  41.  
  42. a {
  43.  color: {color:Link};
  44.  font-weight: bold;
  45.  text-decoration: none;
  46. }
  47.  
  48. a:hover {
  49.  color: {color:Link Hover};
  50.   cursor: crosshair;
  51. }
  52.  
  53. blockquote {
  54. -moz-border-radius: 20px 20px 20px 20px;
  55. padding: 0px; border-left: 1px solid #cccccc;
  56.  font-size: 11px;
  57. }
  58.  
  59. #main{
  60. position:absolute;
  61. top:110px;
  62. width:550px;
  63. left:430px;
  64. padding:10px;
  65. margin:auto;
  66. text-alignment:left;
  67. font-size: 12pt;
  68. font-style:{font:Text};
  69. }
  70.  
  71.  
  72. #box{
  73. padding:10px;
  74. margin-bottom:10px;
  75. background-color:#ffffff ;
  76. text-alignment:left;
  77. border: 2px solid #F0F0F0;
  78. }
  79.  
  80. .box2{
  81. color:{color:Text};
  82. cursor: default;
  83. padding: 5px;
  84. background:#ffffff ;
  85. position:absolute;
  86. width:210px;
  87. left:200px;
  88. top:120px;
  89. padding-top:10px;
  90. margin:auto;
  91. border: 2px solid #F0F0F0;
  92. }
  93.  
  94. .header1 {
  95. font-family: arial;
  96. font-size: 9pt;
  97. line-height: 100%;
  98. text-transform: uppercase;
  99. letter-spacing: 2pt;
  100. text-align: right;
  101. color: #ffffff;
  102. text-align: center;
  103. background-color: #000000;
  104. }
  105.  
  106.  
  107. b, strong {
  108. font-weight:bold;
  109. }
  110.  
  111. u {
  112. border-bottom: double
  113. }
  114.  
  115. h1 {
  116. color:#ffffff;
  117. background-color:#333333;
  118. letter-spacing: 2pt;
  119. font-size: 30pt;
  120. top: 10px;
  121. font:Verdana;
  122. padding: 25px;
  123. font-family: Verdana;
  124. text-align: center;
  125. }
  126.  
  127. .notecount {
  128. color: #333333;
  129. background-color:#;
  130. letter-spacing: 2pt;
  131. text-transform: uppercase;
  132. font-size: 8pt;
  133. text-align: right;
  134. background-color: #f0f0f0 ;
  135. }
  136.  
  137. .navlink {
  138. color: #333333;
  139. background-color: #cccccc ;
  140. font-size: 12px;
  141. display:block;
  142. text-align:center;
  143. width:70px;
  144. padding: 2px 15px 2px 15px;
  145. float: left;
  146. margin: 2px;
  147. }
  148.  
  149. .links {
  150. color: #B8B8B8;
  151. background-color: #333333 ;
  152. font-size: 12px;
  153. padding: 5px;
  154. margin:3px;
  155. text-align:center;
  156. }
  157.  
  158. </style>
  159. </head>
  160.  
  161. <body>
  162. <h1>{Title}</h1>
  163. <div id= "main">
  164.  
  165. <center>{block:Posts}
  166. <div id="box">
  167.  
  168.  
  169. {block:Text}
  170. {block:Title}
  171. <h3><a href="{Permalink}">{Title}</a></h3>
  172. {/block:Title}
  173. {Body}
  174. {/block:Text}
  175.  
  176. {block:Photo}
  177. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  178. {block:Caption}
  179. {Caption}
  180. {/block:Caption}
  181. {/block:Photo}
  182.  
  183. {block:Photoset}
  184. <center>{Photoset-500}</center>
  185. {block:Caption}
  186. {Caption}
  187. {/block:Caption}
  188. {/block:Photoset}
  189.  
  190. {block:Quote}
  191. <h3>"{Quote}"</h3>
  192. {block:Source}
  193. -{Source}
  194. {/block:Source}
  195. {/block:Quote}
  196.  
  197. {block:Link}
  198. <a href="{URL}" class="link" {Target}><h3>{Name}</h3></a>
  199. {block:Description}
  200. {Description}
  201. {/block:Description}
  202. {/block:Link}
  203.  
  204. {block:Chat}
  205. {block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
  206. {block:Lines}
  207. {block:Label}<b>{Label}</b>{/block:Label}
  208. {Line}<br>
  209. {/block:Lines}
  210. {/block:Chat}
  211.  
  212. {block:Video}
  213. <center>{Video-500}</center>
  214. {block:Caption}
  215. {Caption}
  216. {/block:Caption}
  217. {/block:Video}
  218.  
  219.  
  220. {block:Audio}<br/>
  221. {AudioPlayerGrey}
  222. {block:Caption}
  223. {Caption}
  224. {/block:Caption}
  225. {PlayCountWithLabel}<br><br>
  226. {/block:Audio}<br>
  227.  
  228.  
  229.  
  230.  
  231. <div class="notecount">
  232. <a href="{Permalink}">&nbsp;{block:NoteCount}<a
  233.  
  234. href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} |  <a
  235.  
  236. href="http://tmv.proto.jp/reblog.php?post_url={Permalink};"
  237.  
  238. target="_blank"><b>reblog this shit now</b></a></b> </div>
  239.  
  240.  
  241. </div>
  242. {/block:Posts}
  243.  
  244. {block:Pagination}
  245.  
  246. <center> {block:PreviousPage}<a class="back" href="{PreviousPage}">Previous Page </a>{/block:PreviousPage}
  247.  
  248. {block:JumpPagination length="5"}
  249.                 {block:CurrentPage}
  250.                     <span class="current_page">{PageNumber}</span>
  251.                 {/block:CurrentPage}
  252.  
  253.                 {block:JumpPage}
  254.                     <a class="jump_page" href="{URL}">{PageNumber}</a>
  255.                 {/block:JumpPage}
  256.             {/block:JumpPagination}
  257.  
  258.   {block:NextPage}<a class="next" href="{NextPage}"> Next Page </a>{/block:NextPage} </center> <br>
  259.  
  260.   {/block:Pagination}
  261.  <br> <br>
  262. <center>© 2011 Base por: <a href= "http://wishartsolove.tumblr.com"> WishartSoLove </a> <br>Themes by: <a href= "http://htmlpravoces.tumblr.com/"> Html pra vocês </a></center>
  263. </div>
  264. <br>
  265.  
  266. </div>
  267. </div></div></div>
  268.  
  269.  
  270.  
  271. <div class= "box2">
  272.  
  273.  
  274.  
  275. <div class= "header1"> Frase aqui no html pow </div> <br>
  276. <img src= "{PortraitURL-96}" align= "left">  {Description} <center> <br>
  277.  
  278. <div class= "header1"> Menu  </div>
  279. <div class= "navlink"> <a href= "/"> Home </a> </div> <div class= "navlink"> <a href= "/ask"> Ask me</a> </div> <div class= "navlink">  <a href= "http://"> LINK HERE </a> </div>  <div class= "navlink"> <a href= "http://"> LINK HERE </a></div> <div class= "navlink"> <a href= "http://"> LINK HERE </a> </div> <div class= "navlink"> <a href= "http://"> LINK HERE </a> </div><br> <br>
  280. <br> <br>
  281.  
  282.  
  283.  
  284.  
  285. <div class= "header1"> Fim da frase de cima aaquiS </div>
  286. {block:Following}
  287. <div align="center">
  288. {block:Followed}
  289. <a href="{FollowedURL}"><img src="{FollowedPortraitURL-30}" style="border: 1px dashed #000000; padding:2px;"></a>
  290. {/block:Followed}
  291. </div>
Advertisement
Add Comment
Please, Sign In to add comment