Test Commit

This commit is contained in:
schrom01 2023-08-16 18:26:11 +02:00
parent 5c9d17eec0
commit 3500ee074a
3 changed files with 10125 additions and 5 deletions

10038
css/bootstrap.css vendored Normal file

File diff suppressed because it is too large Load Diff

73
css/custom.css Normal file
View File

@ -0,0 +1,73 @@
.activeWatch {
background-color: lightgray;
}
h2 {
margin-left: 10px;
margin-top: 25px !important;
}
.table-bordered {
width: 100%;
table-layout: fixed;
text-align: center;
/*border: 1px solid #0e0017 !important;*/
}
td {
overflow-wrap: break-word;
}
button {
/*background-color: lightgray;*/
/*border: none;*/
/*color: white;*/
padding: 1% 5%;
text-align: center;
text-decoration: none;
display: inline-block;
/*font-size: 16px;*/
border-radius: 20px;
}
button, .form-group{
margin: 5px !important;
}
input {
text-align: center;
}
.stopButton, .resetButton {
width: 98% !important;
}
.form-group {
width: 98%;
}
.tableHeader {
min-width: 100px;
}
html, body {
height: 100%;
margin: 0;
}
.wrapper {
min-height: 100%;
/* Equal to height of footer */
/* But also accounting for potential margin-bottom of last child */
margin-bottom: -200px;
}
footer,
.push {
height: 200px;
}
.footer {
vertical-align: top;
text-align: left;
}

View File

@ -1,7 +1,15 @@
<html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/custom.css?v=1.1">
<link rel="stylesheet" href="css/bootstrap.css">
<title>Silias Zefix Suche</title>
<h1>Zefix Search</h1>
</html>
</head>
<body>
Diese Webseite wird gerade neu entwickelt und steht demnächst zur Verfügung.
@ -12,7 +20,7 @@ include 'env_vars.php';
?>
<html>
<footer class="text-center">
<div class="container footer">
@ -33,7 +41,7 @@ include 'env_vars.php';
<td class="footer">
<div class="col-12">
<p><span><b>Datenquelle</b></span><br>
Zentraler Firmenindex
Zentraler Firmenindex<br>
Eidgenössisches Justiz- und Polizeidepartement (EJPD)<br>
Bundesamt für Justiz (BJ)<br>
<a href="https://www.zefix.admin.ch" target="_blank">www.zefix.admin.ch</a><br>
@ -47,4 +55,5 @@ include 'env_vars.php';
</div>
</footer>
</body>
</html>