This commit is contained in:
jeena 2013-09-05 11:54:07 +02:00
parent 632c1f4aa1
commit b7a9bf3b7e
3 changed files with 67 additions and 6 deletions

View file

@ -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;
}