/*
 * about.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 about dialog.
 */

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

#skillchainsAboutIcon {
    list-style-image: url("chrome://skillchains/skin/icons/renkei_32.png");
    width: 32px;
    height: 32px;
    margin-left: 4pt;
}

#extensionTitle {
    font-weight: bold;
    font-size: 200%;
}

#extensionVersion {
    padding-bottom: 0.25em;
    border-bottom: solid 2px #808080;
    margin-bottom: 0.25em;
}

.labelLink {
    color: #00F;
    /* text-decoration: underline; Doesn't work for some reason */
    border-bottom: solid 1px #00F;
    cursor: pointer;
}

.bottomBorder {
    padding-bottom: 0.25em;
    border-bottom: solid 2px #808080;
    margin-bottom: 0.25em;
}

#copyrightInfo {
    border-bottom: solid 1px #808080;
    padding-bottom: 6px;
}