Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>{Title} - Blogroll</title>
- <link rel="shortcut icon" href="{Favicon}">
- <!--
- Blogroll Theme 02 by Elowen (theghostoflove.tumblr.com)
- Credit stays intact, please. If you get stuck, feel free to message me! Comments and suggestions are welcome.
- Follow the greyed instructions.
- -->
- <style type="text/css">
- ::selection {color:#fff /**colour of highlight text**/;background-color:#000/**colour of highlight background**/;}
- ::-moz-selection {color:#fff;background-color:#000;}
- ::-webkit-selection {color:#fff;background-color:#000;}
- ::-webkit-scrollbar {width: 6px; height:auto; background:#000;/**colour of scrollbar background**/}
- ::-webkit-scrollbar-corner {background:transparent;}
- ::-webkit-scrollbar-thumb:vertical {background:#fff;/**colour of scrollbar**/}
- ::-webkit-scrollbar-thumb:horizontal {background:transparent;}
- a {color:#ffffff /**link colour**/;text-decoration:none;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
- a:hover {color:#bebebe /**link hover colour**/;-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;}
- body {color:#fff /**text colour**/;font-size:11px;font-family:georgia;line-height:100%;text-align:center;background:#000000 /**background colour**/ url('https://www.xnaresources.com/images/tutorialimages/stardefense/ParallaxStars.png') /**or add your own background image url**/ fixed;}
- /**-----------------------------TITLE-------------------------------**/
- #title {
- font-family:'Tangerine'; /**font of title**/
- font-size:45px;
- margin-top:80px;
- z-index:100;
- position:fixed;
- width:200px;
- text-align:center;
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- transition-delay: 1s;
- -webkit-transition-delay: 1s;
- }
- #sidebar:hover #title {
- opacity:0;
- -webkit-transition: all 1.3s ease-in-out;
- -moz-transition: all 1.3s ease-in-out;
- -o-transition: all 1.3s ease-in-out;
- transition: all 1.3s ease-in-out;}
- /**-----------------------------SIDEBAR-------------------------------**/
- #sidebar {
- margin-top:180px;
- margin-left:90px;
- margin-right:250px;
- height:200px;
- width:200px;
- background-color:#bebebe;
- position:fixed;
- border-radius:50%;
- -webkit-box-shadow: 0 0 50px #bebebe; /**colour of glow around sidebar**/
- -moz-box-shadow: 0 0 50px #bebebe;
- box-shadow: 0 0 50px #bebebe;
- }
- #sidebarimage {
- width: 200px;
- border-radius:50%;
- }
- #sidebarimage img {
- border-radius:50%;
- width:200px;
- height:200px;
- }
- /**---------------------------DESCRIPTION-----------------------------**/
- #sidebar:hover #desc {opacity:1;position:absolute;transition-delay: 1.3s;-webkit-transition-delay: 1.3s;}
- #desc {
- border-radius:50%;
- opacity:0;
- margin-top:-207px; margin-left:-2px;
- height:185px;
- width:185px;
- padding:10px;
- font-family:georgia; /**font of description**/
- font-size:11px;
- background-color:#e6e6e6; /**description colour background**/
- color:#000; /**description text colour**/
- overflow:hidden;
- -webkit-transition: all 1.3s ease-in-out;
- -moz-transition: all 1.3s ease-in-out;
- -o-transition: all 1.3s ease-in-out;
- transition: all 1.3s ease-in-out;
- }
- /**-----------------------------LINKS-------------------------------**/
- #links {margin-top:-10px;margin-left:-10px;width:200px;padding-top:10px;padding-bottom:10px}
- #links a {
- margin:2px;
- height:10px;
- width:30px;
- display:inline-block;
- background-color:#000; /**background of sidebar hover links**/
- color:#fff; /**colour of sidebar links text**/
- font-size:9px;
- font-family:Georgia;
- letter-spacing:1px;
- text-align:center;
- padding:4px;
- border:solid 1px #fff; /**border colour of sidebar links**/
- }
- #links a:hover {
- background-color:#bebebe; /**background colour of links on hover**/
- color:#000; /**colour of sidebar links text on hover**/
- text-align:center;
- letter-spacing:2px
- }
- #container {position:fixed;margin:50px 0px 0px 400px;width:600px;height:450px;overflow:scroll;padding:20px}
- #following {display:inline;text-align:center;margin:5px;padding:2px;}
- #following a {
- display:inline;
- text-align:center;
- opacity:0.7;
- -moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;
- }
- #following a:hover {
- opacity:1;
- display:inline;
- text-align:center;
- }
- #following img {
- width:48px;
- height:48px;
- -webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;
- }
- #following img:hover {
- -webkit-box-shadow: 0 0 50px #fff; /**colour of following icons hover**/
- -moz-box-shadow: 0 0 50px #fff;
- box-shadow: 0 0 50px #fff;
- }
- #s-m-t-tooltip {
- padding:5px 10px 5px 10px;
- margin:20px 14px 7px 10px;
- border:1px solid #000; /**border colour of label that appears on image link hover**/
- background-color:#fff; /**background colour of label that appears on image link hover**/
- font-family:georgia;
- font-style: normal;
- font-size:9px;
- letter-spacing:1px;
- color:#000; /**text colour of label that appears on image link hover**/
- z-index:99999999;
- }
- /**please don't remove the credit! thank you**/
- #credit {
- z-index:99999999999;
- font-weight:bold;
- text-align:center;
- font-size:14px;
- font-family:'Montez';
- position:fixed;
- bottom:5px; right:5px;
- }
- #credit a {
- display:inline-block;
- height:20px; width:20px;
- background-color:#fff; /**background of credit**/
- color:#000; /**credit text**/
- }
- #credit a:hover {
- background-color:#000; /**background of credit on hover**/
- color:#fff; /**credit text hover**/
- }
- </style>
- <link href='https://fonts.googleapis.com/css?family=Tangerine|Montez' rel='stylesheet' type='text/css'>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://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>
- </head>
- <body>
- <div id="sidebar">
- <div id="title">Blogroll <!--title on the sidebar--></div>
- <div id="sidebarimage">
- <center><img src="SIDEBAR IMAGE URL HERE"></center> <!--enter sidebar image url here, must begin with https:// -->
- </div>
- <div id="desc">
- <div id="links"><p><p><br>
- <a href="/">home</a>
- <a href="/ask">ask</a>
- <a href="https://www.tumblr.com/dashboard">dash</a>
- </div>
- <!--DESCRIPTION-->
- Put whatever you want to say about your following over here. Don't make it too long though.<div></div>
- </div></div></div>
- <div id="container">
- {block:Following}{block:Followed}<div id="following"><a target="_blank" href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-48}" style="margin-bottom:10px;"></a>
- </div>
- {/block:Followed}
- {/block:Following}
- </div>
- <div id="credit"><a href="https://theghostoflove.tumblr.com/" title="Enchantingly" target="_blank">E</div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment