X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=c977cd29d6b3ef51d2894b1680253d478e323070;hb=bdb3cb2379f32bfb9279da661b1d4dbaf9712299;hp=b6d32013bc81505e09c2259f576bc52cb70d7fe0;hpb=ba124be15839e2a62fa793b70869e0209f8daf90;p=brisk.git diff --git a/web/brisk.css b/web/brisk.css index b6d3201..c977cd2 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -24,10 +24,10 @@ */ body { - background-image: url('img/bg_spawn2.jpg'); + background-image: url('img/funghi_bg2.jpg'); background-color: #fafafa; background-repeat: no-repeat; - background-position: top center; + background-position: center center; margin:0px; font-size: 12px; @@ -51,6 +51,10 @@ img { border-color: grey; } +img.unbo { + border-width: 0px; +} + img.nobo { position: relative; border-width: 0px; @@ -58,6 +62,12 @@ img.nobo { margin: auto; } +img.inline { + position: relative; + vertical-align: middle; + border-width: 0px; +} + img.nobohide { position: absolute; border-width: 0px; @@ -65,20 +75,22 @@ img.nobohide { z-index: 12; } -.notify { +.notify { +/* top: 10%; */ + top: 0; + + left: 50%; + position: absolute; border-style: solid; border-width: 1px; - position: absolute; - margin-top: auto; - margin-bottom: auto; - overflow: auto; - top: 0; +/* margin-top: auto; + margin-bottom: auto;*/ +/* overflow: auto; */ bottom: 0; - left: 50%; right: 0; align: center; - text-align: center; - background-color: white; + text-align: center; + background-color: white; z-index: 10; visibility: hidden; filter: alpha(opacity=90); @@ -86,16 +98,93 @@ img.nobohide { opacity: 0.90; } +.notify_opaque { +/* top: 10%; */ + top: 0; + + left: 50%; + position: absolute; + border-style: solid; + border-width: 1px; +/* margin-top: auto; + margin-bottom: auto;*/ +/* overflow: auto; */ + bottom: 0; + right: 0; + align: center; + text-align: center; + background-color: white; + z-index: 10; + visibility: hidden; +} + div.notify_clo { -/* position: absolute; */ + position: absolute; align: center; width: 100%; left: 0px; -/* bottom: 4px;*/ + bottom: 4px; +} + +.input_text { + background-color: #f8f8f8; + border: 1px solid gray; + margin: 1px; + } + +.input_text:hover { + background-color: white; + border: 1px solid #ffae00; + } + +.input_text_hi { + background-color: white; + border: 2px solid #ffae00; + margin: 0px; + } + +input.input_sub { + border: 1px solid gray; + margin: 0px; + padding: 1px; + color: black; + background-color: #f8f8f8; + vertical-align: middle; + text-decoration:none; + font-size: 100%; + cursor: pointer; + height: 22px ! important; + max-height: 22px ! important; + min-height: 22px ! important; + display: inline; +} +input.input_sub:hover { + border: 1px solid #ffae00; + margin: 0px; + padding: 1px; + } + +input.input_sub_hi { + border: 2px solid #ffae00; + padding: 0px; + margin: 0px; + color: black; + background-color: white; +/* background-color: RGB(246,246,246); */ + vertical-align: middle; + text-decoration:none; + font-size: 100%; + cursor: pointer; + height: 22px ! important; + max-height: 22px ! important; + min-height: 22px ! important; + display: inline; } input.button { border: 1px solid gray; + margin: 1px; + padding: 0px; color: black; background-color: RGB(246,246,246); vertical-align: middle; @@ -105,7 +194,6 @@ input.button { height: 20px ! important; max-height: 20px ! important; min-height: 20px ! important; - margin: 1px; display: inline; }