Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!--
- BLOGROLL BY CRISTINA.
- (http://xniallsgirlfriend.tumblr.com/)
- -->
- <head>
- <title>{Title}</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}
- </head>
- <style type="text/css">
- body{
- color:#FFFFFF;
- background-color:white;
- background-image:url("http://static.tumblr.com/xfx4i03/Fbem2wti7/1.png");
- background-position:top left;
- background-repeat: no-repeat;
- background-attachment:fixed;
- font-family:arial;
- font-size:10px;
- line-height: 120%;
- text-align:justify;
- }
- a:link, a:active, a:visited{
- color: white;
- }
- a:hover{
- color:white;
- }
- #ell {
- margin:auto;
- width:700px;
- top:203px;
- background-color:;}
- #enn {
- width:680px;
- height:200px;
- margin-bottom:50px;
- background-color:;
- padding:0px;
- margin-top:200px;
- overflow-y:scroll;
- over-flow-x:hidden;
- }
- #title{margin-top:230px;padding-bottom:-10px;font-size:30px;font-family:'Meow';text-align:center;color:#CCC4C4;}
- ::-webkit-scrollbar {
- height: 12px;
- width: 10px;
- }
- ::-webkit-scrollbar-thumb {
- background-color:#BFBFBD;
- }
- ::-webkit-scrollbar-track{
- background-color:#eeeeee;
- }
- ::-webkit-scrollbar-buttom{
- background-color:#000000;
- }
- #enn img{
- opacity:.9;
- -webkit-transition-duration:.7s;}
- #enn img:hover{
- opacity:1;
- -webkit-transition: 0.2s ease-in;
- }
- @font-face {
- font-family: "Meow";
- src: url(http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");
- }
- #enn img {
- -webkit-border-radius: 16px;
- -moz-border-radius: 16px;
- border-radius: 16px;
- width:48px;
- height:48px;
- }
- #enn img:hover {
- -webkit-border-radius: 32px;
- -moz-border-radius:32px;
- border-radius: 32px;
- width:48px;
- height:48px;}
- </style>
- <div id="ell">
- <center><div id="title">Blogroll<div><div></center>
- <div id="enn" >
- <center>
- {block:Following}{block:Followed}<a target='_blank' href='{FollowedURL}'>
- <img border='0' style="padding:0px;" src='{FollowedPortraitURL-48}' />
- {/block:Followed}{/block:Following}
- </center>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment