last improvements
This commit is contained in:
@@ -7246,7 +7246,7 @@ header#top-bar {
|
||||
*/
|
||||
div#center {
|
||||
padding-top: 11.3em;
|
||||
padding-bottom: 6em;
|
||||
padding-bottom: 2.5em;
|
||||
/*
|
||||
* LIST PROJET
|
||||
*/
|
||||
@@ -7275,7 +7275,8 @@ div#center {
|
||||
padding: 0.7em 0.7em 2em;
|
||||
text-align: left; }
|
||||
div#center .projet-block nav.categories {
|
||||
margin: 0; }
|
||||
margin: 0;
|
||||
padding-bottom: 0.2em; }
|
||||
div#center .projet-block nav.categories ul {
|
||||
margin: 0;
|
||||
line-height: 1.2; }
|
||||
@@ -7648,7 +7649,7 @@ div#center {
|
||||
border-width: 5.45455px; }
|
||||
div#center {
|
||||
padding-top: 8.2em;
|
||||
padding-bottom: 6em; }
|
||||
padding-bottom: 2.5em; }
|
||||
body.categories a.projet-img {
|
||||
display: none; } }
|
||||
|
||||
@@ -7661,44 +7662,35 @@ div#center {
|
||||
|_| \___/ \___/ \__\___|_|
|
||||
*/
|
||||
footer#bottom-bar {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 5em;
|
||||
height: 1.5em;
|
||||
background-color: #5b2d87;
|
||||
transition: background-color 0.4s ease-out;
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding: 0.5em 0; }
|
||||
padding: 0 0; }
|
||||
footer#bottom-bar:hover {
|
||||
background-color: #e30613;
|
||||
transition: background-color 0.2s ease-in-out; }
|
||||
footer#bottom-bar h1 {
|
||||
font: "cocogoose", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
||||
font-size: 0.95em;
|
||||
font-weight: 500;
|
||||
font-variant: normal;
|
||||
height: auto;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
margin: 0;
|
||||
color: inherit;
|
||||
font-size: 0.75em; }
|
||||
footer#bottom-bar h1 a {
|
||||
font-weight: inherit;
|
||||
color: inherit; }
|
||||
footer#bottom-bar address {
|
||||
display: inline-block;
|
||||
vertical-align: baseline;
|
||||
font: "cocogoose", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
||||
font-size: 0.8em;
|
||||
font-weight: 300;
|
||||
font-variant: normal;
|
||||
font-size: 0.6em;
|
||||
margin: -0.7em 0 0;
|
||||
line-height: 1.1;
|
||||
font-style: normal; }
|
||||
footer#bottom-bar address a {
|
||||
text-decoration: underline; }
|
||||
margin: 0 0;
|
||||
font-style: normal;
|
||||
margin-right: 1em; }
|
||||
footer#bottom-bar address:after {
|
||||
content: "-";
|
||||
margin-left: 1em; }
|
||||
footer#bottom-bar ul.footer-menu {
|
||||
display: inline-block;
|
||||
vertical-align: baseline;
|
||||
text-align: center; }
|
||||
footer#bottom-bar ul.footer-menu li {
|
||||
display: inline-block; }
|
||||
|
||||
Reference in New Issue
Block a user