|
|
cc10e6 |
/*
|
|
|
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 |
|
|
|
cc10e6 |
/* Broken or nonexistent links
|
|
|
cc10e6 |
--------------------------------------------------------------------*/
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body a.nonexistent,
|
|
|
cc10e6 |
div#page-body a.nonexistent:hover { color: gray; }
|
|
|
cc10e6 |
|
|
|
cc10e6 |
/* Special decoration for some links' classes
|
|
|
cc10e6 |
--------------------------------------------------------------------*/
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body a.www:before {
|
|
|
cc10e6 |
white-space:nowrap;
|
|
|
cc10e6 |
content: url(https://projects.centos.org/centos-web-pub/Images/a-www.png);
|
|
|
cc10e6 |
margin: 0 0.2em;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body a.http:before {
|
|
|
cc10e6 |
white-space:nowrap;
|
|
|
cc10e6 |
content: url(https://projects.centos.org/centos-web-pub/Images/a-www.png);
|
|
|
cc10e6 |
margin: 0 0.2em;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body a.https:before {
|
|
|
cc10e6 |
white-space:nowrap;
|
|
|
cc10e6 |
content: url(https://projects.centos.org/centos-web-pub/Images/a-www.png);
|
|
|
cc10e6 |
margin: 0 0.2em;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body a.mailto:before {
|
|
|
cc10e6 |
white-space:nowrap;
|
|
|
cc10e6 |
content: url(https://projects.centos.org/centos-web-pub/Images/a-mail.png);
|
|
|
cc10e6 |
margin: 0 0.2em;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body a.attachment:before {
|
|
|
cc10e6 |
white-space:nowrap;
|
|
|
cc10e6 |
content: url(https://projects.centos.org/centos-web-pub/Images/a-attach.png);
|
|
|
cc10e6 |
margin: 0 0.2em;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
/* */
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-header div.links {
|
|
|
cc10e6 |
margin-right: 10px;
|
|
|
cc10e6 |
margin-top: 10px;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-header div.links div.user,
|
|
|
cc10e6 |
div#page-header div.links div.trail {
|
|
|
cc10e6 |
display: block;
|
|
|
cc10e6 |
text-align: right;
|
|
|
cc10e6 |
color: #fff;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-body div#content div.trail a {
|
|
|
cc10e6 |
font-size: small;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-header div.links div.user a,
|
|
|
cc10e6 |
div#page-header div.links div.trail a {
|
|
|
cc10e6 |
color: #FFF;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-header div.links div.user span {
|
|
|
cc10e6 |
border-right: 1px dotted #FFF;
|
|
|
cc10e6 |
padding-right: 10px;
|
|
|
cc10e6 |
padding-left: 10px;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-header div.links div.user span,
|
|
|
cc10e6 |
div#page-header div.links div.trail span {
|
|
|
cc10e6 |
display: inline;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-header div.links div.user span.last,
|
|
|
cc10e6 |
div#page-header div.links div.trail span.last {
|
|
|
cc10e6 |
border-right: none;
|
|
|
cc10e6 |
padding-right: 0;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-header div.links div.user span.last a,
|
|
|
cc10e6 |
div#page-header div.links div.trail span.last a {
|
|
|
cc10e6 |
margin-right: 0;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-header div.links div.trail span:after,
|
|
|
cc10e6 |
div#page-body div#content div.trail span:after {
|
|
|
cc10e6 |
content: "ยป";
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
div#page-header div.links div.trail span.last:after,
|
|
|
cc10e6 |
div#page-body div#content div.trail span.last:after {
|
|
|
cc10e6 |
content: none;
|
|
|
cc10e6 |
}
|