Modif indentation
This commit is contained in:
parent
4cc987da85
commit
03b06c0dbc
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -22,6 +22,64 @@ body {
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
font-family: sans-serif; font-size: 0.9em;
|
font-family: sans-serif; font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
|
* Onglets
|
||||||
|
*/
|
||||||
|
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
|
* Menu superieur
|
||||||
*/
|
*/
|
||||||
@ -100,15 +158,13 @@ div.menus {
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
text-decoration: none }
|
text-decoration: none }
|
||||||
|
|
||||||
.menusel
|
.menusel {
|
||||||
{
|
|
||||||
background: #bbbb88;
|
background: #bbbb88;
|
||||||
font-size: 0.9em; font-weight: bold;
|
font-size: 0.9em; font-weight: bold;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-decoration: none }
|
text-decoration: none }
|
||||||
|
|
||||||
.submenu
|
.submenu {
|
||||||
{
|
|
||||||
background: #b3cccc;
|
background: #b3cccc;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user