milestone fix; maybe not perfect

This commit is contained in:
Tóth Richárd
2019-02-14 16:53:40 +01:00
parent ddd2727ef2
commit 9abbc57532
16 changed files with 1492 additions and 989 deletions

View File

@@ -1,82 +1,99 @@
body {
background-color: #002E4C;
background-color: #002E4C;
}
main {
background-color: #002E4C;
background-color: #002E4C;
}
.danger a:link {
color: #002E4C;
text-decoration: underline;
color: #002E4C;
text-decoration: underline;
}
.danger a:visited {
color: #002E4C;
text-decoration: underline;
color: #002E4C;
text-decoration: underline;
}
ul.topnav {
background-color: #FD9500;
background-color: #FD9500;
}
ul.topnav li a, ul.topnav span {
color: #002E4C;
color: #002E4C;
}
ul.topnav li a:hover, ul.topnav li a span:hover {
background: transparent;
color: #01112b;
text-decoration: underline;
background: transparent;
color: #01112b;
text-decoration: underline;
}
div.list div.money_deposit {
background-color: #FD9500;
border-left: 2px solid #002E4C;
color: #020372;
background-color: #FD9500;
border-left: 2px solid #002E4C;
color: #020372;
}
.list .money_deposit:hover {
background-color: #F3BF75;
border-left: 2px solid #000;
color: #002E4C;
background-color: #F3BF75;
border-left: 2px solid #000;
color: #002E4C;
}
div.list div.actual_balance {
background-color: #020372;
border-left: 2px solid #FD9500;
color: white;
background-color: #020372;
border-left: 2px solid #FD9500;
color: white;
}
div.list div.actual_balance:hover {
background-color: #020372;
border-left: 2px solid #FD9500;
color: white;
background-color: #020372;
border-left: 2px solid #FD9500;
color: white;
}
.list_item.training {
background-color: #a1ffff;
border-left: 2px solid #0a40ff;
background-color: #a1ffff;
border-left: 2px solid #0a40ff;
}
.list_item.training:hover {
background-color: #5ecfcf;
background-color: #5ecfcf;
}
.list_item.competition {
background-color: #f6bea0;
border-left: 2px solid #ef4710;
background-color: #f6bea0;
border-left: 2px solid #ef4710;
}
.list_item.competition:hover {
background-color: #f0a278;
background-color: #f0a278;
}
.list_item.camp {
background-color: #97fc7e;
border-left: 2px solid #278310;
background-color: #97fc7e;
border-left: 2px solid #278310;
}
.list_item.camp:hover {
background-color: #69de4c;
background-color: #69de4c;
}
.list_item.ranking {
background-color: #f6f6bf;
border-left: 2px solid #000;
}
.list_item.ranking:hover {
background-color: #eded8b;
}
.short {
display: none;
}
.full {
display: inline-block;
}