Jyuubi

[Page] → Blogroll #01 (Light)

Apr 22nd, 2012
3,658
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  
  4. <!--
  5. BLOGROLL THEME FOR JYUUBI.ORG
  6. DO NOT STEAL
  7. -->
  8.  
  9. <head>
  10. <link href='http://fonts.googleapis.com/css?family=Advent+Pro:200' rel='stylesheet' type='text/css'>
  11. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14.  
  15. <style type="text/css">
  16. body {
  17. background-image: url('http://static.tumblr.com/pdgxkke/X3bm2wiaz/light_bg.png');
  18. background-attachment: fixed;
  19. background-color: #fff;
  20. margin: 0;
  21. }
  22.  
  23. ::-webkit-scrollbar-thumb:vertical {
  24. background-color: #a4474c;
  25. height: 50px;
  26. }
  27.  
  28. ::-webkit-scrollbar {
  29. height: 10px;
  30. width: 3px;
  31. background-color: #a4474c;
  32. }
  33.  
  34. #border {
  35. background-color: #efefef;
  36. position: fixed;
  37. width: 15px;
  38. height: 100%;
  39. }
  40.  
  41. #border2 {
  42. background-color: #e0e0e0;
  43. position: fixed;
  44. width: 40px;
  45. height: 100%;
  46. margin-left: 15px;
  47. }
  48.  
  49. #container {
  50. width: 400px;
  51. margin-left: 80px;
  52. }
  53.  
  54. #header {
  55. font-family: 'Advent Pro', sans-serif;
  56. font-size: 14px;
  57. color: #848484;
  58. text-transform: uppercase;
  59. text-align: center;
  60. letter-spacing: 2px;
  61. position: fixed;
  62. z-index: 999;
  63. margin-left: 510px;
  64. bottom: 250px;
  65. }
  66.  
  67. #links {
  68. position: fixed;
  69. z-index: 999;
  70. bottom: 235px;
  71. margin-left: 538px;
  72. }
  73.  
  74. #links a {
  75. background-color: #f6f6f6;
  76. display: inline-block;
  77. width: 55px;
  78. height: 15px;
  79. font-family: consolas;
  80. font-size: 8px;
  81. color: #ababab;
  82. text-transform: uppercase;
  83. text-decoration: none;
  84. letter-spacing: 2px;
  85. text-align: center;
  86. line-height: 15px;
  87. }
  88.  
  89. #following {
  90. position: absolute;
  91. z-index: 999;
  92. width: 400px;
  93. text-align: center;
  94. margin-top: 10px;
  95. margin-bottom: 30px;
  96. }
  97.  
  98. #following img {
  99. max-width: 60px;
  100. opacity: .8;
  101. margin: 5px;
  102. -moz-border-radius: 60px;
  103. -webkit-border-radius: 60px;
  104. border-radius: 60px;
  105. }
  106.  
  107. .shadow {
  108. -moz-box-shadow: 2px 2px 4px #b2b2b2;
  109. -webkit-box-shadow: 2px 2px 4px #b2b2b2;
  110. box-shadow: 2px 2px 4px #b2b2b2;
  111. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')";
  112. : progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
  113. }
  114. </style>
  115. </head>
  116. <body>
  117.  
  118. <div id="border"></div>
  119. <div id="border2"></div>
  120.  
  121. <div id="header">jyuubi's blogroll</div>
  122. <div id="links"><a href="/">go back?</a> <a href="http://jyuubi.org">credit</a></div>
  123.  
  124. <div id="container">
  125. <div id="following">
  126. {block:Following}{block:Followed}<a href="{FollowedURL}"><img src="{FollowedPortraitURL-64}" border="0" class="shadow" /></a>{/block:Followed}{/block:Following}
  127. </div>
  128. </div>
  129.  
  130. </body>
  131. </html>
Advertisement
Add Comment
Please, Sign In to add comment