X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.css;h=b6d32013bc81505e09c2259f576bc52cb70d7fe0;hb=ba124be15839e2a62fa793b70869e0209f8daf90;hp=54c15cdae01c1d63f3cc15715301ca7e9c9fb73a;hpb=ae4baf0b0142cc538df4370430f4971440b33ee6;p=brisk.git diff --git a/web/brisk.css b/web/brisk.css index 54c15cd..b6d3201 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -1,7 +1,10 @@ /* * brisk - brisk.css * - * Copyright (C) 2006 matteo.nastasi@milug.org + * Copyright (C) 2006-2008 Matteo Nastasi + * mailto: nastasi@alternativeoutput.it + * matteo.nastasi@milug.org + * web: http://www.alternativeoutput.it * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +24,8 @@ */ body { - background-image: url('img/bg_capodanno.jpg'); + background-image: url('img/bg_spawn2.jpg'); + background-color: #fafafa; background-repeat: no-repeat; background-position: top center; margin:0px; @@ -54,6 +58,13 @@ img.nobo { margin: auto; } +img.nobohide { + position: absolute; + border-width: 0px; + visibility: hidden; + z-index: 12; +} + .notify { border-style: solid; border-width: 1px;