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">
- <!---
- page made by umiie.tumblr.com /(^ x ^=)\
- notes: this looks waaaay better with Google Chrome, because of the scroll
- feel free to ask any questions
- --->
- <head>
- <title>{Title} - blogroll </title>
- <link rel="shortcut icon" href="{Favicon}">
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:0,
- attribute:"title"
- });});})(jQuery);
- </script>
- <style type="text/css">
- @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
- @font-face { font-family: "craftygirls"; src: url('http://themes.googleusercontent.com/static/fonts/craftygirls/v0/0Sv8UWFFdhQmesHL32H8o3hCUOGz7vYGh680lGh-uXM.woff'); }
- #s-m-t-tooltip {display:inline-block;z-index:9999!important;margin:26px 14px 7px 12px;padding:3px;padding-bottom:1px;font:9px Consolas;letter-spacing:1px;text-transform:uppercase;background-color:#fff;color:#c9bfde;border-radius:5px;}.chu{position:fixed;right:0px;bottom:0px;}.chu a:hover{background-color:transparent;color:{color:text};}.chu a {text-transform:uppercase;font-size:8px;letter-spacing:1px;}
- /* Here's the body part. You can change the background color. */
- body {background-color:#fff;font:9px Consolas;color:black;text-transform:uppercase;letter-spacing:1px;}
- /* The main container. You can change the border style or color. */
- .mukuro{margin-top:200px;margin-left:120px;width:552px;height:310px;overflow:hidden;background-color:white;position:fixed;padding:4px;border:1px dashed #ededed;border-radius:10px;}
- .tsuna{width:510px;height:270px;overflow:scroll;padding:10px;background-color:#fff;margin:10px;}
- .tsuna img {max-width:40px;border:10px solid white;margin:3px;-webki-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear;border-radius:15px;}
- /* This part is for the avatars. Change #68cdff for the code of the color you like. */
- .tsuna img:hover {border:10px solid #68cdff;border-radius:0px;}
- /* This is the scrollbar part. #ffe668 is the little rectangle and #fff is the scrollbar's background. */
- ::-webkit-scrollbar-thumb:vertical {background-color:#ffe668; height:10px;}
- ::-webkit-scrollbar-thumb:horizontal {background-color:#ffe668; height:10px!important;}
- ::-webkit-scrollbar {background-color:#fff; height:10px; width:6px;}
- /* The nav part. #ffe668 is the color of the title; #6881ff is the color of the links and #ff6881 is the color of the links when hover. */
- .lambo {font-family:"craftygirls";font-size:16px;position:fixed;top:290px;left:710px;text-transform:lowercase;color:#ffe668;}
- .lambo a {display:block;text-decoration:none;font:8px "silkscreen", Consolas;color:#6881ff;text-align:center;margin:7px 0px;-webki-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear;text-transform:uppercase;}
- .lambo a:hover{color:#ff6881;}
- </style>
- </head>
- <body>
- <!-- You can change the image or the title down below. Also, check the links, I'd recommend you to change it for your specific blog, ex: myblog.tumblr.com/ask -->
- <div class="lambo">
- <center><img src="http://img806.imageshack.us/img806/4749/aisude001.png"></center><br>following<br>
- <a href="/">blog</a>
- <a href="/ask">ask</a>
- <a href="http://www.tumblr.com/dashboard">dash</a>
- </div>
- <div class="chu"><a href="http://umiie.tumblr.com" alt="blank" title="theme"><img src="http://static.tumblr.com/cmsnnso/K1zn2eqqt/tumblr_md70k9yuuj1rx3d1wo1_500.gif" width="16px"></a></div>
- <div class=mukuro>
- <div class=tsuna>
- {block:Following}
- {block:Followed}
- <a href="{FollowedURL}" title="{FollowedName}" target="_blank"/><img src="{FollowedPortraitURL-64}"/></a>
- {/block:Followed}{/block:Following}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment