- <!-- BLOGROLL 2 by Carlotta
- http://donthemes.tumblr.com/
- don't remove credits -->
- <!------ RULES ------>
- <!--
- 1. DO NOT REMOVE CREDITS
- 2. DO NOT REPOST THE CODE
- 3. DO NOT CLAIM AS YOURS
- 4. DO NOT USE IT AS A BASE
- -->
- <!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>
- <!------ YOU CAN CHANGE THE TITLE. REPLACE "BLOGROLL" ------>
- <title>Blogroll</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <style type="text/css">
- /* -- BACKGROUND -- */
- body {
- font-family: georgia;
- background-image: url('http://i48.tinypic.com/2dhwt4m.png');
- background-repeat: repeat;
- background-attachment: fixed;
- <! --- HERE YOU CAN CHANGE THE SCROLLBAR FOR INTERNET EXPLORER. PAY ATTENTION WHEN YOU CHANGE THE BACKGROUND ----!>
- scrollbar-face-color: #fff;
- scrollbar-highlight-color: #fff;
- scrollbar-shadow-color: #fff;
- scrollbar-3dlight-color: #fff;
- scrollbar-arrow-color: #fff;
- scrollbar-track-color: #fff;
- scrollbar-darkshadow-color: #fff;}
- /* -- CHROME SCROLLBAR -- */
- ::-webkit-scrollbar-thumb:vertical {
- background:transparent;
- height:100px; }
- ::-webkit-scrollbar {
- height:10px;
- width:8px;
- background:transparent; }
- /* -- NAVIGATION BAR -- */
- #header {
- position:absolute;
- width: 800px;
- margin-top: 444px;
- margin-left:240px;
- height: 20px;
- line-height: 20px;
- font-size: 12px;
- z-index:2;}
- /* -- NAVIGATION LINKS -- */
- #header a {
- display:inline-block;
- font-family:helvetica;
- margin: 2px 2px;
- width:100px;
- padding: 3px;
- letter-spacing: 2px;
- color:#353535;
- text-align: center;
- text-decoration:none;
- text-transform:uppercase;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;}
- #header a:hover {color: #f1f1f1;}
- /* -- BLOGROLL CONTAINER -- */
- #content {
- position:absolute;
- border-bottom: #464646 2px solid;
- background-color: #fff;
- background-image: url('IMAGEURL');
- width: 800px;
- padding: 6px;
- margin-top: 30px;
- margin-left:240px;
- height:400px;
- overflow:auto;}
- /* -- BLOGROLL IMAGES -- */
- #content img {
- width: 64px;
- opacity: 0.9;
- filter:alpha(opacity=90);
- margin: 6px;
- border: 6px solid transparent;
- background-color: transparent; transition-duration: 0.6s; -moz-transition-duration: 0.6s; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s;}
- #content img:hover {border: 6px solid transparent;
- transition-duration: 0.6s; -moz-transition-duration: 0.6s; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s;
- opacity: 0.3;
- filter:alpha(opacity=30);}
- </style>
- </head>
- <body>
- <!-- DO NOT CHANGE HERE --!>
- <center><div id="content">{block:Following}{block:Followed}<a target='_blank' href='{FollowedURL}'><img border='0' src='{FollowedPortraitURL-64}' /></a>{/block:Followed}{/block:Following}</div></center>
- <! --- NAV LINKS: YOU CAN ADD LINKS, BUT DO NOT DELETE THE CREDIT ----!>
- <div id="header"><center>
- <a href="/">home</a>
- <a href="/ask">askbox</a>
- <a href="http://donthemes.tumblr.com">theme</a></div>
- </body></html>

