diff --git a/css/screen.css b/css/screen.css index 55ebe2e..60fc517 100644 --- a/css/screen.css +++ b/css/screen.css @@ -5,6 +5,12 @@ html, body { font-family: FeuraSans, sans-serif; } +body.f1 { font-size: 0.75em; } +body.f2 { font-size: 1em; } +body.f3 { font-size: 1.25em; } +body.f4 { font-size: 1.5em; } +body.f5 { font-size: 1.75em; } + .red { background: #e74c3c; color: #ecf0f1; } .white { background: #ecf0f1; color: #2c3e50; } .blue { background: #3498db; color: #ecf0f1; } @@ -32,7 +38,7 @@ a { font-size: 1em; } -header .button, footer .button { +header .button, footer .button, .button.small { width: auto; display: inline-block; } @@ -128,8 +134,6 @@ img { } canvas { - width: 80px; - height: 40px; float: right; } @@ -317,4 +321,18 @@ canvas { #settings .version { font-style: italic; +} + +#settings .font-size { + text-align: right; +} + +#settings .font-size span { + float: left; + line-height: 2.4; +} + +#settings .button.small { + width: 20%; + text-align: center; } \ No newline at end of file diff --git a/index.html b/index.html index 170bbed..5652662 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ @@ -35,6 +35,11 @@