}
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;
}
.notify {
-/* top: 10%; */
+ background-image: url('img/najole_light.png');
+ background-attachment: fixed;
+
top: 0;
padding: 8px;
}
table.room_tab td {
+ background-image: url('img/najole_light.png');
+ background-attachment: fixed;
+
width: 25%;
height: 120px;
vertical-align: top;
border: 1px solid gray;
border-spacing: 0px;
padding: 0px;
+
+ background-image: url('img/najole_light.png');
+ background-attachment: fixed;
}
table.room_standup td {
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 {
overflow: auto;
border: 1px solid gray;
vertical-align: text-bottom;
+
+ background-image: url('img/najole_light.png');
+ background-attachment: fixed;
}
.txtt {