Advertisement
lennonthemes

bg

Jun 29th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <head>
  4.  
  5.  
  6. <title>following</title>
  7.  
  8. <style type="text/css">
  9.  
  10. ::-webkit-scrollbar-thumb{
  11. background-color: #000;
  12. border: 2px solid #ffffff;
  13. height:auto;
  14. }
  15.  
  16. ::-webkit-scrollbar {
  17. height:9px;
  18. width:9px;
  19. background-color: #000;
  20. border: 4px solid #fff;
  21. }
  22.  
  23. ::selection {
  24. background-color:#000;
  25. }
  26.  
  27. img{
  28.  
  29. -webkit-transition: opacity 0.8s linear;
  30.  
  31. opacity: 0.60;
  32.  
  33. }
  34.  
  35. img:hover{
  36.  
  37. -webkit-transition: opacity 0.8s linear;
  38.  
  39. opacity: 9;
  40.  
  41. }
  42.  
  43. a:link, a:active, a:visited {
  44.  
  45. color: #000;
  46.  
  47. text-decoration:none;
  48.  
  49. -webkit-transition-duration:0.6s;}
  50.  
  51. a:hover {
  52.  
  53. color:#bfbfbf;
  54.  
  55. }
  56.  
  57. .title {
  58.  
  59. font-family: consolas;
  60.  
  61. font-size: 16px;
  62.  
  63. font-color: #dcdcdc;
  64.  
  65. text-align: center;
  66.  
  67. text-transform: uppercase;
  68.  
  69. }
  70.  
  71. #ivur {
  72.  
  73. margin-top:25px;
  74. margin-bottom: -45px;
  75. }
  76.  
  77.  
  78. .nav {
  79. color: #dcdcdc;
  80. font-family: times;
  81. text-transform: lowercase;
  82. font-size: 12px; color:#000;
  83. text-align: center;
  84. margin-bottom: 5px;
  85. }
  86.  
  87. .following {
  88. color: #dcdcdc;
  89. padding: 5px;
  90. }
  91.  
  92.  
  93. </style>
  94.  
  95. <CENTER><div id="ivur"><img src="http://25.media.tumblr.com/8e407fa0473685389b4e64b149efd90d/tumblr_mnwcsvERIA1rp022fo4_250.jpg"></div><p><br><div style="margin-top: 10px;"><a class="title" href="/"><center>{ {name} is following }</center></a>
  96.  
  97. <div class="nav">
  98. <i>
  99. <a href="/">home</a> -
  100.  
  101. <a href="/ask">questions</a> -
  102.  
  103. <a href="http://bonivur.tumblr.com">credit</a>
  104.  
  105. </i>
  106.  
  107. </div>
  108.  
  109.  
  110.  
  111. <CENTER><div id="following"></CENTER>
  112. <div style="overflow: auto; width:250px; border:1px #edecec; margin:10px; width:400px; height:400px;">
  113. {block:Following}
  114.  
  115. {block:Followed}
  116.  
  117. <a href="{FollowedURL}"><img src="{FollowedPortraitURL-40}"align=”left” style="text-align: left;"/></a>
  118.  
  119. {/block:Followed}
  120. {/block:Following}
  121. </CENTER>
  122.  
  123. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement