X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Froom.css;h=0ea24e332987e922c5c8bb51a57a64b9029d9bde;hb=515592aef07a347102b36f2de400e23285df159e;hp=b652723a8018212b8d83e5cd68a4f79f138e8b8a;hpb=ba124be15839e2a62fa793b70869e0209f8daf90;p=brisk.git diff --git a/web/room.css b/web/room.css index b652723..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; } @@ -207,6 +264,19 @@ table.room_standup td { align: left; } +table.login { + margin: auto; + border: 1px solid gray; + margin-top: 8px; + background-color: #f0f0f0 + } + +table.login td { + padding: 4px; + vertical-align: middle; + } + + div.room_ex_standup { position: relative; height: 106px;