silvercybermen

Blogroll 02: Royals

Aug 3rd, 2015
1,234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <!---
  6.  
  7. BLOGROLL PAGE 02: ROYALS BY LUNECERISE AKA ROMULVS
  8.  
  9. -keep credit intact
  10. -don't steal any code
  11. -don't use as a basecode
  12.  
  13. --->
  14.  
  15. <title>Royals</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.  
  19. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  20. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  21. <script>
  22. (function($){
  23. $(document).ready(function(){
  24. $("[title]").style_my_tooltips({
  25. tip_follows_cursor:true,
  26. tip_delay_time:1,
  27. tip_fade_speed:100,
  28. attribute:"title"
  29. });
  30. });
  31. })(jQuery);
  32. </script>
  33.  
  34. <style type="text/css">
  35. body {
  36. font-family:trebuchet ms;
  37. font-size:10px;
  38. background: #f2f2f2 url(https://41.media.tumblr.com/653da9957797dc3ed2715268e4ea854a/tumblr_njj5xy4ras1tnrgpko3_250.png) repeat fixed left top;
  39. -moz-font-smoothing:subpixel-antialiased;
  40. -webkit-font-smoothing:subpixel-antialiased;
  41. font-smoothing:subpixel-antialiased;
  42. }
  43.  
  44. #s-m-t-tooltip {
  45. max-width:300px;
  46. padding:5px 8px;
  47. margin:10px;
  48. background-color:#fff;
  49. font-size:8px;
  50. letter-spacing:1px;
  51. text-transform:uppercase;
  52. border-radius:1px;
  53. color:#aaa;
  54. z-index:10000000000000000;
  55. box-shadow:2px 2px 0.2em #eee;
  56. transition-duration:0.5s;
  57. -moz-transition-duration:0.5s;
  58. -webkit-transition-duration:0.5s;
  59. -o-transition-duration:0.5s;
  60. }
  61.  
  62. ::-webkit-scrollbar {background-color:#fff; height:4px; width:4px;}
  63. ::-webkit-scrollbar-thumb:vertical {background-color:#000;}
  64. ::-webkit-scrollbar-thumb:horizontal {background:#000; height:4px!important}
  65.  
  66. *, body, img { cursor:url(http://static.tumblr.com/vmteopo/yYInjhg6e/small_black_cursor.png), auto;}
  67.  
  68. a, a:hover, a:active {cursor:url(http://static.tumblr.com/vmteopo/DH3njhg50/help_cursor.png), crosshair; }
  69.  
  70. a {
  71. text-decoration:none;
  72. color:#bbb;
  73. transition:0.5s ease-in-out;
  74. -webkit-transition:0.5s ease-in-out;
  75. -moz-transition:0.5s ease-in-out;
  76. -ms-transition:0.5s ease-in-out;
  77. -o-transition:0.5s ease-in-out;
  78. }
  79.  
  80. a:hover {color:#eee;}
  81.  
  82. .container {width:677px;margin:auto;overflow:hidden;}
  83.  
  84. #title {margin:120px auto 10px;text-align:center;font-size:50px;width:500px;}
  85. #links {text-align:center;padding:10px;background:#fff;border:3px solid #000;}
  86. #links a {display:inline-block;padding:2px 10px;color:#000;text-transform:uppercase;}
  87.  
  88. .user {
  89. display:inline-block;
  90. width:50px;
  91. padding:10px;
  92. margin:5px;
  93. text-align:center;
  94. height:50px;
  95. background:#fff;
  96. border:1px solid #eee;
  97. }
  98.  
  99. .user a {color:#000;text-transform:uppercase;}
  100. .user img {float:left;height:30px;width:30px;padding:10px;}
  101. #blogs {margin:10px 0;text-align:center;}
  102.  
  103. #credit, #credit a {
  104. position:fixed;
  105. bottom:5px;
  106. right:5px;
  107. padding:5px 4px;
  108. font-family:helvetica;
  109. text-transform:uppercase;
  110. color:#bbb;
  111. font-size:8px;
  112. transition:0.4s ease-in-out;
  113. -webkit-transition:0.4s ease-in-out;
  114. -moz-transition:0.4s ease-in-out;
  115. -ms-transition:0.4s ease-in-out;
  116. -o-transition:0.4s ease-in-out;
  117. }
  118.  
  119. #credit:hover, #credit a:hover {text-shadow:#aaa 2px 2px 0.1em;}
  120.  
  121. </style></head>
  122. <body>
  123. <!---- title ---->
  124. <div id="title">R O Y A L S</div>
  125.  
  126. <div class="container">
  127.  
  128. <!---- links ---->
  129. <div id="links">
  130. <a href="/">index</a>
  131. <a href="/ask">message</a>
  132. <a href="/atlas">navigation</a>
  133. <a href="/past">archive</a>
  134. </div>
  135.  
  136. <div id="blogs">
  137. {block:Following}
  138. {block:Followed}
  139. <div class="user">
  140. <a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-30}"></a>
  141. </div>
  142. {/block:Followed}
  143. {/block:Following}
  144. </div>
  145.  
  146. </div>
  147.  
  148. <div id="credit"><a href="http://lunecerise.co.vu" title="lunecerise">LC</a></div>
  149. </body>
  150. </html>
Advertisement
Add Comment
Please, Sign In to add comment