From 6925701e64320ec3cb3d67794897441ff88005ac Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 31 Jan 2004 11:32:25 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20d=E9finitions=20pour=20g=E9rer=20les=20?= =?UTF-8?q?onglet=20dans=20les=20fiches?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/theme/yellow/yellow.css | 61 ++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index 944a473edcf..fa2f06be40c 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -24,6 +24,67 @@ body background: #ebebe0; font-family: sans-serif; font-size: 0.95em; } + + +div.tabBar { + color: #436976; + background: #dee7ec; + padding: 0em 1.5em; + margin: 0em 0em 1.5em 0em; + border: 1px solid #8CACBB; +} + + +div.tabs { + margin: 0em; + padding: 0em 3em; + text-align: left; +} + +div.tabsAction { + margin: 0em; + padding: 0em 0em; + text-align: right; +} + +a.tab { + background: white; + border: 1px solid #8CACBB; + color: #436976; + font: 100% Bold; + padding: 0em 1.5em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; +} + +a.tabAction { + background: white; + border: 1px solid #8CACBB; + color: #436976; + font: 105% Bold; + padding: 0em 1.5em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; +} + +a.tabAction:hover { + background: #dee7ec; +} + + +a.tab#active { + background: #dee7ec; + border-bottom: #dee7ec 1px solid; +} + +a.tab:hover { + background: #dee7ec; +} + + + /* * Menu superieur */