X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=f4ffe5347170ae9e39304ee741fe16dc4fc64fda;hb=b33e84ea551ee93eee8d7250b310238f16b74a88;hp=6931a28af4746194720d8eb475e50a5900fd8c44;hpb=5d823712fb300643950dba20667fb9a277145ab9;p=brisk.git diff --git a/web/brisk.css b/web/brisk.css index 6931a28..f4ffe53 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -1,7 +1,7 @@ /* * brisk - brisk.css * - * Copyright (C) 2006-2011 Matteo Nastasi + * Copyright (C) 2006-2012 Matteo Nastasi * mailto: nastasi@alternativeoutput.it * matteo.nastasi@milug.org * web: http://www.alternativeoutput.it @@ -22,7 +22,7 @@ */ body { - background-image: url('img/icefallbg.jpg'); + background-image: url('img/snowy.jpg'); background-color: #fafafa; background-repeat: no-repeat; background-position: center center; @@ -73,6 +73,26 @@ img.nobohide { z-index: 12; } +.bg_white { + background-color: #ffffff; +} + +.bg_green { + background-color: #aaffaa; +} + +.bg_ligre { + background-color: #ddffdd; +} + +.bg_red { + background-color: #ffaaaa; +} + +.bg_lired { + background-color: #ffdddd; +} + .notify { /* top: 10%; */ top: 0; @@ -124,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;