Styling: Background, Table, and Fonts
This commit is contained in:
parent
db2173cfcb
commit
687a0a7d41
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
node_modules
|
node_modules
|
||||||
config.json
|
config.json
|
||||||
|
db.json
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: "Beer";
|
||||||
|
src: url(/fonts/NotoColorEmoji.ttf);
|
||||||
|
unicode-range: U+1F37A;
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
/*font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;*/
|
/*font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;*/
|
||||||
|
background-color: hsl(12, 43%, 8%);
|
||||||
|
color: hsl(76, 43%, 94%);
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@ -8,22 +15,24 @@ a {
|
|||||||
|
|
||||||
h1{
|
h1{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
margin-top: 50px;
|
||||||
|
font-family: "Beer", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls{
|
.controls{
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.jQBracket {
|
.jQBracket {
|
||||||
margin:0 auto;
|
margin: 80px auto 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#refresh {
|
#refresh {
|
||||||
margin:0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label{
|
.label{
|
||||||
font-size:100%;
|
font-size: 100%;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
BIN
public/fonts/NotoColorEmoji.ttf
Normal file
BIN
public/fonts/NotoColorEmoji.ttf
Normal file
Binary file not shown.
@ -21,8 +21,8 @@ iosocket.on('stateChange', function(state){
|
|||||||
},
|
},
|
||||||
teamWidth: 130,
|
teamWidth: 130,
|
||||||
scoreWidth: 20,
|
scoreWidth: 20,
|
||||||
matchMargin: 20,
|
matchMargin: 35,
|
||||||
roundMargin: 20
|
roundMargin: 40
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.increment').click(function() {
|
$('.increment').click(function() {
|
||||||
|
@ -22,8 +22,8 @@ iosocket.on('stateChange', function(state){
|
|||||||
},
|
},
|
||||||
teamWidth: 130,
|
teamWidth: 130,
|
||||||
scoreWidth: 20,
|
scoreWidth: 20,
|
||||||
matchMargin: 20,
|
matchMargin: 35,
|
||||||
roundMargin: 20
|
roundMargin: 40
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user