X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=d4bafaaffd0eeefe5e5e9628489048d92f788804;hb=0b13b1b5ef313a06e58d2d44ffd09670a4dd8eb5;hp=8d103bc9e26219dfc60b1a4e521b587f75329e38;hpb=68ede4f3b618a39cd6c704778484f64d8c8009df;p=brisk.git diff --git a/web/brisk.css b/web/brisk.css index 8d103bc..d4bafaa 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -106,6 +106,10 @@ img.ib_nobo { } .notify { + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + border-radius: 8px; + background-image: url('img/najole_light.png'); background-attachment: fixed; @@ -116,9 +120,6 @@ img.ib_nobo { position: absolute; border-style: solid; border-width: 1px; -/* margin-top: auto; - margin-bottom: auto;*/ -/* overflow: auto; */ bottom: 0; right: 0; align: center; @@ -126,22 +127,15 @@ img.ib_nobo { background-color: white; z-index: 10; visibility: hidden; - filter: alpha(opacity=90); - -moz-opacity: 0.90; - 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; @@ -187,6 +181,9 @@ div.doc_alert { } input.input_sub { + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; border: 1px solid gray; margin: 0px; padding: 1px; @@ -213,7 +210,6 @@ input.input_sub_hi { margin: 0px; color: black; background-color: white; -/* background-color: RGB(246,246,246); */ vertical-align: middle; text-decoration: none; font-size: 100%; @@ -224,7 +220,28 @@ input.input_sub_hi { display: inline; } +button { + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + + border: 1px solid gray; + margin: 1px; + padding: 2px; + color: black; + background-color: RGB(246,246,246); + vertical-align: middle; + text-decoration: none; + font-size: 100%; + cursor: pointer; + display: inline; +} + input.button { + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + border: 1px solid gray; margin: 1px; padding: 2px; @@ -279,4 +296,15 @@ span.au3 span { div.bye_msg { font-weigth: bold; -} \ No newline at end of file +} + +div.apprentice { + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + border-radius: 8px; + + display: none; + background-color: #ffd780; + border: 1px solid #ffae00; + padding: 8px; +}