enchantingly

Blogroll Theme 02

Feb 8th, 2015
975
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.25 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>{Title} - Blogroll</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6.  
  7. <!--
  8. Blogroll Theme 02 by Elowen (theghostoflove.tumblr.com)
  9.  
  10. Credit stays intact, please. If you get stuck, feel free to message me! Comments and suggestions are welcome.
  11.  
  12. Follow the greyed instructions.
  13. -->
  14.  
  15. <style type="text/css">
  16.  
  17. ::selection {color:#fff /**colour of highlight text**/;background-color:#000/**colour of highlight background**/;}
  18. ::-moz-selection {color:#fff;background-color:#000;}
  19. ::-webkit-selection {color:#fff;background-color:#000;}
  20.  
  21. ::-webkit-scrollbar {width: 6px; height:auto; background:#000;/**colour of scrollbar background**/}
  22. ::-webkit-scrollbar-corner {background:transparent;}
  23. ::-webkit-scrollbar-thumb:vertical {background:#fff;/**colour of scrollbar**/}
  24. ::-webkit-scrollbar-thumb:horizontal {background:transparent;}
  25.  
  26. a {color:#ffffff /**link colour**/;text-decoration:none;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
  27. a:hover {color:#bebebe /**link hover colour**/;-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;}
  28.  
  29. body {color:#fff /**text colour**/;font-size:11px;font-family:georgia;line-height:100%;text-align:center;background:#000000 /**background colour**/ url('https://www.xnaresources.com/images/tutorialimages/stardefense/ParallaxStars.png') /**or add your own background image url**/ fixed;}
  30.  
  31. /**-----------------------------TITLE-------------------------------**/
  32. #title {
  33. font-family:'Tangerine'; /**font of title**/
  34. font-size:45px;
  35. margin-top:80px;
  36. z-index:100;
  37. position:fixed;
  38. width:200px;
  39. text-align:center;
  40. -webkit-transition: all 1s ease-in-out;
  41. -moz-transition: all 1s ease-in-out;
  42. -o-transition: all 1s ease-in-out;
  43. transition: all 1s ease-in-out;
  44. transition-delay: 1s;
  45. -webkit-transition-delay: 1s;
  46. }
  47. #sidebar:hover #title {
  48. opacity:0;
  49. -webkit-transition: all 1.3s ease-in-out;
  50. -moz-transition: all 1.3s ease-in-out;
  51. -o-transition: all 1.3s ease-in-out;
  52. transition: all 1.3s ease-in-out;}
  53.  
  54. /**-----------------------------SIDEBAR-------------------------------**/
  55. #sidebar {
  56. margin-top:180px;
  57. margin-left:90px;
  58. margin-right:250px;
  59. height:200px;
  60. width:200px;
  61. background-color:#bebebe;
  62. position:fixed;
  63. border-radius:50%;
  64. -webkit-box-shadow: 0 0 50px #bebebe; /**colour of glow around sidebar**/
  65. -moz-box-shadow: 0 0 50px #bebebe;
  66. box-shadow: 0 0 50px #bebebe;
  67. }
  68. #sidebarimage {
  69. width: 200px;
  70. border-radius:50%;
  71. }
  72. #sidebarimage img {
  73. border-radius:50%;
  74. width:200px;
  75. height:200px;
  76. }
  77.  
  78. /**---------------------------DESCRIPTION-----------------------------**/
  79. #sidebar:hover #desc {opacity:1;position:absolute;transition-delay: 1.3s;-webkit-transition-delay: 1.3s;}
  80. #desc {
  81. border-radius:50%;
  82. opacity:0;
  83. margin-top:-207px; margin-left:-2px;
  84. height:185px;
  85. width:185px;
  86. padding:10px;
  87. font-family:georgia; /**font of description**/
  88. font-size:11px;
  89. background-color:#e6e6e6; /**description colour background**/
  90. color:#000; /**description text colour**/
  91. overflow:hidden;
  92. -webkit-transition: all 1.3s ease-in-out;
  93. -moz-transition: all 1.3s ease-in-out;
  94. -o-transition: all 1.3s ease-in-out;
  95. transition: all 1.3s ease-in-out;
  96. }
  97.  
  98. /**-----------------------------LINKS-------------------------------**/
  99. #links {margin-top:-10px;margin-left:-10px;width:200px;padding-top:10px;padding-bottom:10px}
  100. #links a {
  101. margin:2px;
  102. height:10px;
  103. width:30px;
  104. display:inline-block;
  105. background-color:#000; /**background of sidebar hover links**/
  106. color:#fff; /**colour of sidebar links text**/
  107. font-size:9px;
  108. font-family:Georgia;
  109. letter-spacing:1px;
  110. text-align:center;
  111. padding:4px;
  112. border:solid 1px #fff; /**border colour of sidebar links**/
  113. }
  114. #links a:hover {
  115. background-color:#bebebe; /**background colour of links on hover**/
  116. color:#000; /**colour of sidebar links text on hover**/
  117. text-align:center;
  118. letter-spacing:2px
  119. }
  120.  
  121. #container {position:fixed;margin:50px 0px 0px 400px;width:600px;height:450px;overflow:scroll;padding:20px}
  122. #following {display:inline;text-align:center;margin:5px;padding:2px;}
  123. #following a {
  124. display:inline;
  125. text-align:center;
  126. opacity:0.7;
  127. -moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;
  128. }
  129. #following a:hover {
  130. opacity:1;
  131. display:inline;
  132. text-align:center;
  133. }
  134. #following img {
  135. width:48px;
  136. height:48px;
  137. -webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;
  138. }
  139. #following img:hover {
  140. -webkit-box-shadow: 0 0 50px #fff; /**colour of following icons hover**/
  141. -moz-box-shadow: 0 0 50px #fff;
  142. box-shadow: 0 0 50px #fff;
  143. }
  144.  
  145. #s-m-t-tooltip {
  146. padding:5px 10px 5px 10px;
  147. margin:20px 14px 7px 10px;
  148. border:1px solid #000; /**border colour of label that appears on image link hover**/
  149. background-color:#fff; /**background colour of label that appears on image link hover**/
  150. font-family:georgia;
  151. font-style: normal;
  152. font-size:9px;
  153. letter-spacing:1px;
  154. color:#000; /**text colour of label that appears on image link hover**/
  155. z-index:99999999;
  156. }
  157.  
  158. /**please don't remove the credit! thank you**/
  159. #credit {
  160. z-index:99999999999;
  161. font-weight:bold;
  162. text-align:center;
  163. font-size:14px;
  164. font-family:'Montez';
  165. position:fixed;
  166. bottom:5px; right:5px;
  167. }
  168. #credit a {
  169. display:inline-block;
  170. height:20px; width:20px;
  171. background-color:#fff; /**background of credit**/
  172. color:#000; /**credit text**/
  173. }
  174. #credit a:hover {
  175. background-color:#000; /**background of credit on hover**/
  176. color:#fff; /**credit text hover**/
  177. }
  178.  
  179. </style>
  180.  
  181. <link href='https://fonts.googleapis.com/css?family=Tangerine|Montez' rel='stylesheet' type='text/css'>
  182.  
  183. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  184.  
  185. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  186.  
  187. <script>
  188. (function($){
  189. $(document).ready(function(){
  190. $("a[title]").style_my_tooltips({
  191. tip_follows_cursor:true,
  192. tip_delay_time:0,
  193. tip_fade_speed:0,
  194. attribute:"title"
  195. });
  196. });
  197. })(jQuery);
  198. </script>
  199.  
  200. </head>
  201.  
  202. <body>
  203. <div id="sidebar">
  204. <div id="title">Blogroll <!--title on the sidebar--></div>
  205. <div id="sidebarimage">
  206. <center><img src="SIDEBAR IMAGE URL HERE"></center> <!--enter sidebar image url here, must begin with https:// -->
  207. </div>
  208.  
  209. <div id="desc">
  210. <div id="links"><p><p><br>
  211. <a href="/">home</a>
  212. <a href="/ask">ask</a>
  213. <a href="https://www.tumblr.com/dashboard">dash</a>
  214. </div>
  215. <!--DESCRIPTION-->
  216. Put whatever you want to say about your following over here. Don't make it too long though.<div></div>
  217. </div></div></div>
  218. <div id="container">
  219. {block:Following}{block:Followed}<div id="following"><a target="_blank" href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-48}" style="margin-bottom:10px;"></a>
  220. </div>
  221. {/block:Followed}
  222. {/block:Following}
  223. </div>
  224.  
  225. <div id="credit"><a href="https://theghostoflove.tumblr.com/" title="Enchantingly" target="_blank">E</div>
  226.  
  227. </body>
  228. </html>
Advertisement
Add Comment
Please, Sign In to add comment