X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Froom.css;h=ab78151ce4ff788f91731e0e4b64c634eb4bed54;hb=7964a34f79c99b45bf084c375b81ef989bc16f09;hp=685e3b132317ec497a27e5948b81594a9a40fcf0;hpb=bdc40b38c38e78e26d6f4a8a3a7a4be650eb7d2b;p=brisk.git diff --git a/web/room.css b/web/room.css index 685e3b1..ab78151 100644 --- a/web/room.css +++ b/web/room.css @@ -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; @@ -328,7 +331,7 @@ div.esco { .proxhr { position: relative; - top: 10px; + top: 2px; width: 100%; align: center; text-align: center; @@ -514,6 +517,7 @@ table.info td { table.info table.fiverank { border-collapse: collapse; + margin: auto; } table.info table.fiverank td { @@ -521,6 +525,7 @@ table.info table.fiverank td { padding: 0px 0px 0px 0px; text-align: center; vertical-align: middle; + width: 20%; } table.info table.fiverank td.c1t { @@ -582,3 +587,27 @@ table.info td.ro { padding-right: 16px; } +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; +}