X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Froom.css;h=6e77c28c11b550e126112ed0eb277b5e245a5326;hb=1c864a7f5b393bddf3ef4ce94886703d2ac3b21c;hp=d83d559be037aaf1026b26fd5a33eb8b2d15ca9f;hpb=9dd8f58bebb1c7a224c512b977c46799b6f9b6b3;p=brisk.git diff --git a/web/room.css b/web/room.css index d83d559..6e77c28 100644 --- a/web/room.css +++ b/web/room.css @@ -1,5 +1,5 @@ /* - * brisk - brisk.css + * brisk - room.css * * Copyright (C) 2006 matteo.nastasi@milug.org * @@ -20,18 +20,6 @@ * */ -body { - background-image: url('img/bg_capodanno.jpg'); - background-repeat: no-repeat; - background-position: top center; - margin:0px; - - font-size: 12px; - padding: 0px; - - align: center; - } - div.container { width:100%; margin:0px; @@ -41,7 +29,7 @@ div.container { } div.header { - /* border: 1px solid yellow; */ +/* border: 1px solid yellow; */ align: center; text-align: center; font-size: 12px; @@ -73,15 +61,6 @@ div.bottom { clear:left; } -div { - /* position: relative;*/ - font-size: 12px; - } - -td { - font-size: 12px; - } - table.room_tab { border-style: solid; border-width: 1px; @@ -133,6 +112,18 @@ div.room_standup { vertical-align: "top"; } +td.room_standup { +/* + background-color: red; + border-style: solid; + border-width: 1px; + border-color: grey; +*/ + align: center; + text-align: center; + vertical-align: "top"; + } + div.room_ex_standup { position: relative; height: 120px; @@ -145,13 +136,14 @@ div.room_ex_standup { table.table_standup { /* background-color: red; */ border-spacing: 0px; - width: 100%; + width: 100%; margin: 0px; padding:0px; } td.td_standup { text-align: center; + align: center; padding: 0px; margin: 0px; } @@ -176,19 +168,6 @@ td.td_standup { /* font-size: 10pt;*/ } -img { - position: absolute; - border-style: solid; - border-width: 1px; - border-color: grey; - } - -img.nobo { - position: relative; - border-width: 0px; - display: block; margin: auto; -} - .urgmsg { text-align: center; } @@ -196,21 +175,3 @@ img.nobo { .proxhr { /* background-color: green; */ } - -.notify { - border-style: solid; - border-width: 1px; - position: absolute; - width: 500px; - height: 400px; - text-align: center; - background-color: white; - left: 150; - top: 150; - z-index: 10; - visibility: hidden; - filter: alpha(opacity=90); - -moz-opacity: 0.90; - opacity: 0.90; -} -