This time I really fixed the css. almost.

master
b3yond 2018-02-17 12:30:06 +01:00
parent 6c6be9d747
commit ab9aa1070c
4 changed files with 17 additions and 7 deletions

View File

@ -2,7 +2,7 @@
<title>Ticketfrei</title>
<link rel='stylesheet' href='/static/css/style.css'>
</head>
<body style="background-image: url(/static/img/wallpaper.png)">
<body>
<div class="area">
<h1><a href="/"><img src="/static/img/ticketfrei_logo.png" alt="Ticketfrei" height="150px" align="center" style="float: none;"></a></h1>

View File

@ -1,9 +1,12 @@
body {
background-image: url(../img/wallpaper.png);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
line-height: 1.5em;
background-position: center top;
margin: 0;
display: flex;
flex-direction: column;
}
.area {
@ -11,9 +14,13 @@ body {
max-width: 600px;
margin-left: auto;
margin-right: auto;
text-align: center;
flex: 1 0 auto;
/*
min-height: 100%;
position: relative;
height: auto !important;
height: 600px;
text-align: center;
*/
}
.text {
@ -63,8 +70,9 @@ input[type=text], input[type=password] {
.footer {
padding: 2em;
position: absolute;
bottom: 0;
text-align: center;
width: 540px;
height: 30px;
flex-shrink: 0;
}

View File

@ -2,7 +2,7 @@
<title>Ticketfrei</title>
<link rel='stylesheet' href='/static/css/style.css'>
</head>
<body style="background-image: url(static/img/wallpaper.png)">
<body>
<div class="area">
<h1><a href="/"><img src="/static/img/ticketfrei_logo.png" alt="Ticketfrei" height="150px" align="center" style="float: none;"></a></h1>

View File

@ -2,7 +2,7 @@
<title>Ticketfrei</title>
<link rel='stylesheet' href='css/style.css'>
</head>
<body style="background-image: url(img/wallpaper.png)">
<body>
<div class="area">
<h1><a href="/"><img src="/static/img/ticketfrei_logo.png" alt="Ticketfrei" height="150px" align="center" style="float: none;"></a></h1>
@ -23,9 +23,11 @@
</div>
</div>
</form>
<div class=footer>
Contribute on <a href="https://github.com/b3yond/ticketfrei">GitHub!</a>
</div>
</div>
</body>