From 1d82d3b03a2fe2aa2a96de6ed8f7425c0659cb77 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Mar 29 2011 16:31:18 +0000 Subject: Rename base-tabs.css to base-app-tabs.css. --- diff --git a/Identity/Webenv/Css/base-app-tabs.css b/Identity/Webenv/Css/base-app-tabs.css new file mode 100644 index 0000000..f3fa1d9 --- /dev/null +++ b/Identity/Webenv/Css/base-app-tabs.css @@ -0,0 +1,90 @@ +/* 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; + } diff --git a/Identity/Webenv/Css/base-tabs.css b/Identity/Webenv/Css/base-tabs.css deleted file mode 100644 index f3fa1d9..0000000 --- a/Identity/Webenv/Css/base-tabs.css +++ /dev/null @@ -1,90 +0,0 @@ -/* 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; - }