X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Froom.css;h=e6b590b06a8f54725834d5e75d32581f932d8fb1;hb=b1ab2024d5e2e81099c704a6b78ef9d5476c5f62;hp=2abb2a723f51559222fcbf77f7d81ced2fd2635b;hpb=5196a0be0d675ab6a03fa6a6c36aa8de01d67c48;p=brisk.git diff --git a/web/room.css b/web/room.css index 2abb2a7..e6b590b 100644 --- a/web/room.css +++ b/web/room.css @@ -1,5 +1,5 @@ /* - * brisk - brisk.css + * brisk - room.css * * Copyright (C) 2006 matteo.nastasi@milug.org * @@ -20,18 +20,6 @@ * */ -body { - background-image: url('img/bg_capodanno.jpg'); - background-repeat: no-repeat; - background-position: top center; - margin:0px; - - font-size: 12px; - padding: 0px; - - align: center; - } - div.container { width:100%; margin:0px; @@ -41,7 +29,7 @@ div.container { } div.header { - /* border: 1px solid yellow; */ +/* border: 1px solid yellow; */ align: center; text-align: center; font-size: 12px; @@ -54,6 +42,17 @@ div.topmenu { width:90px; margin:0; text-align: center; + align: center; + font-size: 10px; + padding:4px; + } + +div.proflash { + /* border: 1px solid red; */ + border: 1px solid gray; + background-color: RGB(246,246,246); + text-align: center; + align: center; font-size: 10px; padding:4px; } @@ -73,15 +72,6 @@ div.bottom { clear:left; } -div { - /* position: relative;*/ - font-size: 12px; - } - -td { - font-size: 12px; - } - table.room_tab { border-style: solid; border-width: 1px; @@ -133,6 +123,18 @@ div.room_standup { vertical-align: "top"; } +td.room_standup { +/* + background-color: red; + border-style: solid; + border-width: 1px; + border-color: grey; +*/ + align: center; + text-align: center; + vertical-align: "top"; + } + div.room_ex_standup { position: relative; height: 120px; @@ -145,13 +147,14 @@ div.room_ex_standup { table.table_standup { /* background-color: red; */ border-spacing: 0px; - width: 100%; + width: 100%; margin: 0px; padding:0px; } td.td_standup { text-align: center; + align: center; padding: 0px; margin: 0px; } @@ -176,19 +179,6 @@ td.td_standup { /* font-size: 10pt;*/ } -img { - position: absolute; - border-style: solid; - border-width: 1px; - border-color: grey; - } - -img.nobo { - position: relative; - border-width: 0px; - display: block; margin: auto; -} - .urgmsg { text-align: center; } @@ -196,45 +186,3 @@ img.nobo { .proxhr { /* background-color: green; */ } - -.notify { - border-style: solid; - border-width: 1px; - position: absolute; - width: 500px; - height: 400px; - text-align: center; - background-color: white; - left: 150; - top: 150; - z-index: 10; - visibility: hidden; - filter: alpha(opacity=90); - -moz-opacity: 0.90; - opacity: 0.90; -} - -input.button { - border: 1px solid gray; - color: Black; - background-color: RGB(246,246,246); - vertical-align: middle; - text-decoration:none; - font-size: 100%; - cursor: pointer; - height: 20px ! important; - max-height: 20px ! important; - min-height: 20px ! important; - margin: 1px; - display: inline; -} - -input.button:hover { - background-color: white; -} - -input.button:active { - background-color: RGB(255,255,153); -} - -