diff options
| author | oweissbarth | 2014-03-11 13:02:36 +0100 |
|---|---|---|
| committer | oweissbarth | 2014-03-11 13:02:58 +0100 |
| commit | 8bc1b7131eed6df556efd1ffcbe9a92f3f60f161 (patch) | |
| tree | aab22bc5a369d81ac4783581a8c10cd7130da729 /www/static/style.css | |
| parent | 7df2c4d16ce7c8ee77e096f4185632b5c0514d76 (diff) | |
| download | files.iamfabulous.de-8bc1b7131eed6df556efd1ffcbe9a92f3f60f161.tar.gz | |
Changed font to something that hopefully scales better. Made login-form input required. Replaced logo png by svg. Added Logout-message.
Diffstat (limited to 'www/static/style.css')
| -rw-r--r-- | www/static/style.css | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/www/static/style.css b/www/static/style.css index 65c97f6..b7c00df 100644 --- a/www/static/style.css +++ b/www/static/style.css @@ -1,3 +1,5 @@ +@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans+SC:300); + /*************************************************************** General Page Styling ****************************************************************/ @@ -7,7 +9,10 @@ } html, body{ height: 100%; - font-family: Impact, Charcoal, sans-serif; + font-family: 'Alegreya Sans SC', sans-serif; + -webkit-font-smoothing: antialiased; + -ms-font-smoothing: antialiased; + font-smoothing: antialiased; } @@ -28,7 +33,7 @@ a.logo{ width: 70px; margin-top: 5px; margin-left: 5px; - background-image: url(./logo.png); + background-image: url(./logo.svg); background-repeat:no-repeat; background-size:66px 66px; background-color:#3083D6; @@ -42,7 +47,7 @@ a.logo{ a.logo:hover{ display: block; background:#2669AB; - background-image: url(./logo.png); + background-image: url(./logo.svg); background-repeat:no-repeat; background-size:66px 66px; background-position: center; @@ -93,5 +98,6 @@ footer{ margin-right: 10px; text-align: right; font-size: 12px; + font-weight: normal; color: white; } |
