Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- Mandarin Theme by Mhango
- A Blogroll Layout
- Version 1 (29th October 2016)
- Credits to
- @azurethemes for the base code
- fontawesome.com for the icons
- fonts.google.com for the fonts
- Rules: - don't reupload or claim as your own
- - don't edit or remove the credits!!!
- - don't use as a base code
- - thievery will be reported immediately
- -->
- <title>{Title}</title>
- <meta charset="utf-8">
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href='https://fonts.googleapis.com/css?family=Muli:400,300,300italic,400italic' rel='stylesheet' type='text/css'>
- <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
- <!-- font awesome code -->
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
- <!-- end of font awesome code -->
- <!-- TOOLTIP SCRIPT -->
- <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">
- ::-webkit-scrollbar-thumb{
- background-color: #FFDFC0;
- border: 3px solid #fff;
- height:auto;
- -moz-border-radius: 10px;
- border-radius: 0px;
- }
- ::-webkit-scrollbar {
- height:auto;
- width:9px;
- background-color: #fff;
- border: 4px solid #fff;
- }
- ::-moz-selection {
- background: #FFEEDE;
- color: #000;
- }
- ::selection {
- background: #FFEEDE;
- color: #000;
- }
- body {
- font-family:'Muli', Helvetica, Arial, sans-serif;
- font-size:11px;
- background:#fff;
- color:#000;
- margin:0;
- }
- #s-m-t-tooltip {
- max-width:300px;
- border-radius: 0px;
- padding:3px 5px 3px 5px;
- margin:20px 7px -2px 20px;
- background-color:#fff;
- border:1px solid #FFDFC0;
- font-family:'Muli', Helvetica, Arial, sans-serif;
- font-size:10px;
- color:#000;
- z-index:999999999999999999999999999999999999;
- font-weight:normal;
- text-align:center;
- text-transform:uppercase;
- }
- a {
- color:#000;
- text-decoration:none;
- -webkit-transition-duration:.6s;
- -moz-transition-duration:.6s;
- -o-transition-duration:.6s;
- -ms-transition-duration:.6s;
- }
- a:hover {
- color:#FFD0A3;
- -webkit-transition-duration:.6s;
- -moz-transition-duration:.6s;
- -o-transition-duration:.6s;
- -ms-transition-duration:.6s;
- }
- #content {
- margin:160px auto;
- width:900px;
- }
- #content img {
- margin:25px;
- padding:15px;
- width:96px;
- border:2px solid #FFDFC0;
- border-radius:0px;
- -webkit-transition: all .6s ease-in-out;
- -moz-transition: all .6s ease-in-out;
- -ms-transition: all .6s ease-in-out;
- -o-transition: all .6s ease-in-out;
- transition: all .6s ease-in-out;
- }
- #content img:hover {
- border-radius: 0px 80px 0px 80px;
- -webkit-transition: all .6s ease-in-out;
- -moz-transition: all .6s ease-in-out;
- -ms-transition: all .6s ease-in-out;
- -o-transition: all .6s ease-in-out;
- transition: all .6s ease-in-out;
- }
- #sidebar {
- background: #fff;
- padding: 8px;
- border:2px solid #FFDFC0;
- color: #000;
- width: 200px;
- float:left;
- line-height:14px;
- height:auto;
- right: 50%;
- margin-top:10px;
- margin-right:-100px;
- margin-bottom:50px;
- top: 20px;
- position:absolute;
- box-shadow:0px 0px rgba(0,0,0,0.3);
- text-align:center;
- z-index: 99;
- border-radius:0%;
- }
- .blogtitle {
- padding:3px;
- margin-top:6px;
- margin-bottom:6px;
- margin-right:20px;
- margin-left:20px;
- text-align:center;
- text-transform:uppercase;
- letter-spacing:2px;
- font-weight:bold;
- font-family: 'Montserrat', Helvetica, Arial, sans-serif;
- z-index: 999;
- background:white;
- }
- .blogtitle a{
- text-decoration:none;
- background-color:transparent;
- font-size:22px;
- color:#FFD0A3;
- }
- .blogtitle a:hover{
- text-decoration:none;
- color:#FFDFC0;
- background-color:transparent;
- }
- .nav {
- border-top:1px solid #FFDFC0;
- margin-left:10px;
- margin-right:10px;
- padding-top:3px;
- }
- .nav a {
- color:#000;
- text-transform:lowercase;
- margin: 6px 10px 3px 10px;
- opacity: 1.;
- font-size:13px;
- line-height:100%;
- -webkit-transition: all .2s ease-in-out;
- -moz-transition: all .2s ease-in-out;
- -ms-transition: all .2s ease-in-out;
- -o-transition: all .2s ease-in-out;
- transition: all .2s ease-in-out;
- display: inline-block;
- }
- .nav a:hover {
- text-decoration:none;
- transform: scale(1.2);
- -webkit-transition: all .2s ease-in-out;
- -moz-transition: all .2s ease-in-out;
- -ms-transition: all .2s ease-in-out;
- -o-transition: all .2s ease-in-out;
- transition: all .2s ease-in-out;
- }
- #important{
- bottom:5px;
- right:5px;
- font-size:12px;
- position:fixed;
- z-index:9999999999999999999999999999;
- }
- #important a {
- color:#000;
- }
- #flower {
- left:0px;
- bottom:0px;
- height:auto;
- width:135px;
- position:fixed;
- opacity:0.8;
- }
- </style>
- </head>
- <body>
- <div id="sidebar">
- <div class="blogtitle"><a href="/">Blogroll</a></div>
- <div class="nav">
- <a href="/" title="back to blog"><i class="fa fa-home"></i></a>
- <a href="http://evas-themes.tumblr.com" target="_blank" title="theme by mhango"><i class="fa fa-code"></i></a>
- </div>
- </div>
- <div id="content">
- {block:Following}{block:Followed}<a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-96}">{/block:Followed}{/block:Following}
- </div>
- <div id="important"><a href="http://mhango.tumblr.com" target="_blank" title="theme by mhango"><i class="fa fa-cloud" aria-hidden="true"></i></a></div>
- <div id="flower"><img src="http://up.picr.de/27265256et.png"></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment