Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- BLOGROLL I
- by alydae
- released: december 2, 2015
- last updated: september 10, 2023
- - do not steal any part of this code
- - do not even TOUCH the credit
- - direct questions to enchantedthemes.tumblr.com
- - turn on following in settings for blogs to show
- - a revamped version can be found here
- https://enchantedthemes.tumblr.com/private/159715981421/tumblr_oolyfhpUMc1ujvrvy
- thank you for using!!!
- *base code by salazhar/azurethemes
- -->
- <title>blogroll</title>
- <link rel="shortcut icon" href="{Favicon}">
- <!---tooltips script--->
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script src="https://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>
- <!-- custom font -->
- <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300italic,400italic,600italic,700italic" rel="stylesheet" type="text/css">
- <style type="text/css">
- /*-- scrollbar --*/
- ::-webkit-scrollbar {
- width:2px;
- height:8px;
- }
- ::-webkit-scrollbar-thumb { background-color:var(--text); }
- /*--- tooltips ---*/
- #s-m-t-tooltip {
- color:var(--text);
- background-color:var(--background);
- font-size:calc(var(--font-size) - 2px);
- font-family:'Open Sans', helvetica, sans-serif;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:center;
- position:absolute;
- padding:0px 5px 0px 5px;
- margin-top:30px;
- border:1px solid var(--borders);
- z-index:999;
- }
- /*-- tumblr controls --*/
- .tmblr-iframe, .iframe-controls–desktop {
- display:none!important;
- }
- /*-- change all variables here --*/
- :root {
- --background:#fff;
- --accent:#fafafa;
- --text:#666;
- --links:#444;
- --links-hover:#bad1e7;
- --title:#222;
- --borders:#eee;
- --font-size:10px;
- }
- /*-- general customisation --*/
- body {
- color:var(--text);
- background-color:var(--accent);
- font-style:normal;
- font-family:'Open Sans', helvetica, sans-serif;
- font-size:var(--font-size);
- text-decoration:none;
- line-height:180%;
- }
- a {
- text-transform:uppercase;
- text-decoration:none;
- font-size:calc(var(--font-size) - 1px);
- font-weight:600;
- letter-spacing:1px;
- color:var(--links);
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s
- }
- a:hover {
- color:var(--links-hover);
- cursor:pointer;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s
- }
- /*-- header --*/
- #title {
- position:fixed;
- font-size:calc(var(--font-size) + 2px);
- line-height:18px;
- letter-spacing:1.5px;
- color:var(--title);
- font-weight:bold;
- top:50%;
- top:95px;
- left:50%;
- margin-left:-390px;
- margin-bottom:10px;
- }
- #links {
- position:fixed;
- width:775px;
- font-weight:600;
- top:50%;
- top:95px;
- right:50%;
- margin-right:-1010px;
- margin-bottom:10px;
- }
- /*-- blogroll --*/
- #content {
- position:fixed;
- width:775px;
- max-height:405px;
- overflow-x:hidden;
- overflow-y:scroll;
- top:50%;
- top:125px;
- left:50%;
- margin-left:-390px;
- background:var(--background);
- border:1px solid var(--borders);
- }
- #content img{
- margin-left:5px;
- width:42px;
- padding:10px;
- /* you can change the percentage of these for how much greyscale you want */
- -webkit-filter: grayscale(60%);
- -moz-filter: grayscale(60%);
- -o-filter: grayscale(60%);
- -ms-filter: grayscale(60%);
- /* or delete the above section if you don't want it at all */
- -webkit-transition-duration:.6s;
- -moz-transition-duration:.6s;
- -o-transition-duration:.6s;
- -ms-transition-duration:.6s;
- }
- #content img:hover {
- border-radius:50%;
- /* same with this section. the default returns the colour to normal */
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- -o-filter: grayscale(0%);
- -ms-filter: grayscale(0%);
- /* or delete the above section if you don't want any colour changes upon hover */
- -webkit-transition-duration:.6s;
- -moz-transition-duration:.6s;
- -o-transition-duration:.6s;
- -ms-transition-duration:.6s;
- }
- /*-- credit - DO NOT TOUCH --*/
- .credit a {
- font-size:10px;
- bottom:15px;
- right:20px;
- position:fixed;
- letter-spacing:1px;
- text-transform:uppercase;
- text-decoration:none;
- }
- </style>
- </head>
- <body>
- <div id="title">BLOGROLL</div>
- <div id="links">
- <a href="/">home.</a>
- <a href="/ask">ask.</a>
- <a href="/">link.</a>
- <a href="http://alydae.tumblr.com">credit.</a>
- </div>
- <div id="content">
- {block:Following}{block:Followed}<a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-48}">{/block:Followed}{/block:Following}
- </div>
- <!---credit - DO NOT TOUCH--->
- <div class="credit"><a href="http://enchantedthemes.tumblr.com" title="alydae">A.</a></div>
- </body>
- </html>
- <!----
Advertisement
Add Comment
Please, Sign In to add comment