X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=dfbfc192c08c03c6c694ab2b10a1af4f3e507673;hb=8fd45d1c2a3f661da9bade7ef29bd3fbf8e759af;hp=c2eef514b9eac8a93725e29b93fd95c9ad8c8fcf;hpb=d23202ced9f2b4cdb3712aefcf5dcebd508e2231;p=brisk.git diff --git a/web/brisk.css b/web/brisk.css index c2eef51..dfbfc19 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -27,21 +27,12 @@ line-height: 120%; } -/* TRICK TO REMOVE EXCESS OF PADDING INSIDE INPUT BUTTONS WITH FIREFOX */ -input::-moz-focus-inner { - border: 0; - padding: 0; - margin-top:-2px; - margin-bottom: -2px; -} - body { - background-image: url('img/happysunbg.png'); + background-image: url('img/najole.png'); background-color: #fafafa; - background-repeat: no-repeat; - background-position: center center; - margin:0px; - + background-attachment: fixed; + margin: 0px; + height: 800px; padding: 0px; align: center; @@ -115,7 +106,13 @@ img.ib_nobo { } .notify { -/* top: 10%; */ + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + border-radius: 8px; + + background-image: url('img/najole_light.png'); + background-attachment: fixed; + top: 0; padding: 8px; @@ -123,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; @@ -133,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; @@ -194,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; @@ -220,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%; @@ -231,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;