Advertisement
catchthesunx

blogroll theme 1

Jul 8th, 2012
551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>blogroll.</title>
  4.  
  5. <style type="text/css">
  6. body {background: #F0F0F0;
  7. background-repeat: repeat;
  8. background-attachment: fixed;
  9. background-position: 0% 100%;
  10. font-family: arial;
  11. font-size: 9px;
  12. padding-top:0px;
  13. background-position:top left;
  14.  
  15. a, a:link, a:visited {color: #ffffff;
  16. font-family: {font:links};
  17. font-size: 9px;
  18. text-transform: none;
  19. text-decoration: none;
  20. background-color:{color:none};
  21. margin-bottom:0px;
  22. padding-bottom:0px;
  23. margin-bottom:0px;}
  24.  
  25. a:hover {color: #7FE1C8;
  26. background-color:;
  27. font-family: {font:links};}
  28. text-decoration: none;
  29. font-size: 9px;
  30. text-transform: none;}
  31.  
  32. #header { float:right; background-color:; top: 160px; left: 210px; float:left; position: absolute; position: fixed; margin:auto; overflow: hidden; padding:0px; padding-top: 0px; padding-left: 0px; margin-top:0px; margin-bottom:3px; text-align:justify; color: #ffffff; font-size:40px; letter-spacing: 3px;
  33. text-transform: lowercase; font-weight:bold;
  34. border-right:5px solid color:#ffffff;
  35. z-index: 999;}
  36.  
  37. #navlinks { float:right; background-color: none; width: 150px; top:260px; left: 505px; float:left; position: absolute; position: fixed; margin:auto; overflow: hidden; padding:0px; padding-top: 0px; padding-left: 0px; margin-top:0px; margin-bottom:3px; text-align:right; color: ; font: 9px; letter-spacing: 3px; z-index: 999;}
  38.  
  39. #blogrollbg {background: #7FE1C8; overflow: auto; width: 350px; top: 200px; left: 150px; height:350px; float:left; position: relative; overflow: auto; padding: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-top:0px; margin-bottom:0px; position:fixed; text-align:justify; color:; font: 9px ; letter-spacing: 2px;
  40. z-index:1; -moz-border-radius: 70px; -webkit-border-radius: 70px; -moz-border-radius-topright: 70px; -webkit-border-top-right-radius: 70px;}
  41.  
  42. #blogroll {background:; overflow: auto; width: 308px; top: 222px; left: 170px; height:300px; float:left; position: absolute; overflow: auto; padding: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-top:0px; margin-bottom:0px; position:fixed; text-align:justify; color:; font: 9px; letter-spacing: 2px; border:0px solid ;
  43. z-index: 999;}
  44.  
  45. S{color:{color:bold}; background:#; font-family: {font:bold}; font-size:40px; text-shadow: 0px 0px 0px #000; letter-spacing:0px; font-weight:bold; text-transform:uppercase; text-decoration:none; font-style:none; letter-spacing:0px;}
  46.  
  47. a.nav:link, a.nav:active, a.nav:visited{
  48. font-size: 20px;
  49. display:block;
  50. font-weight:bold;
  51. color:#ffffff;
  52. background-color:;
  53. padding:5px;
  54. padding-left:5px;
  55. padding-bottom:2px;
  56. padding-top:2px;
  57. margin-bottom:2px;
  58. margin-top:0px;
  59. letter-spacing:5px;
  60. text-transform: uppercase;
  61. text-decoration: none;
  62. text-align: left;
  63. border-left:0px solid {color:navbg2};
  64. border-bottom:0px solid {color:background};}
  65.  
  66. a.nav:hover{background-color:#7FE1C8;
  67. color:#ffffff;}
  68.  
  69.  
  70. ::-webkit-scrollbar { width: 15px; height: 0px; }
  71. ::-webkit-scrollbar-button:start:decrement,
  72. ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #fff; }
  73. ::-webkit-scrollbar-track-piece { background: #ffffff; }
  74. ::-webkit-scrollbar-thumb { border-radius: 0px; height: 50px; background-color: #7FE1C8; }
  75. ::-webkit-scrollbar-thumb:hover { background-color: #7FE1C8; }
  76. </style>
  77.  
  78. </head>
  79. <body>
  80.  
  81.  
  82. <div id="header"><s>blogroll</s></div>
  83.  
  84. <div id="navlinks">
  85. <a href="/" class="nav">Home</a>
  86. <a href="/ask" class="nav">Ask</a>
  87. <a href="/archive" class="nav">Archive</a>
  88. <a href="http://jeremyfuckingmckinnon.tumblr.com/" class="nav">Theme</a>
  89. </div>
  90.  
  91. <div id="blogrollbg">&nbsp;</div>
  92.  
  93. <div id="blogroll">
  94. {block:Following}{block:Followed}<a target='_blank' href='{FollowedURL}'><img style='height: 30px; width: 30px; -moz-border-radius: 35px; border-radius: 35px; margin: 1px;' border='0' src='{FollowedPortraitURL-96}' />{/block:Followed}{/block:Following}</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement