portail/site/crapaud-fou.css

54 lines
768 B
CSS
Raw Normal View History

2019-08-17 13:30:22 +00:00
.navbar {
background-color: #28a745;
padding-left: 5em;
font-size: .9em;
}
.navbar img {
position: absolute;
top: .1em;
left: .1em;
}
.entete {
background-color: #333;
color: #fff;
}
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;
border-radius: 1em;
}
.nombre {
font-weight: 800;
color: #000;
}
.stats {
font-size: .9em;
color: #666;
background-color: #eee;
margin: 0 -.3em;
2019-08-17 00:27:44 +00:00
padding: .5em .5em;
2019-08-16 21:39:08 +00:00
border-top: 1px solid #ccc;
}
.stats-title {
border-bottom: 1px dotted #aaa;
color: #333;
}