Styling: Background, Table, and Fonts

This commit is contained in:
eorg_oz 2017-03-22 16:19:25 +01:00
parent db2173cfcb
commit 687a0a7d41
5 changed files with 19 additions and 9 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
node_modules
config.json
db.json

View File

@ -1,5 +1,12 @@
@font-face {
font-family: "Beer";
src: url(/fonts/NotoColorEmoji.ttf);
unicode-range: U+1F37A;
}
body {
/*font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;*/
background-color: hsl(12, 43%, 8%);
color: hsl(76, 43%, 94%);
}
a {
@ -8,22 +15,24 @@ a {
h1{
text-align: center;
margin-top: 50px;
font-family: "Beer", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.controls{
text-align:center;
text-align:center;
}
.jQBracket {
margin:0 auto;
margin: 80px auto 0 auto;
}
#refresh {
margin:0 auto;
margin: 0 auto;
}
.label{
font-size:100%;
color: black;
font-size: 100%;
color: black;
}

Binary file not shown.

View File

@ -21,8 +21,8 @@ iosocket.on('stateChange', function(state){
},
teamWidth: 130,
scoreWidth: 20,
matchMargin: 20,
roundMargin: 20
matchMargin: 35,
roundMargin: 40
});
$('.increment').click(function() {

View File

@ -22,8 +22,8 @@ iosocket.on('stateChange', function(state){
},
teamWidth: 130,
scoreWidth: 20,
matchMargin: 20,
roundMargin: 20
matchMargin: 35,
roundMargin: 40
});
});