X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fdnd.css;h=f0fc6690bfeef2f4b60cbbeda4eed58c942ccac6;hb=db5d6355c39327ba7f8052f360f1e846ba4ad01c;hp=72fceb2236e4c85f7f194bc81909f4af61aafcd8;hpb=f406d58f75cd486eaab74be94faf70d516684e5a;p=brisk.git diff --git a/web/dnd.css b/web/dnd.css index 72fceb2..f0fc669 100644 --- a/web/dnd.css +++ b/web/dnd.css @@ -1,7 +1,10 @@ /* * brisk - dnd.css * - * Copyright (C) 2006 matteo.nastasi@milug.org + * Copyright (C) 2006-2012 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 @@ -16,52 +19,46 @@ * not, write to the Free Software Foundation, Inc, 59 Temple Place - * Suite 330, Boston, MA 02111-1307, USA. * - * $Id$ - * */ body { -/* background-image: url('img/probrisco.jpg'); */ - background-repeat: no-repeat; - } - - -img { - position: absolute; - border-style: solid; - border-width: 1px; - border-color: grey; - } + /* background-image: url('img/probrisco.jpg'); */ + background-repeat: no-repeat; +} +/* + img { + position: absolute; + border-style: solid; + border-width: 1px; + border-color: gray; + } +*/ img.card { - position: absolute; - border-style: solid; - border-width: 1px; - border-color: grey; - visibility: hidden; - left: 100; - top: 200; - } + position: absolute; + border-style: solid; + border-width: 1px; + border-color: gray; + visibility: hidden; + left: 100; + top: 200; +} img.cover { - position: absolute; - border-style: solid; - border-width: 1px; - border-color: lightgrey; - visibility: hidden; - } + position: absolute; + border-style: solid; + border-width: 1px; + border-color: lightgray; + visibility: hidden; +} .area { - position:absolute; - width: 800px; - height: 600px; - } - -.proxhr { - background-color: green; - } + position:absolute; + width: 800px; + height: 600px; +} .superfront { - z-index: 20; - } \ No newline at end of file + z-index: 20; +}