divakey

Blogroll #1

Dec 16th, 2012
441
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 XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11. </head>
  12.  
  13.  
  14. <style type="text/css">
  15.  
  16. ::-webkit-scrollbar { width: 4px; height: 4px; }
  17. ::-webkit-scrollbar-button:start:decrement,
  18. ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #9C9C9C; }
  19. ::-webkit-scrollbar-track-piece { background-color: white; }
  20. ::-webkit-scrollbar-thumb { border-radius: 0px; height: 50px; background-color: #cccccc; }
  21.  
  22. body{font: 11px/11px "Courier New", Courier, monospace;letter-spacing: 5px;
  23. color:#000000;
  24. background-color:#gggggg;
  25. background-image:url("http://25.media.tumblr.com/040f10b5e77f189d51510f5c3d84180a/tumblr_mf5o4qXQHg1rhmms2o5_400.jpg");
  26. background-attachment:fixed;
  27.  
  28. line-height: 120%;
  29. text-align:justify;}
  30.  
  31. a:link, a:active, a:visited{color:black; text-decoration:none;}
  32.  
  33. a:hover{color:white;}
  34.  
  35. #main {
  36. margin:auto;
  37. width:500px;
  38. top:50px;
  39. background-color:;}
  40.  
  41. #peeps {
  42. width:500px;
  43. margin-bottom:50px;
  44. background-color:;
  45. padding:10px;
  46. margin-top:40px;
  47. }
  48.  
  49. #peeps img{
  50. opacity:.8;
  51. -webkit-transition-duration:.7s;
  52. }
  53.  
  54. #peeps img:hover{
  55. opacity:1;
  56. -webkit-transition: 0.2s ease-in;}
  57.  
  58. #title {
  59. font: 11px/11px "Courier New", Courier, monospace;letter-spacing: 5px;
  60. margin-left:30px;
  61. position:absolute;
  62. top:20px;
  63. width:500px;
  64. text-align:center;
  65. border-bottom:3px solid #000000;
  66. padding-bottom:2px;}
  67.  
  68. #peeps img {
  69. width:64px;
  70. height:64px;
  71. border: 3px solid #cccccc;}
  72.  
  73.  
  74. #peeps img:hover {
  75. opacity:.5;
  76. -webkit-transition: all 0.5s ease-in-out;
  77. -moz-transition: all 0.5s ease-in-out;
  78. -o-transition: all 0.5s ease-in-out;
  79. width:64px;
  80. height:64px;}
  81. </style>
  82.  
  83.  
  84. <div id="main">
  85. <div id="title">Blogrollin'</div>
  86. <div style="position:absolute; top:18px;margin-left: 30px;"><a href="/" title="HOME" ><img src="http://media.tumblr.com/tumblr_mer0s2kYXQ1rxfplt.png" /></a>
  87. <a href="http://chinqu.tumblr.com" title="THEME"><img src="http://media.tumblr.com/tumblr_mer0w7nWQE1rxfplt.png"></a>
  88. </div>
  89.  
  90. <div id="peeps" >
  91. <center>
  92. {block:Following}{block:Followed}<a target='_blank' href='{FollowedURL}'>
  93.  
  94. <img border='0' style="padding:0px;" src='{FollowedPortraitURL-64}' />
  95.  
  96. {/block:Followed}{/block:Following}
  97. </center>
  98.  
  99. </div>
  100.  
  101.  
  102. </div>
  103.  
  104. </body>
  105. </html>
Advertisement
Add Comment
Please, Sign In to add comment