diff --git a/apps/aqhome-cgi/modules/html/pics/cancel.png b/apps/aqhome-cgi/modules/html/pics/cancel.png new file mode 100644 index 0000000..20ada8f Binary files /dev/null and b/apps/aqhome-cgi/modules/html/pics/cancel.png differ diff --git a/apps/aqhome-cgi/modules/html/pics/edit.png b/apps/aqhome-cgi/modules/html/pics/edit.png new file mode 100644 index 0000000..3e23e5f Binary files /dev/null and b/apps/aqhome-cgi/modules/html/pics/edit.png differ diff --git a/apps/aqhome-cgi/modules/html/pics/graph.png b/apps/aqhome-cgi/modules/html/pics/graph.png new file mode 100644 index 0000000..77d7157 Binary files /dev/null and b/apps/aqhome-cgi/modules/html/pics/graph.png differ diff --git a/apps/aqhome-cgi/modules/html/pics/minus.png b/apps/aqhome-cgi/modules/html/pics/minus.png new file mode 100644 index 0000000..6fe6cf6 Binary files /dev/null and b/apps/aqhome-cgi/modules/html/pics/minus.png differ diff --git a/apps/aqhome-cgi/modules/html/pics/ok.png b/apps/aqhome-cgi/modules/html/pics/ok.png new file mode 100644 index 0000000..3a6984f Binary files /dev/null and b/apps/aqhome-cgi/modules/html/pics/ok.png differ diff --git a/apps/aqhome-cgi/modules/html/pics/plus.png b/apps/aqhome-cgi/modules/html/pics/plus.png new file mode 100644 index 0000000..dd4a665 Binary files /dev/null and b/apps/aqhome-cgi/modules/html/pics/plus.png differ diff --git a/apps/aqhome-cgi/modules/html/style.css b/apps/aqhome-cgi/modules/html/style.css new file mode 100644 index 0000000..18a4b39 --- /dev/null +++ b/apps/aqhome-cgi/modules/html/style.css @@ -0,0 +1,63 @@ +body { + background-color: whitesmoke; +} + +table.datatable { + border: thin solid; + border-collapse: collapse; +} + + +table.datatable th, td { + border: thin solid; + border-collapse: collapse; + padding: 5px; +} + + +table.datatable tbody tr:nth-child(odd) { + background-color: #ffffff; +} + + + +table.formtable { + border: thin solid; + border-collapse: collapse; +} + + +table.formtable th, td { + border: thin solid; + border-collapse: collapse; + padding: 5px; +} + + + +ul.mainmenu { + list-style-type: none; + margin: 0; + padding: 0; + overflow: hidden; + background-color: #333333; +} + + +ul.mainmenu li { + float: left; +} + +ul.mainmenu li a { + display: block; + color: white; + text-align: center; + padding: 14px 16px; + text-decoration: none; +} + +ul.mainmenu li a:hover { + background-color: #111111; +} + +