Files
WishList/public/styles.css

146 lines
2.1 KiB
CSS

@font-face {
font-family: 'Minecraft';
src: url('Minecraft.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.titre, .sous-titre {
font-family: 'Poppins', Geneva, Verdana, sans-serif;
text-align: center;
}
.titre {
font-size: xx-large;
font-weight: bold;
color: red;
}
.sous-titre {
color: #6c757d
}
.tableau ul {
display: flex;
justify-content: space-between;
text-align: center;
}
.tableau li {
width: 80px;
}
.tableau li:nth-child(1) {
width: 200px;
}
.tableau li:nth-child(2) {
width: 20px;
}
.tableau li {
flex: auto;
list-style-type: none;
padding: 0px 4px;
align-self: center;
}
figure {
margin: 4px 0px !important;
}
.tableau li a:link {
text-decoration: none;
}
.tableau ul:nth-child(even) {
background-color: #fff3f3;
}
.tableau ul:nth-child(odd) {
background-color: white;
}
.tableau figcaption {
color: #ff8585;
}
.tableau ul {
color: #ff8585;
}
ul > li > a {
color: #ff8585;
}
.tableau ul:nth-child(odd) a.btn {
background-color: red;
border-color: red;
color: white;
}
.tableau ul:nth-child(even) a.btn {
background-color: white;
border-color: red;
color: red;
}
img {
height: 80px !important;
transition: transform .4s;
}
img:hover {
-ms-transform: scale(5); /* IE 9 */
-webkit-transform: scale(5); /* Safari 3-8 */
transform: scale(5);
transition: .4s;
}
.offrants {
width: 100%;
}
.depenses {
font-weight: bold;
color: red;;
}
.vote {
text-align: center;
font-size: xx-large;
}
.vote-sm {
text-align: center;
font-size: x-large;
}
.participant {
width: 200px;
margin-top: 15px;
margin-bottom: 15px;
}
/* Résultats du vote */
.general {
width: 70%;
display: flex;
align-items: center;
background-color: lightgreen;
}
.logo img {
margin: 15px;
transition: none !important;
transform: none !important;
}
.emoticon {
font-size: 78px;
margin: 15px;
}
.vote {
width: inherit;
font-family: "Minecraft";
}
.btn-secondary {
margin-top: 25px;;
}