portail/site/crapaud-fou.css

75 lines
1.2 KiB
CSS
Raw Normal View History

2019-08-17 13:42:28 +00:00
.header {
2019-08-17 13:30:22 +00:00
background-color: #28a745;
padding-left: 5em;
font-size: .9em;
}
2019-08-17 13:42:28 +00:00
.header img {
2019-08-17 13:30:22 +00:00
position: absolute;
top: .1em;
left: .1em;
}
.entete {
2019-08-17 15:58:02 +00:00
background-color: rgb(33, 36, 32);
2019-08-17 14:41:41 +00:00
color: rgb(240, 233, 233);
2019-08-17 13:30:22 +00:00
}
2019-08-17 14:41:41 +00:00
.entete a, .footer a {
color: rgb(49, 167, 96);
}
.entete a:hover, .footer a:hover {
color: rgb(135, 243, 178);
2019-08-17 14:27:32 +00:00
}
2019-08-17 13:42:28 +00:00
.footer {
2019-08-17 14:41:41 +00:00
background-color: rgb(36, 33, 32);
color: rgb(240, 233, 233);
2019-08-17 13:42:28 +00:00
}
2019-08-16 21:39:08 +00:00
a {
2019-08-17 14:41:41 +00:00
color: rgb(59, 129, 87);
2019-08-16 21:39:08 +00:00
}
a:hover {
2019-08-17 14:41:41 +00:00
color: rgb(31, 73, 48);
2019-08-16 21:39:08 +00:00
}
2019-08-17 14:27:32 +00:00
ul {
list-style-position: inside;
padding-left: 0px;
}
li {
padding-left: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
list-style-type: square;
}
2019-08-16 21:39:08 +00:00
.card:hover {
2019-08-17 14:41:41 +00:00
border: 1px solid rgb(36, 33, 32);
2019-08-16 21:39:08 +00:00
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;
}