X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=b36ebd80b38cded1d042c5a0cdf10b6d97f7bcb0;hb=84302b35411a80939a7f1e2a62c2053fe9fa4c08;hp=84b31621320de6034ec3672c5396496a844f864e;hpb=036dd8785fbdf8172c0c395a32153eefc9c0e509;p=brisk.git diff --git a/web/brisk.css b/web/brisk.css index 84b3162..b36ebd8 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -24,10 +24,10 @@ */ body { - background-image: url('img/wip_bg.jpg'); + background-image: url('img/happysunbg.png'); 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; @@ -75,7 +79,7 @@ img.nobohide { border-width: 1px; /* margin-top: auto; margin-bottom: auto;*/ - overflow: auto; +/* overflow: auto; */ bottom: 0; right: 0; align: center; @@ -88,6 +92,26 @@ 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; align: center; @@ -96,18 +120,19 @@ div.notify_clo { bottom: 4px; } -input.input_text { - background-color: transparent; +.input_text { + background-color: #f8f8f8; border: 1px solid gray; margin: 1px; } -input.input_text:hover { +.input_text:hover { + background-color: white; border: 1px solid #ffae00; } -input.input_text_hi { - background-color: transparent; +.input_text_hi { + background-color: white; border: 2px solid #ffae00; margin: 0px; } @@ -117,7 +142,7 @@ input.input_sub { margin: 0px; padding: 1px; color: black; - background-color: RGB(246,246,246); + background-color: #f8f8f8; vertical-align: middle; text-decoration:none; font-size: 100%; @@ -138,7 +163,8 @@ input.input_sub_hi { padding: 0px; margin: 0px; color: black; - background-color: RGB(246,246,246); + background-color: white; +/* background-color: RGB(246,246,246); */ vertical-align: middle; text-decoration:none; font-size: 100%;