Add www directory.
[qzeecontrol] / www / style.css
diff --git a/www/style.css b/www/style.css
new file mode 100644 (file)
index 0000000..1e9f8f9
--- /dev/null
@@ -0,0 +1,42 @@
+div.top {
+               position: absolute;
+               left: 20px;
+               top: 20px;
+               height: 510px;
+               right: 30px;
+               background-color: #efefef;
+               vertical-align: middle;
+               text-align: center;
+}
+div.cont {
+               position: absolute;
+               left: 20px;
+               top: 545px;
+               right: 30px;
+               background-color: #efefef;
+}
+
+img {
+               border-width: 0px;
+}
+
+body {
+               font-family: Arial, sans-serif;
+}
+
+a:link { 
+               text-decoration: none; 
+               color: #558eec; 
+}
+a:visited { 
+               text-decoration: none; 
+               color: #456aa2; 
+}
+
+h2.release {
+               text-align: center;
+}
+
+td {
+  text-align: center;
+}