Advertisement
basilone

Blogroll 2 - Dark

Sep 11th, 2012
4,182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <title>{Title}</title>
  3. <head>
  4.  
  5. <style type="text/css">
  6. body {
  7. margin:0;
  8. background-color:#090909;
  9. background-repeat:repeat;
  10. font-size: 11px;
  11. border-top:5px solid #070707;
  12. font-family: Cambria;
  13. color:#b7b7b7; }
  14.  
  15. ::-webkit-scrollbar-thumb:vertical {
  16. background-color: #0F0F0F;
  17. height:100px; }
  18.  
  19. ::-webkit-scrollbar {
  20. height:10px;
  21. width:15px;
  22. background-color: #070707; }
  23.  
  24. a:link, a, a:active, a:visited {
  25. text-decoration: none;
  26. color: #666;
  27. -webkit-transition:all .5s ease-in;
  28. padding: 1px; }
  29.  
  30. #box {
  31. margin:0 auto;
  32. width:800px; }
  33.  
  34. #wrap {
  35. margin:0 auto;
  36. background-color:#070707;
  37. overflow:auto;
  38. position:relative;
  39. height:400px;
  40. top:50%;
  41. padding:20px 5px 15px 15px; }
  42.  
  43. #content {
  44. padding:5px;
  45. width:50px;
  46. margin:15px;
  47. float:left; }
  48.  
  49. #content img {
  50. border-top-left-radius:10px;
  51. border-bottom-right-radius:10px; }
  52.  
  53. #info a {
  54. font-family:times;
  55. font-style:italic;
  56. color:#9e9e9e;
  57. letter-spacing:1px;
  58. background-color:#070707;
  59. padding: 5px 10px;
  60. margin:5px;
  61. font-size: .86em; }
  62.  
  63. #info a:hover {
  64. font-family:times;
  65. font-style:italic;
  66. color:#9e9e9e;
  67. background-color:#101010;
  68. letter-spacing:1px;
  69. padding: 5px 10px;
  70. margin:5px;
  71. font-size: .86em; }
  72.  
  73. a:hover {
  74. color: #666;
  75. padding: 1px;
  76. text-decoration: none; }
  77.  
  78. #content img {
  79. padding:10px;
  80. background-color:#0F0F0F; }
  81.  
  82. #content img:hover {
  83. padding:10px;
  84. background-color:#050505; }
  85.  
  86. .icon {
  87. padding:10px;
  88. background-color:#070707; }
  89.  
  90. a.tip2 {
  91. position: relative;
  92. text-decoration: none;
  93. }
  94. a.tip2 span {display: none;}
  95. a.tip2:hover span {
  96. display: block;
  97. position: absolute;
  98. padding: .5em;
  99. content: attr(title);
  100. min-width: 120px;
  101. text-align: center;
  102. width: auto;
  103. height: auto;
  104. white-space: nowrap;
  105. top: -80px;
  106. font-size:10px;
  107. left:-33px;
  108. background: rgba(0,0,0,.8);
  109. -moz-border-radius:10px;
  110. -webkit-border-radius:10px;
  111. border-radius:10px;
  112. color: #fff; }
  113.  
  114. a.tip2:hover span:after {
  115. position: absolute;
  116. display: block;
  117. content: "";
  118. border-color: rgba(0,0,0,.8) transparent transparent transparent;
  119. border-style: solid;
  120. border-width: 10px;
  121. height:0;
  122. width:0;
  123. position:absolute;
  124. bottom: -20px;
  125. left:56px; }
  126.  
  127. .arrow {
  128. font-size: 0px;
  129. line-height: 0%;
  130. width: 0px;
  131. position:absolute;
  132. margin-left:80px;
  133. margin-top:8px;
  134. border-top: 10px solid transparent;
  135. border-right: 20px solid #0F0F0F;
  136. border-bottom: 10px solid transparent; }
  137.  
  138. .profile { background-color: #0F0F0F; padding:5px; margin-left:100px; width:100px; text-align:center; }
  139.  
  140. .name { font-size:14px; font-style:italic; }
  141. .title { font-size:10px; letter-spacing:2px; }
  142.  
  143. </style>
  144.  
  145. <div id="box">
  146. <div id="info"> <a href="http://{name}.tumblr.com">go back</a> <a href="http://tumblr.com/">dashboard</a> <a href="http://mcpoyles.tumblr.com">&copy;</a> </div>
  147.  
  148. <a href="http://{name}.tumblr.com/"><div style="margin:0 auto;position:relative;width:200px;"><center>
  149. <img src="{PortraitURL-40}" align="left" style="border:6px solid #0F0F0F; margin:20px;"><BR><BR>
  150. <div class="arrow"> </div>
  151. <div class="profile">
  152. <font class="name">{name}'s<font><BR>
  153. <font class="title">Blogroll</font>
  154. </div>
  155. </center> </div> </a>
  156. <BR><BR>
  157.  
  158. <div id="wrap">
  159. {block:Following}{block:Followed}
  160. <div id="content"> <center>
  161. <a class="tip2" href="{FollowedURL}"><img src="{FollowedPortraitURL-40}"><span>{FollowedName}</span></a>
  162. </center>
  163. </div>
  164. {/block:Followed} {/block:Following}
  165. </div>
  166. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement