portail/site/crapaud-fou.css
2019-08-17 08:27:44 +08:00

40 lines
569 B
CSS

a {
color: #496;
}
a:hover {
color: #162;
}
.card:hover {
border: 1px solid #333;
box-shadow: -3px 3px 10px 2px #aaa;
}
.card-title {
font-weight: bold;
}
.link {
position: relative;
}
.link a {
transition: .5s;
}
.link:hover a {
padding-right: 2.4em;
padding-left: 2.4em;
border-radius: 1em;
}
.nombre {
font-weight: 800;
color: #000;
}
.stats {
font-size: .9em;
color: #666;
background-color: #eee;
margin: 0 -.3em;
padding: .5em .5em;
border-top: 1px solid #ccc;
}
.stats-title {
border-bottom: 1px dotted #aaa;
color: #333;
}