X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=c2cd2c2c842032a227ef91e7c587ca7c4f5166b1;hb=6f7adfc43f2ce4ad8dcf616a58a8edaf3d6c5c42;hp=812f948f46d8d29549e905fda32ee884e3e512fc;hpb=79b3f2cd1c0b8c48292119f8eb17ee58e64b5740;p=brisk.git diff --git a/web/brisk.css b/web/brisk.css index 812f948..c2cd2c2 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/happysunbg.jpg'); background-color: #fafafa; background-repeat: no-repeat; background-position: center center; @@ -46,7 +46,7 @@ img { position: absolute; border-style: solid; border-width: 1px; - border-color: grey; + border-color: gray; } img.unbo { @@ -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;