|
|
5cf226 |
/* CSS
|
|
|
5cf226 |
*
|
|
|
5cf226 |
* tabs.css -- This file extends `base-app.css' visual style to
|
|
|
5cf226 |
* provide tabs support.
|
|
|
5cf226 |
*
|
|
|
5cf226 |
* Copyright (C) 2009-2011 Alain Reguera Delgado
|
|
|
5cf226 |
*
|
|
|
5cf226 |
* This program is free software; you can redistribute it and/or
|
|
|
5cf226 |
* modify it under the terms of the GNU General Public License as
|
|
|
5cf226 |
* published by the Free Software Foundation; either version 2 of the
|
|
|
5cf226 |
* License, or (at your option) any later version.
|
|
|
5cf226 |
*
|
|
|
5cf226 |
* This program 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
|
|
|
5cf226 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
|
5cf226 |
* USA.
|
|
|
5cf226 |
*
|
|
|
5cf226 |
* ----------------------------------------------------------------------
|
|
|
5cf226 |
* $Id$
|
|
|
5cf226 |
* ----------------------------------------------------------------------
|
|
|
4d19ae |
*/
|
|
|
4d19ae |
|
|
|
4d19ae |
|
|
|
4d19ae |
/* Tabs (Style 2): Two Rounded Borders
|
|
|
4d19ae |
-----------------------------------------------*/
|
|
|
4d19ae |
|
|
|
4d19ae |
div#page-header div.tabs1 {
|
|
|
4d19ae |
margin-left: 10px;
|
|
|
4d19ae |
margin-right: 10px;
|
|
|
4d19ae |
}
|
|
|
4d19ae |
|
|
|
1ee89b |
div#page-header div.links div.tabs1 {
|
|
|
97bb31 |
margin-top: 15px;
|
|
|
97bb31 |
}
|
|
|
1ee89b |
|
|
|
4d19ae |
div#page-header div.tabs1 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 |
|
|
|
4d19ae |
div#page-header div.tabs1 span.current a,
|
|
|
4d19ae |
div#page-header div.tabs1 span.current a:hover,
|
|
|
4d19ae |
div#page-header div.tabs1 span.current a span,
|
|
|
4d19ae |
div#page-header div.tabs1 span.current a:hover span {
|
|
|
4d19ae |
color: #204A87;
|
|
|
4d19ae |
text-decoration: none;
|
|
|
4d19ae |
}
|
|
|
4d19ae |
|
|
|
4d19ae |
div#page-header div.tabs1 a span,
|
|
|
4d19ae |
div#page-footer div.tabs1 a span {
|
|
|
4d19ae |
float: left;
|
|
|
4d19ae |
padding: 5px 0px 3px 8px;
|
|
|
4d19ae |
}
|
|
|
4d19ae |
|
|
|
4d19ae |
/* */
|
|
|
4d19ae |
|
|
|
4d19ae |
div#page-header div.tabs1 a {
|
|
|
4d19ae |
background: none;
|
|
|
4d19ae |
}
|
|
|
4d19ae |
|
|
|
4d19ae |
div#page-header div.tabs1 a span {
|
|
|
4d19ae |
background: none;
|
|
|
4d19ae |
}
|
|
|
4d19ae |
|
|
|
4d19ae |
div#page-header div.tabs1 span.current a,
|
|
|
4d19ae |
div#page-header div.tabs1 span.current a:hover {
|
|
|
166b57 |
background: url("/home/centos/artwork/trunk/Identity/Images/Webenv/tabs3-bg.png") 100% -50px no-repeat;
|
|
|
4d19ae |
}
|
|
|
4d19ae |
|
|
|
4d19ae |
div#page-header div.tabs1 span.current a span,
|
|
|
4d19ae |
div#page-header div.tabs1 span.current a:hover span {
|
|
|
166b57 |
background: url("/home/centos/artwork/trunk/Identity/Images/Webenv/tabs4-bg.png") 0 -50px no-repeat;
|
|
|
4d19ae |
}
|
|
|
4d19ae |
|
|
|
4d19ae |
div#page-header div.tabs1 span:hover a {
|
|
|
166b57 |
background: url("/home/centos/artwork/trunk/Identity/Images/Webenv/tabs3-bg.png") 100% 0 no-repeat;
|
|
|
4d19ae |
}
|
|
|
4d19ae |
|
|
|
4d19ae |
div#page-header div.tabs1 span:hover a span {
|
|
|
166b57 |
background: url("/home/centos/artwork/trunk/Identity/Images/Webenv/tabs4-bg.png") 0 0;
|
|
|
4d19ae |
}
|