Advertisement
joshdevime

blogroll page 1

Jul 4th, 2014
428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.07 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
  4.  
  5. <!--
  6. BLOGROLL PAGE BY IZZYSTHEMCS
  7. -->
  8.  
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  10. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11. <link rel="shortcut icon" href="http://38.media.tumblr.com/4e4e659ab5dd4bc2e7bdaed371a85b56/tumblr_mugtzmPGbX1rfjowdo1_500.gif">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  13.  
  14. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  15. </style>
  16.  
  17. <style type="text/css">
  18.  
  19.  
  20. *, body, a, a:hover {cursor: url(https://31.media.tumblr.com/91037c9d8802fdca6dea299654b6dc17/tumblr_inline_mzpkcniZkt1r6h6z5.png), auto;}
  21. a:hover {cursor: url(https://31.media.tumblr.com/673fab4e45d2badc5533613afdbbf39d/tumblr_inline_mzpkcfVDdS1r6h6z5.png), auto;}
  22.  
  23.  
  24. ::-webkit-scrollbar-thumb{
  25. background-color: #000;
  26. border:5px solid #fff;
  27. height:auto;
  28. margin-left:10px;
  29. border-top:0;
  30. border-bottom:0;
  31. border-right:0;
  32. }
  33.  
  34. ::-webkit-scrollbar {
  35. height:auto;
  36. width:9px;
  37. background-color: #111;
  38. border:7px solid #fff;
  39. border-right:2px solid #fff;
  40. border-bottom:0;
  41. }
  42.  
  43. ::-webkit-scrollbar-thumb:horizontal{
  44. width:0px;
  45. height:auto;
  46. background-color: #fff;
  47. }
  48.  
  49. ::-webkit-scrollbar:horizontal {
  50. height:auto;
  51. width:0px;
  52. background-color: #fff;
  53. }
  54.  
  55. div#qTip {
  56. padding:4px;
  57. display:none;
  58. text-align:center;
  59. position:absolute;
  60. margin-top:15px;
  61. margin-left:10px;
  62. font-size:8px;
  63. z-index:999000;
  64. font-family:consolas;
  65. text-transform:uppercase;
  66. letter-spacing:1px;
  67. color:#000;
  68. background-color:#fff;
  69. border:1px solid #eee;
  70. }
  71.  
  72. a {
  73. color:#fff;
  74. font-size:10px;
  75. text-decoration:none;
  76. -moz-transition-duration:0.5s;
  77. -webkit-transition-duration:0.5s;
  78. -o-transition-duration:0.5s;
  79. }
  80.  
  81. a:hover {
  82. color:#111;
  83. text-decoration:none;
  84. -moz-transition-duration:0.5s;
  85. -webkit-transition-duration:0.5s;
  86. -o-transition-duration:0.5s;
  87. }
  88.  
  89. body {
  90. background:#fff;
  91. font-family:consolas;
  92. font-weight:normal;
  93. font-size:11px;
  94. background-image:url('BACKGROUND IMG URL HERE'); center fixed;
  95. background-attachment:fixed;
  96. background-size:cover;
  97. }
  98.  
  99. #everything {
  100. width:400px;
  101. height:auto;
  102. margin-left:450px;
  103. color:#111;
  104. margin-top:100px;
  105. padding:20px;
  106. }
  107.  
  108. .content {
  109. background:#fff;
  110. border:1px solid #F49AC2;
  111. margin-top:0px;
  112. text-align:justify;
  113. max-height:400px;
  114. overflow:scroll;
  115. }
  116.  
  117. .content img {
  118. border:none;
  119. padding:3px;
  120. -moz-transition-duration:0.5s;
  121. -webkit-transition-duration:0.5s;
  122. -o-transition-duration:0.5s;
  123. }
  124.  
  125. .description img:hover {
  126. opacity:.5;
  127. -moz-transition-duration:0.5s;
  128. -webkit-transition-duration:0.5s;
  129. -o-transition-duration:0.5s;
  130. }
  131.  
  132. .links {
  133. margin-top:10px;
  134. text-align:justify;
  135. line-height:200%;
  136. }
  137.  
  138. .links a {
  139. padding:4px;
  140. }
  141.  
  142. .links a:hover {
  143. color:#fff;
  144. background-color:#111;
  145. }
  146.  
  147. .subcategory {
  148. margin-top:10px;
  149. text-align:justify;
  150. text-transform:uppercase;
  151. font-size:9px;
  152. font-weight:bold;
  153. background:#f3f3f3;
  154. padding:10px;
  155. width:480px;
  156. }
  157.  
  158. .title {
  159. margin-top:-30px;
  160. font-size:24px;
  161. font-weight:bold;
  162. color:#fff;
  163. background:#F49AC2;
  164. letter-spacing:-2px;
  165. padding-top:5px;
  166. text-align:center;
  167. }
  168.  
  169. .sublinks {
  170. letter-spacing:0px;
  171. margin-top:-7px;
  172. padding-bottom:3px;
  173. }
  174.  
  175. .sublinks a:hover {
  176. text-decoration:underline;
  177. color:#fff;
  178. }
  179.  
  180. #credit {
  181. position:fixed;
  182. font-family:consolas;
  183. font-size:10px;
  184. font-style:normal;
  185. line-height:110%;
  186. letter-spacing:2px;
  187. right:10px;
  188. bottom:15px;
  189. text-transform:uppercase;
  190. text-align:center;
  191. }
  192.  
  193. #credit a {
  194. padding:6px;
  195. -moz-transition-duration:0.5s;
  196. -webkit-transition-duration:0.5s;
  197. -o-transition-duration:0.5s;
  198. color:#F49AC2;
  199. background-color:transparent;
  200. }
  201.  
  202. #credit a:hover {
  203. -moz-transition-duration:0.5s;
  204. -webkit-transition-duration:0.5s;
  205. -o-transition-duration:0.5s;
  206. color:#ffffff;
  207. background-color:#F49AC2;
  208. }
  209.  
  210. {CustomCSS}</style></head>
  211.  
  212. <body>
  213. <div id="everything">
  214. <div class="title">
  215. blogroll<br><sub><sub>
  216. <div class="sublinks"><a href="/">home</a> <a href="/ask">ask</a> <a href="http://tumblr.com/dashboard">dashboard</a></sub></sub></div>
  217. </div>
  218. <div class="content">
  219. <p>
  220. <center>
  221. {block:Following}{block:Followed}<a target='_blank' href='{FollowedURL}' title='{FollowedName}'><img border='1' src='{FollowedPortraitURL-48}' />{/block:Followed}{/block:Following}
  222. </center>
  223. <p><p><p></div></div></div>
  224.  
  225. <div id="credit"><a href="http://izzysthemcs.tumblr.com">♥</a></div>
  226. </body>
  227. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement