site-accueil-insa/assets/css/stats.css
Arthur 10f6a3b88a New hamburger
Text modifications
Colours modifications
Creation of 4 pages for each team
Modification of "stats" page
Timer modification
2019-05-18 10:14:19 +02:00

337 lines
No EOL
5.6 KiB
CSS
Executable file

#stats-container {
display: block;
width: 100%;
}
.stats-table {
width: 100%;
border: none;
}
.stats-table tr:nth-child(even) {
background-color: #2d2d2d;
}
.stats-table.stats-usa tr:hover {
background-color: #f0d289;
}
.stats-table.stats-urss tr:hover {
background-color: #3b5941;
}
.stats-table.stats-boomsouffle tr:hover {
background-color: #f0d289;
}
.stats-table.stats-verredaigle tr:hover {
background-color: #f0d289;
}
.stats-toggle, .edit-stats th {
border-radius: 10px 10px 0 0;
font-size: 20px;
font-family: 'Russo One', sans-serif;
color: #fff;
cursor: pointer;
}
.stats-toggle#toggle-usa {
background-color: #F0BA00;
border-color: #F0BA00;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.stats-toggle#toggle-usa:hover {
background-color: #f0c424;
border-color: #F0C424;
box-shadow: 0 0 10px #F0C424;
}
.stats-toggle#toggle-urss {
background-color: #275933;
border-color: #275933;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.stats-toggle#toggle-urss:hover {
background-color: #205929;
border-color: #205929;
box-shadow: 0 0 10px #205929;
}
.stats-toggle#toggle-boomsouffle {
background-color: #F0BA00;
border-color: #F0BA00;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.stats-toggle#toggle-boomsouffle:hover {
background-color: #f0c424;
border-color: #F0C424;
box-shadow: 0 0 10px #F0C424;
}
.stats-toggle#toggle-verredaigle {
background-color: #F0BA00;
border-color: #F0BA00;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.stats-toggle#toggle-verredaigle:hover {
background-color: #f0c424;
border-color: #F0C424;
box-shadow: 0 0 10px #F0C424;
}
.stats-table .stat-log, .stats-table .stat-points {
color: #1c1c1c;
border-radius: 0;
font-weight: bold;
}
.stats-usa .stat-log, .stats-usa .stat-points {
background-color: #F0DB82;
border-color: #F0DB82;
}
.stats-usa td {
border-bottom: 1px solid #F0BA00;
}
.stats-urss .stat-log, .stats-urss .stat-points {
background-color: #395a4a;
border-color: #395A4A;
}
.stats-urss td {
border-bottom: 1px solid #275933;
}
.stats-boomsouffle .stat-log, .stats-boomsouffle .stat-points {
background-color: #F0DB82;
border-color: #F0DB82;
}
.stats-boomsouffle td {
border-bottom: 1px solid #F0BA00;
}
.stats-verredaigle .stat-log, .stats-verredaigle .stat-points {
background-color: #F0DB82;
border-color: #F0DB82;
}
.stats-verredaigle td {
border-bottom: 1px solid #F0BA00;
}
.stat-log, .edit-header.stat-log {
width: 80%;
}
.edit-header .stat-log {
width: 70%;
}
.stat-points {
width: 20%;
}
.edit-header .stat-points {
width: 20%;
}
#positive{
color: #ffffff;
font-weight: bold;
}
#negative{
color: #adadad;
}
.edit-button-container {
border: none;
margin: 10px;
}
.edit-header {
display: flex;
text-align: center;
background-color: #adaca8;
color: #1c1c1c;
font-weight: bold;
}
.edit-header .stat-trash {
margin: auto;
}
.edit-text {
width: 70%;
}
.edit-points{
width: 20%;
}
.edit-button {
width: auto;
color: #fafafa;
border-radius: 5px;
padding: 5px;
box-shadow: 0 0 5px #000000;
}
.edit-button#button-urss {
background: #275933;
}
.edit-button#button-usa {
background: #F0BA00;
}
.edit-button#button-boomsouffle {
background: #F0BA00;
}
.edit-button#button-verredaigle {
background: #F0BA00;
}
.edit-button:hover, .edit-button#button-urss:hover, .edit-button#button-usa:hover {
color: #000;
background: #fafafa;
}
.stats-button-container {
display: inline-flex;
}
.stats-button {
width: auto;
background: #fafafa;
color: #000;
border-radius: 5px;
padding: 15px;
box-shadow: 0 0 5px #000000;
}
.stats-button:hover {
color: #fafafa;
background: #1a1a1a;
}
.edit-stats {
width: 100%;
}
input {
text-align: center;
background: #484848;
color: #fafafa;
width: 100%;
border: none;
font-family: inherit;
font-size: inherit;
}
.remove-line {
color: #ff1200;
cursor: pointer;
transition: 0.3s;
}
.remove-line svg {
pointer-events: none;
}
.remove-line:hover {
color: #ff5e00;
text-shadow: 0 0 5px #ff4000;
}
.add-line{
font-size: 30px;
color: #fafafa;
cursor: pointer;
transition: 0.3s;
width: 100%;
border-radius: 5px;
margin: 30px 0 20px 0;
}
#add-line-usa {
background: #F0BA00;
}
.add-line#add-line-usa:hover {
background: #f0c424;
box-shadow: 0 0 5px #f0c424;
}
#add-line-urss {
background: #275933;
}
.add-line#add-line-urss:hover {
background: #205929;
box-shadow: 0 0 5px #205929;
}
.save-score {
background: #21aa08;
font-size: 30px;
color: #fafafa;
cursor: pointer;
transition: 0.3s;
margin: 40px 0 0 0;
width: 100%;
border-radius: 5px;
}
.save-score:hover {
background: #2ce20b;
box-shadow: 0 0 5px #2ce20b;
}
.score-nav{
width: auto;
color: #000;
border-radius: 5px;
padding: 5px;
box-shadow: 0 0 5px #000000;
cursor: pointer;
display: inline-flex;
align-items: center;
}
.score-nav div {
padding: 0px 10px 0 10px;
}
#latest-score {
background: #fa9500;
}
#oldest-score {
background: #fafa00;
}