X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Froom.css;h=4fb4d2e27cbe0203c204a9be6d4965f0b9909be3;hb=444a704781e0f880e78b4afacb5fe500feb2fdd0;hp=e952a6a94d252e0e92a6c535d33c76729c60c060;hpb=006ab1d2517a44e763985fe00dd6987aa6aa6412;p=brisk.git diff --git a/web/room.css b/web/room.css index e952a6a..4fb4d2e 100644 --- a/web/room.css +++ b/web/room.css @@ -1,7 +1,7 @@ /* * brisk - room.css * - * Copyright (C) 2006 matteo.nastasi@milug.org + * Copyright (C) 2006-2007 matteo.nastasi@milug.org * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,12 +20,16 @@ * */ +body.* { + margin:0px; + padding: 0px; +} + div.container { + /* border:1px solid gray; */ width:100%; margin:0px; padding: 0px; - /* border:1px solid gray; - line-height:150%; */ } div.header { @@ -37,8 +41,7 @@ div.header { } div.topmenu { - /* border: 1px solid red; */ - float:left; + /* border: 1px solid red; */ width:90px; margin:0; text-align: center; @@ -66,118 +69,172 @@ div.tables { div.bottom { /* border: 1px solid green; */ position: relative; - top: -16px; - text-align: left; - padding:4px; + top: -13px; + align: center: + text-align: center; + padding:2px; clear:left; } -table.room_tab { - border-style: solid; - border-width: 1px; - border-color: grey; +div.room_tit { + /* background-color: orange; */ + align: left; + text-align: left; + margin: 0px; + padding: 6px; +} + +table.floaty { + width: 100%; + /* border: 1px solid red; */ border-collapse: collapse; border-spacing: 0px; - align: center; padding: 0px; - width: 680px; } -td.room_td { - /* background-color: yellow;*/ - width: 170px; - height: 140px; - vertical-align: "top"; - border-width: 1px; +table.floaty td { + /* border: 1px solid orange; */ + align: center; + text-align: center; + vertical-align: top; +} - border-style: solid; - border-width: 1px; - border-color: grey; - border-collapse: collapse; - margin: 0px; - padding:0px; +table.floaty td.floatyleft { + width: 100px; } -div.room_div { - position: relative; +table.macro { + /* border: 1px solid orange; */ + border-spacing: 0px; + align: center; + width: 100%; + padding: 0px; +} + +table.macro td { + /* border: 1px solid green; */ align: center; text-align: center; - width: 170px; - height: 140px; - margin: 0px; - padding: 4px; +} + +div.room_tab { + /* border: 1px solid blue; */ + /* background-color: green; */ + height: 346px; + margin-left: auto; + margin-right: auto; + min-width: 680px; + max-width: 900px; + overflow: auto; +} + +table.room_tab { + width: 100%; + /* border: 0px solid red; */ + border-collapse: separate; + border-spacing: 4px; + border-style: none; +} + +table.room_tab td { + /* background-color: yellow; */ + height: 110px; + vertical-align: top; + border: 1px solid gray; + } + + + +div.room_div { + /* background-color: orange; */ + position: relative; } div.table_act { position: absolute; - align: center; + align: right; + text-align: right; width: 100%; - left: 0px; - bottom: 4px; + right: 4px; + top: 2px; } div.room_standup { - height: 68px; - align: left; - overflow: auto; + position: absolute; vertical-align: "top"; + /* align: left; */ + top: 26px; + width: 100%; + height: 80px; + overflow: auto; + padding: 0px; + margin: 0px; } -td.room_standup { - /* - background-color: red; - border-style: solid; - border-width: 1px; - border-color: grey; - */ - align: center; - text-align: center; - vertical-align: "top"; +table.room_standup { + /* margin-left: 4px; */ + width: 100%; + border: 1px solid gray; + border-spacing: 0px; + padding: 0px; } +table.room_standup td { + /* background-color: yellow; */ + border: 0px none gray; + vertical-align: top; + } + div.room_ex_standup { position: relative; - height: 120px; + height: 106px; align: left; text-align: left; - padding: 4px; - /* vertical-align: "top"; */ + padding: 0px; + } table.table_standup { /* background-color: red; */ + border-spacing: 0px; width: 100%; margin: 0px; padding:0px; } -td.td_standup { +table.table_standup td { + /* background-color: green; */ + /* border: 1px solid red; */ + width: 25%; text-align: center; align: center; padding: 0px; margin: 0px; } -.esco { +div.esco { position: absolute; - text-align: center; - bottom: 4px; + text-align: right; + top: 2px; right: 4px; } - .chatt { height: 100px; overflow: auto; - border: 1px solid grey; - padding: 2px; + border: 1px solid gray; + padding: 2px; vertical-align: text-bottom; } .txtt { /* font-size: 10pt;*/ + position: relative; + + top: 2px; + /* rows: 1; */ } .urgmsg { @@ -185,5 +242,41 @@ td.td_standup { } .proxhr { - /* background-color: green; */ + /* background-color: green; */ + align: center; + text-align: center; + width: 100%; + top: 28px; +} + +.webstart { + position: absolute; + background-color: white; + left: 100px; + visibility: hidden; + border: 1px solid gray; + align: left; + text-align: left; + /* width: 100px; + height: 300px; */ + padding: 8px; + +} + +.webstart a:link { + color: black; + line-height: 20px; + text-decoration: none; +} + +.webstart a:visited { + color: black; + line-height: 20px; + text-decoration: none; +} + +.webstart a:hover { + color: RGB(255,174,0); + line-height: 20px; + text-decoration: none; }