X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Froom.css;h=717f7ed1d03cedcb398249e1733fb3ddd733b3ee;hb=53f1d7c93385df967eb95ece569aa2144626380b;hp=cda2a5caef42f52e384ddeb38d8f0152bba7847b;hpb=d5d4b239124be40469341d69ec5b967e979c656f;p=brisk.git diff --git a/web/room.css b/web/room.css index cda2a5c..717f7ed 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; @@ -54,6 +42,17 @@ div.topmenu { width:90px; margin:0; text-align: center; + align: center; + font-size: 10px; + padding:4px; + } + +div.proflash { + /* border: 1px solid red; */ + border: 1px solid gray; + background-color: RGB(246,246,246); + text-align: center; + align: center; font-size: 10px; padding:4px; } @@ -73,15 +72,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 +123,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,22 +147,23 @@ 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; } .esco { position: absolute; - text-align: center; - width: 100%; + text-align: center; bottom: 4px; + right: 4px; } @@ -176,19 +179,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,37 +186,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; -} - -input.button { - border: 1px solid gray; - color: Black; - background-color: white; - vertical-align: middle; - text-decoration:none; - font-size: 100%; - cursor: pointer; - height: 20px ! important; - max-height: 20px ! important; - min-height: 20px ! important; - margin: 1px; - display: inline; -} - -