91 lines
2.4 KiB
HTML
91 lines
2.4 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|||
|
<html lang=nl> <head><title>KPN Wi-Fi Herstellen</title><meta http-equiv=content-type content="text/html; charset=windows-1250"><style>
|
|||
|
* {
|
|||
|
font-size: 13px;
|
|||
|
font-family: Arial, Helvetica, sans-serif;
|
|||
|
}
|
|||
|
html,body{
|
|||
|
padding: 0px;
|
|||
|
margin: 0px;
|
|||
|
}
|
|||
|
#wrapper, #header, #content, #footer {
|
|||
|
width: 100%;
|
|||
|
min-width: 100%!important;
|
|||
|
}
|
|||
|
#header {
|
|||
|
background: url('logo.png'), url('bg.png');
|
|||
|
background-size: auto 48px, 100%;
|
|||
|
background-repeat: no-repeat, repeat-y;
|
|||
|
background-position: 16px 16px, left;
|
|||
|
height: 80px;
|
|||
|
line-height: 80px;
|
|||
|
font-size: 30px;
|
|||
|
font-weight: bold;
|
|||
|
color: white;
|
|||
|
text-align: center;
|
|||
|
}
|
|||
|
#content table {
|
|||
|
position: absolute;
|
|||
|
top: 50%;
|
|||
|
left: 50%;
|
|||
|
margin-top: -63px;
|
|||
|
margin-left: -200px;
|
|||
|
border: 2px solid #82ae36;
|
|||
|
height: 126px;
|
|||
|
width: 400px;
|
|||
|
padding-bottom: 10px;
|
|||
|
}
|
|||
|
#content table thead th {
|
|||
|
background-color: #82ae36;
|
|||
|
color: white;
|
|||
|
padding: 0px 0px 3px;
|
|||
|
}
|
|||
|
#footer {
|
|||
|
position: absolute;
|
|||
|
bottom: 0px;
|
|||
|
text-align: center;
|
|||
|
font-size: 12px;
|
|||
|
height: 32px;
|
|||
|
}
|
|||
|
#footer .bar {
|
|||
|
margin-top: 3px;
|
|||
|
background-color: #6ba53a;
|
|||
|
height: 15px;
|
|||
|
}
|
|||
|
.error {
|
|||
|
color: red;
|
|||
|
font-size: 12px;
|
|||
|
}
|
|||
|
@media screen and (min-width: 411px) and (max-width: 550px) {
|
|||
|
#header {
|
|||
|
text-align: right;
|
|||
|
}
|
|||
|
#header .spacer {
|
|||
|
display: inline-block;
|
|||
|
width: 20px;
|
|||
|
}
|
|||
|
}
|
|||
|
@media screen and (max-width: 410px) {
|
|||
|
#header {
|
|||
|
font-size: 20px;
|
|||
|
text-align: right;
|
|||
|
}
|
|||
|
#header .spacer {
|
|||
|
display: inline-block;
|
|||
|
width: 20px;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
#content table {
|
|||
|
position: absolute;
|
|||
|
top: 50%;
|
|||
|
left: 0px;
|
|||
|
margin-top: -63px;
|
|||
|
margin-left: 0px;
|
|||
|
border: 2px solid #82ae36;
|
|||
|
height: 126px;
|
|||
|
width: 100%!important;
|
|||
|
padding-bottom: 10px;
|
|||
|
}
|
|||
|
}
|
|||
|
</style></head> <body> <div id=wrapper> <div id=header> Wi-Fi<sup><EFBFBD></sup> Herstellen<span class=spacer></span> </div> <div id=content> <table cellspacing=0> <thead> <tr><th colspan=3> KPN Wi-Fi<sup><EFBFBD></sup> Herstellen </th></tr> </thead> <tbody> <tr> <td colspan=3> <center>Een moment geduld a.u.b...<br> Uw Wi-Fi verbinding word hersteld en is binnen enkele seconden weer beschikbaar. </center> </td> </tr> </tbody> </table> </div> <div id=footer> Copyright © 2015-2016 KPN. All rights reserved. <div class=bar></div> </div> </div> </body> </html>
|