Advertisement
noiretrose

Blogroll (Pink, Square)

Aug 4th, 2013
956
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. <DOCTYPE HTML>
  2.  
  3. <!-----
  4. |
  5. |
  6. |
  7. |
  8. | Theme by Noiretrose.
  9. | Copyright 2013, Creative Commons.
  10. |
  11. | DO NOT REMOVE CREDIT. It is ILLEGAL.
  12. |
  13. |
  14. |
  15. |
  16. ------>
  17. <head>
  18. </head>
  19. <style type="text/css">
  20.  
  21. body{
  22. background-color:#fff;
  23. font-family:"cl";
  24. text-transform:uppercase;
  25. letter-spacing:1px;
  26. font-size:45px;
  27. margin-top:50px;
  28. margin-left:300px;
  29. padding-top:20px;
  30. }
  31.  
  32. a:link, a:active, a:visited, a:hover{
  33. color:#888888;
  34. text-decoration:none; }
  35.  
  36.  
  37.  
  38. img{
  39. float:left;
  40. margin:5px;
  41. opacity:0.6;
  42. border: 3px double #585858;
  43. -webkit-transition: 0.5s ease-in-out;
  44. -moz-transition: 0.5s ease-in-out;
  45. -o-transition: 0.5s ease-in-out;
  46. transition: 0.5s ease-in-out;
  47. }
  48.  
  49. img:hover{
  50. opacity:1;
  51. -moz-border-radius:0px;
  52. -webkit-border-radius:0px;
  53. -webkit-transition: 0.5s ease-in-out;
  54. -moz-transition: 0.5s ease-in-out;
  55. -o-transition: 0.5s ease-in-out;
  56. transition: 0.5s ease-in-out;
  57. }
  58.  
  59. #content {
  60. width:650px;
  61. position:fixed;
  62. margin-top:50px;
  63. overflow:scroll;
  64. text-align:center;
  65. max-height:555px;
  66. padding:5px;
  67.  
  68.  
  69.  
  70. }
  71.  
  72. .ttz{
  73. position:fixed;
  74. color:#585858;
  75. }
  76.  
  77. .nav {
  78. margin-top:5px;
  79. position:fixed;
  80. margin-left:220px;
  81.  
  82. }
  83.  
  84. .nav a{
  85. width:50px;
  86. font-size:10px;
  87. text-align:center;
  88. background-color:pink;
  89. display:inline-block;
  90. padding:5px;
  91. margin:9px;
  92.  
  93. -webkit-transition: 0.5s ease-in-out;
  94. -moz-transition: 0.5s ease-in-out;
  95. -o-transition: 0.5s ease-in-out;
  96. transition: 0.5s ease-in-out;
  97. }
  98.  
  99. .nav a:hover{
  100. background-color:#fff;
  101. -webkit-transition: 0.5s ease-in-out;
  102. -moz-transition: 0.5s ease-in-out;
  103. -o-transition: 0.5s ease-in-out;
  104. transition: 0.5s ease-in-out;
  105. }
  106.  
  107. ::-webkit-scrollbar {width: 6px; height: 6px; background:#ffffff; }
  108. ::-webkit-scrollbar-thumb { background-color:pink;-webkit-box-shadow: inset 0 0 6px #fff; -webkit-border-radius: 0px;
  109. border-radius: 0px;
  110. }
  111.  
  112. @font-face {font-family:cl; src: url(http://static.tumblr.com/2poobra/f0Xmq5zlc/champagne___limousines.ttf); }
  113. @font-face {font-family:ty; src: url(http://static.tumblr.com/2poobra/0Vtmq5u0d/typo3normal.ttf); }
  114. @font-face {font-family:slk; src: url(http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf); }
  115. @font-face {font-family:br; src: url(http://static.tumblr.com/2poobra/ps5m68s4i/bellerose_2_.ttf); }
  116. @font-face {font-family:ab; src: url(http://static.tumblr.com/2poobra/p4bmq5td7/aubrey1__.ttf); }
  117. @font-face {font-family:xio; src: url(http://static.tumblr.com/2poobra/kuEmqjp00/xiomara-script.ttf); }
  118. @font-face {font-family:sanford; src: url(http://static.tumblr.com/2poobra/lDgmq73dk/sanford-0103_demo.ttf); }
  119. @font-face {font-family:ja; src: url(http://static.tumblr.com/2poobra/enMmq72z7/janeaust.ttf); }
  120. @font-face {font-family:bbn; src: url(http://static.tumblr.com/2poobra/Pctm7bpio/bebasneue-webfont.ttf); }
  121. @font-face {font-family:ob; src: url(http://static.tumblr.com/xnagnv0/K1Pmlzcuu/04b.ttf); }
  122.  
  123. </style>
  124. <body>
  125. <div class="ttz">Blogroll</a></div><div class="nav"><a href="/">Home</a><a href="/ask">Inbox</a><a href="http://noiretrose.tumblr.com">Theme</a></div>
  126.  
  127. <div id="content">
  128. {block:Following} {block:Followed} <a href="{FollowedURL}"><img src="{FollowedPortraitURL-64}" /></a> {/block:Followed} {/block:Following}<BR>
  129.  
  130.  
  131. </div>
  132. </body>
  133. </HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement