X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Froom.css;h=e2c0d0ba0b1d54ef3b24b3437d77103b79edab67;hb=fab43428bee37a9a8f1a2955d27a5da38f3b02ed;hp=073ab99d033083d1f9557d12cbbcba2417efd897;hpb=179cbadb2684663641dfe54a3f7f8f50370b2fb3;p=brisk.git diff --git a/web/room.css b/web/room.css index 073ab99..e2c0d0b 100644 --- a/web/room.css +++ b/web/room.css @@ -23,6 +23,27 @@ * */ +a.flat:link { + color: RGB(255, 174,0); + line-height: 20px; + text-decoration: none; +} + +a.flat:visited { + color: RGB(255, 174,0); + line-height: 20px; + text-decoration: none; +} + +a.flat:hover { + color: RGB(255, 174,0); + line-height: 20px; + font-weight: bold; + text-decoration: none; +} + + + body.* { margin:0px; padding: 0px; @@ -211,6 +232,7 @@ table.login { margin: auto; border: 1px solid gray; margin-top: 8px; + background-color: #f0f0f0 } table.login td {