Blame Scripts/CentOS-Web/Stylesheet/links.css

fffcb6
/*
cc10e6
 * Webenv -> Links
cc10e6
 *
cc10e6
 * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
cc10e6
 *
cc10e6
 * This CSS is free software; you can redistribute it and/or modify it
cc10e6
 * under the terms of the GNU General Public License as published by
cc10e6
 * the Free Software Foundation; either version 2 of the License, or
cc10e6
 * (at your option) any later version.
cc10e6
 *
cc10e6
 * This CSS is distributed in the hope that it will be useful, but
cc10e6
 * WITHOUT ANY WARRANTY; without even the implied warranty of
cc10e6
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
cc10e6
 * General Public License for more details.
cc10e6
 *
cc10e6
 * You should have received a copy of the GNU General Public License
cc10e6
 * along with this program; if not, write to the Free Software
cc10e6
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
cc10e6
 *
cc10e6
 * ----------------------------------------------------------------------
cc10e6
 * $Id$
cc10e6
 * ----------------------------------------------------------------------
cc10e6
 */
cc10e6
fffcb6
/* Broken or nonexistent links.
cc10e6
--------------------------------------------------------------------*/
cc10e6
fffcb6
div#page-body a.nonexistent,
cc10e6
div#page-body a.nonexistent:hover { color: gray; }
cc10e6
cc10e6
/* Special decoration for some links' classes
cc10e6
--------------------------------------------------------------------*/
cc10e6
fffcb6
div#page-body a.www:before {
fffcb6
    white-space:nowrap;
fffcb6
    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-www.png);
fffcb6
    margin: 0 0.2em;
cc10e6
    }
cc10e6
fffcb6
div#page-body a.http:before {
fffcb6
    white-space:nowrap;
fffcb6
    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-www.png);
fffcb6
    margin: 0 0.2em;
cc10e6
    }
cc10e6
fffcb6
div#page-body a.https:before {
fffcb6
    white-space:nowrap;
fffcb6
    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-www.png);
fffcb6
    margin: 0 0.2em;
cc10e6
    }
cc10e6
fffcb6
div#page-body a.mailto:before {
fffcb6
    white-space:nowrap;
fffcb6
    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-mail.png);
fffcb6
    margin: 0 0.2em;
cc10e6
    }
cc10e6
fffcb6
div#page-body a.attachment:before {
fffcb6
    white-space:nowrap;
fffcb6
    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-attach.png);
fffcb6
    margin: 0 0.2em;
cc10e6
    }
cc10e6
fffcb6
/*
fffcb6
--------------------------------------------------------------------*/
cc10e6
fffcb6
div#page-header .user-last-visit a,
fffcb6
div#page-header .userlinks a,
fffcb6
div#page-header .usertrail a,
fffcb6
div#page-header #last-releases a {
cc10e6
	color: #fff;
cc10e6
    }