X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Froom.css;h=4fb4d2e27cbe0203c204a9be6d4965f0b9909be3;hb=444a704781e0f880e78b4afacb5fe500feb2fdd0;hp=bcbd20a6e627c80def4450769b2c1a589f7e3e1b;hpb=1815d0e050a41368bbcb05855c37cf96294516b4;p=brisk.git diff --git a/web/room.css b/web/room.css index bcbd20a..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 @@ -242,9 +242,41 @@ div.esco { } .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; +}