/*
 * about.css
 *
 * Copyright (c) 2006 by Daniel Potter.  All rights reserved.
 *
 * This file is part of FireTorrent.
 *
 * FireTorrent is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License version 2 as published
 * by the Free Software Foundation.
 *
 * FireTorrent 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 FireTorrent; if not, write to the Free Software Foundation,
 * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * Styles the About dialog.
 */

#about-stack {
    color: #000;
    background-color: #FFF;
    border-bottom: solid 1px #000;
}

#about-logo {
    list-style-image: url('chrome://firetorrent/skin/about_logo.png');
    width: 320px;
    height: 345px;
}

#version-vspacer {
    height: 114px;
}

#version-hspacer {
    width: 142px;
}

#version-label {
    color: #000;
    background-color: transparent;
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
}

#desc-spacer {
    height: 280px;
}

#infobox description {
    margin: 0px 0px 1em 0px;
    padding: 0px 12px;
    color: #000;
    background-color: transparent;
    width: 308px;
}