new background
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 25 Oct 2015 15:11:03 +0000 (16:11 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 25 Oct 2015 15:11:03 +0000 (16:11 +0100)
web/brisk.css
web/room.css

index a16cb13..8d103bc 100644 (file)
 }
 
 body {
-    background-image: url('img/happysunbg.png');
+    background-image: url('img/najole.png');
     background-color: #fafafa;
-    background-repeat: no-repeat;
-    background-position: center center;
+    background-attachment: fixed;
     margin: 0px;
     height: 800px;
     padding: 0px;
@@ -107,7 +106,9 @@ img.ib_nobo {
 }
 
 .notify {
-/*    top: 10%; */
+    background-image: url('img/najole_light.png');
+    background-attachment: fixed;
+
     top: 0;
     padding: 8px;
 
index a9318ce..26e4c7c 100644 (file)
@@ -189,6 +189,9 @@ table.room_tab {
 }
 
 table.room_tab td {
+    background-image: url('img/najole_light.png');
+    background-attachment: fixed;
+
     width: 25%;
     height: 120px;
     vertical-align: top;
@@ -229,6 +232,9 @@ table.room_standup {
     border: 1px solid gray;
     border-spacing: 0px;
     padding: 0px;
+
+    background-image: url('img/najole_light.png');
+    background-attachment: fixed;
 }
 
 table.room_standup td {
@@ -242,7 +248,9 @@ table.login {
     margin: auto;
     border: 1px solid gray;
     margin-top: 8px;
-    background-color: #f0f0f0
+
+    background-image: url('img/najole_light.png');
+    background-attachment: fixed;
  }
 
 table.login td {
@@ -288,6 +296,9 @@ div.esco {
     overflow: auto;
     border: 1px solid gray;
     vertical-align: text-bottom;
+
+    background-image: url('img/najole_light.png');
+    background-attachment: fixed;
 }
 
 .txtt {