Advertisement
zoeyrph

zoeyrph Blogroll Theme #1 Version 1.0: Starry Nights *3DTEXT

Jan 7th, 2014
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.19 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6. starry nights blogroll theme by zoeyrph (zoeyrph.tumblr.com)
  7.  
  8. PLEASE NOTE THAT:
  9. -Yes, you can edit the HTML. HOWEVER, you may not under ANY CIRCUMSTANCE repost this code as your own, even if you keep my credit intact.
  10. -Do not claim as your own.
  11. -Do not remove credit.
  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. /* CSS */
  37.  
  38. body {
  39. background-color:#f6f6f6;
  40. 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 */
  41. margin:0;
  42. font-family: 'Signika Negative', sans-serif;
  43. }
  44.  
  45. .image {
  46. margin-left:160px;
  47. margin-top:40px;
  48. border: 1px solid #ffffff;
  49. width:300px;
  50. height:500px;
  51. 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 */
  52. }
  53.  
  54. .contain {
  55. width:640px;
  56. margin:0 auto;
  57. margin-left:600px;
  58. overflow-y:scroll;
  59. overflow-x:hidden;
  60. height:420px;
  61. padding:5px 0;
  62. }
  63.  
  64. .topbar {
  65. margin:60px auto 0 auto;
  66. margin-left:605px;
  67. width:620px;
  68. height:25px;
  69. background-color:transparent;
  70. }
  71.  
  72. .bottombar {
  73. margin:0 auto 0 auto;
  74. margin-left:605px;
  75. width:620px;
  76. height:25px;
  77. background-color:transparent;
  78. }
  79.  
  80. a { text-decoration: none;
  81. text-align:center;
  82. text-transform:uppercase;
  83. font-size:10px;
  84. color:#777777;
  85. }
  86. @-moz-document url-prefix() {
  87. .contain {
  88. width:650px!important;
  89. }
  90. .topbar,.bottombar {
  91. width:620px!important;
  92. }
  93.  
  94. }
  95.  
  96. .header {
  97. width: 500px;
  98. height:50px;
  99. background-color:transparent;
  100. margin-left:0%;
  101. margin-top: 5%;
  102. padding: 5px 0 0 0;
  103. color:#ffffff;
  104. font-size:36px;
  105. text-align:center;
  106. text-shadow: 2px 0 .2px #FF0000, -2px 0 .2px #00F1F5;
  107. font-family: 'Arvo', serif;
  108. border-bottom-width:5px;
  109. border-bottom-style:solid;
  110. }
  111.  
  112. .subhead {
  113. padding:5px 0;
  114. width: 300px;
  115. margin-left: 800px;
  116. margin-top: -580px;
  117. text-align:center;
  118. font-size:8px;
  119. color:#eeeeee;
  120. letter-spacing:+2px;
  121. }
  122.  
  123. .subhead a {font-size:9px;
  124. letter-spacing:+4px;
  125. color:#fff;}
  126.  
  127.  
  128. .url {opacity:0;
  129. margin-top:-29px;
  130. position:relative;
  131. min-width:48px;
  132. background-color:#222222;
  133. text-align:center;
  134. padding:3px;
  135. }
  136.  
  137. .url a {font-size:7px;
  138. text-transform:uppercase;
  139. letter-spacing:+1px;
  140. color:#ffffff;
  141. background-color:#222222;
  142. padding:3px 0;
  143. }
  144.  
  145. .icon {
  146. float:left;
  147. width:48px;
  148. height:48px;
  149. background:#ffffff;
  150. padding:6px;
  151. margin:5px;
  152. }
  153.  
  154. .icon:hover .url {
  155. opacity:1;
  156. transition: all 0.3s ease-out;
  157. -o-transition-transition: all 0.3s ease-out;
  158. -webkit-transition: all 0.3s ease-out;
  159. -moz-transition: all 0.3s ease-out;
  160. }
  161.  
  162.  
  163. .credit {
  164. padding:10px;
  165. font-size:20px;
  166. color:#ffffff;
  167. position:fixed;
  168. bottom:10px;
  169. right:10px;
  170. }
  171.  
  172. ::selection {
  173. background-color:#ffffff;
  174. opacity: 0.6;
  175. color:#000000;
  176. }
  177.  
  178. ::-moz-selection {
  179. background-color:#ffffff;
  180. color:#000000;
  181. }
  182.  
  183. ::-webkit-scrollbar {
  184. width:5px;
  185. height:auto;
  186. background:#bcbcbc;
  187. }
  188.  
  189. ::-webkit-scrollbar-corner {
  190. background:#eeeeee;;
  191. }
  192.  
  193. ::-webkit-scrollbar-thumb:vertical {
  194. background:#ffffff;
  195. }
  196.  
  197. ::-webkit-scrollbar-thumb:horizontal {
  198. background:#ffffff;
  199. }
  200.  
  201. </style>
  202. </head>
  203.  
  204.  
  205.  
  206. <body>
  207.  
  208.  
  209. <div class="header">♔ MY BLOGROLL</div> <!-- Edit the title here -->
  210.  
  211. <div class="image"></div>
  212.  
  213. <div class="subhead">
  214. <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 -->
  215. </div>
  216. <div class="topbar"></div>
  217. <div class="contain">
  218. {block:Following}
  219. {block:Followed}
  220.  
  221. <div class="icon">
  222. <a href="{FollowedURL}" target="_blank">
  223. <img src="{FollowedPortraitURL-48}"></a>
  224. <div class="url"><a href="{FollowedURL}">{FollowedName}</a></div></div>
  225.  
  226. {/block:Followed}
  227. {/block:Following}
  228.  
  229. </div>
  230. <div class="bottombar"></div>
  231.  
  232.  
  233. <div class="credit">
  234. <a href="http://zoeyrph.tumblr.com">♔</a><!-- Don't touch or I'll cut you -->
  235. </div>
  236.  
  237.  
  238. </body>
  239. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement