site-accueil-insa/assets/css/stats.css
2018-08-27 08:39:38 +02:00

241 lines
No EOL
3.8 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: #284550;
}
.stats-table.stats-urss tr:hover {
background-color: #620f12;
}
.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, .edit-stats.stats-usa th {
background-color: #1a5dad;
border-color: #1a5dad;
-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: #1f6fce;
border-color: #1f6fce;
box-shadow: 0 0 10px #1f6fce;
}
.stats-toggle#toggle-urss, .edit-stats.stats-urss th {
background-color: #d72229;
border-color: #d72229;
-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: #ee262d;
border-color: #ee262d;
box-shadow: 0 0 10px #ee262d;
}
.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: #639fad;
border-color: #639fad;
}
.stats-usa td {
border-bottom: 1px solid #284550;
}
.stats-urss .stat-log, .stats-urss .stat-points {
background-color: #d75556;
border-color: #d75556;
}
.stats-urss td {
border-bottom: 1px solid #620f12;
}
.stat-log {
width: 80%;
}
.stat-points {
width: 20%;
}
#positive{
color: #ffffff;
font-weight: bold;
}
#negative{
color: #adadad;
}
.edit-button-container {
border: none;
margin: 10px;
}
.edit-button {
width: auto;
color: #fafafa;
border-radius: 5px;
padding: 5px;
box-shadow: 0 0 5px #000000;
}
.edit-button#button-urss {
background: #ee293d;
}
.edit-button#button-usa {
background: #1a5dad;
}
.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: #ff4000;
}
.add-line{
font-size: 30px;
color: #fafafa;
cursor: pointer;
transition: 0.3s;
margin: 1% 1% 1% 1%;
width: 100%;
border-radius: 5px;
}
#add-line-usa {
background: #3a7eaa;
}
.add-line#add-line-usa:hover {
background: #53bbfc;
}
#add-line-urss {
background: #d72229;
}
.add-line#add-line-urss:hover {
background: #ee293d;
}
.save-score {
background: #21aa08;
font-size: 30px;
color: #fafafa;
cursor: pointer;
transition: 0.3s;
margin: 30px 1% 1% 1%;
width: 100%;
border-radius: 5px;
}
.save-score:hover {
background: #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;
}