chissy_

BLOGROLL #1 One Direction

Apr 22nd, 2012
1,145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 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. <!--                                                           
  6. BLOGROLL BY CRISTINA.
  7. (http://xniallsgirlfriend.tumblr.com/)
  8.  
  9. -->
  10.  
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17. </head>
  18.  
  19.  
  20. <style type="text/css">
  21.  
  22. body{
  23. color:#FFFFFF;
  24. background-color:white;
  25. background-image:url("http://static.tumblr.com/xfx4i03/Fbem2wti7/1.png");
  26. background-position:top left;
  27. background-repeat: no-repeat;
  28. background-attachment:fixed;
  29. font-family:arial;
  30. font-size:10px;
  31. line-height: 120%;
  32. text-align:justify;
  33. }
  34.  
  35. a:link, a:active, a:visited{
  36. color: white;
  37. }
  38.  
  39. a:hover{
  40. color:white;
  41. }
  42.  
  43. #ell {
  44. margin:auto;
  45. width:700px;
  46. top:203px;
  47. background-color:;}
  48.  
  49. #enn {
  50. width:680px;
  51. height:200px;
  52. margin-bottom:50px;
  53. background-color:;
  54. padding:0px;
  55. margin-top:200px;
  56. overflow-y:scroll;
  57. over-flow-x:hidden;
  58. }
  59.  
  60. #title{margin-top:230px;padding-bottom:-10px;font-size:30px;font-family:'Meow';text-align:center;color:#CCC4C4;}
  61.  
  62. ::-webkit-scrollbar {
  63. height: 12px;
  64. width: 10px;
  65. }
  66.  
  67. ::-webkit-scrollbar-thumb {
  68. background-color:#BFBFBD;
  69. }
  70.  
  71. ::-webkit-scrollbar-track{
  72. background-color:#eeeeee;
  73. }
  74. ::-webkit-scrollbar-buttom{
  75. background-color:#000000;
  76. }
  77.  
  78. #enn img{
  79. opacity:.9;
  80. -webkit-transition-duration:.7s;}
  81.  
  82. #enn img:hover{
  83. opacity:1;
  84. -webkit-transition: 0.2s ease-in;
  85. }
  86.  
  87. @font-face {
  88. font-family: "Meow";
  89. src: url(http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");
  90. }
  91.  
  92. #enn img {
  93. -webkit-border-radius: 16px;
  94. -moz-border-radius: 16px;
  95. border-radius: 16px;
  96. width:48px;
  97. height:48px;
  98. }
  99.  
  100.  
  101. #enn img:hover {
  102. -webkit-border-radius: 32px;
  103. -moz-border-radius:32px;
  104. border-radius: 32px;
  105. width:48px;
  106. height:48px;}
  107. </style>
  108.  
  109.  
  110.  
  111. <div id="ell">
  112. <center><div id="title">Blogroll<div><div></center>
  113.  
  114. <div id="enn" >
  115. <center>
  116.  
  117. {block:Following}{block:Followed}<a target='_blank' href='{FollowedURL}'>
  118.  
  119. <img border='0' style="padding:0px;" src='{FollowedPortraitURL-48}' />
  120.  
  121. {/block:Followed}{/block:Following}
  122. </center>
  123.  
  124. </div>
  125.  
  126. </div>
  127.  
  128. </body>
  129. </html>
Advertisement
Add Comment
Please, Sign In to add comment