X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fdnd.css;h=053bcc201bf6b4c43bc5a5b8ffc5507c16e0567c;hb=8866b31f28b69c5dd2857960ddeea08bcb9725d5;hp=19979a4e9968d0c052822602c64fb6138be30529;hpb=f18bac8374119fa1f3c826e82cfc74ce2ce52dd7;p=brisk.git diff --git a/web/dnd.css b/web/dnd.css index 19979a4..053bcc2 100644 --- a/web/dnd.css +++ b/web/dnd.css @@ -16,50 +16,52 @@ * 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: grey; + } +*/ 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: grey; + 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: lightgrey; + visibility: hidden; +} .area { - position:absolute; - width: 800px; - height: 600px; - } + position:absolute; + width: 800px; + height: 600px; +} .proxhr { - background-color: green; - } + background-color: green; +} .superfront { - z-index: 20; - } \ No newline at end of file + z-index: 20; +}