Blame Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/tabs.css

10fcb3
/* 
10fcb3
 * Webenv -> Tabs (Style 2: Two Rounded Borders)
5cf226
 *
10fcb3
 * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
5cf226
 *
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.
5cf226
 *
10fcb3
 * This CSS is distributed in the hope that it will be useful, but
5cf226
 * WITHOUT ANY WARRANTY; without even the implied warranty of
5cf226
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
5cf226
 * General Public License for more details.
5cf226
 *
5cf226
 * You should have received a copy of the GNU General Public License
5cf226
 * along with this program; if not, write to the Free Software
0a71e7
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
5cf226
 *
5cf226
 * ----------------------------------------------------------------------
5cf226
 * $Id$
5cf226
 * ----------------------------------------------------------------------
4d19ae
 */
4d19ae
daf965
div#page-header div.tabs {
4d19ae
	margin-left: 10px;
4d19ae
    margin-right: 10px;
97bb31
    }
1ee89b
daf965
div#page-header div.tabs a {
4d19ae
	color: #FFF;
4d19ae
	float: left;
4d19ae
	font-weight: bold;
4d19ae
	margin-right: 3px;
4d19ae
	padding: 0px 8px 0 0px;
4d19ae
	text-decoration: none;
4d19ae
	}
4d19ae
daf965
div#page-header div.tabs span.current a,
daf965
div#page-header div.tabs span.current a:hover, 
daf965
div#page-header div.tabs span.current a span,
daf965
div#page-header div.tabs span.current a:hover span {
4d19ae
	color: #204A87;
4d19ae
	text-decoration: none;
4d19ae
	}
4d19ae
daf965
div#page-header div.tabs a span {
4d19ae
	float: left;
4d19ae
	padding: 5px 0px 3px 8px;
4d19ae
	}
4d19ae
4d19ae
/* */
4d19ae
daf965
div#page-header div.tabs a {
4d19ae
	background: none;
4d19ae
	}
4d19ae
daf965
div#page-header div.tabs a span {
4d19ae
	background: none;
4d19ae
	}
4d19ae
daf965
div#page-header div.tabs span.current a,
daf965
div#page-header div.tabs span.current a:hover {
ee9ad4
	background: url("./img/tabs-bg-1.png") 100% -50px no-repeat;
4d19ae
	}
4d19ae
daf965
div#page-header div.tabs span.current a span,
daf965
div#page-header div.tabs span.current a:hover span {
ee9ad4
	background: url("./img/tabs-bg-2.png") 0 -50px no-repeat;
4d19ae
	}
4d19ae
daf965
div#page-header div.tabs span:hover a {
ee9ad4
	background: url("./img/tabs-bg-1.png") 100% 0 no-repeat;
4d19ae
	}
4d19ae
daf965
div#page-header div.tabs span:hover a span {
ee9ad4
	background: url("./img/tabs-bg-2.png") 0 0;
4d19ae
	}
daf965
daf965
/* Application level navigation bar.
daf965
--------------------------------------------------------------------*/
daf965
div#page-header div#appslinks div.tabs span:hover a span {
daf965
    }