Advertisement
alicescreed

BLOGROLL THEME 001 by alice-creed.tumblr.com

Sep 8th, 2012
1,171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. <html>
  2. <title>{Title}</title>
  3. <head>
  4.  
  5. <!--[blogroll by ALICE-CREED.TUMBLR.COM; do not steal and/or redistribute.]--!>
  6.  
  7. <style>
  8.  
  9. body {
  10. background:#fff url('http://static.tumblr.com/zwtrg6z/oeyma260v/static.png');
  11. background-attachment: fixed;
  12. font-family: georgia;
  13. font-size: 9px;
  14. color:#cdcdcd;
  15. text-transform: lowercase;
  16. }
  17.  
  18. .head {
  19. font-family: times new roman;
  20. font-weight: bold;
  21. font-size: 30pt;
  22. letter-spacing: -2px;
  23. font-style: italic;
  24. text-align: center;
  25. color: b0b0b0;
  26. }
  27.  
  28. .container{
  29. background-color:#ffffff;
  30. padding:7px;
  31. border-radius:20px;
  32. margin-left:300px;
  33. margin-top:50px;
  34. margin-bottom: 50px;
  35. width:600px;
  36. opacity: 1;
  37. overflow:shown;
  38. z-index: 0.3;
  39. text-align:center;
  40. border-left: #dddddd 5px solid;
  41. border-right: #dddddd 5px solid;
  42. }
  43.  
  44. a: active, a:visited {
  45. color: #cdcdcd;
  46. }
  47.  
  48. a: hover {
  49. color: #f5f5f5;
  50. }
  51.  
  52. a {
  53. color:#cdcdcd;
  54. text-decoration:none;
  55. border:none;
  56. -webkit-transition-duration: 0.8s;
  57. }
  58.  
  59. a img {
  60. border:3px;
  61. color:#cdcdcd;
  62. opacity: .3;
  63. border-radius:0px;
  64. -webkit-transition-duration: 0.8s;
  65. }
  66.  
  67. a img:hover {
  68. border-radius:96px;
  69. -webkit-transition-duration: 0.8s;
  70. opacity: 1;
  71. }
  72.  
  73. ::-webkit-scrollbar-thumb:vertical {
  74. background-color: #a2a2a2;
  75. height:auto;
  76. border: 0px solid #000;
  77. }
  78.  
  79. ::-webkit-scrollbar-thumb:horizontal {
  80. background-color: #a2a2a2;
  81. height:10px !important;
  82. }
  83.  
  84. ::-webkit-scrollbar {
  85. height:7px;
  86. width:7px;
  87. background-color: fff;
  88. }
  89.  
  90. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {
  91. display:none;
  92. }
  93. </style>
  94.  
  95. <div class="container">
  96. <div class="head">blogroll in the oven</div>
  97. sometimes it lasts in love, but sometimes it hurts instead.
  98. <a href="/">♥</a> <a href="http://alice-creed.tumblr.com/">©</a>
  99. <br><br>
  100. {block:Following}{block:Followed}<a title='{FollowedName}' target='_blank'
  101.  
  102. href='{FollowedURL}'> <img border='0' src='{FollowedPortraitURL-40}' />{/block:Followed}
  103.  
  104. {/block:Following}
  105.  
  106. </div>
  107. </head>
  108. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement