diff --git a/homepage/images/version.svg b/homepage/images/version.svg new file mode 100644 index 0000000..87ef705 --- /dev/null +++ b/homepage/images/version.svg @@ -0,0 +1 @@ +version: 0.4version0.4 \ No newline at end of file diff --git a/homepage/top.html b/homepage/top.html index f56035e..36b2379 100644 --- a/homepage/top.html +++ b/homepage/top.html @@ -22,6 +22,11 @@ body { position: absolute; top: 0px; left: 0px; + } + #content2 img { + position: absolute; + top: 0px; + right: 0px; } @@ -38,5 +43,8 @@ body { System Info | Tools

+
+ +
diff --git a/scripts/index.html b/scripts/index.html index be41683..1acf438 100644 --- a/scripts/index.html +++ b/scripts/index.html @@ -1,48 +1,94 @@ -
- -
+ + +
+
-
- -
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+ diff --git a/scripts/style.css b/scripts/style.css new file mode 100644 index 0000000..5ef8516 --- /dev/null +++ b/scripts/style.css @@ -0,0 +1,103 @@ +/* style sheet */ +* { + box-sizing: border-box; +} + +.row { + display: flex; +} + +.column { + flex: 50%; + padding-right: 5px; +} + +table { + margin: 0 auto; + font-size: large; + border-collapse: collapse; + border-spacing: 0; + width: 100%; + border: 1px solid black; +} + +h1 { + text-align: center; + color: black; + font-size: xx-large; + font-family: 'Gill Sans', 'Gill Sans MT', + ' Calibri', 'Trebuchet MS', 'sans-serif'; +} + +h2 { + text-align: center; + color: black; + font-size: large; + font-family: 'Gill Sans', 'Gill Sans MT', + ' Calibri', 'Trebuchet MS', 'sans-serif'; +} + +td { + background-color: rgb(119, 196, 135); + border: 1px solid black; +} + +th, +td { + font-weight: bold; + border: 1px solid black; + padding: 10px; + text-align: center; + background-color: rgb(219, 296, 235); +} + +@media screen and (max-width: 800px) { + .column { + float: none; + width: 100%; + } + table { + margin: 0 auto; + font-size: medium; + border-collapse: collapse; + border-spacing: 1; + width: 100%; + border: 1px solid black; + } + + h1 { + text-align: center; + color: black; + font-size: large; + font-family: 'Gill Sans', 'Gill Sans MT', + ' Calibri', 'Trebuchet MS', 'sans-serif'; + } + + h2 { + text-align: center; + color: black; + font-size: large; + font-family: 'Gill Sans', 'Gill Sans MT', + ' Calibri', 'Trebuchet MS', 'sans-serif'; + } + + td { + background-color: rgb(119, 196, 135); + border: 1px solid black; + } + + th, + td { + font-weight: bold; + border: 1px solid black; + padding: 10px; + text-align: center; + } +} + +td { + font-weight: lighter; +} +body::-webkit-scrollbar { + display:none +} diff --git a/scripts/viewdb.php b/scripts/viewdb.php index 4f85d38..2a1ab97 100644 --- a/scripts/viewdb.php +++ b/scripts/viewdb.php @@ -62,110 +62,7 @@ $mysqli->close(); BirdNET-Pi DB - +