Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <title>Blogroll</title>
- <link rel="shortcut icon" href="{Favicon}">
- <!-- tooltips -->
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <style type="text/css">
- /** BODY **/
- body{
- font-family:Arial;
- background-repeat:repeat;background:#fff /**change color of background**/
- url('http://67.media.tumblr.com/7e75f054542358d155b06daa590f0325/tumblr_inline_nm93fvmY4s1rv4xc4_75sq.png'); /**delete image url if no background image**/
- }
- /** TOOLTIPS **/
- #s-m-t-tooltip{
- max-width:300px;
- margin:15px;
- padding:5px 5px;
- background:#fff; /** tooltip background color **/
- color:#aaa; /** toolip color **/
- z-index:999999;
- font-size:11px;
- border:1px solid #ccc;
- }
- /** LINKS **/
- a{
- text-decoration:none;
- -webkit-transition-duration:.6s;
- -moz-transition-duration:.6s;
- -o-transition-duration:.6s;
- -ms-transition-duration:.6s;
- }
- a:hover{
- -webkit-transition-duration:.6s;
- -moz-transition-duration:.6s;
- -o-transition-duration:.6s;
- -ms-transition-duration:.6s;
- }
- /** CONTAINER **/
- #content {
- margin:150px auto;
- width:350px;
- height:250px;
- background:#fff; /**color of container background**/
- max-height:300px;
- border:1px solid #ccc; /** border color of the container **/
- padding:20px;overflow:auto;
- }
- /** ICONS **/
- #content img{
- margin-left:5px;
- opacity:0.8;/** delete line if no image opacity **/
- border-radius:100%; /** delete line if no round images **/
- width:30px; /** size of the images **/
- padding:10px;
- -webkit-filter:grayscale(25%);
- -webkit-transition-duration:.6s;
- -moz-transition-duration:.6s;
- -o-transition-duration:.6s;
- -ms-transition-duration:.6s;
- }
- #content img:hover{
- opacity:1;
- -webkit-filter:grayscale(0%);
- }
- /** header **/
- #header{
- font-weight:bold;
- background:#fff; /**color of header background**/
- width:374px;
- margin-top:-75px;
- margin-left:-21px;
- padding:8px;
- border:1px solid #ccc; /** border color of the header **/
- text-align:center;
- color:#444444; /** color of the blogroll title **/
- position:fixed;
- }
- #header a{
- color:#aaa; /*** change the hex code for the color of your links ***/
- }
- #header a:hover{
- color:#000; /** color of your links when on hover **/
- }
- /** CREDIT **/
- .credit a{
- font-size:7px;
- bottom:7px;
- left:10px;
- position:fixed;
- color:#aaa;
- text-decoration:none;
- }
- .credit a:hover{
- color:#eee;
- }
- ::-webkit-scrollbar {
- width:17px;
- height:17px;
- }
- ::-webkit-scrollbar {
- background-color:#fff;
- }
- ::-webkit-scrollbar-track {
- border:8px solid #fff;
- background-color:#fff;
- }
- ::-webkit-scrollbar-thumb {
- border:8px solid #fff;
- background-color:#ccc; /**change color of scrollbar **/
- }
- </style>
- </head>
- <body>
- <div id="content">
- <div id="header">
- Blogroll. <!--change this for your header title-->
- <br>
- <!-- here are your links -->
- <!--link back to your blog-->
- <a href="/" title="back to blog"><i class="fa fa-refresh "></i></a>
-
- <!--link back to dashboard-->
- <a href="http://www.tumblr.com" title="home"><i class="fa fa-home "></i></a>
- <!--link to your ask-->
- <a href="/ask" title="message"><i class="fa fa-comments"></i></a>
-
- <!--link to your about page-->
- <a href="/" title="about"> <i class="fa fa-user"></i></a>
-
- <!--link to your links page-->
- <a href="/" title="links"><i class="fa fa-folder"></i></a>
-
- </div>
- {block:Following}{block:Followed}<a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-48}">{/block:Followed}{/block:Following}
- </div>
- <!-- do not touch the credits it's barely noticeably anyway -->
- <div class="credit"><a href="http://taehyung.sne.jp" title="coded by yoongity"><i class="fa fa-code fa-2x"></i></a></div>
- <!-- thank you -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment