uniScore/public/css/style.css

43 lines
574 B
CSS
Raw Permalink Normal View History

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