X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Froom.css;h=4fb4d2e27cbe0203c204a9be6d4965f0b9909be3;hb=444a704781e0f880e78b4afacb5fe500feb2fdd0;hp=20848d14db6975ab40c3f9770cec9b28cba46ac1;hpb=b4451fb7ba081a9ad657b77f0c5054cf6b54c2bd;p=brisk.git diff --git a/web/room.css b/web/room.css index 20848d1..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 @@ -41,8 +41,7 @@ div.header { } div.topmenu { - /* border: 1px solid red; */ - float:left; + /* border: 1px solid red; */ width:90px; margin:0; text-align: center; @@ -70,9 +69,10 @@ div.tables { div.bottom { /* border: 1px solid green; */ position: relative; - top: -24px; - text-align: left; - padding:4px; + top: -13px; + align: center: + text-align: center; + padding:2px; clear:left; } @@ -84,15 +84,35 @@ div.room_tit { padding: 6px; } +table.floaty { + width: 100%; + /* border: 1px solid red; */ + border-collapse: collapse; + border-spacing: 0px; + padding: 0px; +} + +table.floaty td { + /* border: 1px solid orange; */ + align: center; + text-align: center; + vertical-align: top; +} + +table.floaty td.floatyleft { + width: 100px; +} + table.macro { /* border: 1px solid orange; */ + border-spacing: 0px; align: center; width: 100%; padding: 0px; } table.macro td { - /* border: 1px solid green; */ + /* border: 1px solid green; */ align: center; text-align: center; } @@ -110,7 +130,7 @@ div.room_tab { table.room_tab { width: 100%; - border: 0px solid red; + /* border: 0px solid red; */ border-collapse: separate; border-spacing: 4px; border-style: none; @@ -142,20 +162,22 @@ div.table_act { div.room_standup { position: absolute; + vertical-align: "top"; + /* align: left; */ top: 26px; width: 100%; height: 80px; - align: left; overflow: auto; padding: 0px; margin: 0px; - vertical-align: "top"; } table.room_standup { - margin-left: 4px; + /* margin-left: 4px; */ width: 100%; - border: 1px solid grey; + border: 1px solid gray; + border-spacing: 0px; + padding: 0px; } table.room_standup td { @@ -170,12 +192,11 @@ div.room_ex_standup { align: left; text-align: left; padding: 0px; - margin: 0px; + } table.table_standup { /* background-color: red; */ - /* background-color: green; */ border-spacing: 0px; width: 100%; @@ -184,6 +205,9 @@ table.table_standup { } table.table_standup td { + /* background-color: green; */ + /* border: 1px solid red; */ + width: 25%; text-align: center; align: center; padding: 0px; @@ -200,8 +224,8 @@ div.esco { .chatt { height: 100px; overflow: auto; - border: 1px solid grey; - padding: 2px; + border: 1px solid gray; + padding: 2px; vertical-align: text-bottom; } @@ -218,10 +242,41 @@ div.esco { } .proxhr { - /* background-color: green; */ - position: absolute; + /* 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; +}