mise a jour du theme

This commit is contained in:
beedauchon 2004-08-02 14:37:09 +00:00
parent 279c539ddb
commit ce6f76f5fd

View File

@ -19,32 +19,106 @@
* $Source$ * $Source$
* *
*/ */
body body {
{ margin: 0px;
margin: 0px; background: #555555;
background: #555555; color: #dddddd;
color: #dddddd; font-family: Helvetica, Verdana, sans-serif;
font-family: Helvetica, Verdana, sans-serif; font-size: small;
font-size: small; scrollbar-3dlight-color : #999999;
scrollbar-3dlight-color : #999999; scrollbar-arrow-color : #999999;
scrollbar-arrow-color : #999999; scrollbar-base-color : #666666;
scrollbar-base-color : #666666; scrollbar-darkshadow-color : Black;
scrollbar-darkshadow-color : Black; scrollbar-face-color : #666666;
scrollbar-face-color : #666666; scrollbar-highlight-color : #999999;
scrollbar-highlight-color : #999999; scrollbar-shadow-color : #999999;
scrollbar-shadow-color : #999999; scrollbar-track-color : #8B8B8B;
scrollbar-track-color : #8B8B8B; }
} /*
* Onglets
*/
div.tabBar {
background: #444444;
padding: 0em 0.5em 0.5em;
margin: 0em 0em 0.5em 0em;
border: 1px solid #999999;
}
div.tabs {
margin: 0em;
padding: 0em 0em;
text-align: left;
}
div.tabsAction {
margin: 0em 0em 0.5em 0em ;
padding: 0em 0em;
text-align: right;
}
div.FicheSubmit {
margin: 1.0em;
padding: 0em 0em;
text-align: center;
}
div.message {
background: #444444;
padding: 0em 1.5em;
margin: 0em 0em 0em 0em;
border-top: 0px solid #999999;
border-left: 0px solid #777777;
border-right: 0px solid #888888;
}
a.tab {
background: #444444;
border: 1px solid #999999;
color: #eeeeee;
font: 100% Bold;
padding: 0em 1.0em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap;
}
a.tabAction {
background: #444444;
border: 1px solid #999999;
color: #eeeeee;
font: 105% Bold;
padding: 0em 1.5em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap;
}
a.tabAction:hover {
background: #666666;
text-decoration: none;
}
a.tab#active {
background: #444444;
border-bottom: #444444 1px solid;
}
a.tab:hover { background: #666666; }
/* /*
* Menu superieur * Menu superieur
*/ */
table.topbarre { table.topbarre {
border-top: 1px solid #999999; border-top: 1px solid #999999;
} }
/* /*
* Tables * Tables
*/ */
table.border { table.border {
background: #444444; background: #444444;
border-collapse: collapse; border-collapse: collapse;
@ -57,7 +131,7 @@ table.border {
table.border td { table.border td {
background: #444444 url(img/border_background.jpg) no-repeat center right; background: #444444 url(img/border_background.jpg) no-repeat center right;
border-collapse: collapse; border-collapse: collapse;
border-top: 1px solid #555555; border-top: 1px solid #999999;
border-right: 1px solid #888888; border-right: 1px solid #888888;
border-bottom: 1px solid #777777; border-bottom: 1px solid #777777;
border-left: 1px solid #666666; border-left: 1px solid #666666;
@ -71,10 +145,26 @@ table.noborder {
table.noborder td { table.noborder td {
background: #444444 url(img/noborder_background.jpg) top left no-repeat; background: #444444 url(img/noborder_background.jpg) top left no-repeat;
border-collapse: collapse; border-collapse: collapse;
border-top: 1px dashed #555555; border-top: 1px dashed #444444;
border-bottom: 1px dashed #777777; border-bottom: 1px dashed #666666;
} }
table.liste {
background: #444444 ;
border-collapse: collapse;
border: 0px
}
table.liste td {
background: #444444 ;
border-collapse: collapse;
border: 0px
border-bottom: 1px ridge #bbbbbb;
border-right: 1px ridge #cccccc;
border-left: 1px ridge #999999;
border-top: 1px ridge #888888;
}
table#actions { table#actions {
background: #555555; background: #555555;
border: 0px; border: 0px;
@ -93,13 +183,14 @@ table#actions td {
/* /*
* *
*/ */
a { a {
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
color: #cccccc; color: #cccccc;
} }
a:hover { text-decoration: underline; color: #ffffff; } a:hover { text-decoration: underline; color: #ffffff; }
td.menu { td.menu {
background: #444444 url(img/menu_background.jpg) top left repeat-y; background: #444444 url(img/menu_background.jpg) top left repeat-y;
@ -108,12 +199,18 @@ td.menu {
} }
td.menusel { td.menusel {
border-top: 1px solid #999999; border-top: 1px solid #999999;
border-right: 1px solid #aaaaaa; border-right: 1px solid #aaaaaa;
border-bottom: 1px solid #aaaaaa; border-bottom: 1px solid #aaaaaa;
border-left: 1px solid #999999; border-left: 1px solid #999999;
} }
td.border {
border-top: 1px solid #999999;
border-right: 1px solid #aaaaaa;
border-bottom: 1px solid #aaaaaa;
border-left: 1px solid #999999;
}
div.menus { div.menus {
background: #444444 url(img/div_menu_background.png) center right no-repeat; background: #444444 url(img/div_menu_background.png) center right no-repeat;
border-top: 1px solid #555555; border-top: 1px solid #555555;
@ -122,28 +219,59 @@ div.menus {
border-left: 1px solid #666666; border-left: 1px solid #666666;
} }
.menu a.leftmenu {
font-weight: bold;
color: #cccccc;
}
a.leftsubmenu {
font-weight: bold;
font-size: 0.95em;
color: #bbbbbb;
margin: 1em 1em 1em 1em;
}
div.leftmenu {
background: #444444 url(img/menu_background.jpg) top right repeat-y;
border-top: 1px solid #555555;
border-right: 1px solid #888888;
border-bottom: 1px solid #777777;
border-left: 1px solid #666666;
text-align: left;
margin: 1px 0em 0em 0em;
padding: 2px;
}
.menu {
background: #444444;
font-size: 1.0em;
font-weight: bold;
color: #dddddd;
text-decoration: none
}
.menusel {
background: #666666;
font-size: 1.0em;
font-weight: bold;
color: #eeeeee;
text-decoration: none
}
.alerte
{ {
background: #444444; background: #FF9988;
font-size: 1.0em; font-weight: bold;
font-weight: bold; font-size: 0.95em;
color: #dddddd; color: #000000;
text-decoration: none } text-decoration: none }
.menusel .submenu {
{ background: #444444;
background: #666666; font-size: 1.0em;
font-size: 1.0em; color: #bbbbbb;
font-weight: bold; text-decoration: none
color: #eeeeee; }
text-decoration: none }
.submenu
{
background: #444444;
font-size: 1.0em;
color: #bbbbbb;
text-decoration: none }
a.normal { font-weight: normal; color: #dddddd;} a.normal { font-weight: normal; color: #dddddd;}
a.impayee { font-weight: bold; color: #eeeeee;} a.impayee { font-weight: bold; color: #eeeeee;}
@ -155,8 +283,8 @@ a.impayee { font-weight: bold; color: #eeeeee;}
a.leftmenu { a.leftmenu {
font-size: 1.0em; font-size: 1.0em;
font-weight: bold; font-weight: bold;
color: #dddddd; color: #dddddd;
} }
td.barre { td.barre {
background: #444444 url(img/barre_background.jpg) bottom left no-repeat; background: #444444 url(img/barre_background.jpg) bottom left no-repeat;
@ -169,26 +297,32 @@ td.barre {
border-left: 1px solid #999999; border-left: 1px solid #999999;
} }
td.barre_select {
background: #555555;
color: #eeeeee
}
td.auteurs {
background: #444444;
color: #dddddd;
text-decoration: none
border-top: 1px ridge #aaaaaa;
border-right: 1px solid #888888;
border-bottom: 1px ridge #aaaaaa;
border-left: 1px solid #999999;
}
div.titre { div.titre {
font-size: 1.0em; font-size: 1.0em;
font-weight: bold; font-weight: bold;
color: #dddddd; color: #dddddd;
text-decoration: none; text-decoration: none;
border-top: 1px dashed #777777; border-top: 1px dashed #444444;
border-bottom: 1px dashed #888888; border-bottom: 1px dashed #666666;
} }
/* /*
* *
*/ */
.liste {
background: #666666 ;
color: #dddddd;
border-top: 1px dashed #555555;
border-right: 1px dashed #888888;
border-bottom: 1px dashed #777777;
border-left: 1px dashed #666666;
}
tr.liste_titre { tr.liste_titre {
background: #666666; background: #666666;
@ -235,9 +369,9 @@ tr.fiche {
/* stats */ /* stats */
tr.total { tr.total {
background: #444444; background: #444444;
font-size: 1.0em; font-size: 1.0em;
} }
tr.form { tr.form {
background: #444444; background: #444444;
@ -249,15 +383,9 @@ tr.form {
* Classes TD * Classes TD
*/ */
input.flat input.flat { border: 0 }
{
border: 0
}
td.valeur td.valeur { font-weight: bold; }
{
font-weight: bold;
}
td.delete { td.delete {
background: red; background: red;
@ -269,28 +397,27 @@ td.valid {
font-weight: bold; font-weight: bold;
} }
td.small { td.small { font-size: 0.8em; }
font-size: 0.8em;
}
tr.nonpayed { tr.nonpayed { font-size: 0.9em; font-weight: bold; }
font-size: 0.9em; font-weight: bold;
}
/*
*
*/
p#powered-by-dolibarr { p#powered-by-dolibarr {
position: fixed; position: fixed;
margin: 0; margin: 0;
padding: 0; padding: 0;
bottom: 2px; bottom: 2px;
left: 0px; left: 0px;
z-index: 2; z-index: 2;
} }
p#powered-by-dolibarr a { p#powered-by-dolibarr a {
border: 1px solid black; border: 1px solid black;
text-decoration: none; text-decoration: none;
font-size: 0.9em; font-size: 0.9em;
padding-right: 5px; padding-right: 5px;
padding-left: 5px; padding-left: 5px;
} }