From 68ede4f3b618a39cd6c704778484f64d8c8009df Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 25 Oct 2015 16:11:03 +0100 Subject: [PATCH] new background --- web/brisk.css | 9 +++++---- web/room.css | 13 ++++++++++++- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/web/brisk.css b/web/brisk.css index a16cb13..8d103bc 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -28,10 +28,9 @@ } 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; diff --git a/web/room.css b/web/room.css index a9318ce..26e4c7c 100644 --- a/web/room.css +++ b/web/room.css @@ -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 { -- 2.17.1