X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Froom.css;h=26e4c7cf7a2c14a0c3dc4b21af0a3103028a56a5;hb=68ede4f3b618a39cd6c704778484f64d8c8009df;hp=f3868782eafcfc464020add48e7f0b3d32cb5e17;hpb=d9a2a1f60067646ba5456e73ebf6a9663d3df31b;p=brisk.git diff --git a/web/room.css b/web/room.css index f386878..26e4c7c 100644 --- a/web/room.css +++ b/web/room.css @@ -2,7 +2,7 @@ * brisk - room.css * * Copyright (C) 2006-2012 Matteo Nastasi - * mailto: nastasi@alternativeoutput.it + * mailto: nastasi@alternativeoutput.it * matteo.nastasi@milug.org * web: http://www.alternativeoutput.it * @@ -43,7 +43,7 @@ a.flat:hover { body.* { - margin:0px; + margin: 0px; padding: 0px; } @@ -67,11 +67,11 @@ div.topmenu { text-align: center; align: center; font-size: 85%; - padding:2px; + padding: 2px 2px 0 2px; } div.proflash { - border: 1px solid gray; + border: 1px solid gray; background-color: RGB(246,246,246); text-align: center; align: center; @@ -89,7 +89,7 @@ div.bottom { top: -13px; align: center: text-align: center; - padding:2px; + padding:2px; clear:left; } @@ -106,7 +106,7 @@ span.room_titin { left: 6px; top: 6px; z-index: 20; - background-color: white; + background-color: white; } table.floaty { @@ -130,8 +130,8 @@ table.placings { table.placings td { - border: 1px solid gray; - padding: auto; + border: 1px solid gray; + padding: auto; margin: auto; vertical-align: top; text-align: center; @@ -189,8 +189,11 @@ table.room_tab { } table.room_tab td { + background-image: url('img/najole_light.png'); + background-attachment: fixed; + width: 25%; - height: 110px; + height: 120px; vertical-align: top; border: 1px solid gray; } @@ -198,10 +201,10 @@ table.room_tab td { div.room_div { - position: relative; + position: relative; } -div.table_act { +div.table_act { position: absolute; align: right; text-align: right; @@ -212,7 +215,7 @@ div.table_act { div.room_standup { - position: absolute; + position: absolute; vertical-align: "top"; top: 26px; width: 100%; @@ -224,28 +227,33 @@ div.room_standup { } table.room_standup { - position: relative; + 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 { position: relative; - border: 0px none gray; + border: 0px none gray; vertical-align: top; align: left; } -table.login { +table.login { 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 { +table.login td { padding: 4px; vertical-align: middle; } @@ -262,7 +270,7 @@ div.room_ex_standup { table.table_standup { border-spacing: 0px; - width: 100%; + width: 100%; margin: 0px; padding:0px; } @@ -288,6 +296,9 @@ div.esco { overflow: auto; border: 1px solid gray; vertical-align: text-bottom; + + background-image: url('img/najole_light.png'); + background-attachment: fixed; } .txtt { @@ -299,7 +310,7 @@ div.esco { text-align: center; } -.proxhr { +.proxhr { position: relative; top: 10px; width: 100%; @@ -307,10 +318,10 @@ div.esco { text-align: center; } -.webstart_hilite { - background: #ffd780; +.webstart_hilite { + background: #ffd780; border: 1px solid #ffae00; - padding: 6px; + padding: 6px; text-align: center; } @@ -322,7 +333,7 @@ div.esco { visibility: hidden; border: 1px solid gray; text-align: left; - width: 100px; + width: 100px; padding: 8px; } @@ -344,7 +355,18 @@ div.esco { text-decoration: none; } -.topbanner { +.sidebanner { + /* Top Right Bottom Left */ + margin: 4px auto 0px auto; + position: relative; + align: center; + text-align:center; + background-color: #f8f8f8; + padding: 4px; + border: 1px solid #000000; +} + +.topbanner { position: relative; align: center; text-align:center; @@ -428,20 +450,53 @@ div.esco { visibility: hidden; } -.room_standup_orig { +.room_standup_orig { position: absolute; } -td.tickbut { - visibility: hidden; +td.tickbut { + visibility: hidden; width: 0px; text-align: left; vertical-align: top; padding: 0px; } -img.tickbut { +img.tickbut { border: 0px solid black; cursor: pointer; margin-top:4px; } + +span.id_usr { + cursor: pointer; +} + +table.info { + margin: auto; + border-collapse: collapse; +} + +table.info td { + border-top: 1px solid grey; + padding: 4px; + width: 50%; +} + +table.info td.info-opt { + border-top: 0px; + padding: 0px 4px 4px 4px; + } + +table.info td.noborder { + border-top: 0px; + } + +table.info td.le { + padding-left: 16px; + } + +table.info td.ro { + padding-right: 16px; + } +