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">
- <head>
- <link href='http://fonts.googleapis.com/css?family=Overlock+SC' rel='stylesheet' type='text/css'>
- <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">
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 6px;
- display: block;
- background-color:#fff;
- }
- ::-webkit-scrollbar-track-piece {
- background-color:#fff;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height: 9px;
- background-color:#fff;
- border-top:2px solid #fff;
- border-bottom:2px solid #fff;}
- ::-moz-selection {background-color:transparent; color:#ffe9ee;}
- ::selection {background-color:transparent; color:#D7D7D7;}
- body{
- color:#fff;
- font-family:consolas;
- font-size:9px;
- text-align:center;
- font-color:A2A2A2;
- }
- #title{
- margin-top:40px;
- padding-bottom:-5px;
- font-size:18px;
- font-family:lucida handwriting;
- text-align:center;
- color:#D7D7D7;
- }
- #links {
- font-family:consolas;
- font-size:9px;
- padding:-15px
- color:#A2A2A2;
- }
- #box {
- margin-top:30px;
- width:1050px;
- top:550px;
- background-color:#fff}
- #icons {
- width:922px;
- height:500px;
- margin-bottom:30px;
- margin-left:188px;
- padding:0px;
- margin-top:80px;
- overflow-y:scroll;
- }
- #icons img {
- width:60px;
- height:60px;
- opacity:0.7;
- border:3px solid;
- border-color:#D7D7D7;
- -webkit-transition-duration:0.8s;
- -moz-transition-duration:0.8s;
- }
- #icons img:hover {
- width:64px;
- height:64px; border:2px solid;
- border-color:transparent;
- opacity:a.75;
- -webkit-transition: 0.5s ease-in;}
- </style>
- <center><div id="title"><em>WHAT YOU WANT TO CALL IT HERE</em><br>
- <body>
- <div id="links">
- <a href="/"><em>back</em></a>
- <a href="http://www.tumblr.com"><em>dash</em></a>{/block:ifLink1}</div></center></div>
- <div id="box">
- <div id="icons" >
- <center>
- {block:Following}{block:Followed}<a target='_blank' href='{FollowedURL}'>
- <img border='0' style="padding:0px;" src='{FollowedPortraitURL-64}' />
- {/block:Followed}{/block:Following}
- </center>
- </div>
- </div>
- <div style="font-size: 9px; letter-spacing: 1px; float: left; position: fixed; bottom: 10px; right: 10px; padding: 3px; background: #fff; border-top:1px solid #DADADA; border-right:1px solid #DADADA; border-left:1px solid #DADADA; border-bottom:1px solid #DADADA;text-transform:lowercase;"><a href="http://inspiredbylou.tumblr.com/">theme</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment