Advertisement
hunterthemes

tags page

Aug 5th, 2016
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.83 KB | None | 0 0
  1. <html>
  2.  
  3. <!----
  4.  
  5. © hunterthemes.tumblr.com | Page #10 - Links
  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:#B6D09C;
  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:#B6D09C;
  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{
  230. margin:3px;
  231. display:inline-block;
  232. color:#E6E190;
  233. padding:3px 8px;
  234. border:1px solid #B6D09C;
  235. }
  236.  
  237. #box2 a:hover{
  238. background: #B6D09C;
  239. }
  240.  
  241. #heading1, #heading2{
  242. color:#333;
  243. font-family:Nova Slim;
  244. font-size:22px;
  245. line-height: 27px;
  246. border-bottom:1px solid #eee;
  247. cursor:pointer;
  248. }
  249.  
  250. #tagbox1, #tagbox2{
  251. margin-top:10px;
  252. display:none;
  253. }
  254.  
  255. /*-- Back to blog button --*/
  256.  
  257. #back{
  258. position:fixed;
  259. top:5px;
  260. left:10px;
  261. width:30px;
  262. z-index:10000;
  263. }
  264.  
  265. #back i{
  266. color:#222;
  267. font-size:20px;
  268. }
  269.  
  270. /*-- PAGE CREDIT --*/
  271.  
  272. #credit {
  273. position:fixed;
  274. right:10px;
  275. top:5px;
  276. width:30px;
  277. z-index:10000;
  278. }
  279.  
  280. /* END CSS */
  281.  
  282. {CustomCSS}
  283.  
  284. </style>
  285.  
  286. <script type="text/javascript"
  287. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  288.  
  289. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  290.  
  291. <script>
  292. $(document).ready(function(){
  293. $("#heading1").click(function(){
  294. $("#tagbox1").slideToggle(1);
  295. });
  296. });
  297. </script>
  298.  
  299. <script>
  300. $(document).ready(function(){
  301. $("#heading2").click(function(){
  302. $("#tagbox2").slideToggle(1);
  303. });
  304. });
  305. </script>
  306.  
  307. <!-- Font awesome script -->
  308.  
  309. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  310.  
  311. <!-- Style my tooltips script -->
  312.  
  313. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  314. <script src="jquery.style-my-tooltips.js"></script>
  315.  
  316. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  317.  
  318. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  319. <script>
  320. (function($){
  321. $(document).ready(function(){
  322. $("[title]").style_my_tooltips({
  323. tip_follows_cursor:true,
  324. tip_delay_time:200,
  325. tip_fade_speed:300
  326. }
  327. );
  328. });
  329. })(jQuery);
  330. </script>
  331. </head>
  332.  
  333. <meta charset="utf-8">
  334. <title>{Title}</title>
  335. <link rel="shortcut icon" href="{Favicon}">
  336. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  337. <meta name="viewport" content="width=device-width, initial-scale=1">
  338.  
  339. <!-- HTML -->
  340.  
  341. <body>
  342.  
  343.  
  344. <!-- MAIN CONTAINER -->
  345. <div id="container">
  346.  
  347. <div id="box1">
  348.  
  349. <!-- AVATAR -->
  350. <div id="avatar"><img src="https://66.media.tumblr.com/d6b291d90212608a07e5e1f38c4e5039/tumblr_oazfys5gCf1uo5urho1_540.jpg"></div>
  351.  
  352. <!-- BLOG TITLE -->
  353. <div id="blogtitle">Links</div>
  354.  
  355. </div>
  356. <!--End box1-->
  357.  
  358. <!-- DESCRIPTION -->
  359. <div id="box2">
  360.  
  361. <div id="heading1">NAVIGATION</div>
  362.  
  363. <div id="tagbox1">
  364.  
  365. <a href="http://">link</a>
  366. <a href="http://">link</a>
  367. <a href="http://">link</a>
  368. <a href="http://">link</a>
  369. <a href="http://">link</a>
  370. <a href="http://">link</a>
  371. <a href="http://">link</a>
  372. <a href="http://">link</a>
  373. <a href="http://">link</a>
  374. <a href="http://">link</a>
  375. <a href="http://">link</a>
  376. <a href="http://">link</a>
  377. <a href="http://">link</a>
  378. <a href="http://">link</a>
  379. <a href="http://">link</a>
  380.  
  381. </div>
  382. <!--End tagbox1-->
  383.  
  384. <br>
  385.  
  386. <div id="heading2">TAGS</div>
  387.  
  388. <div id="tagbox2">
  389.  
  390. <a href="http://">#tag</a>
  391. <a href="http://">#tag</a>
  392. <a href="http://">#tag</a>
  393. <a href="http://">#tag</a>
  394. <a href="http://">#tag</a>
  395. <a href="http://">#tag</a>
  396. <a href="http://">#tag</a>
  397. <a href="http://">#tag</a>
  398. <a href="http://">#tag</a>
  399. <a href="http://">#tag</a>
  400. <a href="http://">#tag</a>
  401. <a href="http://">#tag</a>
  402. <a href="http://">#tag</a>
  403. <a href="http://">#tag</a>
  404. <a href="http://">#tag</a>
  405.  
  406. </div>
  407. <!--End tagbox2-->
  408.  
  409. </div>
  410. <!--End box2-->
  411.  
  412. </div>
  413. <!--End container-->
  414.  
  415. <!-- BACK BUTTON -->
  416. <div id="back" title="back to blog"><a href="/"><i class="fa fa-reply" aria-hidden="true"></i></div></a>
  417.  
  418. <!-- CREDIT (DO NOT REMOVE) -->
  419. <div id="credit"><a href="http://www.hunterthemes.tumblr.com">
  420. <img src="http://i60.tinypic.com/b5qp0o.png" title="page by hunter themes"></div></a>
  421.  
  422. </body>
  423. </html>
  424.  
  425. <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement