Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- INKHEART page (07) by PEACHTHMS | peachthms.tumblr.com
- V1.0
- V2.0 - added a blogroll section
- - do not claim this page or any of the code as your own
- - do not redistribute this page or any of the code as your own
- - do not mix my code with another theme maker's code
- - do not remove or edit the credit in anyway; it must remain visible in the code and on the page
- saturnthms - credit icon
- font awesome - icon font
- HOW TO EDIT
- To change the navigation or contact icons, visit http://fontawesome.io/icons and change
- fa-folder or fa-question to whatever icon name you want to use.
- E.G.
- fa-gear - gear icon
- -->
- <head>
- <title>inkheart</title>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <link rel="shortcut icon" href="{Favicon}">
- <link href="https://fonts.googleapis.com/css?family=Lato|Playfair+Display" rel="stylesheet">
- <script src="https://use.fontawesome.com/976063c1b7.js"></script>
- <link href="https://dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/cqvi50o/OKsoyihkr/pt-a.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/cqvi50o/VSzox2ncv/style-my-tooltips.js"></script>
- <script>
- (function($) {
- $(document).ready(function() {
- $("[title]").style_my_tooltips({
- tip_follows_cursor: true,
- tip_delay_time: 200,
- tip_fade_speed: 300
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- * {
- margin: 0;
- padding: 0;
- }
- ::-moz-selection {
- background-color: transparent;
- color: #aaaaaa;
- }
- ::selection {
- background-color: transparent;
- color: #aaaaaa;
- }
- ::-webkit-scrollbar {
- width: 2px;
- height: 2px;
- }
- ::-webkit-scrollbar-thumb {
- background: #f1f1f1;
- }
- ::-webkit-scrollbar-track {
- background: #ffffff;
- }
- #s-m-t-tooltip {
- max-width: 300px;
- z-index: 20;
- margin: 24px 14px 7px 12px;
- padding: 6px 9px;
- background: #c6d8e2;
- color: #ffffff;
- font-size: 10px;
- border-radius: 6px;
- }
- .tmblr-iframe-compact .tmblr-iframe--unified-controls {
- z-index: 99999999999;
- transform: scale(0.7,0.7);
- -webkit-filter: invert(50%);
- filter: invert(50%);
- }
- a {
- color: #686868;
- text-decoration: none;
- }
- a:hover {
- color: #aaaaaa;
- transition: 0.4s ease-in-out;
- }
- body {
- background: #f1f1f1;
- color: #686868;
- font-family: 'Lato', sans-serif;
- font-size: 12px;
- line-height: 1.7em;
- }
- #container {
- width: 100%;
- height: 100%;
- }
- .wrapper {
- display: flex;
- justify-content: space-between;
- position: absolute;
- margin: auto;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: 800px;
- height: 500px;
- background: #ffffff;
- box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
- }
- #header {
- position: fixed;
- z-index: 2;
- padding: 10px;
- width: 780px;
- background: #ffffff;
- box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
- }
- #header h1 {
- font-family: 'Playfair Display', sans-serif;
- }
- #left {
- width: 400px;
- background-image: url('https://i.imgur.com/4BEexxK.jpg');
- background-size: cover;
- }
- #right {
- width: 400px;
- }
- #right h1 {
- margin: 100px 50px auto 50px;
- font-family: 'Playfair Display', sans-serif;
- font-size: 2em;
- line-height: 1.3em;
- }
- #right h1:before {
- content: '';
- display: inline-block;
- width: 25px;
- height: 2px;
- vertical-align: middle;
- background: #686868;
- margin-right: 10px;
- }
- #right-square {
- max-height: 270px;
- overflow-y: auto;
- margin: 50px;
- padding-right: 10px;
- }
- #navarrow {
- position: absolute;
- bottom: 13px;
- right: 20px;
- z-index: 3;
- }
- #navarrow:hover, #contactarrow:hover, #blogrollarrow:hover {
- cursor: help;
- }
- #contactarrow {
- position: absolute;
- top: 56px;
- right: 20px;
- z-index: 3;
- }
- #navarrow span, #contactarrow span {
- margin-right: 10px;
- }
- #navarrow span, #contactarrow span, #blogrollarrow span {
- padding: 6px 9px;
- background: #c6d8e2;
- color: #ffffff;
- -moz-border-radius: 6px;
- -webkit-border-radius: 6px;
- border-radius: 6px;
- opacity: 0;
- transition: 0.4s ease-in-out;
- }
- #blogrollarrow span {
- margin-left: 10px;
- }
- #navarrow:hover span, #contactarrow:hover span, #blogrollarrow:hover span {
- opacity: 1;
- }
- #blogrollarrow {
- position: absolute;
- top: 56px;
- left: 420px;
- z-index: 3;
- }
- #blogs {
- max-height: 290px;
- overflow-y: auto;
- }
- #blogs img {
- width: 46px;
- padding: 10px;
- transition: 0.4s ease-in-out;
- }
- #blogs img:hover {
- border-radius: 100%;
- transition: 0.4s ease-in-out;
- }
- .clicked {
- color: #c6d8e2;
- }
- .rotate {
- transform: rotate(180deg);
- }
- .background {
- opacity: 0;
- transition: 0.5s ease-in-out;
- }
- .hide {
- display: none;
- }
- #navigation, #contact, #blogroll {
- display: none;
- position: absolute;
- width: 800px;
- height: 455px;
- left: 0;
- bottom: 0;
- background: #ffffff;
- }
- #navigation-wrapper, #contact-wrapper, #blogroll-wrapper {
- width: 600px;
- max-height: 355px;
- overflow-y: auto;
- margin: 0 auto;
- padding: 50px 100px 20px 100px;
- }
- #navigation-wrapper h1, #contact-wrapper h1, #blogroll-wrapper h1 {
- margin-bottom: 25px;
- font-family: 'Playfair Display', sans-serif;
- font-size: 2em;
- }
- #navigation-wrapper h1:before, #contact-wrapper h1:before, #blogroll-wrapper h1:before {
- content: '';
- display: inline-block;
- width: 25px;
- height: 2px;
- vertical-align: middle;
- background: #686868;
- margin-right: 10px;
- }
- #navigation-list, #contact-faq {
- width: 600px;
- }
- #navigation-list a {
- display: inline-block;
- margin: 5px 0;
- padding: 5px 0 5px 5px;
- width: calc(33.33% - 8px)!important;
- word-break: break-all;
- text-transform: lowercase;
- border-bottom: 1px solid #f1f1f1;
- }
- #navigation-list a:hover {
- background: #f1f1f1;
- color: #686868;
- }
- .navigation-box, .contact-box {
- margin-bottom: 15px;
- }
- .navigation-box:last-of-type, .contact-box:last-of-type {
- margin-bottom: 0!important;
- }
- .contact-box p {
- padding: 5px 10px 5px 15px;
- margin: 15px;
- border-left: 1px solid #f1f1f1;
- }
- .title {
- display: block;
- margin: 3px 0;
- padding: 10px;
- width: 580px!important;
- background: #f1f1f1;
- }
- .title .fa {
- float: right;
- margin-top: 3px;
- }
- .title .fa-question {
- margin-top: 5px;
- }
- .credit {
- position: fixed;
- bottom: 10px;
- left: 17px;
- font-size: 14px;
- }
- .credit a {
- font-weight: normal;
- }
- .credit span {
- font-size: 10px;
- background: #c6d8e2;
- color: #ffffff;
- padding: 6px 9px;
- border-radius: 6px;
- opacity: 0;
- transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- }
- .credit:hover span {
- margin-left: 15px;
- opacity: 1;
- }
- .credit:before {
- content: '\e2b0';
- font-family: 'saturnicons';
- }
- .credit:hover:before {
- color: #c6d8e2;
- }
- </style>
- </head>
- <body>
- <div id="container">
- <section class="wrapper">
- <div id="header">
- <h1><a href="/">inkheart</a></h1>
- </div>
- <aside id="left"></aside>
- <aside id="right">
- <h1>The sea always filled her with longing, though for what she was never sure.</h1>
- <div id="right-square">
- <p>She always did like tales of adventure – stories full of brightness and darkness. She could tell you the names of all King Arthur's knights, and she knew everything about Beowulf and Grendel, the ancient gods and the not-quite-so-ancient heroes. She liked pirate stories, too, but most of all she loved books that had at least a knight or a dragon or a fairy in them.</p>
- </div>
- </aside>
- <div id="navarrow">
- <span>navigation</span>
- <i class="fa fa-chevron-up" aria-hidden="true"></i>
- </div>
- <div id="navigation">
- <div id="navigation-wrapper">
- <h1>navigation</h1>
- <div id="navigation-list">
- <div class="navigation-box">
- <div class="title"><i class="fa fa-folder"></i> title</div>
- <a href="#">link</a>
- <a href="#">link</a>
- <a href="#">link</a>
- <a href="#">link</a>
- <a href="#">link</a>
- <a href="#">link</a>
- <a href="#">link</a>
- <a href="#">link</a>
- <a href="#">link</a>
- </div>
- <div class="navigation-box">
- <div class="title"><i class="fa fa-folder"></i> title</div>
- <a href="#">link</a>
- <a href="#">link</a>
- <a href="#">link</a>
- <a href="#">link</a>
- <a href="#">link</a>
- <a href="#">link</a>
- </div>
- </div>
- </div>
- </div>
- <div id="contactarrow">
- <span>contact</span>
- <i class="fa fa-chevron-left" aria-hidden="true"></i>
- </div>
- <div id="contact">
- <div id="contact-wrapper">
- <h1>contact</h1>
- <div id="contact-faq">
- <div class="contact-box">
- <div class="title"><i class="fa fa-question"></i> question</div>
- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. 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 laborum.</p>
- </div>
- <div class="contact-box">
- <div class="title"><i class="fa fa-question"></i> question</div>
- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. 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 laborum.</p>
- </div>
- <div class="contact-box">
- <iframe frameborder="0" scrolling="no" width="600px" height="190" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--><!-- change {Name} to your tumblr username -->
- </div>
- </div>
- </div>
- </div>
- <div id="blogrollarrow">
- <i class="fa fa-chevron-down" aria-hidden="true"></i>
- <span>blogroll</span>
- </div>
- <div id="blogroll">
- <div id="blogroll-wrapper">
- <h1>blogroll</h1>
- <div id="blogs">
- {block:Following}{block:Followed}<a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-64}">{/block:Followed}{/block:Following}
- </div>
- </div>
- </div>
- </section>
- </div>
- <div class="credit"><a href="http://peachthms.tumblr.com"><span>page by peachthms</span></a></div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment