created coach site

This commit is contained in:
Ricsi
2017-04-22 20:01:23 +02:00
parent acfa06e40a
commit 04beae7eca
16 changed files with 287 additions and 55 deletions

View File

@@ -214,7 +214,7 @@ td.create a {
margin: 4px 0px;
vertical-align: middle;
width: 100%;
padding: 5px;
padding: 10px 5px;
background-color: #e6e6e6;
font-size: 18px;
font-family: Arial;
@@ -399,7 +399,7 @@ table.log tr.delete:hover {
font-size: 18px;
font-family: Arial;
margin: 4px 0px;
padding: 5px;
padding: 10px 5px;
}
@@ -407,7 +407,7 @@ table.log tr.delete:hover {
text-align: center;
cursor: pointer;
border-bottom: 1px dotted black;
padding: 2px 0px;
padding: 6px 0px;
}
.kid_menu .kid_submenu:hover {

42
_css/default_coach.css Normal file
View File

@@ -0,0 +1,42 @@
body {
background-color: #2281DD;
}
main {
background-color: #2281DD;
}
.danger a:link {
color: #2281DD;
text-decoration: underline;
}
.danger a:visited {
color: #2281DD;
text-decoration: underline;
}
ul.topnav {
background-color: #0F1953;
}
ul.topnav li a, ul.topnav span {
color: #fff;
}
ul.topnav li a:hover, ul.topnav li a span:hover {
background: transparent;
text-decoration: underline;
}
div.list div.money_deposit {
background-color: #0F1953;
border-left: 2px solid #2281DD;
color: #020372;
}
.list .money_deposit:hover {
background-color: #F3BF75;
border-left: 2px solid #000;
color: #2281DD;
}