vivite

Blogroll Theme 2 : Katniss

Apr 26th, 2012
1,857
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6.  
  7. <head>
  8. <link href='http://fonts.googleapis.com/css?family=Economica' rel='stylesheet' type='text/css'>
  9. <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
  10.  
  11. <style type="text/css">
  12.  
  13. body {
  14. background-color:#fff;
  15. background-image: url('http://24.media.tumblr.com/tumblr_ltqq73Kh5g1qhvdofo5_250.png');
  16. background-attachment: fixed;}
  17.  
  18. ::-webkit-scrollbar-thumb:vertical {
  19. background-color: #FA7B98;
  20. height: 30px;}
  21.  
  22. ::-webkit-scrollbar {
  23. height: 30px;
  24. width: 4px;
  25. background-color:#fff;}
  26.  
  27. #container {
  28. position:absolute;
  29. left:540px;
  30. width:480px;
  31. height:100%;
  32. top:00px;}
  33.  
  34. #border {
  35. position:fixed;
  36. left:480px;
  37. top:-10px;
  38. height:100%;
  39. background-image: url('http://26.media.tumblr.com/tumblr_lzju29VxIR1r9g6hvo1_250.png');
  40. background-attachment: fixed;
  41. width:40px;}
  42.  
  43. #container img{
  44. padding:4px;
  45. opacity:.7;}
  46.  
  47. #container img:hover{
  48. opacity:1;}
  49.  
  50. #container a{
  51. text-decoration:none;
  52. border: none;}
  53.  
  54. #all{
  55. position:fixed;
  56. text-decoration:none;
  57. color:#72555a;
  58. font-family: 'Economica', sans-serif;
  59. text-transform:uppercase;
  60. letter-spacing:2px;
  61. font-size:12px;
  62. margin-left:-30px;
  63. background-color:transparent;
  64. opacity:.7;}
  65.  
  66. #all a{
  67. text-decoration:none;
  68. color:#72555a;
  69. font-family: 'Economica', sans-serif;
  70. text-transform:uppercase;
  71. letter-spacing:2px;
  72. font-size:12px;
  73. margin-left:-30px;
  74. background-color:transparent;
  75. opacity:.7;}
  76.  
  77. </style>
  78. </head>
  79. <body>
  80. <div id="border"></div>
  81. <div id="all">
  82.  
  83. <div style="
  84. position:fixed;left:160px;
  85. bottom:40px;
  86. width:300px;
  87. text-align:center;
  88. text-shadow: 0.1em 0.1em 0.05em #fff;">
  89. <a href="/">return to blog</a></div>
  90.  
  91.  
  92. <div style="position:fixed;
  93. left:150px;
  94. bottom:55px;
  95. font-size:46px;
  96. letter-spacing:3px;
  97. line-height:15px;
  98. padding-bottom:10px;
  99. text-align:center;
  100. text-transform:lowercase;
  101. color:#72555a;
  102. z-index:-1;
  103. font-family:Dawning of a New Day;width:310px;
  104. text-shadow: 0.1em 0.1em 0.05em #fff;
  105. background-image: url('http://26.media.tumblr.com/tumblr_lzju29VxIR1r9g6hvo1_250.png');
  106. background-attachment: fixed;">following</div>
  107.  
  108. <div style="position:fixed;
  109. right:10px;
  110. bottom:10px;
  111. font-size:12px;
  112. font-family:consolas;">
  113. <a href="http://vivite.tumblr.com">&copy;</a></div>
  114. </div>
  115. <img src="http://static.tumblr.com/h5tdsbo/cjkm2e219/a.png" style="position:fixed;
  116. left:30px;
  117. bottom:83px;
  118. z-index:1;
  119. opacity:1;width:450px;">
  120.  
  121. <div id="container">
  122. {block:Following}{block:Followed} <a href="{FollowedURL}"><img src="{FollowedPortraitURL-48}" border="0" /></a> {/block:Followed}{/block:Following}
  123. </div>
  124.  
  125. </body>
  126. </html>
Advertisement
Add Comment
Please, Sign In to add comment