X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Froom.css;h=832ebff2d813bd55bc024057fcb140064c64a85e;hb=975b6a94022c79a04471df708c9ce8de351fee94;hp=c709a3af0a93099f82d737b90182768926e9f0a8;hpb=e941e33787f5686885b88070a68005aa1eab5273;p=brisk.git diff --git a/web/room.css b/web/room.css index c709a3a..832ebff 100644 --- a/web/room.css +++ b/web/room.css @@ -95,10 +95,10 @@ div.bottom { div.room_tit { position: relative; - top: 6px; align: left; text-align: left; margin: 0px; + padding: 6px; } span.room_titin { @@ -138,6 +138,9 @@ table.placings td } table.placing { + background-image: url('img/najole_light.png'); + background-attachment: fixed; + border: 1px solid gray; border-collapse: collapse; border-spacing: 0px; @@ -189,6 +192,13 @@ table.room_tab { } table.room_tab td { + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + border-radius: 8px; + + background-image: url('img/najole_light.png'); + background-attachment: fixed; + width: 25%; height: 120px; vertical-align: top; @@ -224,11 +234,18 @@ div.room_standup { } table.room_standup { + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + border-radius: 8px; + position: relative; width: 100%; border: 1px solid gray; border-spacing: 0px; padding: 0px; + + background-image: url('img/najole_light.png'); + background-attachment: fixed; } table.room_standup td { @@ -239,10 +256,16 @@ table.room_standup td { } table.login { + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + border-radius: 8px; + margin: auto; border: 1px solid gray; margin-top: 8px; - background-color: #f0f0f0 + + background-image: url('img/najole_light.png'); + background-attachment: fixed; } table.login td { @@ -288,6 +311,13 @@ div.esco { overflow: auto; border: 1px solid gray; vertical-align: text-bottom; + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + + background-image: url('img/najole_light.png'); + background-attachment: fixed; } .txtt { @@ -301,13 +331,17 @@ div.esco { .proxhr { position: relative; - top: 10px; + top: 2px; width: 100%; align: center; text-align: center; } .webstart_hilite { + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + background: #ffd780; border: 1px solid #ffae00; padding: 6px; @@ -315,6 +349,10 @@ div.esco { } .webstart { + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + position: absolute; background-color: white; left: 80px; @@ -345,6 +383,10 @@ div.esco { } .sidebanner { + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + /* Top Right Bottom Left */ margin: 4px auto 0px auto; position: relative; @@ -457,3 +499,138 @@ img.tickbut { margin-top:4px; } +span.id_usr { + cursor: pointer; +} + +table.info { + margin: auto; + border-collapse: collapse; +} + +table.info td { + border-top: 1px solid grey; + 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; + margin: auto; +} + +table.info table.fiverank td { + border-top: 0px; + padding: 0px 0px 0px 0px; + text-align: center; + vertical-align: middle; + width: 20%; +} + +table.info table.fiverank td.c1t { + padding-top: 4px; + background-color: #ffabab; +} +table.info table.fiverank td.c2t { + padding-top: 4px; + background-color: #ffd3ab; +} +table.info table.fiverank td.c3t { + padding-top: 4px; + background-color: #fffcab; +} +table.info table.fiverank td.c4t { + padding-top: 4px; + background-color: #d4f4ab; +} +table.info table.fiverank td.c5t { + padding-top: 4px; + background-color: #abecab; +} + +table.info table.fiverank td.c1b { + padding-bottom: 4px; + background-color: #ffabab; +} +table.info table.fiverank td.c2b { + padding-bottom: 4px; + background-color: #ffd3ab; +} +table.info table.fiverank td.c3b { + padding-bottom: 4px; + background-color: #fffcab; +} +table.info table.fiverank td.c4b { + padding-bottom: 4px; + background-color: #d4f4ab; +} +table.info table.fiverank td.c5b { + padding-bottom: 4px; + background-color: #abecab; +} + +table.info td.info-opt { + border-top: 0px; + 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: 8px; + } + +table.info td.ro { + padding-right: 8px; + } + +body.explain h1 { + font-size: 200%; + background-color: #fafafa; +} + +body.explain h2 { + font-size: 180%; + background-color: #fafafa; +} + +body.explain h3 { + font-size: 160%; + background-color: #fafafa; +} + +body.explain h4 { + font-size: 140%; + background-color: #fafafa; +} + +body.explain h5 { + font-size: 120%; + background-color: #fafafa; +}