Advertisement
ellliebeansthemes

Page 02 - Minimal Roll

Jul 4th, 2014
754
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.30 KB | None | 0 0
  1.  
  2. <!--- Minimal Roll Blogroll by anomolie-themes.tumblr.com
  3. Do NOT remove the credit
  4. Do NOT steal the code
  5. Feel free to edit the code (but dont remove the credit)
  6. Feel free to message me for help!
  7.  
  8. This is not a base code and shouldn't be used as such
  9. -->
  10.  
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13.  
  14. <head>
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
  17. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  18.  
  19.  
  20. <title>Blogroll</title> <!--tab title--->
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23.  
  24.  
  25. <style type="text/css">
  26.  
  27. body {
  28. background-color: #ffffff; /*background colour*/
  29. background-image: url('http://media.tumblr.com/2a5bdde25c104803cd329da15f15b32d/tumblr_mwxu4rNH861qgrprno3_500.gif'); /*background image*/
  30. background-size:cover;/*delete for repeating background*/
  31. margin:0 0 0 0;
  32. background-attachment: fixed;
  33. overflow-y:hidden;
  34. font-family: 'Inconsolata', ;
  35. font-size:12px;
  36.  
  37. }
  38.  
  39. a {
  40. color:black; /*link colours*/
  41. text-decoration:none;
  42. -moz-transition-duration: 0.2s;
  43. -o-transition-duration: 0.2s;
  44. -webkit-transition-duration: 0.2s;
  45. transition-duration: 0.2s;
  46. }
  47.  
  48. a:hover {
  49. color:grey;/*link colours on hover*/
  50. text-decoration:underline;
  51. -moz-transition-duration: 0.3s;
  52. -o-transition-duration: 0.3s;
  53. -webkit-transition-duration: 0.3s;
  54. transition-duration: 0.3s;
  55. }
  56.  
  57. ::-webkit-scrollbar {width: 9px; height: 3px; background: #FFFFFF;}/*whole scrollbar colour*/
  58. ::-webkit-scrollbar-thumb {background-color:grey ;} /*scrollbar thumb colour (the moving bit)*/
  59.  
  60. #conte {
  61. padding: 0px;
  62. margin-top: 0px;
  63. margin-left: 10px;
  64. overflow: auto;
  65. float:left;
  66. }
  67.  
  68. #conte img {
  69. padding: 0px;
  70. width: 55px;
  71. margin: 3px;
  72. border: 3px solid #ffffff; /*image borders*/
  73. background-color: #ffffff;
  74. -moz-transition-duration: 0.3s;
  75. -o-transition-duration: 0.3s;
  76. -webkit-transition-duration: 0.3s;
  77. transition-duration: 0.3s;
  78. -moz-box-shadow: 0 0 5px 5px #888;
  79. -webkit-box-shadow: 0 0 5px 5px#888;
  80. box-shadow: 0 0 5px 1px #888;
  81.  
  82. }
  83.  
  84. #conte img:hover {
  85. border-color: black;/*image borders on hover*/
  86. -moz-border-radius: 55px;
  87. -webkit-border-radius: 55px;
  88. border-radius: 55px;
  89. -moz-transition-duration: 0.5;s
  90. -o-transition-duration: 0.5s;
  91. -webkit-transition-duration: 0.5s;
  92. transition-duration: 0.5s;
  93.  
  94. }
  95.  
  96. .wholecontae {
  97. margin:0 auto;
  98. background-color:#FFFFFF;/*main container background (the white bit)*/
  99. height:100%;
  100. width:600px;
  101. position:fixed;
  102. -moz-box-shadow: 0 0 5px 5px #888;
  103. -webkit-box-shadow: 0 0 5px 5px#888;
  104. box-shadow: 0 0 5px 3px #888;/*shadow colours, make sure to change them all to the same color*/
  105. }
  106.  
  107. .contae {
  108. margin:0 auto;
  109. margin-top:20px;
  110. height:400px;
  111. width:500px;
  112. padding:5px;
  113. background-color:#D2D2D2;/*inner container background (the grey bit)*/
  114. overflow-y:auto;
  115. overflow-x:hidden;
  116. padding:5px;
  117. -moz-box-shadow: inset 0 0 5px #888;
  118. -webkit-box-shadow: inset 0 0 5px #888;
  119. box-shadow: inset 0 0 5px #888;/*shadow colours, make sure to change them all to the same color*/
  120. }
  121.  
  122. .linkes { /*link container*/
  123. width:500px;
  124. height:40px;
  125. margin:0 auto;
  126. padding:5px;
  127. margin-top:30px;
  128. text-align:center;
  129. text-transform:uppercase;
  130. text-decoration:none;
  131. font-size:16px;
  132.  
  133. }
  134.  
  135. #s-m-t-tooltip{
  136. max-width:300px;
  137. margin-top:25px;
  138. margin-left:15px;
  139. padding-left:5px;
  140. padding-right:5px;
  141. padding-top:1px;
  142. padding-bottom:1px;
  143. z-index:999999;
  144. background-color:white; /*tooltip background color*/
  145. color:grey; /*tooltip text colour*/
  146. font-size:8px;
  147. font-family: 'Droid Sans', sans-serif;
  148. font-weight:200;
  149. -moz-border-radius: 5px;
  150. -webkit-border-radius: 5px;
  151. border-radius: 2px;
  152. }
  153. /*please dont remove*/
  154. .credite {
  155. position:fixed; bottom:10px; right:10px; max-width:50px; font-size:20px;
  156. }
  157.  
  158. .credite a {
  159. text-decoration:none;
  160. font-size:20px;
  161. }
  162.  
  163. .credite a:hover {
  164. text-decoration:none;
  165. font-size:20px;
  166. }
  167.  
  168. </style>
  169.  
  170. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  171. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  172. <script>
  173. (function($){
  174. $(document).ready(function(){
  175. $("[title],a[title],img[title]").style_my_tooltips({
  176. tip_follows_cursor:true,
  177. tip_delay_time:100,
  178. tip_fade_speed:250,
  179. attribute:"title"
  180. });
  181. });
  182. })(jQuery);
  183. </script>
  184.  
  185. </head>
  186.  
  187. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
  188.  
  189. <body>
  190. <div class="wholecontae">
  191. <div class="contae">
  192. <div id="conte">
  193.  
  194. <center>
  195. {block:Following}{block:Followed}<a target='_blank' href='{FollowedURL}'><img border='1' src='{FollowedPortraitURL-96}' title="{FollowedTitle}"></a>{/block:Followed}{/block:Following}
  196. </center>
  197.  
  198. </div>
  199. </div>
  200.  
  201. <div class="linkes">
  202. <!--- Links -->
  203. <a href="/">home</a>
  204. <a href="/ask">ask</a>
  205. <a href="#">link</a>
  206. <a href="#">link</a>
  207. <a href="#">link</a>
  208. <div class=”credite”><a href=”http://anomolie-themes.tumblr.com/” title="theme by animolie">♞</a></div> <!—— do not remove —>
  209.  
  210. </div>
  211.  
  212. </div>
  213. </body>
  214. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement