Advertisement
paigeh987

Blogroll Page 2 - neonbike themes

Dec 28th, 2015
5,084
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. BLOGROLL PAGE #2
  7. By Paige @ neonbikethemes.tumblr.com
  8.  
  9. Rules:
  10.  
  11. - Do not steal code or design
  12. - Do not remove/alter credit
  13. - Please like/reblog the post
  14.  
  15. Thanks!
  16.  
  17. -->
  18.  
  19. <meta charset="utf-8">
  20. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  21. <title>{Title}{block:TagPage} - {Tag} {/block:TagPage} {block:SearchPage} - {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}- {PostSummary} {/block:PostSummary}</title>
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24.  
  25.  
  26. <!-- TOOLTIPS -->
  27.  
  28. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  29. <script>
  30. (function($){
  31. $(document).ready(function(){
  32. $("[title]").style_my_tooltips({
  33. tip_follows_cursor:true,
  34. tip_delay_time:100,
  35. tip_fade_speed:200
  36. }
  37. );
  38. });
  39. })(jQuery);
  40. </script>
  41.  
  42.  
  43. <!-- FONT SCRIPTS -->
  44.  
  45. <link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,300,400,600,700|PT+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  46.  
  47.  
  48. <!-- CSS -->
  49.  
  50. <style type=text/css>
  51.  
  52.  
  53. /* TOOLTIPS */
  54.  
  55. #s-m-t-tooltip{
  56. max-width:250px;
  57. margin:15px;
  58. padding: 0px 5px 2px 5px;
  59. border-radius:3px;
  60. background:#000;
  61. color:#fff;
  62. z-index:999999;
  63. font-size:10px;
  64. font-style:italic;
  65. text-transform:lowercase;
  66. }
  67.  
  68. /* STUFF */
  69.  
  70. body{
  71. font-family:'Open Sans', Helvetica, sans-serif;
  72. color:#000000;
  73. margin:0;
  74. background:#f0f0f0 url('');
  75. background-attachment:fixed;
  76. }
  77.  
  78. a {
  79. text-decoration:none;
  80. color:#000;
  81. }
  82.  
  83. a:hover {
  84. text-decoration:none;
  85. color:#a0a0a0;
  86. }
  87.  
  88. p{
  89. margin: 0px 0px 10px 0px;
  90. }
  91.  
  92. ul{
  93. list-style-type:square;
  94. }
  95.  
  96. ol{
  97. list-style-type:lower-roman;
  98. }
  99.  
  100. .navbar{
  101. position:fixed;
  102. background:#fff;
  103. text-align:left;
  104. width:100%;
  105. height:50px;
  106. top:0px;
  107. z-index:99999999999999;
  108. }
  109.  
  110. #title{
  111. float:left;
  112. margin-left:25px;
  113. margin-top:18px;
  114. text-transform:uppercase;
  115. text-align:center;
  116. font-size:10px;
  117. letter-spacing:1px;
  118. font-weight:bold;
  119. z-index:9999999999;
  120. }
  121.  
  122. #navlinks{
  123. float:right;
  124. margin-top:13px;
  125. margin-right:20px;
  126. text-align:right;
  127. z-index:999999999;
  128. }
  129.  
  130. .navlink{
  131. background:#fff;
  132. border:0px solid #a0a0a0;
  133. padding:4px;
  134. padding-left:8px;
  135. padding-right:8px;
  136. margin-left:3px;
  137. margin-right:3px;
  138. font-size:10px;
  139. letter-spacing:1px;
  140. position:relative;
  141. display:inline-block;
  142. text-transform:uppercase;
  143. }
  144.  
  145. /* CONTAINER */
  146.  
  147. .container{
  148. width:80vw;
  149. text-align:left;
  150. margin-left:auto;
  151. margin-right:auto;
  152. margin-top:120px;
  153. margin-bottom:150px;
  154. }
  155.  
  156.  
  157.  
  158. .blog{
  159. position:relative;
  160. display:inline-block;
  161. width:14vw;
  162. margin:0px 1px 4px 0px;
  163. font-size:9px;
  164. letter-spacing:1px;
  165. padding: 7px 7px 7px 11px;
  166. background:#fff;
  167. border-bottom:1px solid #eeeeee;
  168. -webkit-transition: all .5s;
  169. text-align:left;
  170. text-transform:lowercase;
  171. height:20px;
  172. }
  173.  
  174. .blog img{
  175. margin: 3px 8px -4px 0px;
  176. }
  177.  
  178. </style>
  179.  
  180. </head>
  181.  
  182. <body>
  183.  
  184.  
  185.  
  186. <div class="navbar">
  187.  
  188. <div id="title">BLOGROLL</div>
  189.  
  190. <div id="navlinks">
  191.  
  192. <a href="/">
  193. <div class="navlink">Home</div></a>
  194.  
  195. <a href="http://tumblr.com/dashboard">
  196. <div class="navlink">Dashboard</div></a>
  197.  
  198. <a href="http://neonbikethemes.tumblr.com">
  199. <div class="navlink">Credit</div></a>
  200.  
  201. </div>
  202.  
  203. </div>
  204.  
  205.  
  206. <!-- START CONTAINER --->
  207. <div class="container">
  208.  
  209.  
  210. {block:Following}
  211. {block:Followed}
  212. <a href="{FollowedURL}">
  213. <div class="blog">
  214. <img src="{FollowedPortraitURL-16}">
  215. {FollowedName}
  216. </div>
  217. </a>
  218. {/block:Followed}{/block:Following}
  219.  
  220.  
  221.  
  222. </div>
  223.  
  224.  
  225.  
  226. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement