image-heberg/template/css/image-heberg.css
2021-02-27 21:01:26 +01:00

64 lines
No EOL
1.6 KiB
CSS

/*
* Copyright 2008-2021 Anael MOBILIA
*
* This file is part of image-heberg.fr.
*
* image-heberg.fr is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* image-heberg.fr is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with image-heberg.fr. If not, see <http://www.gnu.org/licenses/>
*/
/* Sticky footer */
html {
position: relative;
min-height: 100%;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
}
/* Lien vers le code source sur GitHub */
.forkMeOnGitHub:after {
content: " ";
display: inline-block;
vertical-align: baseline;
width: 16px;
height: 16px;
background-image: url("../images/GitHub-Mark-32px.png");
background-size: contain;
}
/* couleur par défaut */
.navbar, .footer {
background-color: #f5f5f5;
}
/* affichage du container */
main.container {
/* Pour éviter que le contenu ne commence dans le header */
padding: 60px 15px 0;
/* Pour éviter que les contenus longs ne finissent dans le footer */
margin-bottom: 60px;
}
/* Taille des textarea suite au form-floating */
textarea {
min-height: 150px !important;
}
/* Pas de soulignage des liens */
a {
text-decoration: none;
}