X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=d9d8fd3521ae97dfb77e8f0e509805b19add7e22;hb=af821507d683953c71e684f7a3bf5f280195dada;hp=67e5ec2c440c0c6f7c6e38a1bd129ec0ba994029;hpb=a29738b900316c9ad6ffb5a308861829ee0c1deb;p=brisk.git diff --git a/web/brisk.css b/web/brisk.css index 67e5ec2..d9d8fd3 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -24,7 +24,7 @@ */ body { - background-image: url('img/wip_bg.jpg'); + background-image: url('img/brisk2bg.jpg'); background-color: #fafafa; background-repeat: no-repeat; background-position: top center; @@ -92,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; @@ -100,18 +120,18 @@ div.notify_clo { bottom: 4px; } -input.input_text { +.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 { +.input_text_hi { background-color: white; border: 2px solid #ffae00; margin: 0px;