Advertisement
hunterthemes

- Page #6 - All in one #4 v.2

Jan 11th, 2016
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.37 KB | None | 0 0
  1. <html>
  2.  
  3. <!----
  4.  
  5. © hunterthemes.tumblr.com | Page #6 - All in one #4 v.2
  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.  
  16. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Clicker+Script' rel='stylesheet' type='text/css'>
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  23.  
  24. <link href='http://fonts.googleapis.com/css?family=Clicker+Script' rel='stylesheet' type='text/css'>
  25.  
  26. <style type="text/css">
  27.  
  28. /* CSS */
  29.  
  30. /*-- GENERAL --*/
  31.  
  32. body {
  33. margin:0;
  34. padding:0;
  35. width:100%;
  36. height:100%;
  37. color:#bfcbd4;
  38. font-family:Helvetica, Arial, sans-serif;
  39. font-size:11px;
  40. line-height:13px;
  41. background-color: #fff;
  42. background-image:url(http://static.tumblr.com/3be5f69a571a51f2ff8f2cb04121d7d4/6dvmes1/c5ynnkgw9/tumblr_static_8o8ocohtm70gw4o0w8kgckcoo.jpg);
  43. background-size:cover;
  44. background-attachment: fixed;
  45. background-repeat: repeat;
  46. }
  47.  
  48. h1{
  49. color:#ccc;
  50. font-family:Poiret One;
  51. font-size:22px;
  52. line-height: 27px;
  53. border-bottom:1px solid #ccc;
  54. }
  55.  
  56. h2{
  57. font-family:Helvetica, Arial, sans-serif;
  58. font-size:11px;
  59. line-height:13px;
  60. }
  61.  
  62. a {
  63. color:#444444;
  64. text-decoration:none;
  65. }
  66.  
  67. a:hover {
  68. text-decoration:none;
  69. color:#ccc;
  70. -webkit-transition: all 0.5s ease-in-out;
  71. -moz-transition: all 0.6s ease-in-out;
  72. -o-transition: all 0.5s ease-in-out;
  73. transition: all 0.6s ease-in-out;
  74. }
  75.  
  76. b, strong {color:#347153;}
  77.  
  78. i, em {color:#777;}
  79.  
  80. /*-- WEBKIT SCROLLBAR--*/
  81.  
  82. ::-webkit-scrollbar {
  83. width: 9px;
  84. height: 0px;
  85. }
  86.  
  87. ::-webkit-scrollbar-button:start:decrement,
  88. ::-webkit-scrollbar-button:end:increment {
  89. height: 0px;
  90. display: block;
  91. background-color: #ccc;
  92. }
  93.  
  94. ::-webkit-scrollbar-track-piece {
  95. background-color: #ccc;
  96. }
  97.  
  98. ::-webkit-scrollbar-thumb:vertical {
  99. height: 0px;
  100. background-color: #347153;
  101. border:4px solid #ccc;
  102. }
  103.  
  104. /*-- TOOLTIPS --*/
  105.  
  106. #s-m-t-tooltip {
  107. max-width:300px;
  108. z-index:10000000;
  109. margin:24px 14px 7px 12px;
  110. padding:8px;
  111. color:#444444;
  112. background:rgba(255,255,255, 1);
  113. border:1px solid #ccc;
  114. font-size:13px;
  115. line-height:16px;
  116. }
  117.  
  118. /*------ CONTAINER -----*/
  119.  
  120. #container{
  121. position:fixed;
  122. left:50%;
  123. top:50%;
  124. width:800px;
  125. height:450px;
  126. z-index:100;
  127. background:rgba(255,255,255, 1);
  128. overflow:hidden;
  129. border:1px solid #ccc;
  130. -webkit-transform: translateX(-50%) translateY(-50%);
  131. -moz-transform: translateX(-50%) translateY(-50%);
  132. -ms-transform: translateX(-50%) translateY(-50%);
  133. transform: translateX(-50%) translateY(-50%);
  134. }
  135.  
  136. /*-- MENU --*/
  137.  
  138. .menu{
  139. width:800px;
  140. height:50px;
  141. margin-top:0;
  142. background:#347153;
  143. margin-left:0px;
  144. text-align:center;
  145. border-bottom:1px solid #347153;
  146. }
  147.  
  148. .menu i{
  149. position:relative;
  150. color:#fff;
  151. width:20px;
  152. height:30px;
  153. padding:5px;
  154. margin-top:10px;
  155. margin-left:10px;
  156. margin-right:10px;
  157. font-size:20px;
  158. line-height:20px;
  159. text-align:center;
  160. }
  161.  
  162. .menu i:hover{
  163. color:#ccc;
  164. -webkit-transition: all .7s ease;
  165. -moz-transition: all .7s ease;
  166. -o-transition: all .7s ease;
  167. transition: all .7s ease;
  168. }
  169.  
  170. /* Avatar */
  171.  
  172. .avatar {
  173. float:left;
  174. margin-top:10px;
  175. margin-left:0px;
  176. margin-right:10px;
  177. width:80px;
  178. height:80px;
  179. border-radius:50px;
  180. border:3px #347153 solid;
  181. }
  182.  
  183. .avatar img {
  184. width:100%;
  185. height:100%;
  186. border-radius:100px;
  187. }
  188.  
  189. .description {
  190. position:absolute;
  191. margin-top:0px;
  192. margin-left:0px;
  193. width:460px;
  194. height:180px;
  195. color:#bbb;
  196. padding-left:20px;
  197. padding-right:20px;
  198. padding-top:10px;
  199. padding-bottom:10px;
  200. border-bottom:1px solid #ccc;
  201. font-size:12px;
  202. line-height:20px;
  203. text-align:justify;
  204. z-index:100;
  205. overflow-y:auto;
  206. }
  207.  
  208. /* Navigation */
  209.  
  210. .navigation{
  211. position:absolute;
  212. margin-top:200px;
  213. margin-left:0px;
  214. padding-top:10px;
  215. width:300px;
  216. height:200px;
  217. overflow-y:auto;
  218. border-right:1px solid #ccc;
  219. }
  220.  
  221. /* Style of the links and tags */
  222.  
  223. .navigation a{
  224. display:block;
  225. font-size:14px;
  226. max-width:200px;
  227. overflow:hidden;
  228. color:#347153;
  229. border-bottom:1px solid #ccc;
  230. padding:10px;
  231. }
  232.  
  233. .navigation a:hover{
  234. box-shadow: inset 220px 0 0 0 #ccc;
  235. color:#fff;
  236. }
  237.  
  238. /*-- BLOGROLL --*/
  239.  
  240. .blogroll{
  241. position:absolute;
  242. margin-top:200px;
  243. margin-left:300px;
  244. width:180px;
  245. height:200px;
  246. padding:10px;
  247. max-height:200px;
  248. overflow-y:auto;
  249. margin-bottom:30px;
  250. overflow-y:auto;
  251. }
  252.  
  253. /* Style of the blogroll images */
  254.  
  255. .blogroll a img{
  256. max-width:40px;
  257. max-height:40px;
  258. border:2px solid #347153;
  259. padding:2px;
  260. margin:2px;
  261. }
  262.  
  263. .blogroll a img:hover{
  264. border-radius:100%;
  265. -webkit-transition: all .7s ease;
  266. -moz-transition: all .7s ease;
  267. -o-transition: all .7s ease;
  268. transition: all .7s ease;
  269. }
  270.  
  271. /*-- FAQ --*/
  272.  
  273. .faq{
  274. position:absolute;
  275. margin-top:0px;
  276. margin-left:500px;
  277. width:259px;
  278. height:270px;
  279. padding:10px 20px;
  280. border-left:1px solid #ccc;
  281. line-height:20px;
  282. overflow-y:auto;
  283. }
  284.  
  285. qu{
  286. font-family:Great Vibes;
  287. font-size:20px;
  288. color:#347153;
  289. }
  290.  
  291. an{
  292. font-size:12px;
  293. color:#ccc;
  294. }
  295.  
  296. /*-- QUOTE --*/
  297.  
  298. .quote{
  299. position:absolute;
  300. margin-top:290px;
  301. margin-left:500px;
  302. width:259px;
  303. height:90px;
  304. padding:10px 20px;
  305. margin-bottom:30px;
  306. line-height:30px;
  307. overflow-y:auto;
  308. border-top:1px solid #ccc;
  309. border-left:1px solid #ccc;
  310. text-align:center;
  311. color:#347153;
  312. font-family:Great Vibes;
  313. font-size:25px;
  314. }
  315.  
  316. .quotein{
  317. position:absolute;
  318. width:239px;
  319. left:50%;
  320. top:50%;
  321. -webkit-transform: translateX(-50%) translateY(-50%);
  322. -moz-transform: translateX(-50%) translateY(-50%);
  323. -ms-transform: translateX(-50%) translateY(-50%);
  324. transform: translateX(-50%) translateY(-50%);
  325. }
  326.  
  327.  
  328. /*-- PAGE CREDIT --*/
  329.  
  330. #credit {
  331. position:fixed;
  332. right:10px;
  333. top:30px;
  334. width:30px;
  335. }
  336.  
  337. /* END CSS */
  338.  
  339. {CustomCSS}
  340.  
  341. </style>
  342.  
  343. <!--Sticky menu-->
  344.  
  345. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  346. <script type="text/javascript">
  347. $(function(){
  348. var stickyRibbonTop = $('.menu').offset().top;
  349. $(window).scroll(function(){
  350. if( $(window).scrollTop() > stickyRibbonTop ) {
  351. $('.menu').css({position: 'fixed', top: '0px'});
  352. } else {
  353. $('.menu').css({position: 'absolute', top: '235px'});
  354. }
  355. });
  356. });
  357. </script>
  358.  
  359. <script type="text/javascript"
  360. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  361.  
  362. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  363.  
  364. <!-- Font awesome script -->
  365.  
  366. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  367.  
  368. <!-- Style my tooltips script -->
  369.  
  370. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  371. <script src="jquery.style-my-tooltips.js"></script>
  372.  
  373. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  374.  
  375. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  376. <script>
  377. (function($){
  378. $(document).ready(function(){
  379. $("[title]").style_my_tooltips({
  380. tip_follows_cursor:true,
  381. tip_delay_time:200,
  382. tip_fade_speed:300
  383. }
  384. );
  385. });
  386. })(jQuery);
  387. </script>
  388. </head>
  389.  
  390. <meta charset="utf-8">
  391. <title>{Title}</title>
  392. <link rel="shortcut icon" href="{Favicon}">
  393. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  394. <meta name="viewport" content="width=device-width, initial-scale=1">
  395.  
  396. <!-- HTML -->
  397.  
  398. <body>
  399.  
  400.  
  401. <!-- MAIN CONTAINER -->
  402. <div id="container">
  403.  
  404. <!-- MAIN ICONS -->
  405. <div class="menu">
  406. <a href="/" title="Index"><i class="fa fa-home"></i></a>
  407. <a href="/ask" title="Ask"><i class="fa fa-envelope"></i></a>
  408. <a href="/submit" title="Submit"><i class="fa fa-pencil"></i></a>
  409. <a href="/archive" title="Archive"><i class="fa fa-clock-o"></i></a>
  410.  
  411. </div>
  412. <!--End Menu-->
  413.  
  414.  
  415. <!-- DESCRIPTION -->
  416. <div class="description">
  417.  
  418. <!-- AVATAR -->
  419. <div class="avatar">
  420. <img src="http://static.tumblr.com/f13871c690646ad4e0cafbe32d653729/6dvmes1/W2Vnnkf4i/tumblr_static_a9ww375xs0g8ws0g0ogkc8sc4.png">
  421. </div>
  422. <!--End avatar-->
  423.  
  424. - Lorem ipsum dolor sit <b>amet</b>, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, <i>mauris</i>. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at. Aenean id massa ut lacus molestie porta.<br>
  425. - Curabitur sit amet quam id libero suscipit venenatis. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est.
  426.  
  427. </div>
  428. <!--End description-->
  429.  
  430. <!-- NAVIGATION -->
  431. <div class="navigation">
  432. <center>
  433.  
  434. <a href="http://">Link One </a>
  435. <a href="http://">Link Two </a>
  436. <a href="http://">Link Three </a>
  437. <a href="http://">Link Four </a>
  438. <a href="http://">Link Five </a>
  439. <a href="http://">Link Six </a>
  440. <a href="http://">Link Seven </a>
  441. <a href="http://">Link Eight </a>
  442. <a href="http://">Link Nine </a>
  443. <a href="http://">Link Ten </a><br>
  444.  
  445. </div>
  446. <!--End navigation-->
  447.  
  448. <!-- BLOGROLL-->
  449. <div class="blogroll">
  450. <center>
  451. {block:Following}
  452. {block:Followed}
  453. <a title="{FollowedName}" href="{FollowedURL}">
  454. <img src="{FollowedPortraitURL-128}" /></a>
  455. {/block:Followed}
  456. {/block:Following}
  457. </center>
  458. </div>
  459. <!--End blogroll-->
  460.  
  461. <!-- FAQ -->
  462. <div class="faq">
  463.  
  464. <qu>Q: Question goes here</qu><br>
  465. <an>- Answer goes here</an><br><br>
  466.  
  467. <qu>Q: Question goes here</qu><br>
  468. <an>- Answer goes here</an><br><br>
  469.  
  470. <qu>Q: Question goes here</qu><br>
  471. <an>- Answer goes here</an><br><br>
  472.  
  473. <qu>Q: Question goes here</qu><br>
  474. <an>- Answer goes here</an><br><br>
  475.  
  476. <qu>Q: Question goes here</qu><br>
  477. <an>- Answer goes here</an><br><br>
  478.  
  479. </div>
  480. <!--End faq-->
  481.  
  482. <!-- FAQ -->
  483. <div class="quote">
  484. <div class="quotein">
  485.  
  486. "Lorem ipsum dolor sit amet, consectetuer adipiscing elit."
  487.  
  488. </div>
  489. <!--End quotein-->
  490. </div>
  491. <!--End quote-->
  492.  
  493. </div>
  494. <!--End container-->
  495.  
  496. <!-- CREDIT (DO NOT REMOVE) -->
  497. <div id="credit"><a href="https://www.hunterthemes.tumblr.com">
  498. <img src="https://66.media.tumblr.com/b29d8873c09628252057b9408a7c4a88/tumblr_plbuq65td51uo5urho1_100.png" title="theme by hunter themes"></a></div>
  499.  
  500. </body>
  501. </html>
  502.  
  503. <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement