X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Froom.css;h=0ea24e332987e922c5c8bb51a57a64b9029d9bde;hb=515592aef07a347102b36f2de400e23285df159e;hp=073ab99d033083d1f9557d12cbbcba2417efd897;hpb=179cbadb2684663641dfe54a3f7f8f50370b2fb3;p=brisk.git diff --git a/web/room.css b/web/room.css index 073ab99..0ea24e3 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; @@ -114,6 +135,42 @@ table.floaty td { vertical-align: top; } +table.classifics { +/* border: 1px solid red; */ +/* border-collapse: collapse; */ + border-spacing: 8px; + margin: 0px; + width: 100%; +} + +table.classifics td +{ + border: 1px solid gray; + padding: auto; + margin: auto; + vertical-align: top; + text-align: center; +} + +table.classific { + border: 1px solid gray; + border-collapse: collapse; + border-spacing: 0px; + margin: auto; +} + +table.classific th { + border: 1px solid gray; + text-align: center; + padding: 4px; +} + +table.classific td { + border: 1px solid gray; + text-align: center; + padding: 4px; +} + table.floaty td.floatyleft { width: 100px; } @@ -211,6 +268,7 @@ table.login { margin: auto; border: 1px solid gray; margin-top: 8px; + background-color: #f0f0f0 } table.login td {