Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <!-- DO NOT REMOVE HEADER
- THEME DESIGNED AND CODED BY: WISHARTSOLOVE -->
- <title>Hi. Welcome to my Blog. </title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!-- DEFAULT COLORS -->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="image:Background" content=""/>
- <meta name="font:Body" content="verdana"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="font:Text" content="Sans Serif"/>
- <meta name="color:Link" content="#333333"/>
- <meta name="color:Link Hover" content="#cccccc"/>
- <meta name="if:Show people I follow" content="1"/>
- </head>
- <style type="text/css">
- {CustomCSS}
- body {
- background-color:{color:Background};
- font-family: tahoma;
- font-size: 8pt;
- color: {color:Text};
- background: url('http://27.media.tumblr.com/tumblr_lzg7n4HMaI1r89lywo1_500.jpg');
- background-repeat: no-repeat;
- background-attachment: fixed;
- cursor: url(''), default;
- }
- a {
- color: {color:Link};
- font-weight: bold;
- text-decoration: none;
- }
- a:hover {
- color: {color:Link Hover};
- cursor: crosshair;
- }
- blockquote {
- -moz-border-radius: 20px 20px 20px 20px;
- padding: 0px; border-left: 1px solid #cccccc;
- font-size: 11px;
- }
- #main{
- position:absolute;
- top:110px;
- width:550px;
- left:430px;
- padding:10px;
- margin:auto;
- text-alignment:left;
- font-size: 12pt;
- font-style:{font:Text};
- }
- #box{
- padding:10px;
- margin-bottom:10px;
- background-color:#ffffff ;
- text-alignment:left;
- border: 2px solid #F0F0F0;
- }
- .box2{
- color:{color:Text};
- cursor: default;
- padding: 5px;
- background:#ffffff ;
- position:absolute;
- width:210px;
- left:200px;
- top:120px;
- padding-top:10px;
- margin:auto;
- border: 2px solid #F0F0F0;
- }
- .header1 {
- font-family: arial;
- font-size: 9pt;
- line-height: 100%;
- text-transform: uppercase;
- letter-spacing: 2pt;
- text-align: right;
- color: #ffffff;
- text-align: center;
- background-color: #000000;
- }
- b, strong {
- font-weight:bold;
- }
- u {
- border-bottom: double
- }
- h1 {
- color:#ffffff;
- background-color:#333333;
- letter-spacing: 2pt;
- font-size: 30pt;
- top: 10px;
- font:Verdana;
- padding: 25px;
- font-family: Verdana;
- text-align: center;
- }
- .notecount {
- color: #333333;
- background-color:#;
- letter-spacing: 2pt;
- text-transform: uppercase;
- font-size: 8pt;
- text-align: right;
- background-color: #f0f0f0 ;
- }
- .navlink {
- color: #333333;
- background-color: #cccccc ;
- font-size: 12px;
- display:block;
- text-align:center;
- width:70px;
- padding: 2px 15px 2px 15px;
- float: left;
- margin: 2px;
- }
- .links {
- color: #B8B8B8;
- background-color: #333333 ;
- font-size: 12px;
- padding: 5px;
- margin:3px;
- text-align:center;
- }
- </style>
- </head>
- <body>
- <h1>{Title}</h1>
- <div id= "main">
- <center>{block:Posts}
- <div id="box">
- {block:Text}
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <center>{Photoset-500}</center>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <h3>"{Quote}"</h3>
- {block:Source}
- -{Source}
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <a href="{URL}" class="link" {Target}><h3>{Name}</h3></a>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
- {block:Lines}
- {block:Label}<b>{Label}</b>{/block:Label}
- {Line}<br>
- {/block:Lines}
- {/block:Chat}
- {block:Video}
- <center>{Video-500}</center>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Video}
- {block:Audio}<br/>
- {AudioPlayerGrey}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {PlayCountWithLabel}<br><br>
- {/block:Audio}<br>
- <div class="notecount">
- <a href="{Permalink}"> {block:NoteCount}<a
- href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} | <a
- href="http://tmv.proto.jp/reblog.php?post_url={Permalink};"
- target="_blank"><b>reblog this shit now</b></a></b> </div>
- </div>
- {/block:Posts}
- {block:Pagination}
- <center> {block:PreviousPage}<a class="back" href="{PreviousPage}">Previous Page </a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a class="next" href="{NextPage}"> Next Page </a>{/block:NextPage} </center> <br>
- {/block:Pagination}
- <br> <br>
- <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>
- </div>
- <br>
- </div>
- </div></div></div>
- <div class= "box2">
- <div class= "header1"> Frase aqui no html pow </div> <br>
- <img src= "{PortraitURL-96}" align= "left"> {Description} <center> <br>
- <div class= "header1"> Menu </div>
- <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>
- <br> <br>
- <div class= "header1"> Fim da frase de cima aaquiS </div>
- {block:Following}
- <div align="center">
- {block:Followed}
- <a href="{FollowedURL}"><img src="{FollowedPortraitURL-30}" style="border: 1px dashed #000000; padding:2px;"></a>
- {/block:Followed}
- </div>
Advertisement
Add Comment
Please, Sign In to add comment