aboutsummaryrefslogtreecommitdiff
path: root/backends/networking/wwwroot/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'backends/networking/wwwroot/style.css')
-rw-r--r--backends/networking/wwwroot/style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/backends/networking/wwwroot/style.css b/backends/networking/wwwroot/style.css
new file mode 100644
index 0000000000..f092b058a8
--- /dev/null
+++ b/backends/networking/wwwroot/style.css
@@ -0,0 +1,21 @@
+body, .header { background: #FFCC33; }
+
+.container {
+ width: 80%;
+ margin: 0 auto;
+}
+
+.header {
+ padding: 10pt;
+ /*margin: 8pt;*/
+ margin-bottom: 0;
+}
+
+.content {
+ padding: 8pt;
+ background: rgb(251, 241, 206);
+ font-family: Tahoma;
+ font-size: 16pt;
+}
+
+.content p { margin: 0 0 6pt 0; } \ No newline at end of file