/*
* Webenv -> Tabs (Style 2: Two Rounded Borders)
*
* Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
*
* This CSS is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This CSS 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 this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* ----------------------------------------------------------------------
* $Id$
* ----------------------------------------------------------------------
*/
div#page-header div.tabs {
margin-left: 10px;
margin-right: 10px;
}
div#page-header div.tabs a {
color: #FFF;
float: left;
font-weight: bold;
margin-right: 3px;
padding: 0px 8px 0 0px;
text-decoration: none;
}
div#page-header div.tabs span.current a,
div#page-header div.tabs span.current a:hover,
div#page-header div.tabs span.current a span,
div#page-header div.tabs span.current a:hover span {
color: #204A87;
text-decoration: none;
}
div#page-header div.tabs a span {
float: left;
padding: 5px 0px 3px 8px;
}
/* */
div#page-header div.tabs a {
background: none;
}
div#page-header div.tabs a span {
background: none;
}
div#page-header div.tabs span.current a,
div#page-header div.tabs span.current a:hover {
background: url("images/tabs-bg-1.png") 100% -50px no-repeat;
}
div#page-header div.tabs span.current a span,
div#page-header div.tabs span.current a:hover span {
background: url("images/tabs-bg-2.png") 0 -50px no-repeat;
}
div#page-header div.tabs span:hover a {
background: url("images/tabs-bg-1.png") 100% 0 no-repeat;
}
div#page-header div.tabs span:hover a span {
background: url("images/tabs-bg-2.png") 0 0;
}
/* Application level navigation bar.
--------------------------------------------------------------------*/
div#page-header div#appslinks div.tabs span:hover a span {
}