/* * Theme for www.laurentvaldes.com * Copyright (C) 2020 * */ /*-------------------- DATA, CLASS --------------------*/ @bg: #FFFFFF; @text: #1A1A1D; @white: #FFFFFF; @bg-black: #1A1A1D; @gold: #F2B10C; .transition { transition: All 0.6s ease; -webkit-transition: All 0.6s ease; -moz-transition: All 0.6s ease; -o-transition: All 0.6s ease; } /*-------------------- HTML, BODY --------------------*/ html, body { margin: 0; padding: 0; width: 100%; height: 100%; font-family: 'Raleway', Helvetica, Arial, sans-serif; color: @text; background: @bg; } img { border: 0 none; } a { .transition; text-decoration: none; &:hover { text-decoration: none; } } .gold { color: @gold; } .italic { font-style: italic; } .hide { display: none; } /*-------------------- PAGE --------------------*/ #left-side { float: left; width: 15%; height: 100%; background: @bg-black; padding-top: 10%; } #right-side { float: left; width: 5%; height: 100%; background: @bg-black; padding-top: 10%; ul { list-style: none; margin: 0; padding: 0; li { margin-top: 20%; margin-left: 30%; img { height: 34px; width: auto; } } } } #fullpage { float: left; width: 80%; height: 90%; } /*-------------------- HEADER --------------------*/ #header { width: 100%; height: 10%; z-index: 3000; background: @bg-black; position: fixed; } #logo { float: left; width: 50%; font-family: 'Parisienne', Helvetica, Arial, sans-serif; font-size: 40px; color: @gold; margin-left: 20%; margin-top: 0.5%; } #nav-social { float: left; width: 25%; height: 10%; } #img-soundcloud { margin-top: 5px; } #img-instagram { padding: 0 10px 5px 15px; } #img-mail { margin-top: 6px; } #nav-lang { float: right; width: 5%; height: 10%; ul { list-style: none; margin: 0; padding: 0; margin-left: 30%; li { display: block; padding-top: 2px; img { height: 24px; width: auto; } } } } /*-------------------- MENU --------------------*/ #nav-menu { position: fixed; float: left; text-align: center; width: 15%; ul { list-style: none; margin: 0; padding: 0; li { height: 20px; display: block; margin: 15% 0 0; padding: 0 1%; a { text-decoration: none; text-transform: uppercase; letter-spacing: 1.5px; font-size: 1.3em; font-weight: bolder; .transition; color: @white; } &:hover { .transition; a { color: @gold; } } &.active { a { color: @gold; } } } } } /*-------------------- SECTION --------------------*/ .section { padding: 13% 10% 0px; z-index: 10; } #bio-img { float: left; margin-right: 20px; margin-bottom: 20px; margin-top: 10px; width: 250px; height: auto; } #bio { text-align: justify; } .arranger-audio { margin-top: 6%; } #contact-left { float: left; width: 45%; padding-top: 5%; padding-left: 5%; } #contact-right { float: right; width: 45%; padding-top: 10%; padding-left: 5%; } #contact-img { width: 300px; height: auto; } .slide-text { padding-bottom: 3%; } .slide-title { text-align: center; padding-top: 1%; } /*-------------------- FOOTER --------------------*/ #footer { position: fixed; z-index: 1000; width: 100%; bottom: 0; background-color: @bg-black; p { text-align: center; font-size: 0.85em; color: @white; margin-top: 10px; } } /* End of file index.less */ /* Location: ./assets/less/index.less */