Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html><head>
- <title>yellow brick road</title>
- <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
- <meta http-equiv="content-script-type" content="text/javascript"/>
- <meta http-equiv="content-style-type" content="text/css"/>
- <link rel="shortcut icon" type="image/x-icon" href="https://illiweb.com/fa/favicon/discussion.ico">
- <meta name="language" content="es"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
- <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet"/>
- <link href="//solrainha.github.io/saturnicons/saturnicons.css" rel="stylesheet"/>
- <script src="https://static.tumblr.com/zd7jnbb/TDPpnlgj3/jquery.style-my-tooltips.js"></script>
- <link href="https://static.tumblr.com/zd7jnbb/nzwpnlgii/style-my-tooltips.css"/>
- <script>
- (function($){$(document).ready(function(){$("[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:0,tip_fade_speed:0 });});})(jQuery);
- </script>
- <script>
- $(function() {
- var header = $('header');
- var navebar = $('nav');
- $(window).scroll(function() {
- var scroll = $(window).scrollTop();
- var wheight = $(window).height();
- var wh2 = wheight * 0.2;
- if (scroll >= wh2) {
- navebar.removeClass('biggie').addClass('smalls');
- header.removeClass('biggie').addClass('smalls');
- } else {
- navebar.removeClass('smalls').addClass('biggie');
- header.removeClass('smalls').addClass('biggie');
- }
- });
- });
- $(document).ready(function() {
- $('.caj h3').click(function() {
- $(this).parent().toggleClass('active');
- });
- });
- </script>
- <script src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.min.js"></script>
- <link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i|Montserrat:400,400i,900,900i&display=swap&subset=latin-ext" rel="stylesheet"/>
- <link href="https://dl.dropbox.com/s/os0a1dj258ojw2p/MADE%20SAONARA.css" rel="stylesheet" />
- <style>
- :root {
- --border1: 1px solid #e4e4e4;
- --bckg0: #eee;
- --bckg1: #f0f0f0;
- --bckg2: #f2f2f2;
- --bckg3: #f4f4f4;
- --accent1: #F8D948;
- --accent2: #939597;
- --accent3: #ffe777;
- }
- body {
- background-color:var(--bckg0);
- color:#888;
- font:12px 'Roboto';
- padding:0;
- margin:0;
- }
- a, a:hover {
- text-decoration:none!important;
- }
- a {
- color:var(--accent1);
- }
- a:hover {
- color:var(--accent3);
- }
- *::selection{
- background:var(--accent1);
- color:white;
- }
- ::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: #bbb;
- border-radius:20px;
- border:1px solid var(--bckg3);
- }
- ::-webkit-scrollbar-track {
- background:var(--bckg3);
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- body::-webkit-scrollbar {
- width: 10px;
- height: 10px;
- }
- body::-webkit-scrollbar-track {
- background:var(--bckg0);
- }
- body::-webkit-scrollbar-thumb {
- background: #bbb;
- border-radius:20px;
- border:1px solid var(--bckg0);
- }
- /*Tooltip*/
- #s-m-t-tooltip{
- display:block;
- position:absolute;
- /* basic */
- max-width:300px;
- z-index: 999;
- margin:14px 14px 7px 12px;
- /* style and design */
- padding:8px;
- background:var(--bckg1);
- border:var(--border1);
- /* font */
- font-family:Roboto,sans-serif;
- font-size:10px;
- font-weight:bold;
- text-transform:uppercase;
- line-height:16px;
- color:#888;
- }
- header {
- height: 100vh;
- width: calc(100vw - 10px);
- display: flex;
- justify-content: center;
- align-items: flex-start;
- overflow:hidden;
- box-sizing:border-box;
- transition:ease 1s;
- }
- header > * {
- transition:ease 1s;
- }
- header.biggie > .headerdeco {
- top:0;
- }
- header.smalls > .headerdeco {
- top:-100vh;
- }
- .headerdeco {
- width: 400px;
- height: 65vh;
- background: var(--accent1);
- border-radius: 0 0 200px 200px;
- display: flex;
- justify-content: center;
- align-items: flex-end;
- position: relative;
- box-sizing: border-box;
- padding: 50px;
- z-index:1;
- }
- nav {
- position: fixed;
- display: flex;
- justify-content: space-between;
- align-items: center;
- width:100%;
- font:12px 'Montserrat';
- font-weight:900;
- text-transform:uppercase;
- padding:20px;
- box-sizing:border-box;
- z-index:9;
- transition:ease 1s;
- }
- nav.biggie {
- background:transparent;
- border:1px solid transparent;
- }
- nav.smalls {
- background:var(--bckg0);
- border-bottom:var(--border1);
- }
- nav a {
- color:var(--accent2);
- }
- nav a:hover { color:var(--accent1); }
- .headerimg {
- width: 300px;
- height: 300px;
- border-radius: 100%;
- position: relative;
- z-index: 1;
- background-size:cover;
- background-position:center;
- }
- h1 {
- position: absolute;
- font: 120px 'MADE SAONARA 2';
- text-transform: uppercase;
- width: calc(100vw - 10px);
- text-align: center;
- line-height: 120px;
- bottom: -28px;
- z-index: 2;
- color: var(--accent3);
- }
- div.headertextbg {
- position: absolute;
- width: calc(100vw - 10px);
- text-align: center;
- height: 100vh;
- z-index:0;
- opacity:.2;
- }
- svg.headertextbg {
- width: 100%;
- height: 100vh;
- }
- text.headertext {
- text-align: center;
- font: 120px 'MADE SAONARA 2';
- text-transform: uppercase;
- }
- .body { min-height:100vh;width:calc(100vw - 10px);background:var(--bckg1);border-top:5px solid var(--accent1);padding:20px; box-sizing:border-box; }
- header.smalls {
- padding-bottom:100vh;
- }
- .caj {
- padding: 10px;
- background: var(--bckg2);
- border-radius: 10px;
- border: var(--border1);
- position: relative;
- overflow: hidden;
- flex-basis:calc(20% - 20px);
- box-sizing:border-box;
- }
- .grid-item { width:calc(20% - 20px);margin:10px; }
- .benv {
- width:100%!important;
- }
- .caj img {
- object-position: center;
- width: 100%;
- border-radius: 5px;
- transition: ease 1s;
- position:relative;
- top:0;
- display:block;
- }
- .caj h2 {
- font: 16px 'Montserrat';
- text-transform: uppercase;
- color: var(--accent2);
- letter-spacing: -1px;
- font-weight: 700;
- }
- .caj h3 {
- background: var(--accent1);
- border-radius: 10px 0 0 10px;
- margin-right: -10px;
- height: 30px;
- font: 10px 'Montserrat';
- line-height: 30px;
- font-weight: 700;
- text-transform: lowercase;
- color: #333;
- padding-left: 10px;
- box-sizing: border-box;
- cursor:pointer;
- }
- .cajtext {
- position: absolute;
- top: -100%;
- background: var(--bckg3);
- width: calc(100% - 20px);
- height: calc(100% - 70px);
- border: var(--border1);
- padding:20px 15px 20px 20px;
- box-sizing: border-box;
- border-radius: 10px;
- transition: ease 1s;
- }
- .cajtextbox {
- width:100%;
- height:100%;
- font:12px 'Roboto';
- line-height:16px;
- text-align:justify;
- overflow:auto;
- padding-right:5px;
- box-sizing:border-box;
- }
- .caj.active .cajtext {
- top: 10px;
- }
- .caj.active img {
- top:-50vh;
- }
- </style>
- </head>
- <body>
- <nav class="biggie">
- <a href="/">HOME</a>
- <a href="https://necromancercoding.tumblr.com/">CREDIT</a>
- </nav>
- <header class="biggie">
- <div class="headerdeco">
- <div class="headerimg" style="background-image:url(https://data.whicdn.com/images/333473252/original.jpg);"></div>
- <h1>yellow brick road</h1>
- </div>
- <div class="headertextbg"><svg class="headertextbg">
- <defs>
- <pattern id="Text" x="0%" y="0" width="1" height=".082" text-anchor="middle">
- <text x="50%" y="82" class="headertext" text-anchor="middle" fill="var(--accent2)">
- yellow brick road
- </text>
- </pattern>
- </defs>
- <rect fill="url(#Text)" width="100%" height="100%"></rect>
- </svg></div>
- </header>
- <div class="body">
- <div class="benv grid" data-masonry='{ "itemSelector": ".grid-item", "fitWidth": "true" }'>
- <div class="caj grid-item">
- <img src="https://i.pinimg.com/564x/e9/59/ac/e959ac9b8d207b882662060dfe38fdec.jpg"/>
- <h2>lorem ipsum</h2>
- <h3>leer más</h3>
- <div class="cajtext"><div class="cajtextbox">Lorem ipsum.</div></div>
- </div>
- <div class="caj grid-item">
- <img src="https://i.pinimg.com/564x/f4/02/f1/f402f102a88f0c45f3f8e0ec1beb8d62.jpg"/>
- <h2>lorem ipsum</h2>
- <h3>leer más</h3>
- <div class="cajtext"><div class="cajtextbox">Lorem ipsum.</div></div>
- </div>
- <div class="caj grid-item">
- <img src="https://i.pinimg.com/564x/03/49/be/0349bed22790abc7b0f2bf1979447aec.jpg"/>
- <h2>lorem ipsum</h2>
- <h3>leer más</h3>
- <div class="cajtext"><div class="cajtextbox">Lorem ipsum.</div></div>
- </div>
- <div class="caj grid-item">
- <img src="https://i.pinimg.com/564x/c4/e1/a5/c4e1a58ce5f7e3f8eeeb2b6637045cc3.jpg"/>
- <h2>lorem ipsum</h2>
- <h3>leer más</h3>
- <div class="cajtext"><div class="cajtextbox">Lorem ipsum.</div></div>
- </div>
- <div class="caj grid-item">
- <img src="https://i.pinimg.com/564x/97/8f/51/978f51775c78c91e1471b49743568548.jpg"/>
- <h2>lorem ipsum</h2>
- <h3>leer más</h3>
- <div class="cajtext"><div class="cajtextbox">Lorem ipsum.</div></div>
- </div>
- <div class="caj grid-item">
- <img src="https://i.pinimg.com/564x/1d/6f/4d/1d6f4d55e55355a358d018d690218c41.jpg"/>
- <h2>lorem ipsum</h2>
- <h3>leer más</h3>
- <div class="cajtext"><div class="cajtextbox">Lorem ipsum.</div></div>
- </div>
- <div class="caj grid-item">
- <img src="https://i.pinimg.com/564x/31/27/03/3127032c44042ad66148d0c571fa1ae3.jpg"/>
- <h2>lorem ipsum</h2>
- <h3>leer más</h3>
- <div class="cajtext"><div class="cajtextbox">Lorem ipsum.</div></div>
- </div>
- <div class="caj grid-item">
- <img src="https://i.pinimg.com/564x/3c/6e/e8/3c6ee8984b98babd45ff657430694774.jpg"/>
- <h2>lorem ipsum</h2>
- <h3>leer más</h3>
- <div class="cajtext"><div class="cajtextbox">Lorem ipsum.</div></div>
- </div>
- <div class="caj grid-item">
- <img src="https://i.pinimg.com/564x/cf/74/25/cf74254dbe297b1dc3b3f1a1bb9947a0.jpg"/>
- <h2>lorem ipsum</h2>
- <h3>leer más</h3>
- <div class="cajtext"><div class="cajtextbox">Lorem ipsum.</div></div>
- </div>
- <div class="caj grid-item">
- <img src="https://i.pinimg.com/564x/2e/ac/c3/2eacc395d644e662ba8435c70dddfeda.jpg"/>
- <h2>lorem ipsum</h2>
- <h3>leer más</h3>
- <div class="cajtext"><div class="cajtextbox">Lorem ipsum.</div></div>
- </div>
- <div class="caj grid-item">
- <img src="https://i.pinimg.com/564x/b8/f4/4d/b8f44d75b0bbd6d5b2bd8aa1f5062971.jpg"/>
- <h2>lorem ipsum</h2>
- <h3>leer más</h3>
- <div class="cajtext"><div class="cajtextbox">Lorem ipsum.</div></div>
- </div>
- </div>
- </div>
- </body></html>
Add Comment
Please, Sign In to add comment