X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=54c15cdae01c1d63f3cc15715301ca7e9c9fb73a;hb=ca639ef6d55d2e1bb85fd18a502d438ca08d3995;hp=e931000b251962da3815bd6afbbe9ff3fdfd67ce;hpb=b1ab2024d5e2e81099c704a6b78ef9d5476c5f62;p=brisk.git diff --git a/web/brisk.css b/web/brisk.css index e931000..54c15cd 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -21,89 +21,91 @@ */ body { - background-image: url('img/bg_capodanno.jpg'); - background-repeat: no-repeat; - background-position: top center; - margin:0px; + background-image: url('img/bg_capodanno.jpg'); + background-repeat: no-repeat; + background-position: top center; + margin:0px; - font-size: 12px; - padding: 0px; + font-size: 12px; + padding: 0px; - align: center; - } + align: center; +} div { - font-size: 12px; - } + font-size: 12px; +} td { - font-size: 12px; - } + font-size: 12px; +} img { - position: absolute; - border-style: solid; - border-width: 1px; - border-color: grey; - } + position: absolute; + border-style: solid; + border-width: 1px; + border-color: grey; +} img.nobo { - position: relative; - border-width: 0px; - display: block; - margin: auto; + position: relative; + border-width: 0px; + display: block; + margin: auto; } .notify { - border-style: solid; - border-width: 1px; - position: absolute; - margin: auto; - overflow: auto; - top: 0; - bottom: 0; - left: 0; - right: 0; - align: center; - text-align: center; - background-color: white; - z-index: 10; - visibility: hidden; - filter: alpha(opacity=90); - -moz-opacity: 0.90; - opacity: 0.90; + border-style: solid; + border-width: 1px; + position: absolute; + margin-top: auto; + margin-bottom: auto; + overflow: auto; + top: 0; + bottom: 0; + left: 50%; + right: 0; + align: center; + text-align: center; + background-color: white; + z-index: 10; + visibility: hidden; + filter: alpha(opacity=90); + -moz-opacity: 0.90; + opacity: 0.90; } div.notify_clo { - position: absolute; - align: center; - width: 100%; - bottom: 4px; - } +/* position: absolute; */ + align: center; + width: 100%; + left: 0px; +/* bottom: 4px;*/ +} 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; + 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; + background-color: white; } input.button:active { - background-color: RGB(255,255,153); + background-color: RGB(255,255,153); } img.button:hover { - cursor: pointer; -} \ No newline at end of file + cursor: pointer; +}