chart updated etc

This commit is contained in:
2016-03-28 00:16:38 +02:00
parent 3fcd234ad8
commit 04087f80de
22 changed files with 756 additions and 612 deletions
+26 -16
View File
@@ -490,6 +490,14 @@ html, body {
height: 100%;
overflow: hidden; }
a, a:visited, a:link {
color: #5abfff;
text-decoration: none; }
a:hover {
color: #5abfff;
text-decoration: underline; }
/* Main outer container */
#outer {
display: flex;
@@ -586,12 +594,6 @@ html, body {
@media screen and (max-width: 544px) {
#content {
padding: 0.6180469716rem; } }
#content a, #content a:visited, #content a:link {
color: #5abfff;
text-decoration: none; }
#content a:hover {
color: #5abfff;
text-decoration: underline; }
#content > * {
margin-left: auto;
margin-right: auto; }
@@ -662,7 +664,7 @@ html, body {
box-shadow: 0 0 2px 0 #434349, 0 0 6px 0 black;
border-radius: 6px; }
button, input[type="button"], input[type="reset"], input[type="submit"], a.button {
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
text-align: center;
cursor: pointer;
display: inline-block;
@@ -687,16 +689,18 @@ button, input[type="button"], input[type="reset"], input[type="submit"], a.butto
margin-right: 0;
}*/
text-shadow: 1.5px 1.5px 2px rgba(0, 0, 0, 0.8); }
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, a.button:active {
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .button:active {
position: relative;
top: 2px; }
button.narrow, input[type="button"].narrow, input[type="reset"].narrow, input[type="submit"].narrow, a.button.narrow {
button.narrow, input[type="button"].narrow, input[type="reset"].narrow, input[type="submit"].narrow, .button.narrow {
min-width: initial; }
input[type="submit"], .btn-green {
background-color: #2ca94b;
box-shadow: 0 3px 0 #1d7032;
color: #FEFEFE; }
text-decoration: none !important; }
input[type="submit"], input[type="submit"]:link, input[type="submit"]:visited, .btn-green, .btn-green:link, .btn-green:visited {
color: #FEFEFE; }
input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"].active, input[type="submit"].selected, .btn-green:hover, .btn-green:active, .btn-green.active, .btn-green.selected {
background-color: #28ba5c;
color: #FEFEFE; }
@@ -708,7 +712,9 @@ input[type="submit"], .btn-green {
input[type="reset"], .btn-red {
background-color: #D04E51;
box-shadow: 0 3px 0 #aa2d30;
color: #FEFEFE; }
text-decoration: none !important; }
input[type="reset"], input[type="reset"]:link, input[type="reset"]:visited, .btn-red, .btn-red:link, .btn-red:visited {
color: #FEFEFE; }
input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"].active, input[type="reset"].selected, .btn-red:hover, .btn-red:active, .btn-red.active, .btn-red.selected {
background-color: #d4403f;
color: #FEFEFE; }
@@ -757,7 +763,7 @@ input[type="reset"], .btn-red {
}
*/
button, input[type="button"], input[type="reset"], input[type="submit"], a.button {
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
text-align: center;
cursor: pointer;
display: inline-block;
@@ -782,16 +788,18 @@ button, input[type="button"], input[type="reset"], input[type="submit"], a.butto
margin-right: 0;
}*/
text-shadow: 1.5px 1.5px 2px rgba(0, 0, 0, 0.8); }
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, a.button:active {
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .button:active {
position: relative;
top: 2px; }
button.narrow, input[type="button"].narrow, input[type="reset"].narrow, input[type="submit"].narrow, a.button.narrow {
button.narrow, input[type="button"].narrow, input[type="reset"].narrow, input[type="submit"].narrow, .button.narrow {
min-width: initial; }
input[type="submit"], .btn-green {
background-color: #2ca94b;
box-shadow: 0 3px 0 #1d7032;
color: #FEFEFE; }
text-decoration: none !important; }
input[type="submit"], input[type="submit"]:link, input[type="submit"]:visited, .btn-green, .btn-green:link, .btn-green:visited {
color: #FEFEFE; }
input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"].active, input[type="submit"].selected, .btn-green:hover, .btn-green:active, .btn-green.active, .btn-green.selected {
background-color: #28ba5c;
color: #FEFEFE; }
@@ -803,7 +811,9 @@ input[type="submit"], .btn-green {
input[type="reset"], .btn-red {
background-color: #D04E51;
box-shadow: 0 3px 0 #aa2d30;
color: #FEFEFE; }
text-decoration: none !important; }
input[type="reset"], input[type="reset"]:link, input[type="reset"]:visited, .btn-red, .btn-red:link, .btn-red:visited {
color: #FEFEFE; }
input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"].active, input[type="reset"].selected, .btn-red:hover, .btn-red:active, .btn-red.active, .btn-red.selected {
background-color: #d4403f;
color: #FEFEFE; }
File diff suppressed because one or more lines are too long