Blame Identity/Webenv/Css/App/links.css

10fcb3
/* 
10fcb3
 * Webenv -> Links
10fcb3
 *
10fcb3
 * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
10fcb3
 *
10fcb3
 * This CSS is free software; you can redistribute it and/or modify it
10fcb3
 * under the terms of the GNU General Public License as published by
10fcb3
 * the Free Software Foundation; either version 2 of the License, or
10fcb3
 * (at your option) any later version.
10fcb3
 *
10fcb3
 * This CSS is distributed in the hope that it will be useful, but
10fcb3
 * WITHOUT ANY WARRANTY; without even the implied warranty of
10fcb3
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
10fcb3
 * General Public License for more details.
10fcb3
 *
10fcb3
 * You should have received a copy of the GNU General Public License
10fcb3
 * along with this program; if not, write to the Free Software
10fcb3
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
10fcb3
 *
10fcb3
 * ----------------------------------------------------------------------
10fcb3
 * $Id$
10fcb3
 * ----------------------------------------------------------------------
10fcb3
 */
10fcb3
f2b918
/* Broken or nonexistent links 
f2b918
--------------------------------------------------------------------*/
10fcb3
10fcb3
div#page-body a.nonexistent, 
10fcb3
div#page-body a.nonexistent:hover { color: gray; }
10fcb3
f2b918
/* Special decoration for some links' classes
f2b918
--------------------------------------------------------------------*/
7ed9b6
10fcb3
div#page-body a.www:before { 
10fcb3
    white-space:nowrap; 
08c437
    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-www.png); 
10fcb3
    margin: 0 0.2em; 
10fcb3
    }
10fcb3
10fcb3
div#page-body a.http:before { 
10fcb3
    white-space:nowrap; 
08c437
    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-www.png); 
10fcb3
    margin: 0 0.2em; 
10fcb3
    }
10fcb3
10fcb3
div#page-body a.https:before { 
10fcb3
    white-space:nowrap; 
08c437
    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-www.png); 
10fcb3
    margin: 0 0.2em; 
10fcb3
    }
10fcb3
10fcb3
div#page-body a.mailto:before { 
10fcb3
    white-space:nowrap; 
08c437
    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-mail.png); 
10fcb3
    margin: 0 0.2em; 
10fcb3
    }
10fcb3
10fcb3
div#page-body a.attachment:before { 
10fcb3
    white-space:nowrap; 
08c437
    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-attach.png); 
10fcb3
    margin: 0 0.2em; 
10fcb3
    }
7ed9b6
10fcb3
/* */
10fcb3
10fcb3
div#page-header div.links {
10fcb3
    margin-right: 10px;
10fcb3
    margin-top: 10px;
10fcb3
    }
10fcb3
10fcb3
div#page-header div.links div.user,
10fcb3
div#page-header div.links div.trail {
10fcb3
	display: block;
10fcb3
	margin: 5px;
10fcb3
	text-align: right;
10fcb3
	color: #fff;
10fcb3
	}
10fcb3
10fcb3
div#page-body div#content div.trail a {
10fcb3
    font-size: small;
10fcb3
    margin-right: 5px;
10fcb3
    }
10fcb3
10fcb3
div#page-header div.links div.user a,
10fcb3
div#page-header div.links div.trail a {
10fcb3
	color: #FFF;
10fcb3
    margin-right: 5px;
10fcb3
	}
10fcb3
10fcb3
div#page-header div.links div.user span {
10fcb3
	border-right: 1px dotted #FFF;
10fcb3
    padding-right: 3px;
10fcb3
	}
10fcb3
10fcb3
div#page-header div.links div.user span,
10fcb3
div#page-header div.links div.trail span {
10fcb3
	display: inline;
10fcb3
    margin-left: 3px;
10fcb3
	}
10fcb3
10fcb3
div#page-header div.links div.user span.last,
10fcb3
div#page-header div.links div.trail span.last {
10fcb3
	border-right: none;
10fcb3
	padding-right: 0;
10fcb3
	}
10fcb3
10fcb3
div#page-header div.links div.user span.last a,
10fcb3
div#page-header div.links div.trail span.last a {
10fcb3
	margin-right: 0;
10fcb3
	}
10fcb3
10fcb3
div#page-header div.links div.trail span:after,
10fcb3
div#page-body div#content div.trail span:after {
10fcb3
	content: "ยป";
10fcb3
	}
10fcb3
10fcb3
div#page-header div.links div.trail span.last:after,
10fcb3
div#page-body div#content div.trail span.last:after {
10fcb3
	content: none;
10fcb3
	}