portail/site/crapaud-fou.css

41 lines
592 B
CSS
Raw Normal View History

2019-08-16 21:39:08 +00:00
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;
margin-right: -2em;
border-radius: 1em;
}
.nombre {
font-weight: 800;
color: #000;
}
.stats {
font-size: .9em;
color: #666;
background-color: #eee;
margin: 0 -.3em;
padding: .5em 1.5em;
border-top: 1px solid #ccc;
}
.stats-title {
border-bottom: 1px dotted #aaa;
color: #333;
}