X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=f4ffe5347170ae9e39304ee741fe16dc4fc64fda;hb=6682495b2e973e4de072a71de7cd773639aa7448;hp=c2cd2c2c842032a227ef91e7c587ca7c4f5166b1;hpb=6f7adfc43f2ce4ad8dcf616a58a8edaf3d6c5c42;p=brisk.git diff --git a/web/brisk.css b/web/brisk.css index c2cd2c2..f4ffe53 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -22,7 +22,7 @@ */ body { - background-image: url('img/happysunbg.jpg'); + background-image: url('img/snowy.jpg'); background-color: #fafafa; background-repeat: no-repeat; background-position: center center; @@ -144,6 +144,16 @@ div.notify_clo { bottom: 4px; } +div.doc_alert { + color: #ff5400; + background-color: #ffd780; + font-family: monospace; + font-weight: bold; + text-align: center; + margin: 8px; + padding: 8px; +} + .input_text { background-color: #f8f8f8; border: 1px solid gray;