Advertisement
hunterthemes

- Page #11 - Blogroll

Jul 27th, 2016
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.42 KB | None | 0 0
  1. <html>
  2.  
  3. <!----
  4.  
  5. © hunterthemes.tumblr.com | Page #11 - Blogroll
  6.  
  7. * Do not redistribute this page and claim it as your own.
  8. * Do not remove the credit or move it to another page.
  9. * Minor changes to this page are allowed.
  10.  
  11. ---->
  12.  
  13. <!-- GOOGLE FONTS -->
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=Nova Slim' rel='stylesheet' type='text/css'>
  16.  
  17. <style type="text/css">
  18.  
  19. /* CSS */
  20.  
  21. /*-- GENERAL --*/
  22.  
  23. body {
  24. margin:0;
  25. padding:0;
  26. width:100%;
  27. height:100%;
  28. color:#222;
  29. font-family:Helvetica, Arial, sans-serif;
  30. font-size:11px;
  31. line-height:13px;
  32. background-color: #f6f6f6;
  33. background-attachment: fixed;
  34. background-repeat: repeat;
  35. }
  36.  
  37. h1{
  38. color:;
  39. font-family:Nova Slim;
  40. font-size:22px;
  41. line-height: 27px;
  42. border-bottom:1px solid #eee;
  43. }
  44.  
  45. h2{
  46. font-family:Helvetica, Arial, sans-serif;
  47. font-size:11px;
  48. line-height:13px;
  49. }
  50.  
  51. a {
  52. color:#444444;
  53. text-decoration:none;
  54. }
  55.  
  56. a:hover {
  57. text-decoration:none;
  58. color:#eee;
  59. -webkit-transition: all 0.5s ease-in-out;
  60. -moz-transition: all 0.6s ease-in-out;
  61. -o-transition: all 0.5s ease-in-out;
  62. transition: all 0.6s ease-in-out;
  63. }
  64.  
  65. b, strong {color:#BDC6C8;}
  66.  
  67. i, em {color:#222;}
  68.  
  69. hr {
  70. border: 0;
  71. border-top: 3px double #eee;
  72. }
  73.  
  74. /*-- WEBKIT SCROLLBAR--*/
  75.  
  76. ::-webkit-scrollbar {
  77. width: 9px;
  78. height: 0px;
  79. }
  80.  
  81. ::-webkit-scrollbar-button:start:decrement,
  82. ::-webkit-scrollbar-button:end:increment {
  83. height: 0px;
  84. display: block;
  85. background-color: #fff;
  86. }
  87.  
  88. ::-webkit-scrollbar-track-piece {
  89. background-color: #fff;
  90. }
  91.  
  92. ::-webkit-scrollbar-thumb:vertical {
  93. height: 0px;
  94. background-color: #222;
  95. border:4px solid #fff;
  96. }
  97.  
  98. /*-- TUMBLR CONTROLS --*/
  99.  
  100. .iframe-controls--desktop {
  101. position: fixed !important;
  102. top:10px !important;
  103. right:45px !important;
  104. z-index:10000 !important;
  105. opacity:.7 !important;
  106. filter: invert(1);
  107. -webkit-filter: invert(1);
  108. -moz-filter: invert(1);
  109. -o-filter: invert(1);
  110. -ms-filter: invert(1);
  111. }
  112.  
  113. .iframe-controls--desktop:hover {
  114. opacity: 1;
  115. color:#dccbe7;
  116. background:transparent;
  117. -webkit-transition: opacity 0.7s linear;
  118. -webkit-transition: all 0.5s ease-out;
  119. -moz-transition: all 0.5s ease-out;
  120. transition: all 0.5s ease-out;
  121. }
  122.  
  123.  
  124. /*-- TOOLTIPS --*/
  125.  
  126. #s-m-t-tooltip {
  127. max-width:300px;
  128. z-index:10000000;
  129. margin:24px 14px 7px 12px;
  130. padding:8px;
  131. color:#444444;
  132. background:rgba(255,255,255, 1);
  133. border:1px solid #eee;
  134. font-size:13px;
  135. line-height:16px;
  136. }
  137.  
  138. /*------ CONTAINER -----*/
  139.  
  140. #container{
  141. position:absolute;
  142. width:600px;
  143. height:420px;
  144. left:50%;
  145. top:50%;
  146. background:rgba(255,255,255, .6);
  147. background-image:url(http://static.tumblr.com/f41439d00181e481d2c5d376ae7552fc/6dvmes1/Hu2nnkguz/tumblr_static_b27qhlkp928kc8ogosc4w44cg.png);
  148. background-repeat:repeat;
  149. background-size:cover;
  150. border:1px solid #eee;
  151. z-index:100;
  152. -webkit-transform: translateX(-50%) translateY(-50%);
  153. -moz-transform: translateX(-50%) translateY(-50%);
  154. -ms-transform: translateX(-50%) translateY(-50%);
  155. transform: translateX(-50%) translateY(-50%);
  156. }
  157.  
  158. /*-- LEFT BOX --*/
  159.  
  160. #box1{
  161. position:absolute;
  162. margin-left:0px;
  163. margin-top:0px;
  164. width:280px;
  165. height:400px;
  166. padding:10px;
  167. background:#E6E190;
  168. color:#222;
  169. z-index:100;
  170. }
  171.  
  172. /* Blog title */
  173.  
  174. #blogtitle{
  175. margin-top:125px;
  176. margin-left:30px;
  177. width:200px;
  178. font-size:40px;
  179. height:100px;
  180. padding:10px;
  181. background:#fff;
  182. color:#E6E190;
  183. line-height:100px;
  184. letter-spacing:2px;
  185. text-align:center;
  186. }
  187.  
  188. #blogtitle:first-letter{
  189. font-size:130px;
  190. color:#222;
  191. }
  192.  
  193. /* Avatar */
  194.  
  195. #avatar {
  196. position:absolute;
  197. margin-left:135px;
  198. margin-top:100px;
  199. width:80px;
  200. height:80px;
  201. border-radius:50px;
  202. border:1px #eee solid;
  203. z-index:100000;
  204. }
  205.  
  206. #avatar img {
  207. width:100%;
  208. height:100%;
  209. border-radius:100px;
  210. }
  211.  
  212. /*-- BOX 2 --*/
  213.  
  214. #box2{
  215. position:absolute;
  216. margin-left:300px;
  217. margin-top:0px;
  218. width:260px;
  219. height:380px;
  220. padding:20px;
  221. background:#fff;
  222. color:#222;
  223. font-size:12px;
  224. line-height:20px;
  225. overflow-y:auto;
  226. z-index:100;
  227. }
  228.  
  229. #box2 a img{
  230. max-width:40px;
  231. max-height:40px;
  232. border:2px solid #AFCA91;
  233. padding:5px;
  234. margin:4px;
  235. }
  236.  
  237. /*-- Back to blog button --*/
  238.  
  239. #back{
  240. position:fixed;
  241. top:5px;
  242. left:10px;
  243. width:30px;
  244. z-index:10000;
  245. }
  246.  
  247. #back i{
  248. color:#222;
  249. font-size:20px;
  250. }
  251.  
  252. /*-- PAGE CREDIT --*/
  253.  
  254. #credit {
  255. position:fixed;
  256. right:10px;
  257. top:5px;
  258. width:30px;
  259. z-index:10000;
  260. }
  261.  
  262. /* END CSS */
  263.  
  264. {CustomCSS}
  265.  
  266. </style>
  267.  
  268. <script type="text/javascript"
  269. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  270.  
  271. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  272.  
  273. <!-- Font awesome script -->
  274.  
  275. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  276.  
  277. <!-- Style my tooltips script -->
  278.  
  279. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  280. <script src="jquery.style-my-tooltips.js"></script>
  281.  
  282. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  283.  
  284. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  285. <script>
  286. (function($){
  287. $(document).ready(function(){
  288. $("[title]").style_my_tooltips({
  289. tip_follows_cursor:true,
  290. tip_delay_time:200,
  291. tip_fade_speed:300
  292. }
  293. );
  294. });
  295. })(jQuery);
  296. </script>
  297. </head>
  298.  
  299. <meta charset="utf-8">
  300. <title>{Title}</title>
  301. <link rel="shortcut icon" href="{Favicon}">
  302. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  303. <meta name="viewport" content="width=device-width, initial-scale=1">
  304.  
  305. <!-- HTML -->
  306.  
  307. <body>
  308.  
  309.  
  310. <!-- MAIN CONTAINER -->
  311. <div id="container">
  312.  
  313. <div id="box1">
  314.  
  315. <!-- AVATAR -->
  316. <div id="avatar"><img src="http://i.imgur.com/Yl1rtGB.png"></div>
  317.  
  318. <!-- BLOG TITLE -->
  319. <div id="blogtitle">Blogroll</div>
  320.  
  321. </div>
  322. <!--End box1-->
  323.  
  324. <!-- DESCRIPTION -->
  325. <div id="box2">
  326.  
  327. {block:Following}
  328. {block:Followed}
  329. <a title="{FollowedName}" href="{FollowedURL}">
  330. <img src="{FollowedPortraitURL-128}"/></a>
  331. {/block:Followed}
  332. {/block:Following}
  333.  
  334. </div>
  335. <!--End box2-->
  336.  
  337. </div>
  338. <!--End container-->
  339.  
  340. <!-- BACK BUTTON -->
  341. <div id="back" title="back to blog"><a href="/"><i class="fa fa-reply" aria-hidden="true"></i></div></a>
  342.  
  343. <!-- CREDIT (DO NOT REMOVE) -->
  344. <div id="credit"><a href="http://www.hunterthemes.tumblr.com">
  345. <img src="http://i60.tinypic.com/b5qp0o.png" title="page by hunter themes"></div></a>
  346.  
  347. </body>
  348. </html>
  349.  
  350. <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement