vivite

Blogroll Theme 1 : Serah

Mar 11th, 2012
2,575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 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.  
  10. <style type="text/css">
  11.  
  12. body {
  13. background-color:#fff;
  14. background-image: url('http://27.media.tumblr.com/tumblr_m0pvvz4MeE1r1wk68o2_500.png');
  15. background-attachment: fixed;}
  16.  
  17. ::-webkit-scrollbar-thumb:vertical {
  18. background-color: #FA7B98;
  19. height: 30px;}
  20.  
  21. ::-webkit-scrollbar {
  22. height: 30px;
  23. width: 4px;
  24. background-color:#fff;}
  25.  
  26. #container {
  27. position:absolute;
  28. left:500px;
  29. top:130px;
  30. width:680px;
  31. height:400px;
  32. overflow:auto;
  33. background-image: url('http://24.media.tumblr.com/tumblr_ltqq73Kh5g1qhvdofo5_250.png');
  34. background-attachment: fixed;}
  35.  
  36. #container img{
  37. padding:4px;
  38. opacity:.7;}
  39.  
  40. #container img:hover{
  41. opacity:1;}
  42.  
  43. #container a{
  44. text-decoration:none;
  45. border: none;}
  46.  
  47. #all a{
  48. text-decoration:none;
  49. color:#FA7B98;}
  50.  
  51. </style>
  52. </head>
  53. <body>
  54.  
  55. <div id="all">
  56. <div style="position:fixed;
  57. left:500px;
  58. top:540px;
  59. padding-top:10px;
  60. font-size:14px;
  61. letter-spacing:3px;
  62. text-align:center;
  63. text-transform:uppercase;
  64. color:#FA7B98;
  65. font-family: 'Economica', sans-serif;
  66. width:680px;text-shadow: 0.1em 0.1em 0.05em #fff;
  67. z-index:9;"><a href="/">return to blog?</a></div>
  68.  
  69. <div style="position:fixed;
  70. right:10px;
  71. bottom:10px;
  72. font-size:12px;
  73. font-family:consolas;">
  74. <a href="http://vivite.tumblr.com">&copy;</a></div>
  75. </div>
  76. <img src="http://26.media.tumblr.com/tumblr_m0ptnkRs3M1r1wk68o1_500.png" style="position:fixed;
  77. left:70px;
  78. bottom:-5px;
  79. z-index:-9;
  80. opacity:.9;">
  81.  
  82. <div id="container">
  83. {block:Following}{block:Followed} <a href="{FollowedURL}"><img src="{FollowedPortraitURL-40}" border="0" /></a> {/block:Followed}{/block:Following}
  84. </div>
  85.  
  86. </body>
  87. </html>
Advertisement
Add Comment
Please, Sign In to add comment