mise a jour du theme
This commit is contained in:
parent
279c539ddb
commit
ce6f76f5fd
@ -19,32 +19,106 @@
|
||||
* $Source$
|
||||
*
|
||||
*/
|
||||
body
|
||||
{
|
||||
margin: 0px;
|
||||
background: #555555;
|
||||
color: #dddddd;
|
||||
font-family: Helvetica, Verdana, sans-serif;
|
||||
font-size: small;
|
||||
scrollbar-3dlight-color : #999999;
|
||||
scrollbar-arrow-color : #999999;
|
||||
scrollbar-base-color : #666666;
|
||||
scrollbar-darkshadow-color : Black;
|
||||
scrollbar-face-color : #666666;
|
||||
scrollbar-highlight-color : #999999;
|
||||
scrollbar-shadow-color : #999999;
|
||||
scrollbar-track-color : #8B8B8B;
|
||||
|
||||
}
|
||||
body {
|
||||
margin: 0px;
|
||||
background: #555555;
|
||||
color: #dddddd;
|
||||
font-family: Helvetica, Verdana, sans-serif;
|
||||
font-size: small;
|
||||
scrollbar-3dlight-color : #999999;
|
||||
scrollbar-arrow-color : #999999;
|
||||
scrollbar-base-color : #666666;
|
||||
scrollbar-darkshadow-color : Black;
|
||||
scrollbar-face-color : #666666;
|
||||
scrollbar-highlight-color : #999999;
|
||||
scrollbar-shadow-color : #999999;
|
||||
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
|
||||
*/
|
||||
|
||||
table.topbarre {
|
||||
border-top: 1px solid #999999;
|
||||
}
|
||||
|
||||
/*
|
||||
* Tables
|
||||
*/
|
||||
|
||||
table.border {
|
||||
background: #444444;
|
||||
border-collapse: collapse;
|
||||
@ -57,7 +131,7 @@ table.border {
|
||||
table.border td {
|
||||
background: #444444 url(img/border_background.jpg) no-repeat center right;
|
||||
border-collapse: collapse;
|
||||
border-top: 1px solid #555555;
|
||||
border-top: 1px solid #999999;
|
||||
border-right: 1px solid #888888;
|
||||
border-bottom: 1px solid #777777;
|
||||
border-left: 1px solid #666666;
|
||||
@ -71,10 +145,26 @@ table.noborder {
|
||||
table.noborder td {
|
||||
background: #444444 url(img/noborder_background.jpg) top left no-repeat;
|
||||
border-collapse: collapse;
|
||||
border-top: 1px dashed #555555;
|
||||
border-bottom: 1px dashed #777777;
|
||||
border-top: 1px dashed #444444;
|
||||
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 {
|
||||
background: #555555;
|
||||
border: 0px;
|
||||
@ -93,13 +183,14 @@ table#actions td {
|
||||
/*
|
||||
*
|
||||
*/
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: #cccccc;
|
||||
}
|
||||
|
||||
a:hover { text-decoration: underline; color: #ffffff; }
|
||||
a:hover { text-decoration: underline; color: #ffffff; }
|
||||
|
||||
td.menu {
|
||||
background: #444444 url(img/menu_background.jpg) top left repeat-y;
|
||||
@ -108,12 +199,18 @@ td.menu {
|
||||
}
|
||||
|
||||
td.menusel {
|
||||
border-top: 1px solid #999999;
|
||||
border-right: 1px solid #aaaaaa;
|
||||
border-bottom: 1px solid #aaaaaa;
|
||||
border-left: 1px solid #999999;
|
||||
}
|
||||
border-top: 1px solid #999999;
|
||||
border-right: 1px solid #aaaaaa;
|
||||
border-bottom: 1px solid #aaaaaa;
|
||||
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 {
|
||||
background: #444444 url(img/div_menu_background.png) center right no-repeat;
|
||||
border-top: 1px solid #555555;
|
||||
@ -122,28 +219,59 @@ div.menus {
|
||||
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;
|
||||
font-size: 1.0em;
|
||||
font-weight: bold;
|
||||
color: #dddddd;
|
||||
background: #FF9988;
|
||||
font-weight: bold;
|
||||
font-size: 0.95em;
|
||||
color: #000000;
|
||||
text-decoration: none }
|
||||
|
||||
.menusel
|
||||
{
|
||||
background: #666666;
|
||||
font-size: 1.0em;
|
||||
font-weight: bold;
|
||||
color: #eeeeee;
|
||||
text-decoration: none }
|
||||
|
||||
.submenu
|
||||
{
|
||||
background: #444444;
|
||||
font-size: 1.0em;
|
||||
color: #bbbbbb;
|
||||
text-decoration: none }
|
||||
.submenu {
|
||||
background: #444444;
|
||||
font-size: 1.0em;
|
||||
color: #bbbbbb;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
a.normal { font-weight: normal; color: #dddddd;}
|
||||
a.impayee { font-weight: bold; color: #eeeeee;}
|
||||
@ -155,8 +283,8 @@ a.impayee { font-weight: bold; color: #eeeeee;}
|
||||
a.leftmenu {
|
||||
font-size: 1.0em;
|
||||
font-weight: bold;
|
||||
color: #dddddd;
|
||||
}
|
||||
color: #dddddd;
|
||||
}
|
||||
|
||||
td.barre {
|
||||
background: #444444 url(img/barre_background.jpg) bottom left no-repeat;
|
||||
@ -169,26 +297,32 @@ td.barre {
|
||||
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 {
|
||||
font-size: 1.0em;
|
||||
font-weight: bold;
|
||||
color: #dddddd;
|
||||
text-decoration: none;
|
||||
border-top: 1px dashed #777777;
|
||||
border-bottom: 1px dashed #888888;
|
||||
border-top: 1px dashed #444444;
|
||||
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 {
|
||||
background: #666666;
|
||||
@ -235,9 +369,9 @@ tr.fiche {
|
||||
|
||||
/* stats */
|
||||
tr.total {
|
||||
background: #444444;
|
||||
font-size: 1.0em;
|
||||
}
|
||||
background: #444444;
|
||||
font-size: 1.0em;
|
||||
}
|
||||
|
||||
tr.form {
|
||||
background: #444444;
|
||||
@ -249,15 +383,9 @@ tr.form {
|
||||
* Classes TD
|
||||
*/
|
||||
|
||||
input.flat
|
||||
{
|
||||
border: 0
|
||||
}
|
||||
input.flat { border: 0 }
|
||||
|
||||
td.valeur
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
td.valeur { font-weight: bold; }
|
||||
|
||||
td.delete {
|
||||
background: red;
|
||||
@ -269,28 +397,27 @@ td.valid {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
td.small {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
td.small { font-size: 0.8em; }
|
||||
|
||||
tr.nonpayed {
|
||||
font-size: 0.9em; font-weight: bold;
|
||||
}
|
||||
tr.nonpayed { font-size: 0.9em; font-weight: bold; }
|
||||
|
||||
/*
|
||||
*
|
||||
*/
|
||||
|
||||
p#powered-by-dolibarr {
|
||||
position: fixed;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
bottom: 2px;
|
||||
left: 0px;
|
||||
z-index: 2;
|
||||
}
|
||||
position: fixed;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
bottom: 2px;
|
||||
left: 0px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
p#powered-by-dolibarr a {
|
||||
border: 1px solid black;
|
||||
text-decoration: none;
|
||||
font-size: 0.9em;
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
border: 1px solid black;
|
||||
text-decoration: none;
|
||||
font-size: 0.9em;
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user