|
|
cc10e6 |
/*
|
|
|
cc10e6 |
* Webenv -> Tabs (Style 2: Two Rounded Borders)
|
|
|
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 |
|
|
|
da734f |
div#page-header div.tabs {
|
|
|
cc10e6 |
margin-left: 10px;
|
|
|
cc10e6 |
margin-right: 10px;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
da734f |
div#page-header div.tabs a {
|
|
|
cc10e6 |
color: #FFF;
|
|
|
cc10e6 |
float: left;
|
|
|
cc10e6 |
font-weight: bold;
|
|
|
cc10e6 |
margin-right: 3px;
|
|
|
cc10e6 |
padding: 0px 8px 0 0px;
|
|
|
cc10e6 |
text-decoration: none;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
da734f |
div#page-header div.tabs span.current a,
|
|
|
da734f |
div#page-header div.tabs span.current a:hover,
|
|
|
da734f |
div#page-header div.tabs span.current a span,
|
|
|
da734f |
div#page-header div.tabs span.current a:hover span {
|
|
|
cc10e6 |
color: #204A87;
|
|
|
cc10e6 |
text-decoration: none;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
da734f |
div#page-header div.tabs a span {
|
|
|
cc10e6 |
float: left;
|
|
|
cc10e6 |
padding: 5px 0px 3px 8px;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
cc10e6 |
/* */
|
|
|
cc10e6 |
|
|
|
da734f |
div#page-header div.tabs a {
|
|
|
cc10e6 |
background: none;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
da734f |
div#page-header div.tabs a span {
|
|
|
cc10e6 |
background: none;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
da734f |
div#page-header div.tabs span.current a,
|
|
|
da734f |
div#page-header div.tabs span.current a:hover {
|
|
|
dc11ae |
background: url("https://projects.centos.org/centos-web-pub/tabs3-bg.png") 100% -50px no-repeat;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
da734f |
div#page-header div.tabs span.current a span,
|
|
|
da734f |
div#page-header div.tabs span.current a:hover span {
|
|
|
dc11ae |
background: url("https://projects.centos.org/centos-web-pub/tabs4-bg.png") 0 -50px no-repeat;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
da734f |
div#page-header div.tabs span:hover a {
|
|
|
dc11ae |
background: url("https://projects.centos.org/centos-web-pub/tabs3-bg.png") 100% 0 no-repeat;
|
|
|
cc10e6 |
}
|
|
|
cc10e6 |
|
|
|
da734f |
div#page-header div.tabs span:hover a span {
|
|
|
dc11ae |
background: url("https://projects.centos.org/centos-web-pub/tabs4-bg.png") 0 0;
|
|
|
cc10e6 |
}
|
|
|
da734f |
|
|
|
da734f |
/* Application level navigation bar.
|
|
|
da734f |
--------------------------------------------------------------------*/
|
|
|
da734f |
div#page-header div#appslinks div.tabs span:hover a span {
|
|
|
da734f |
}
|