portail/site/crapaud-fou.css
2019-08-17 23:58:02 +08:00

86 lines
1.4 KiB
CSS

.header {
background-color: #28a745;
padding-left: 5em;
font-size: .9em;
}
.header img {
position: absolute;
top: .1em;
left: .1em;
}
.entete {
background-color: rgb(33, 36, 32);
color: rgb(240, 233, 233);
}
.entete a, .footer a {
color: rgb(49, 167, 96);
}
.entete a:hover, .footer a:hover {
color: rgb(135, 243, 178);
}
.footer {
background-color: rgb(36, 33, 32);
color: rgb(240, 233, 233);
}
a {
color: rgb(59, 129, 87);
}
a:hover {
color: rgb(31, 73, 48);
}
ul {
list-style-position: inside;
padding-left: 0px;
}
li {
padding-left: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
list-style-type: square;
}
.card li:hover {
overflow: visible;
text-overflow: initial;
position: relative;
z-index: 99;
width: 100%;
}
.card li:hover a {
background-color: #fff;
padding-right: 1em;
}
.card:hover {
border: 1px solid rgb(36, 33, 32);
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;
}