Advertisement
truthbeforethelies

blogroll theme #1 | piecesintoplaces

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