Advertisement
sasorisbutt

Death Note (Blogroll) - BakaThemes

Sep 8th, 2013
1,329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. <!--
  2.  
  3. BLOGROLL PAGE MADE BY BAKATHEMES OR AKATSUKII @ TUMBLR
  4. Edit/tweak as much as you like but pleeeeaaaase
  5. DO NOT remove the credits, copy and redistribute the
  6. code as your own. Or else...
  7. I'LL HUNT YOU DOWN. MWAHAHAHAHAHAHA >:D
  8.  
  9. *Sadly, customized (special) fonts do not work for
  10. Mozilla Firefox viewers*
  11.  
  12. -->
  13.  
  14. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16.  
  17. <head>
  18.  
  19.  
  20. <title>Blogroll</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23.  
  24. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  25. <script src="http://static.tumblr.com/fsavqrf/ENxmsntqo/jquery.style-my-tooltips-cath.js"></script>
  26.  
  27. <style type="text/css">
  28.  
  29.  
  30. ::-webkit-scrollbar {
  31. width:9px;
  32. height:3px;
  33. background:#000;
  34. }
  35. ::-webkit-scrollbar-thumb {
  36. background-color:#000;
  37. border:1px solid #fff;
  38. }
  39.  
  40. body {
  41. background-color:#000;
  42. font-family:Calibri;
  43. }
  44.  
  45. a {
  46. text-decoration:none;
  47. }
  48.  
  49. span {
  50. color:#aaaaaa;
  51. font-family:helvetica;
  52. font-size:10px;
  53. font-style:italic;
  54. }
  55.  
  56. #all {
  57. position:relative;
  58. width:830px;
  59. bottom:50px;
  60. top:50px;
  61. margin-left:auto;
  62. margin-right:auto;
  63. }
  64.  
  65. #title {
  66. color:#fff;
  67. font-size:20px;
  68. text-align:right;
  69. font-family:Death Note Main;
  70. padding:10px;
  71. }
  72.  
  73. #back {
  74. font-size:9px;
  75. text-align:right;
  76. text-transform:uppercase;
  77. margin-bottom:10px;
  78. }
  79.  
  80. #back a:hover {
  81. color:#dddddd;
  82. -webkit-transition:all 0.5s ease;
  83. -moz-transition:all 0.5s ease;
  84. -o-transition:all 0.5s ease;
  85. -ms-transition:all 0.5s ease;
  86. }
  87.  
  88. #user {
  89. width:180px;
  90. height:85px;
  91. border-right:3px solid #fff;
  92. margin:10px;
  93. float:left;
  94. background-image:url('http://static.tumblr.com/fsavqrf/0Vmmsliqx/notebook.png');
  95. overflow:auto;
  96. }
  97.  
  98. #content {
  99. height:500px;
  100. border-left:5px dotted #fff;
  101. overflow:auto;
  102. }
  103.  
  104. #content img {
  105. width:60px;
  106. padding:5px;
  107. margin:3px;
  108. border:1px dashed #fff;
  109. float:left;
  110. }
  111.  
  112. #info {
  113. padding:5px;
  114. overflow:hidden;
  115. }
  116.  
  117. #s-m-t-tooltip{
  118. font-family:calibri;
  119. font-size:8px;
  120. color:#fff;
  121. text-transform:uppercase;
  122. letter-spacing:1px;
  123. padding:3px;
  124. margin:25px 0 0 10px;
  125. background:#000;
  126. border:1px dashed #fff;
  127. max-width:200px;
  128. z-index:9999;
  129. }
  130.  
  131. .name {
  132. font-family:Ryuk;
  133. letter-spacing:1px;
  134. color:#fff;
  135. margin-top:5px;
  136. }
  137.  
  138.  
  139.  
  140.  
  141. @font-face {
  142. font-family:Death Note Main;
  143. src:url('https://dl.dropboxusercontent.com/s/kq1vplex7j8f72l/deathnotemain.ttf');
  144. }
  145.  
  146. @font-face {
  147. font-family:Ryuk;
  148. src:url('https://dl.dropboxusercontent.com/s/j8qiguoj7c8twum/ryukshandwriting.ttf');
  149. }
  150.  
  151. </style>
  152.  
  153.  
  154. </head>
  155.  
  156. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
  157.  
  158. <body>
  159.  
  160. <div id="all">
  161.  
  162. <div id="title">Blogroll</div>
  163. <div id="back">
  164. <a href="/">home</a> | <a href="/ask">message </a> | <a href="http://bakathemes.tumblr.com">credit</a>
  165. </div>
  166.  
  167. <div id="content">
  168. <center>
  169. {block:Following}{block:Followed}
  170. <div id="user">
  171. <a target='_blank' href='{FollowedURL}'><img border='1' src='{FollowedPortraitURL-96}' />
  172. <div id="info">
  173. <text class="name">{FollowedName}</text><br><br>
  174. <span>{FollowedTitle}</span></div></div>
  175. {/block:Followed}{/block:Following}
  176. </center>
  177. </div>
  178.  
  179. </div>
  180. </body>
  181. </html>
  182.  
  183. <!--
  184.  
  185. BLOGROLL PAGE MADE BY BAKATHEMES OR AKATSUKII @ TUMBLR
  186. Edit/tweak as much as you like but pleeeeaaaase
  187. DO NOT remove the credits, copy and redistribute the
  188. code as your own. Or else...
  189. I'LL HUNT YOU DOWN. MWAHAHAHAHAHAHA >:D
  190.  
  191. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement