/* CSS
*
* tabs.css -- This file extends `base-app.css' visual style to
* provide tabs support.
*
* Copyright (C) 2009-2011 Alain Reguera Delgado
*
* This program 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 program 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA.
*
* ----------------------------------------------------------------------
* $Id$
* ----------------------------------------------------------------------
*/
/* Tabs (Style 2): Two Rounded Borders
-----------------------------------------------*/
div#page-header div.tabs1 {
margin-left: 10px;
margin-right: 10px;
}
div#page-header div.links div.tabs1 {
margin-top: 15px;
}
div#page-header div.tabs1 a {
color: #FFF;
float: left;
font-weight: bold;
margin-right: 3px;
padding: 0px 8px 0 0px;
text-decoration: none;
}
div#page-header div.tabs1 span.current a,
div#page-header div.tabs1 span.current a:hover,
div#page-header div.tabs1 span.current a span,
div#page-header div.tabs1 span.current a:hover span {
color: #204A87;
text-decoration: none;
}
div#page-header div.tabs1 a span,
div#page-footer div.tabs1 a span {
float: left;
padding: 5px 0px 3px 8px;
}
/* */
div#page-header div.tabs1 a {
background: none;
}
div#page-header div.tabs1 a span {
background: none;
}
div#page-header div.tabs1 span.current a,
div#page-header div.tabs1 span.current a:hover {
background: url("/home/centos/artwork/trunk/Identity/Images/Webenv/tabs3-bg.png") 100% -50px no-repeat;
}
div#page-header div.tabs1 span.current a span,
div#page-header div.tabs1 span.current a:hover span {
background: url("/home/centos/artwork/trunk/Identity/Images/Webenv/tabs4-bg.png") 0 -50px no-repeat;
}
div#page-header div.tabs1 span:hover a {
background: url("/home/centos/artwork/trunk/Identity/Images/Webenv/tabs3-bg.png") 100% 0 no-repeat;
}
div#page-header div.tabs1 span:hover a span {
background: url("/home/centos/artwork/trunk/Identity/Images/Webenv/tabs4-bg.png") 0 0;
}