/*
 * skillchains.css
 *
 * Copyright (c) 2004, 2005 by Daniel Potter.  All rights reserved.
 *
 * This file is part of the FFXI Skillchains Tool.
 *
 * The FFXI Skillchains Tool 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 FFXI Skillchains Tool 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 FFXI Skillchains Tool; if not, write to the
 * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
 * Boston, MA  02111-1307  USA
 *
 * CSS rules for the main application window.
 */

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

#lookup-tabs {
    padding: 4px;
}

#resultsDeck {
    padding: 4px;
}

#weaponSkillTipName {
    font-weight: bold;
}

#skillChainTipName {
    font-weight: bold;
}

window[lookup=hide] #lookup-tabs {
    display: none;
}

window[options=hide] .options-pane {
    display: none;
}

/* Mozilla doesn't have these rules, so wee need to add them - these
   should be overridden by the arrow rules from Firefox, though */

.up {
  min-width: 0px;
  list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif");
}
.up[disabled="true"] {
  list-style-image: url("chrome://global/skin/arrow/arrow-up-dis.gif");
}

.down {
  min-width: 0px;
  list-style-image: url("chrome://global/skin/arrow/arrow-dn-sharp.gif");
}
.down[disabled="true"] {
  list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
}

.tip-element {
    display: none;
    width: 16px;
    height: 16px;
}

.tip-element[element=earth] {
    display: -moz-box;
    list-style-image: url("chrome://skillchains/skin/elements/earth.png");
}

.tip-element[element=thunder] {
    display: -moz-box;
    list-style-image: url("chrome://skillchains/skin/elements/thunder.png");
}

.tip-element[element=water] {
    display: -moz-box;
    list-style-image: url("chrome://skillchains/skin/elements/water.png");
}

.tip-element[element=fire] {
    display: -moz-box;
    list-style-image: url("chrome://skillchains/skin/elements/fire.png");
}

.tip-element[element=ice] {
    display: -moz-box;
    list-style-image: url("chrome://skillchains/skin/elements/ice.png");
}

.tip-element[element=wind] {
    display: -moz-box;
    list-style-image: url("chrome://skillchains/skin/elements/wind.png");
}

.tip-element[element=light] {
    display: -moz-box;
    list-style-image: url("chrome://skillchains/skin/elements/light.png");
}

.tip-element[element=dark] {
    display: -moz-box;
    list-style-image: url("chrome://skillchains/skin/elements/dark.png");
}

.tip-element[element=ufragmentation] {
    display: -moz-box;
    list-style-image: url("chrome://skillchains/skin/elements/ufragmentation.png");
}

.tip-element[element=ufusion] {
    display: -moz-box;
    list-style-image: url("chrome://skillchains/skin/elements/ufusion.png");
}

.tip-element[element=ugravitation] {
    display: -moz-box;
    list-style-image: url("chrome://skillchains/skin/elements/ugravitation.png");
}

.tip-element[element=udistortion] {
    display: -moz-box;
    list-style-image: url("chrome://skillchains/skin/elements/udistortion.png");
}
