Replace title on first page by some thumbnails defined in config

This commit is contained in:
nemunaire 2017-07-25 01:13:43 +02:00 committed by Pierre-Olivier Mercier
commit db7bf2c885
2 changed files with 57 additions and 6 deletions

View file

@ -139,6 +139,43 @@ img {
}
}
.thumbApp {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
border-radius: 15px 1px 15px 1px;
box-shadow: 0px 0px 10px #555;
font-family: "Linux Biolinum O", 'Helvetica Neue', Helvetica, Arial, sans-serif;
height: 200px;
display: block;
float: left;
margin-right: 0.5%;
margin-bottom: 20px;
width: 24.5%;
}
.thumbApp p {
background-color: rgba(0,0,0,0.7);
border-bottom: solid #333 1px;
color: white;
font-weight: bolder;
margin-top: 130px;
padding: 10px;
line-height: 1.0;
}
.thumbApp p a {
color: white;
}
.thumbApp img {
border-radius: inherit;
width: 100%;
}
.thumbApp .legend {
background: #ddd;
margin-top: -1em;
width: inherit;
}
/* --- Navbar --- */
.navbar-custom {