Advertisement
florels

theme #63 - LOVESICK

Jan 30th, 2017
1,171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.18 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4.  
  5. <!---
  6.  
  7. LOVESICK theme by
  8. F L O R E L S (✿◠‿◠) ////
  9. started january 29, 2017
  10. finished january 31, 2017
  11. published january 31, 2017
  12.  
  13. Look for extra text like this for instructions on how to customize the blogroll page.
  14.  
  15. --->
  16.  
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19. <head>
  20.  
  21.  
  22.  
  23. <title>Blogroll</title> <!-- tab title -->
  24. <link rel="shortcut icon" href="{Favicon}"> <!-- favicon code, replace {Favicon} with image url for custom favicon -->
  25.  
  26.  
  27.  
  28.  
  29. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  30.  
  31. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  32. <script>
  33. (function($){
  34. $(document).ready(function(){
  35. $("[title]").style_my_tooltips({
  36. tip_follows_cursor:true,
  37. tip_delay_time:0,
  38. tip_fade_speed:0
  39. }
  40. );
  41. });
  42. })(jQuery);
  43. </script>
  44.  
  45. <link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Mono" rel="stylesheet">
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52. <style type="text/css">
  53.  
  54. iframe#tumblr_controls {
  55. top: 0% !important;
  56. right:0% !important;
  57. position: fixed !important;}
  58.  
  59. body{
  60. font-family:'Open Sans'; /* font */}
  61.  
  62. a{
  63. text-decoration:none; /* removes underline from links */
  64. -webkit-transition-duration:.4s;
  65. -moz-transition-duration:.4s;
  66. -o-transition-duration:.4s;
  67. -ms-transition-duration:.4s;}
  68.  
  69. ::-webkit-scrollbar-thumb{
  70. background-color:#000; /* scrollbar colour */
  71. border:6px solid #fff; /* scrollbar background */
  72. height:6px;}
  73.  
  74. ::-webkit-scrollbar {
  75. height:13px;
  76. width:13px;
  77. background-color:#fff;} /* scrollbar background */
  78.  
  79. #s-m-t-tooltip{
  80. font-size:9px; /* tooltip font size */
  81. color:#888; /* tooltip font colour */
  82. background-color:#fff; /* tooltip background colour */
  83. text-align:center;
  84. letter-spacing:1px;
  85. min-width:50px;
  86. max-width:120px;
  87. overflow:auto;
  88. font-style:italic; /* italic tooltip */
  89. display:none;
  90. position:absolute;
  91. z-index:999999999999;
  92. padding:5px;
  93. margin:30px 0 15px 10px;
  94. -webkit-transition: all 0.2s ease-in-out;
  95. -moz-transition: all 0.2s ease-in-out;
  96. transition: all 0.2s ease-in-out;}
  97.  
  98. #content { /* styling for blogroll container */
  99. position:absolute;
  100. top:150px;
  101. margin:0 auto;
  102. background-color:#fff;
  103. left:50%;
  104. margin:0 0 50px -434px;
  105. border:1px solid #fff; /* border size, style and colour */
  106. width:868px;}
  107.  
  108. /* NOTE if you want to get rid of the blogroll container (#content)'s border but you still want the outside of the idividual boxes to line up, change #nav's width to 800px and the margin-left to -fjldkspx */
  109.  
  110. #content img{
  111. width:30px;
  112. padding:15px;}
  113.  
  114. #nav { /* styling for the nav bar that includes title and nav links */
  115. position:absolute;
  116. width:828px;
  117. left:50%;
  118. top:80px; /* distance from top of the page */
  119. margin-left:-419px;
  120. border-bottom:1px solid #ccc; /* border size, style and colour */
  121. padding:5px;}
  122.  
  123. #title { /* styling for title in nav bar */
  124. text-transform:uppercase; /* uppercase title */
  125. font-style:italic; /* italic title */
  126. color:#ffac84; /* title colour */
  127. font-size:17px;} /* colour font size */
  128.  
  129. .ll {
  130. margin-left:15px;
  131. list-style:none;}
  132.  
  133. .ll a { /* styling for nav links */
  134. font-size:11px; /* nav link font size */
  135. color:#666; /* colour of nav links */
  136. margin:0 15px;} /* 15px is the distance either side of each link */
  137.  
  138. .ll a:hover { /* styling for nav links when you hover over them */
  139. color:#ffac84;}
  140.  
  141. .ll li {
  142. display:inline-block;}
  143.  
  144. #pleasedontremove{ /* green flower credit styling */
  145. position:fixed;
  146. right:5px;
  147. z-index:6;
  148. top:35px;}
  149.  
  150. .linky{ /* don't touch this */
  151. position:absolute;
  152. width:100%;
  153. height:100%;
  154. top:0;
  155. left:0;
  156. z-index:1;
  157. opacity:0;}
  158.  
  159. .linky a:hover {
  160. color:#ffac84;}
  161.  
  162. .pp{ /* styling for each of the blogs on your blogroll */
  163. display:inline-block;
  164. position:relative;
  165. box-shadow: 1px 1px 2px #ccc; /* shadow size and colour of each box */
  166. background:#fff; /* background colour of each box */
  167. margin:15px; /* distance between each box */
  168. padding-right:15px;
  169. height:60px; /* height of each box */
  170. border:1px solid #a6a6a6; /* border size, style and colour */
  171. width:170px;}
  172.  
  173. .nn { /* styling for the info container in each box */
  174. position:absolute;
  175. line-height:11px;
  176. margin:17px 0 0 0;}
  177.  
  178. .uu { /* styling for the blogs' URLs */
  179. font-size:9px; /* blogs' URL font size */
  180. color:#888; /* blogs' URL colour */
  181. text-transform:uppercase;
  182. -webkit-transition-duration:.6s;
  183. -moz-transition-duration:.6s;
  184. -o-transition-duration:.6s;
  185. -ms-transition-duration:.6s;}
  186.  
  187. .tt { /* styling for the blogs' titles */
  188. font-style:italic; /* italic blog titles */
  189. color:#888; /* blogs' title colour */
  190. font-size:8px; /* blogs' title font size */
  191. -webkit-transition-duration:.4s;
  192. -moz-transition-duration:.4s;
  193. -o-transition-duration:.4s;
  194. -ms-transition-duration:.4s;}
  195.  
  196. .pp:hover .uu {
  197. color:#ffac84;} /* blogs' URLs hover colour */
  198.  
  199. .pp:hover .tt {
  200. color:#ffac84;} /* blogs' titles hover colour */
  201.  
  202. </style>
  203. </head>
  204. <body>
  205.  
  206. <div id="pleasedontremove"><a href="http://florels.tumblr.com/" target="_blank" title="LOVESICK theme by florels"><img src="http://static.tumblr.com/bcpenwm/j7zmzdu17/florels.png"></a></div>
  207.  
  208. <div id="nav">
  209. <span id="title">blogroll</span>
  210. <span class="ll">
  211. <li><a href="/">back to blog</a>
  212. <li><a href="/ask">message</a>
  213.  
  214. <!-- to add more links to the top nav bar use this template:
  215. <li><a href="LINK URL">LINK TITLE</a>
  216.  
  217. Replace 'LINK URL' with the url that you want the link to go to. Make sure that if the link is going to another blog/website, that you put http:// in front of the link. If the link is going to a page on your blog, just use /PAGETITLE. E.g. to go to your 'links' page that is at the url yourtumblrurl.tumblr.com/links, just put the link as /links.
  218.  
  219. If you are adding in a script, for example an online counter from freehosted scripts, paste it as normal but make sure that you put <li> before the script.
  220.  
  221. IMPORTANT !! Make sure that you add your links BEFORE the <!-- at the beginning of this section of text, otherwise the link will not show up -->
  222.  
  223. <li><a href="http://florels.tumblr.com" title="LOVESICK theme by florels">blogroll credit</a>
  224. </span>
  225. </div>
  226.  
  227.  
  228. <div id="content">
  229.  
  230.  
  231. {block:Following}
  232. {block:Followed}
  233. <div class="pp"><a class="linky" href="{FollowedURL}" target="blank"></a>
  234. <img src="{FollowedPortraitURL-30}"/>
  235. <span class="nn"><span class="uu">{FollowedName}</span></br>
  236. <span class="tt">{FollowedTitle}</span>
  237.  
  238. </span>
  239.  
  240. </div>
  241. {/block:Followed}
  242. {/block:Following}
  243.  
  244. </div>
  245.  
  246.  
  247. </body>
  248. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement