X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Froom.css;h=8ff07f6e325fcb2f120925c5fdee2e2775ac5287;hb=066415279e11ef282719a0c9a38ceba6465de785;hp=ae57e9b687c279ddc900da5fd9d3bbe915dd3e9d;hpb=7be758cec922cd414a9dff8298d2843d64cde067;p=brisk.git diff --git a/web/room.css b/web/room.css index ae57e9b..8ff07f6 100644 --- a/web/room.css +++ b/web/room.css @@ -1,7 +1,7 @@ /* * brisk - room.css * - * Copyright (C) 2006-2008 Matteo Nastasi + * Copyright (C) 2006-2012 Matteo Nastasi * mailto: nastasi@alternativeoutput.it * matteo.nastasi@milug.org * web: http://www.alternativeoutput.it @@ -19,10 +19,29 @@ * not, write to the Free Software Foundation, Inc, 59 Temple Place - * Suite 330, Boston, MA 02111-1307, USA. * - * $Id$ - * */ +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; @@ -95,7 +114,7 @@ span.room_titin { position: relative; left: 6px; top: 6px; - z-index: 100; + z-index: 20; background-color: white; } @@ -114,6 +133,42 @@ table.floaty td { vertical-align: top; } +table.placings { +/* border: 1px solid red; */ +/* border-collapse: collapse; */ + border-spacing: 8px; + margin: 0px; + width: 100%; +} + +table.placings td +{ + border: 1px solid gray; + padding: auto; + margin: auto; + vertical-align: top; + text-align: center; +} + +table.placing { + border: 1px solid gray; + border-collapse: collapse; + border-spacing: 0px; + margin: auto; +} + +table.placing th { + border: 1px solid gray; + text-align: center; + padding: 4px; +} + +table.placing td { + border: 1px solid gray; + text-align: center; + padding: 4px; +} + table.floaty td.floatyleft { width: 100px; } @@ -253,7 +308,7 @@ div.esco { text-align: right; top: 2px; right: 4px; - z-index: 10; + z-index: 20; } .chatt { @@ -296,7 +351,7 @@ div.esco { position: absolute; background-color: white; left: 80px; - z-index: 20; + z-index: 50; visibility: hidden; border: 1px solid gray; text-align: left;