Tweak design, new font
This commit is contained in:
parent
f60d547ea0
commit
5ca92c6914
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<title> </title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
|
||||
<script src="genregen.js"></script>
|
||||
|
|
14
style.css
14
style.css
|
@ -4,18 +4,18 @@
|
|||
}
|
||||
|
||||
body, html {
|
||||
font-family: sans-serif;
|
||||
font-family: 'PT Sans Narrow', sans-serif;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#title {
|
||||
margin-top: 50px;
|
||||
font-size: 50px;
|
||||
margin-top: 50pt;
|
||||
font-size: 40pt;
|
||||
}
|
||||
|
||||
#genre {
|
||||
margin-top: 50px;
|
||||
font-size: 50px;
|
||||
margin-top: 40px;
|
||||
font-size: 60pt;
|
||||
font-weight: bold;
|
||||
color: #666;
|
||||
}
|
||||
|
@ -26,8 +26,8 @@ body, html {
|
|||
}
|
||||
|
||||
#impressum {
|
||||
margin-top: 5px;
|
||||
font-size: 10px;
|
||||
margin-top: 14pt;
|
||||
font-size: 14pt;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue