blog/static/custom.css
oiseauroch 27c921dba3 update
2023-04-07 21:39:33 +02:00

98 lines
1.6 KiB
CSS

.has-equal-height {
height: 100%;
display: flex;
flex-direction: column;
}
content figure img {
filter: drop-shadow(4px 4px 5px grey);
}
a, a:hover {
color: rgb(74, 74, 74);
}
.card {
box-shadow: 10px 15px 25px 0 rgba(0,0,0,.2);
}
html, body {
height: 100%;
}
body {
display: flex;
flex-direction: column;
}
section {
flex: 1 0 auto;
}
footer {
margin-top : 3em;
}
.media-flex {
display: flex;
flex-direction: column;
width: 100%;
overflow-x: clip;
}
@media screen and (min-width: 769px){
.divide {
height: 100%;
}
}
.divide {
padding-left: 1em;
padding-right: 2em;
border-top-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-style: solid;
border-color: rgb(226 232 240);
border-left-width: 0px;
}
.note:hover {
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.plus-articles {
width: 100%;
display: flex;
justify-content: center;
margin: 1em;
box-shadow: 10px 15px 25px 0 rgba(0,0,0,.2);
padding: 1em;
}
@media screen and (max-width: 768px) {
.overlay {
background-image: linear-gradient(to bottom, rgba(190, 184, 184, 0), rgb(190, 184, 184));
display: flex;
justify-content: center;
padding: 1em;
}
}
.overlay:hover {
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
@media screen and (min-width: 769px) {
.overlay {
display: flex;
align-items: center;
position: relative;
right: 11em;
border-radius: 0.25em;
padding: 1em;
background-image: linear-gradient(to right, rgba(190, 184, 184, 0), rgb(190, 184, 184));
}
}