Advertisement
lordemusic

blogroll: one

Dec 15th, 2015
1,240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. <!--
  2. blogroll #1 by wizardring
  3. › please don't remove the credits/steal/copy
  4. › message me for support
  5. › made on 15.12
  6. -->
  7.  
  8. <!DOCTYPE html>
  9. <html>
  10. <head>
  11. <title>Blogroll</title>
  12. <link rel="shortcut icon" href="{Favicon}" />
  13. <link href='https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic|Open+Sans:400,400italic,600,600italic' rel='stylesheet' type='text/css'>
  14. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  15. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  16. <script>
  17. (function($){
  18. $(document).ready(function(){
  19. $("[title]").style_my_tooltips({
  20. tip_follows_cursor:true,
  21. tip_delay_time:200,
  22. tip_fade_speed:300
  23. }
  24. );
  25. });
  26. })(jQuery);
  27. </script>
  28.  
  29. <style type="text/css">
  30. /* text related */
  31. body {font-family: 'Roboto', sans-serif; font-size:9px; background:#f8f8f8; line-height:150%;}
  32.  
  33. body, a, h1 {color:#555555;} /* color of the text */
  34.  
  35. b {font-weight:bold;}
  36. i {font-style:italic;}
  37. hr {width:80px; height:1px; background:#eee; margin:13px 0px 13px; border:0px; padding:0px;}
  38.  
  39. a {text-decoration:none;}
  40. a:hover {color:#97b3ad;} /* color of the links on hover */
  41.  
  42. ::selection {background:gray; color:#fff;}
  43. ::-moz-selection {background:gray; color:#fff;}
  44. ::-webkit-selection {background:gray; color:#fff;}
  45.  
  46. #s-m-t-tooltip {max-width:300px; margin:15px; padding:5px 10px; background:rgba(238,238,238, 0.5); border:1px solid #eee; color:#686868; z-index:999999; font-size:8px; text-transform:uppercase; letter-spacing:2px; font-family:calibri;}
  47.  
  48. /* scrollbar */
  49. ::-webkit-scrollbar {width:4.5px; height:4.5px; background:#eee;;}
  50. ::-webkit-scrollbar-thumb {background:#ddd;}
  51.  
  52. /* header */
  53. .header {width:350px; text-align:center; padding:0px; height:auto; margin:0px auto 50px;}
  54.  
  55. h1 {text-decoration:none; font-size:11px; letter-spacing:1.5px; text-transform:uppercase; font-weight:normal; padding-bottom:3px; border-bottom:1px solid #eee; font-family: 'Open Sans', sans-serif; margin:0px; display:inline-block;}
  56.  
  57. .links {display:inline-block; text-decoration:none; margin-left:10px;}
  58. .links a {margin-left:5px;}
  59.  
  60. /* structure */
  61. .center {width:530px; margin:95px auto 0px;}
  62. .box {display:inline-block; height:35px; position:relative; width:145px; margin:15px;}
  63. .box img {width:30px; padding:4px; background:#ffffff; border:1px solid #eee; margin-top:-3px; position:absolute; border-radius:100%; z-index:99;}
  64.  
  65. .url {text-align:right; border-bottom:1px solid #eee; padding-bottom:3px;}
  66. .url a {text-transform:uppercase; font-size:8px; text-align:right; font-family: 'Open Sans', sans-serif; letter-spacing:.5px;}
  67. .url b {font-weight:600;}
  68. </style>
  69. </head>
  70. <body><div class="center">
  71. <!--You don't need to edit the following-->
  72.  
  73. <!--Header-->
  74. <div class="header">
  75. <h1>blogroll</h1>
  76. <div class="links">
  77. <a href="/">index</a>
  78. <a href="/ask">message</a>
  79. <a href="http://wizardring.tumblr.com">credit</a>
  80. </div>
  81. </div>
  82. <!--Header-->
  83.  
  84. <!--Blogroll-->
  85. <div class="blogroll">
  86. {block:Following}{block:Followed}
  87. <div class="box"><a target="_blank" href="{FollowedURL}"><img src="{FollowedPortraitURL-40}"/></a>
  88. <div class="url"><a target="_blank" href="{FollowedURL}">{FollowedName}</a></div></div>
  89. {/block:Followed}{/block:Following}
  90. </div>
  91. <!--Blogroll-->
  92.  
  93. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement