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>
- <title>Blogroll</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <style type="text/css">
- ::-webkit-scrollbar {width: 4px; height: 4px; background-color:#fff; }
- ::-webkit-scrollbar-thumb {background-color: #ccc; border: 2px; solid #eeeeee;}
- body {
- background-image:url(http://24.media.tumblr.com/tumblr_ltedemoqL81r3vazto1_500.png);
- background-position:fixed;
- font-family:calibri;
- font-style:none;
- font-size:15px;
- color:#000;}
- a{
- text-decoration:none;
- color:#000;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- a:hover{
- color:#000;
- text-decoration: none;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;}
- #container {padding: 30px 40px 40px 20px;
- background-color:#fff;
- position:absolute;
- left:330px;
- top:30px;
- width:600px;
- height:500px;
- -webkit-border-radius: 30px;
- -moz-border-radius: 30px;
- border-radius: 30px;}
- #center{
- float:center;
- float:right;
- background-color:#fff;
- position:fixed;
- left:370px;
- top:60px;
- width:580px;
- height:500px;
- overflow:auto;}
- #title{background:white;
- width:230px;
- padding-left:90px;
- left:60px;
- top:128px;
- font-family:georgia;
- font-style:italic;
- font-size:30px;
- color:#254A48;
- text-align:left;
- position:fixed;
- -webkit-border-top-left-radius: 30px;
- -webkit-border-bottom-left-radius: 30px;
- -moz-border-radius-topleft: 30px;
- -moz-border-radius-bottomleft: 30px;
- border-top-left-radius: 30px;
- border-bottom-left-radius: 30px;}
- #links {
- margin-top:200px;
- margin-left:225px;
- padding-top:1px;
- position:fixed;
- -webkit-transform: rotate(0deg);
- -moz-transform: rotate(0deg);
- -ms-transform: rotate(0deg);
- -o-transform: rotate(0deg);}
- #links a {margin:5px;
- display:inline-block;
- background:white;
- height:10px;
- padding:5px;
- width:90px;
- font-family:calibri;
- font-size:9px;
- font-style:normal;
- color:#82A397;
- letter-spacing: 1px;
- text-decoration:none;
- text-transform:uppercase;
- text-align:center;
- -webkit-border-radius: 30px;
- -moz-border-radius: 30px;
- border-radius: 30px;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;}
- #links a:hover {color:#B0C1AE;
- font-style:italic;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;}
- .outside {
- float:left;
- margin:5px;
- margin-left:7px;
- overflow:hidden;
- height:64px;
- width:64px;
- border:2px solid #eeeeee;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -ms-transition: all 1s ease;
- transition: all 1s ease;}
- .outside:hover { border: 2px solid #eeeeee;
- border-radius: 50%;}
- .outside:hover .inside {
- margin-top:30px;
- opacity:1;}
- .inside {
- text-transform:uppercase;
- font-family:calibri;
- font-size:9px;
- margin-top:30px;
- line-height:6px;
- position:absolute;
- height:6px;
- background-color:#fff;
- width:64px;
- padding-top:3px;
- padding-bottom:3px;
- text-align:center;
- opacity:0;
- overflow:hidden;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- </style>
- <div id="title">Following</div>
- <div id="links">
- <a href="/">Home</a><br>
- <a href="/ask">Ask</a><br>
- <a href="http://tumblr.com">Dash</a><br>
- <a href="http://chinqu.tumblr.com">Theme</a><br>
- <a href="/">Free link 1</a><br>
- <a href="/">Free link 2</a><br>
- <a href="/">Free link 3</a><br>
- <a href="/">Free link 4</a>
- </div></div>
- <div id="container">
- <div id="center">
- {block:Following}
- {block:Followed}
- <div class="outside"><div class="inside">
- <a href="{FollowedURL}">{FollowedName}</a></div>
- <a href="{FollowedURL}"><img src="{FollowedPortraitURL-64}"></a></div>
- {/block:Following}
- {/block:Followed}
- </div></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment