X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Froom.css;h=48a116985038e2bbdf201ac1f67d3ae5798015d5;hb=8866b31f28b69c5dd2857960ddeea08bcb9725d5;hp=679c7f14022a3a08efe5ed77df54ac092bd3474f;hpb=3c9d82a70413ec51c70359bd22f76d5fb6739fdf;p=brisk.git diff --git a/web/room.css b/web/room.css index 679c7f1..48a1169 100644 --- a/web/room.css +++ b/web/room.css @@ -70,8 +70,9 @@ div.bottom { /* border: 1px solid green; */ position: relative; top: -13px; - text-align: left; - padding:2px; + align: center: + text-align: center; + padding:2px; clear:left; } @@ -241,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; +}