/*
 * vc-bindings.css
 *
 * Copyright (c) 2005, 2006 by Daniel Potter.  All rights reserved.
 *
 * This file is part of the Vana'diel Clock.
 *
 * The Vana'diel Clock is free software; you can redistribute
 * it and/or modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2 of the
 * License, or (at your option) any later version.
 *
 * The Vana'diel Clock is distributed in the hope that it will
 * be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with the Vana'diel Clock; if not, write to the
 * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
 * Boston, MA  02111-1307  USA
 *
 * Defines the XBL bindings for "defaulttextbox" and "vanadielclock".
 */

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml");

defaulttextbox {
    -moz-binding: url('chrome://vanadielclock/content/vanadiel-clock.xml#default-textbox');
}

vanadielclock {
    -moz-binding: url('chrome://vanadielclock/content/vanadiel-clock.xml#vanadiel-clock');
}

vanadielmoon {
    -moz-binding: url('chrome://vanadielclock/content/vanadiel-clock.xml#moonicon');
    width: 16px;
    height: 16px;
}

vanadielmoonfork {
    -moz-binding: url('chrome://vanadielclock/content/vanadiel-clock.xml#moonsimpleicon');
}

vanadielmoonfork[usecanvas=true] {
    -moz-binding: url('chrome://vanadielclock/content/vanadiel-clock.xml#mooncanvasicon');
}

vanadielmoon html|canvas {
    width: 16px;
    height: 16px;
}

vanadielmoon[size=large] {
    width: 32px;
    height: 32px;
}

vanadielmoon[size=large] html|canvas {
    width: 32px;
    height: 32px;
}

alarm {
    -moz-binding: url('chrome://vanadielclock/content/vanadiel-clock.xml#alarm');
}

/**** Vana'diel Clock Widgets ****/
vanadieltimer {
    -moz-binding: url(chrome://vanadielclock/content/vanadiel-timer.xml#vanadiel-timer);
}

date {
    -moz-binding: url(chrome://vanadielclock/content/vanadiel-timer.xml#vanadiel-timer);
}