X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Froom.css;h=89640259bfd441642e8b362a2b16cd1e2ca0e909;hb=HEAD;hp=ab78151ce4ff788f91731e0e4b64c634eb4bed54;hpb=7964a34f79c99b45bf084c375b81ef989bc16f09;p=brisk.git diff --git a/web/room.css b/web/room.css index ab78151..8964025 100644 --- a/web/room.css +++ b/web/room.css @@ -70,13 +70,14 @@ div.topmenu { padding: 2px 2px 0 2px; } -div.proflash { +div.proaudio { border: 1px solid gray; background-color: RGB(246,246,246); text-align: center; align: center; font-size: 85%; - padding:4px; + padding: 4px; + margin: 4px; } div.tables { @@ -138,7 +139,7 @@ table.placings td } table.placing { - background-image: url('img/najole_light.png'); + background-image: url('img/brisk-bg-light.png'); background-attachment: fixed; border: 1px solid gray; @@ -149,8 +150,14 @@ table.placing { table.placing th { border: 1px solid gray; - text-align: center; - padding: 4px; + text-align: right; + padding: 8px; + min-width: 50px; +} + +table.placing th span { + font-weight: normal; + float: left; } table.placing td { @@ -196,7 +203,7 @@ table.room_tab td { -moz-border-radius: 8px; border-radius: 8px; - background-image: url('img/najole_light.png'); + background-image: url('img/brisk-bg-light.png'); background-attachment: fixed; width: 25%; @@ -244,7 +251,7 @@ table.room_standup { border-spacing: 0px; padding: 0px; - background-image: url('img/najole_light.png'); + background-image: url('img/brisk-bg-light.png'); background-attachment: fixed; } @@ -264,7 +271,7 @@ table.login { border: 1px solid gray; margin-top: 8px; - background-image: url('img/najole_light.png'); + background-image: url('img/brisk-bg-light.png'); background-attachment: fixed; } @@ -316,7 +323,7 @@ div.esco { -moz-border-radius: 4px; border-radius: 4px; - background-image: url('img/najole_light.png'); + background-image: url('img/brisk-bg-light.png'); background-attachment: fixed; } @@ -510,10 +517,29 @@ table.info { table.info td { border-top: 1px solid grey; - padding: 4px; - width: 50%; + padding: 6px; + width: 25%; } +table.info td.triple { + border-top: 2px solid #000000; +} + +table.info td.head span.title { + cursor: help; +} + +table.info td.head span { + font-weight: bold; +} + +table.info td.data { + background-color: white; +} +table.info td.data span { + text-align: left; + font-style: italic; +} table.info table.fiverank { border-collapse: collapse; @@ -575,16 +601,20 @@ table.info td.info-opt { padding: 0px 4px 4px 4px; } +table.info td.b-right { + border-right: 1px solid grey; + } + table.info td.noborder { border-top: 0px; } table.info td.le { - padding-left: 16px; + padding-left: 8px; } table.info td.ro { - padding-right: 16px; + padding-right: 8px; } body.explain h1 {