/* * Thème pour www.loganedehais.fr * * Copyright (C) 2024 Logane Déhais * */ /*-------------------- VARIABLES --------------------*/ @colorA: #DEF9C4; @colorB: #9CDBA6; @colorC: #50B498; @colorD: #468585; @color_texte: #A1A1A1; @color_texte_pied: #B3B3B3; @blanc: #FFFFFF; .transition { transition: All 0.6s ease; -webkit-transition: All 0.6s ease; -moz-transition: All 0.6s ease; -o-transition: All 0.6s ease; } /*-------------------- Font-face --------------------*/ @font-face { font-family: 'Allura'; src: url('../fonts/allura-regular-webfont.eot?') format('eot'), url('../fonts/allura-regular-webfont.ttf') format('truetype'), url('../fonts/allura-regular-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } /*-------------------- HTML, BODY --------------------*/ html, body { margin: 0px; padding: 0; width: 100%; height: 100%; font-family: Helvetica, Arial, sans-serif; } #wrap { height: 100%; } body > #wrap { height: auto; min-height: 80%; } #content { padding: 2% 0; } .mep { margin: 2% 10% 3%; } img { border: 0 none; } /*-------------------- MENU --------------------*/ #titre { padding: 1% 0 2%; } #titre_nom { font-family: Allura; font-size: 4em; color: @colorD; text-align: center; } #titre_complement { font-family: Allura; font-size: 2.1em; color: @colorD; text-align: center; } #menu { padding: 2% 0 3%; text-align: center; ul { list-style: none; margin: 0; padding-top: 0%; li { display: inline; padding: 0% 2%; a { text-decoration: none; text-transform: uppercase; font-size: 1.4em; font-weight: bold; color: @colorD; .transition; } &:hover { .transition; a { color: @colorC; } } &.active { a { color: @colorC; } } } } } /*-------------------- HEADER / FOOTER --------------------*/ #header { border-top: 4px @colorA solid; border-bottom: 4px @colorA solid; background-image: url('../images/corner-tr.png'), url('../images/corner-bl.png'); background-position: right top, bottom left; background-repeat: no-repeat, no-repeat; } #footer { border-top: 2px @colorA solid; height: 40px; } #footer-texte { color: @color_texte_pied; font-size: 0.8em; text-align: center; padding-top: 10px; } /*-------------------- MISE EN PAGE --------------------*/ .texte { text-align: center; color: @color_texte; font-size: 1.4em; margin-bottom: 1%; } .soustexte { text-align: center; color: @colorD; font-size: 5em; font-family: Allura; } .longtexte { text-align: justify; color: @color_texte; font-size: 1.1em; } .texte-accueil { text-align: center; color: @color_texte; font-size: 1.2em; margin-bottom: 1%; } .accueil-icone { width: 60px; height: auto; } .colonne-3 { text-align: center; display: flex; } #col1 { float: left; width: 20%; padding: 0 10%; } #col2 { float: right; width: 30%; } #col3 { float: right; width: 20%; padding: 0 10%; } .savoir-plus { text-align: right; font-size: 1.2em; margin: 3% 0 2%; a { color: @blanc; padding: 10px; background-color: @colorD; border-radius: 20px; border: 1px solid @blanc; text-decoration: none; &:hover { .transition; color: @colorC; text-decoration: none; background-color: @blanc; border: 1px solid @colorC; } } } .soustitre { color: @colorD; font-size: 4em; font-family: Allura; } .titre { color: @colorD; font-size: 1.2em; font-weight: bold; margin: 2% 0; } .ergo-champs { color: @color_texte; font-size: 1.3em; } .ergo-img-div { margin-top: 3%; text-align: center; } .ergo-img { height: 350px; width: auto; } .textesimple { color: @color_texte; text-align: justify; } .nuage-img { width: 500px; height: auto; } .img-div-float { float: right; } .profil-img { width: auto; height: 250px; margin-left: 40px; } ul { margin-block-start: 0px; } a.lien { text-decoration: none; color: @colorC; .transition; &:hover { .transition; color: @colorD; } } .separateur { text-align: center; margin: 1% 0; } .separateur-img { width: auto; height: 150px; } /*-------------------- CONTACT --------------------*/ #colonne { text-align: center; } #colonne-gauche { float: left; width: 40%; margin-left: 10%; } #colonne-droite { float: left; width: 40%; margin-right: 10%; } .contact-icone { width: 48px; height: auto; } .contact-titre { font-size: 3.5em; font-family: Allura; color: @colorD; margin-top: 2%; } .contact-texte { margin-top: 1%; font-size: 1.2em; } #contact-logo { text-align: center; padding-top: 2%; } .contact-logo { margin-top: 3%; height: 200px; width: auto; } /*-------------------- ERREUR --------------------*/ #erreur-titre { text-align: center; font-size: 5em; font-family: Allura; color: @colorC; } #erreur-texte1 { margin: 5% 0; text-align: center; font-size: 2.5em; color: @color_texte; } #erreur-texte2 { text-align: center; font-size: 1.5em; color: @color_texte; } /* End of file index.less */ /* Location: ./assets/less/index.less */