Advertisement
hunterthemes

- Page #5 - All in one #3, vol.2 (v.1)

Jun 28th, 2015
770
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.13 KB | None | 0 0
  1. <html>
  2.  
  3. <!----
  4.  
  5. © hunterthemes.tumblr.com | Page #5 - All in one #3, vol.2 (v.1)
  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=Poiret+One' rel='stylesheet' type='text/css'>
  16. <link href='http://fonts.googleapis.com/css?family=Nova+Slim' rel='stylesheet' type='text/css'>
  17. <link href="https://fonts.googleapis.com/css?family=Rozha+One" rel="stylesheet">
  18. <link href="https://fonts.googleapis.com/css?family=Almendra" rel="stylesheet">
  19. <link href='http://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  20.  
  21. <style type="text/css">
  22.  
  23. /* CSS */
  24.  
  25. /*-- GENERAL --*/
  26.  
  27. body {
  28. margin: 0;
  29. padding: 0;
  30. width: 100%;
  31. height: 100%;
  32. color: #eeeeee;
  33. font-family:Helvetica, Arial, sans-serif;
  34. font-size: 11px;
  35. line-height: 13px;
  36. background-color: #ffffff;
  37. background-image:url(http://static.tumblr.com/4d2740af35f762d5e936f6564e96df7f/6dvmes1/tKTnnmjdc/tumblr_static_6uchwwn8elc08w80ggogog448.png);
  38. background-attachment: fixed;
  39. background-repeat: repeat;
  40. }
  41.  
  42. /* Style of the headings (titles) */
  43.  
  44. h1{
  45. color: #E8BED9;
  46. max-width:100px;
  47. font-family: Baumans;
  48. font-size: 20px;
  49. line-height: 30px;
  50. padding:5px 10px;
  51. border-bottom: 1px solid #000;
  52. text-align:right;
  53. }
  54.  
  55. h2{
  56. font-family:Helvetica, Arial, sans-serif;
  57. font-size: 11px;
  58. line-height: 13px;
  59. }
  60.  
  61. a {
  62. color: #444444;
  63. text-decoration: none;
  64. }
  65.  
  66. a:hover {
  67. text-decoration: none;
  68. color: #eee;
  69. -webkit-transition: all 0.5s ease-in-out;
  70. -moz-transition: all 0.5s ease-in-out;
  71. -o-transition: all 0.5s ease-in-out;
  72. transition: all 0.5s ease-in-out;
  73. }
  74.  
  75. b, strong {color: #8CC0E3;}
  76.  
  77. i, em {color: #e9cbd9;}
  78.  
  79. /* Tumblr controls */
  80.  
  81. iframe.tmblr-iframe {
  82. top:0px!important;
  83. right:10px!important;
  84. opacity:0.8;
  85. transform:scale(0.6);
  86. transform-origin:100% 0;
  87. -webkit-transform:scale(0.8);
  88. -webkit-transform-origin:100% 0;
  89. -o-transform:scale(0.8);
  90. -o-transform-origin:100% 0;
  91. -moz-transform:scale(0.8);
  92. -moz-transform-origin:100% 0;
  93. -ms-transform:scale(0.8);
  94. -ms-transform-origin:100% 0;
  95. z-index:100000!important;
  96. filter:invert(1);
  97. -webkit-filter:invert(1);
  98. -o-filter:invert(1);
  99. -moz-filter:invert(1);
  100. -ms-filter:invert(1);
  101. }
  102.  
  103. iframe.tmblr-iframe:hover {
  104. opacity:1!important;}
  105.  
  106. /*-- Webkit scrollbar --*/
  107.  
  108. ::-webkit-scrollbar {
  109. width: 9px;
  110. height: 0px;
  111. }
  112.  
  113. ::-webkit-scrollbar-button:start:decrement,
  114. ::-webkit-scrollbar-button:end:increment {
  115. height: 0px;
  116. display: block;
  117. background-color: #000000;
  118. }
  119.  
  120. ::-webkit-scrollbar-track-piece {
  121. background-color: #000000;
  122. }
  123.  
  124. ::-webkit-scrollbar-thumb:vertical {
  125. height: 0px;
  126. background-color: #eeeeee;
  127. border: 4px solid #000000;
  128. }
  129.  
  130. /*-- TOOLTIPS --*/
  131.  
  132. #s-m-t-tooltip {
  133. margin:24px 14px 7px 12px;
  134. padding: 5px;
  135. max-width: 250px;
  136. color: #eeeeee;
  137. background: #000000;
  138. border: 1px solid #eeeeee;
  139. font-size: 12px;
  140. line-height: 15px;
  141. z-index: 100000;
  142. }
  143.  
  144. /* Fix */
  145.  
  146. iframe, img, embed, object, video {
  147. max-width: 100%;
  148. border: none;
  149. }
  150.  
  151. input, textarea, select, a { outline: none; }
  152.  
  153. /*------ CONTAINER -----*/
  154.  
  155. #container{
  156. position:fixed;
  157. width:100%;
  158. height:100%;
  159. background:rgba(255,255,255, .6);
  160. background-image:url( );
  161. background-repeat:repeat;
  162. background-size:cover;
  163. z-index:100;
  164. }
  165.  
  166. /*----- LEFT SIDE -----*/
  167.  
  168. #leftside{
  169. position:fixed;
  170. margin:0;
  171. width:50%;
  172. height:100%;
  173. background-image:url();
  174. background-size:cover;
  175. }
  176.  
  177. #quotation{
  178. position:absolute;
  179. width:60%;
  180. padding:5px;
  181. top:50%;
  182. left:50%;
  183. font-family:Poiret One;
  184. font-size:25px;
  185. line-height:40px;
  186. color:#000;
  187. opacity:0.7;
  188. text-align:center;
  189. border-top:1px solid #fff;
  190. border-bottom:1px solid #fff;
  191. -webkit-transform: translateX(-50%) translateY(-50%);
  192. -moz-transform: translateX(-50%) translateY(-50%);
  193. -ms-transform: translateX(-50%) translateY(-50%);
  194. transform: translateX(-50%) translateY(-50%);
  195. }
  196.  
  197. /*----- RIGHT SIDE -----*/
  198.  
  199. #rightside{
  200. position:fixed;
  201. top:0;
  202. right:0;
  203. width:50%;
  204. height:100%;
  205. background:rgba(255, 255, 255, 0.4);
  206. padding-bottom:50px;
  207. overflow-y:auto;
  208. }
  209.  
  210. /*-- MENU --*/
  211.  
  212. #menu{
  213. position:fixed;
  214. width:50%;
  215. min-width:300px;
  216. height:50px;
  217. top:0;
  218. background:#000;
  219. margin-left:0px;
  220. text-align:right;
  221. border-bottom:1px solid #000;
  222. }
  223.  
  224. /* Blog title */
  225.  
  226. #blogtitle{
  227. float:left;
  228. margin-left:20px;
  229. font-family:Poiret One;
  230. font-size:30px;
  231. line-height: 50px;
  232. color:#eee;
  233. letter-spacing:1px;
  234. text-align:center;
  235. z-index:10000;
  236. }
  237.  
  238. #menu i{
  239. position:relative;
  240. margin-top:10px;
  241. margin-left:0px;
  242. margin-right:15px;
  243. width:20px;
  244. height:30px;
  245. padding:5px;
  246. font-size:20px;
  247. line-height:20px;
  248. text-align:center;
  249. border-bottom:1px solid #000;
  250. color:#afd2c3;
  251. }
  252.  
  253. #menu i:hover{
  254. color:#fff;
  255. -webkit-transition: all .7s ease;
  256. -moz-transition: all .7s ease;
  257. -o-transition: all .7s ease;
  258. transition: all .7s ease;
  259. }
  260.  
  261. /*-- HEADER --*/
  262.  
  263. #header {
  264. margin:0px;
  265. padding:15px 0px;
  266. width:100%;
  267. height:auto;
  268. border-bottom:1px solid #000;
  269. }
  270.  
  271. /* Avatar */
  272.  
  273. #avatar {
  274. margin-top:60px;
  275. margin-left:auto;
  276. margin-right:auto;
  277. width:80px;
  278. height:80px;
  279. border-radius:50px;
  280. border:2px #000 solid;
  281. z-index:10000;
  282. }
  283.  
  284. #avatar img {
  285. width:100%;
  286. height:100%;
  287. border-radius:100px;
  288. }
  289.  
  290. /* Description */
  291.  
  292. #description{
  293. margin-left:20px;
  294. margin-top:10px;
  295. padding:10px 20px;
  296. width: calc(100% - 70px);
  297. color:#000;
  298. font-size:12px;
  299. line-height:20px;
  300. text-align:justify;
  301. }
  302.  
  303. /* Extra links */
  304.  
  305. #navigation{
  306. margin-top:0px;
  307. margin-left:auto;
  308. margin-right:auto;
  309. width:90%;
  310. }
  311.  
  312. #links, #tags{
  313. width:100%
  314. margin-top:0px;
  315. margin-left:auto;
  316. margin-right:auto;
  317. }
  318.  
  319. /* Style of the links */
  320.  
  321. #links a{
  322. display:inline-block;
  323. margin:5px;
  324. font-size:12px;
  325. max-width:200px;
  326. overflow:hidden;
  327. color:#8CC0E3;
  328. border:1px solid #000;
  329. padding:10px;
  330. }
  331.  
  332. #links a:hover{
  333. box-shadow: inset 200px 0 0 0 #000;
  334. color:#eee;
  335. }
  336.  
  337. /* Style of the tags */
  338.  
  339. #tags a{
  340. display:inline-block;
  341. margin:5px;
  342. font-size:12px;
  343. max-width:200px;
  344. overflow:hidden;
  345. color:#e9cbd9;
  346. border:1px solid #000;
  347. background:#000;
  348. padding:10px;
  349. }
  350.  
  351.  
  352. #tags a:hover{
  353. box-shadow: inset 200px 0 0 0 #eee;
  354. color:#000;
  355. }
  356.  
  357. #blogroll{
  358. max-height:200px;
  359. overflow-y:auto;
  360. margin-bottom:30px;
  361. }
  362.  
  363. /* Style of the blogroll images */
  364.  
  365. #blogroll img{
  366. margin:7px;
  367. max-width:40px;
  368. max-height:40px;
  369. border:2px solid #000000;
  370. }
  371.  
  372. #blogroll img:hover {
  373. border:2px solid #eee;
  374. }
  375.  
  376. /*-- PAGE CREDIT --*/
  377.  
  378. #credit {
  379. position:fixed;
  380. left:10px;
  381. bottom:10px;
  382. width:30px;
  383. z-index:10000;
  384. }
  385.  
  386.  
  387. /* END CSS */
  388.  
  389. {CustomCSS}
  390.  
  391. </style>
  392.  
  393. <script type="text/javascript"
  394. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  395.  
  396. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  397.  
  398. <!--Sticky menu-->
  399.  
  400. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  401. <script type="text/javascript">
  402. $(function(){
  403. var stickyRibbonTop = $('.menu').offset().top;
  404. $(window).scroll(function(){
  405. if( $(window).scrollTop() > stickyRibbonTop ) {
  406. $('.menu').css({position: 'fixed', top: '0px'});
  407. } else {
  408. $('.menu').css({position: 'absolute', top: '235px'});
  409. }
  410. });
  411. });
  412. </script>
  413.  
  414. <!-- Font awesome script -->
  415.  
  416. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  417.  
  418. <!-- Style my tooltips script -->
  419.  
  420. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  421. <script src="jquery.style-my-tooltips.js"></script>
  422.  
  423. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  424.  
  425. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  426. <script>
  427. (function($){
  428. $(document).ready(function(){
  429. $("[title]").style_my_tooltips({
  430. tip_follows_cursor:true,
  431. tip_delay_time:200,
  432. tip_fade_speed: 300
  433. }
  434. );
  435. });
  436. })(jQuery);
  437. </script>
  438. </head>
  439.  
  440. <meta charset="utf-8">
  441. <title>{Title}</title>
  442. <link rel="shortcut icon" href="{Favicon}">
  443. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  444. <meta name="viewport" content="width=device-width, initial-scale=1">
  445.  
  446. <!-- HTML -->
  447.  
  448. <body>
  449.  
  450. <!-- MAIN CONTAINER -->
  451. <div id="container">
  452.  
  453. <div id="leftside">
  454. <div id="quotation">
  455.  
  456. "Lorem ipsum dolor sit amet, consectetuer adipiscing elit."
  457.  
  458. </div>
  459. <!--End quotation-->
  460. </div>
  461. <!--End leftside-->
  462.  
  463. <div id="rightside">
  464.  
  465. <!-- MAIN ICONS -->
  466. <div id="menu">
  467. <!-- BLOG TITLE -->
  468. <div id="blogtitle">All in one page #3</div>
  469.  
  470. <a href="/" title="Index"><i class="fa fa-home"></i></a>
  471. <a href="/ask" title="Ask"><i class="fa fa-envelope"></i></a>
  472. <a href="/submit" title="Submit"><i class="fa fa-pencil"></i></a>
  473. <a href="/archive" title="Archive"><i class="fa fa-clock-o"></i></a>
  474. </div>
  475. <!--End Menu-->
  476.  
  477. <div id="header">
  478.  
  479. <!-- AVATAR -->
  480. <div id="avatar"><img src="http://static.tumblr.com/f13871c690646ad4e0cafbe32d653729/6dvmes1/W2Vnnkf4i/tumblr_static_a9ww375xs0g8ws0g0ogkc8sc4.png"></div>
  481. <!--End avatar-->
  482.  
  483. <!-- DESCRIPTION -->
  484. <div id="description">
  485. 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, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.
  486. </div>
  487. <!--End description-->
  488.  
  489. </div>
  490. <!--End header-->
  491.  
  492. <!-- NAVIGATION -->
  493. <div id="navigation">
  494.  
  495. <div id="links">
  496.  
  497. <!-- LINKS -->
  498. <h1>Links</h1>
  499.  
  500. <center>
  501. <a href="http://">Link One </a>
  502. <a href="http://">Link Two </a>
  503. <a href="http://">Link Three </a>
  504. <a href="http://">Link Four </a>
  505. <a href="http://">Link Five </a>
  506. <a href="http://">Link Six </a>
  507. <a href="http://">Link Seven </a>
  508. <a href="http://">Link Eight </a>
  509. <a href="http://">Link Nine </a>
  510. <a href="http://">Link Ten </a><br>
  511. </center>
  512.  
  513. </div>
  514. <!--End links-->
  515.  
  516. <div id="tags">
  517.  
  518. <!-- TAGS -->
  519. <h1>Tags</h1>
  520.  
  521. <center>
  522. <a href="http://">#tagOne </a>
  523. <a href="http://">#tagTwo </a>
  524. <a href="http://">#tagThree </a>
  525. <a href="http://">#tagFour </a>
  526. <a href="http://">#tagFive </a>
  527. <a href="http://">#tagSix </a>
  528. <a href="http://">#tagSeven </a>
  529. <a href="http://">#tagEight </a>
  530. <a href="http://">#tagNine </a>
  531. <a href="http://">#tagTen </a>
  532. </center>
  533.  
  534. </div>
  535. <!--End tags-->
  536.  
  537. <!-- BLOGROLL-->
  538. <h1>Following</h1>
  539. <div id="blogroll">
  540. {block:Following}
  541. {block:Followed}
  542. <a title="{FollowedName}" href="{FollowedURL}">
  543. <img src="{FollowedPortraitURL-128}" /></a>
  544. {/block:Followed}
  545. {/block:Following}
  546. </div>
  547. <!--End blogroll-->
  548. </div>
  549.  
  550. </div>
  551. <!--End navigation-->
  552.  
  553. </div>
  554. <!--End rightside-->
  555.  
  556. </div>
  557. <!--End container-->
  558.  
  559. <!-- CREDIT (DO NOT REMOVE) -->
  560. <div id="credit"><a href="https://www.hunterthemes.tumblr.com">
  561. <img src="https://66.media.tumblr.com/b29d8873c09628252057b9408a7c4a88/tumblr_plbuq65td51uo5urho1_100.png" title="theme by hunter themes"></a></div>
  562.  
  563. </body>
  564. </html>
  565.  
  566. <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement