Advertisement
zoeyrph

zoeyrph Blogroll Theme #1 Version 1.0: Starry Nights

Jan 7th, 2014
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. Blogroll Theme #1 Starry Nights by zoeysthemes.tumblr.com (zoeyrph|tumblr).
  8. Please don't steal this, or edit and repost. I'll get butthurt.
  9. Yes, you may edit this, but do not distribute. Don't be an a$$hole.
  10. Enjoy!
  11.  
  12. -->
  13.  
  14.  
  15. <title>tab title</title> <!-- Edit the title of your tab here -->
  16.  
  17. <link rel="shortcut icon" href="{Favicon}"/>
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Signika+Negative' rel='stylesheet' type='text/css'>
  20. <link href='http://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'>
  21. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  22.  
  23.  
  24. <style type="text/css">
  25.  
  26. img{-webkit-filter: Grayscale(100%);}
  27.  
  28. img{-webkit-filter: Grayscale(100%); -webkit-transition-duration: 0.8s; -moz-transition-duration:0.8s; transition-duration:0.8s; -o-transition-duration:0.8s;}
  29.  
  30. img:hover{-webkit-filter: Grayscale(0%); -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
  31.  
  32. .header {border-bottom-color:#ffffff; width:100%;}
  33. .topbar {border-bottom:#ffffff solid 5px;}
  34. .bottombar {border-top:#ffffff solid 5px;}
  35.  
  36. body {
  37. background-color:#f6f6f6;
  38. background-image:url('http://static.tumblr.com/699db295a58c8e679028e49a668d6586/emdqelm/BKymy9pns/tumblr_static_tumblr_m54az8mpmt1qcvjcxo1_500.gif'); /* Replace image url with the one for your own background image */
  39. margin:0;
  40. font-family: 'Signika Negative', sans-serif;
  41. }
  42.  
  43. .image {
  44. margin-left:160px;
  45. margin-top:40px;
  46. border: 1px solid #ffffff;
  47. width:300px;
  48. height:500px;
  49. background-image:url('https://31.media.tumblr.com/1d59d437ba0cb9855e9c22a7826d5c01/tumblr_inline_mytj5y1tXf1rgofdh.gif'); /* Replace image url with the one for your own picture or GIF */
  50. }
  51.  
  52. .contain {
  53. width:640px;
  54. margin:0 auto;
  55. margin-left:600px;
  56. overflow-y:scroll;
  57. overflow-x:hidden;
  58. height:420px;
  59. padding:5px 0;
  60. }
  61.  
  62. .topbar {
  63. margin:60px auto 0 auto;
  64. margin-left:605px;
  65. width:620px;
  66. height:25px;
  67. background-color:transparent;
  68. }
  69.  
  70. .bottombar {
  71. margin:0 auto 0 auto;
  72. margin-left:605px;
  73. width:620px;
  74. height:25px;
  75. background-color:transparent;
  76. }
  77.  
  78. a { text-decoration: none;
  79. text-align:center;
  80. text-transform:uppercase;
  81. font-size:10px;
  82. color:#777777;
  83. }
  84. @-moz-document url-prefix() {
  85. .contain {
  86. width:650px!important;
  87. }
  88. .topbar,.bottombar {
  89. width:620px!important;
  90. }
  91.  
  92. }
  93.  
  94. .header {
  95. width: 500px;
  96. height:50px;
  97. background-color:transparent;
  98. margin-left:0%;
  99. margin-top: 5%;
  100. padding: 5px 0 0 0;
  101. color:#ffffff;
  102. font-size:36px;
  103. text-align:center;
  104. font-family: 'Arvo', serif;
  105. border-bottom-width:5px;
  106. border-bottom-style:solid;
  107. }
  108.  
  109. .subhead {
  110. padding:5px 0;
  111. width: 300px;
  112. margin-left: 800px;
  113. margin-top: -580px;
  114. text-align:center;
  115. font-size:8px;
  116. color:#eeeeee;
  117. letter-spacing:+2px;
  118. }
  119.  
  120. .subhead a {font-size:9px;
  121. letter-spacing:+4px;
  122. color:#fff;}
  123.  
  124.  
  125. .url {opacity:0;
  126. margin-top:-29px;
  127. position:relative;
  128. min-width:48px;
  129. background-color:#222222;
  130. text-align:center;
  131. padding:3px;
  132. }
  133.  
  134. .url a {font-size:7px;
  135. text-transform:uppercase;
  136. letter-spacing:+1px;
  137. color:#ffffff;
  138. background-color:#222222;
  139. padding:3px 0;
  140. }
  141.  
  142. .icon {
  143. float:left;
  144. width:48px;
  145. height:48px;
  146. background:#ffffff;
  147. padding:6px;
  148. margin:5px;
  149. }
  150.  
  151. .icon:hover .url {
  152. opacity:1;
  153. transition: all 0.3s ease-out;
  154. -o-transition-transition: all 0.3s ease-out;
  155. -webkit-transition: all 0.3s ease-out;
  156. -moz-transition: all 0.3s ease-out;
  157. }
  158.  
  159.  
  160. .credit {
  161. padding:10px;
  162. font-size:20px;
  163. color:#ffffff;
  164. position:fixed;
  165. bottom:10px;
  166. right:10px;
  167. }
  168.  
  169. ::selection {
  170. background-color:#ffffff;
  171. opacity: 0.6;
  172. color:#000000;
  173. }
  174.  
  175. ::-moz-selection {
  176. background-color:#ffffff;
  177. color:#000000;
  178. }
  179.  
  180. ::-webkit-scrollbar {
  181. width:5px;
  182. height:auto;
  183. background:#bcbcbc;
  184. }
  185.  
  186. ::-webkit-scrollbar-corner {
  187. background:#eeeeee;;
  188. }
  189.  
  190. ::-webkit-scrollbar-thumb:vertical {
  191. background:#ffffff;
  192. }
  193.  
  194. ::-webkit-scrollbar-thumb:horizontal {
  195. background:#ffffff;
  196. }
  197.  
  198. </style>
  199. </head>
  200.  
  201.  
  202.  
  203. <body>
  204.  
  205.  
  206. <div class="header">♔ MY BLOGROLL</div> <!-- Edit the title here -->
  207.  
  208. <div class="image"></div>
  209.  
  210. <div class="subhead">
  211. <a href="/">back</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/ask">message</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://tumblr.com/dashboard">dash</a> <!-- Edit the link names and their URLs here -->
  212. </div>
  213. <div class="topbar"></div>
  214. <div class="contain">
  215. {block:Following}
  216. {block:Followed}
  217.  
  218. <div class="icon">
  219. <a href="{FollowedURL}" target="_blank">
  220. <img src="{FollowedPortraitURL-48}"></a>
  221. <div class="url"><a href="{FollowedURL}">{FollowedName}</a></div></div>
  222.  
  223. {/block:Followed}
  224. {/block:Following}
  225.  
  226. </div>
  227. <div class="bottombar"></div>
  228.  
  229.  
  230. <div class="credit">
  231. <a href="http://zoeysthemes.tumblr.com">♔</a>
  232. </div>
  233.  
  234.  
  235. </body>
  236. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement