file:///home/developper/svn/phpcompta/branches/rel500 ........ r3007 | danydb | 2010-04-12 23:31:21 +0200 (Mon, 12 Apr 2010) | 4 lines Use ITva_Select in class_acc_legder_purchase.php ........ r3008 | danydb | 2010-04-13 00:58:43 +0200 (Tue, 13 Apr 2010) | 8 lines TVA Ipopup ========== Add a new widget which show the tva in a popup and let it select the code you need it will replace the obsolete TVA_Select ........ r3009 | danydb | 2010-04-13 20:15:59 +0200 (Tue, 13 Apr 2010) | 4 lines Todo : add the todo for the use of the new widget Tva_Popup ........ r3010 | danydb | 2010-04-14 18:58:56 +0200 (Wed, 14 Apr 2010) | 1 line Add a new function in class periode : last_day ........ r3011 | danydb | 2010-04-14 19:00:09 +0200 (Wed, 14 Apr 2010) | 1 line Add a new function in class periode : last_day correct typo ........
723 lines
10 KiB
CSS
723 lines
10 KiB
CSS
/* <style type="text/css"> */
|
|
|
|
BODY {
|
|
background-color:#C2D4D7;
|
|
font-size:0.7em;
|
|
font-family:Arial, Helvetica, sans-serif;
|
|
padding:0;
|
|
margin:0;
|
|
}
|
|
.notice {
|
|
color:red;
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
table.result {
|
|
font-size:12px;
|
|
color:blue;
|
|
border:blue solid 1px;
|
|
width:100%;
|
|
|
|
}
|
|
table.result th {
|
|
font-size:11px;
|
|
font-weight:bold;
|
|
border-bottom:1px solid blue;
|
|
padding-left:10px;
|
|
padding-right:10px;
|
|
background-color: silver;
|
|
|
|
}
|
|
td.msubtitle {
|
|
text-align:center;
|
|
height:20px;
|
|
font-size:12px;
|
|
background-color:#DDE6FF;
|
|
}
|
|
td.msubtitle:hover,td.msubtitle:hover a
|
|
{
|
|
background-color:#a9d6e4;
|
|
color:white;
|
|
}
|
|
|
|
h2 {
|
|
font-size:1.5em;
|
|
color:grey;
|
|
}
|
|
div.info {
|
|
background:#879ed4;
|
|
color:white;
|
|
font-size:16pt;
|
|
text-align:center;
|
|
background-color: #879ed4;
|
|
}
|
|
|
|
h2.info {
|
|
background-color:#36559b;
|
|
color:white;
|
|
font-size:16pt;
|
|
text-align:center;
|
|
padding:0px;
|
|
margin:0px;
|
|
font-style:italic;
|
|
}
|
|
u_redcontent h2.info {
|
|
background:#879ed5;
|
|
color:white;
|
|
font-size:14pt;
|
|
text-align:center;
|
|
padding:0px;
|
|
margin:0px;
|
|
}
|
|
h3.info {
|
|
background:#879ed4;
|
|
color:white;
|
|
font-size:10pt;
|
|
text-align:center;
|
|
background-color: #879ed4;
|
|
}
|
|
|
|
h2.info2 {
|
|
background-color:#36559b;
|
|
color:blue;
|
|
font-size:20px;
|
|
text-align:center;
|
|
}
|
|
|
|
h2.error {
|
|
background:red;
|
|
color:white;
|
|
font-size:20px;
|
|
}
|
|
|
|
h1.title {
|
|
color: blue;
|
|
font-size:25px;
|
|
}
|
|
|
|
div.mtitle {
|
|
position: absolute;
|
|
right:300px;
|
|
width:100px;
|
|
background-color:yellow;
|
|
}
|
|
|
|
div.u_tmenu {
|
|
position: float;
|
|
margin-top:1px;
|
|
width:100%;
|
|
background-color:#36559b;
|
|
}
|
|
div.u_tmenu div.u_tool {
|
|
background-color:#36559b;
|
|
float:left;
|
|
}
|
|
div.u_tool div.name {
|
|
float:left;
|
|
margin-left:10px;
|
|
}
|
|
div.u_tool div.acces_direct{
|
|
float:right;
|
|
margin-right:10px;
|
|
text-align:right
|
|
}
|
|
|
|
div.u_subtmenu {
|
|
float:left;
|
|
clear:both;
|
|
background-color:#879ED4;
|
|
}
|
|
div.u_subt2menu {
|
|
left:1%;
|
|
background-color:#36559b;
|
|
}
|
|
div.lmenu {
|
|
float:left;
|
|
clear:left;
|
|
left:20px;
|
|
font-size:9px;
|
|
background-color:#EDF3FF;
|
|
background-image: url(image/lmenu_back.png);
|
|
background-repeat: repeat-y;
|
|
}
|
|
|
|
div.lextmenu {
|
|
position: float;
|
|
float:left;
|
|
font-size:9px;
|
|
background-color:#c2d4d7;
|
|
}
|
|
|
|
div.searchmenu {
|
|
left:30px;
|
|
width:95px;
|
|
top:100px;
|
|
position:absolute;
|
|
background-color: #c2d4d7;
|
|
|
|
}
|
|
|
|
div.recherche_form{
|
|
width:700px;
|
|
font-size:9px;
|
|
border-style:outset;
|
|
border-width:1px;
|
|
}
|
|
|
|
div.u_redcontent{
|
|
position: float;
|
|
float:left;
|
|
padding-top:7px;
|
|
padding-left:8px;
|
|
width:80%;
|
|
font-size:9px;
|
|
background-color:#c2d4d7;
|
|
}
|
|
|
|
div.content{
|
|
position: float;
|
|
float:left;
|
|
font-size:12px;
|
|
width:100%;
|
|
background-color:#c2d4d7;
|
|
clear:both;
|
|
}
|
|
div.no span{
|
|
position:static;
|
|
font-size:9px;
|
|
font-weight:bold;
|
|
font-color:red;
|
|
}
|
|
|
|
div.content span {
|
|
margin-left:0px;
|
|
}
|
|
table.document {
|
|
border:solid blue 2px ;
|
|
width:100%;
|
|
border-style:outset;
|
|
}
|
|
table.document th{
|
|
background-color:lightgrey;
|
|
color:darkblue;
|
|
}
|
|
|
|
table.mtitle {
|
|
border:0;
|
|
text-align:center
|
|
}
|
|
td.mshort {
|
|
height:15px;
|
|
width:60px;
|
|
text-align:center;
|
|
color:#5D90CD;
|
|
background-color:#DDE6FF;
|
|
}
|
|
td.mtitle {
|
|
border-color:#CC0000;
|
|
text-align:center;
|
|
width:120px;
|
|
height :30px;
|
|
font-size:1em;
|
|
background-color:#DDE6FF;
|
|
border: 5px;
|
|
}
|
|
|
|
td.mtitle:hover, td.mtitle:hover a {
|
|
background-color:#36559b;
|
|
color:#FFFFFF;
|
|
}
|
|
|
|
span.mtitle {
|
|
color:gray;
|
|
background-color:blue;
|
|
font-size:12px;
|
|
border-style:groove
|
|
}
|
|
span.odd {
|
|
background-color:#ECF3FF;
|
|
display:block;
|
|
}
|
|
span.even {
|
|
background-color:#DDE6FF;
|
|
display:block;
|
|
}
|
|
|
|
tr.odd {
|
|
background-color:#DDE6FF;
|
|
font-size:12px;
|
|
border-size:0px;
|
|
}
|
|
tr {
|
|
font-size:10px;
|
|
}
|
|
tr.odd:hover td
|
|
{
|
|
text-decoration:none;
|
|
background-color:#c0c6ec;
|
|
color:white;
|
|
}
|
|
tr.even:hover td
|
|
{
|
|
text-decoration:none;
|
|
background-color:#c0c6ec;
|
|
color:white;
|
|
}
|
|
|
|
|
|
td.odd{
|
|
background-color:#DDE6FF ;
|
|
border-size:0px;
|
|
font-size:12px;
|
|
}
|
|
td.even{
|
|
border:0px;
|
|
font-size:12px;
|
|
}
|
|
td.cell{
|
|
height:32px;
|
|
padding: 1px;
|
|
}
|
|
td.selectedcell{
|
|
border-style:none;
|
|
border-color:#36559b;
|
|
border-width:1pt ;
|
|
font-size:1em;
|
|
background:#36559b ;
|
|
color:white;
|
|
text-align:center;
|
|
width:120px;
|
|
}
|
|
|
|
a.mtitle {
|
|
font-size:1em;
|
|
text-decoration:none;
|
|
display:block;
|
|
color:blue;
|
|
}
|
|
|
|
a.mtitle:hover {
|
|
text-decoration:none;
|
|
display:block;
|
|
border-style:none;
|
|
border-color:yellow;
|
|
background-color:#36559b;
|
|
}
|
|
|
|
a.cell {
|
|
text-decoration:none;
|
|
display:block;
|
|
color:blue;
|
|
background-color:white;
|
|
font-size:9px;
|
|
}
|
|
|
|
a.cell:hover {
|
|
font-size:9px;
|
|
color:white;
|
|
background-color:#5D90CD;
|
|
text-decoration:none;
|
|
display:block;
|
|
}
|
|
|
|
|
|
a.one:link {
|
|
text-decoration:none;
|
|
color:#3010FF
|
|
}
|
|
a.one:visited {
|
|
text-decoration:none;
|
|
color:#3010FF
|
|
}
|
|
|
|
a.one:active {
|
|
background: #0000FF;
|
|
background-color: #0000FF;
|
|
}
|
|
|
|
a.one:hover {
|
|
text-decoration:underline;
|
|
background-color:#3010FF;
|
|
color:#FFFFFF;
|
|
}
|
|
|
|
|
|
a.detail
|
|
{
|
|
font-size:9px;
|
|
text-decoration: none;
|
|
display: block;
|
|
color: blue;
|
|
}
|
|
|
|
a.detail:hover
|
|
{
|
|
font-size:9px;
|
|
color: white;
|
|
background-color: rgb(93, 144, 205);
|
|
text-decoration: none;
|
|
display: block;
|
|
}
|
|
|
|
li.menuv,ol.menuv {
|
|
display:inline;
|
|
padding:1em 1em;
|
|
}
|
|
div.u_redcontent a {
|
|
font-size:9px;
|
|
text-decoration: none;
|
|
display: block;
|
|
color: darkblue;
|
|
width:90%;
|
|
|
|
}
|
|
|
|
div.u_redcontent a:hover {
|
|
font-size:9px;
|
|
color: red;
|
|
background-color: rgb(93, 144, 205);
|
|
text-decoration: none;
|
|
display: block;
|
|
|
|
}
|
|
div.content a {
|
|
font-size:12px;
|
|
text-decoration: none;
|
|
display: block;
|
|
color: darkblue;
|
|
|
|
}
|
|
|
|
div.content a:hover {
|
|
font-size:12px;
|
|
color: red;
|
|
background-color: rgb(93, 144, 205);
|
|
text-decoration: none;
|
|
display: block;
|
|
|
|
}
|
|
|
|
div.u_redcontent a.mtitle {
|
|
font-size:9px;
|
|
text-decoration:none;
|
|
display:inline;
|
|
color:blue;
|
|
}
|
|
|
|
div.u_redcontent a.mtitle:hover {
|
|
text-decoration:none;
|
|
display:inline;
|
|
background-color:yellow;
|
|
|
|
|
|
}
|
|
div.content a.mtitle {
|
|
font-size:12px;
|
|
text-decoration:none;
|
|
display:inline;
|
|
color:blue;
|
|
|
|
}
|
|
|
|
div.content a.mtitle:hover {
|
|
text-decoration:none;
|
|
display:inline;
|
|
background-color:yellow;
|
|
|
|
|
|
}
|
|
div.u_redcontent input.text {
|
|
font-weight:normal;
|
|
border-color:336699;
|
|
border-style:solid;
|
|
background-color:white;
|
|
border-width:1px;
|
|
color:blue;
|
|
}
|
|
div.content input.text {
|
|
font-weight:normal;
|
|
border-color:336699;
|
|
border-style:solid;
|
|
border-width:1px;
|
|
background-color:white;
|
|
color:blue;
|
|
}
|
|
|
|
div.u_redcontent input:focus {
|
|
background-color:cfffe4;
|
|
}
|
|
div.content input:focus {
|
|
background-color:cfffe4;
|
|
}
|
|
div.u_redcontent textarea:focus{
|
|
background-color: orange;
|
|
}
|
|
|
|
.input_text {
|
|
border:groove 1px blue;
|
|
}
|
|
div.u_tool {
|
|
float:left;
|
|
width: 100%;
|
|
|
|
|
|
}
|
|
div.u_tmenu div.u_tool {
|
|
float:left;
|
|
}
|
|
div.u_tool div.name {
|
|
float:left;
|
|
margin-left:10px;
|
|
}
|
|
div.u_tool div.acces_direct{
|
|
float:right;
|
|
margin-right:10px;
|
|
text-align:right
|
|
}
|
|
legend {
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
font-size: 130% ;
|
|
|
|
}
|
|
a.dossier {
|
|
font-size:12px;
|
|
text-decoration:none;
|
|
display:block;
|
|
color: #202267;
|
|
|
|
}
|
|
legend {
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
font-size: 130% ;
|
|
|
|
}
|
|
fieldset fieldset legend {
|
|
font-size:110%;
|
|
color:grey;
|
|
}
|
|
|
|
.input_text {
|
|
border:groove 1px blue;
|
|
}
|
|
|
|
div.infobulle {
|
|
position:absolute;
|
|
border:1px solid black;
|
|
background-color:yellow;
|
|
top:0;left:0;
|
|
visibility:hidden;
|
|
z-index:10;
|
|
width:25em;
|
|
}
|
|
|
|
span.action {
|
|
height:3em;
|
|
|
|
}
|
|
td.num {
|
|
text-align:right;
|
|
}
|
|
tr.priority1 {
|
|
background-color:red;
|
|
}
|
|
span.action a.action {
|
|
border:2px outset ;
|
|
padding-left: 3px;
|
|
padding-right:3px;
|
|
text-decoration:none;
|
|
font-size:14px;
|
|
|
|
display:inline;
|
|
color:black;
|
|
background-color:lightgrey;
|
|
}
|
|
|
|
span.action a.action:hover {
|
|
text-decoration:none;
|
|
display:inline;
|
|
background-color:lightblue;
|
|
color:black;
|
|
}
|
|
div.popup_back{
|
|
position:absolute;
|
|
top:0px;
|
|
left:0px;
|
|
opacity:0.6;
|
|
filter:alpha(opacity=60);
|
|
width:100%;
|
|
height:100%;
|
|
z-index:1;
|
|
/*background-color:lightgrey;*/
|
|
|
|
display:none;
|
|
}
|
|
|
|
div.popup_border_title {
|
|
position:absolute;
|
|
top:20%;
|
|
left:10%;
|
|
width:60%;
|
|
height:80%;
|
|
/*background:lightgrey;*/
|
|
z-index:10;
|
|
/*border:dotted 1px black;*/
|
|
border: 3px groove lightblue;
|
|
background-color:#879ED4;
|
|
font-size: 110% ;
|
|
font-family: arial,sans-serif;
|
|
font-style: italic;
|
|
font-weight: bolder;
|
|
text-align:center;
|
|
border-bottom: 2px solid #201e87;
|
|
color: white;
|
|
display:none;
|
|
/*opacity:1;
|
|
filter:alpha(opacity=100);*/
|
|
|
|
}
|
|
div.popup_border_notitle {
|
|
position:absolute;
|
|
top:20%;
|
|
left:20%;
|
|
width:60%;
|
|
height:80% ;
|
|
/*background:lightgrey;*/
|
|
z-index:10;
|
|
/*border:dotted 1px black;*/
|
|
border: 3px outset #201e87;
|
|
background-color:lightblue;
|
|
font-family: arial,sans-serif;
|
|
font-style: italic;
|
|
font-weight: bolder;
|
|
text-align:center;
|
|
display:none;
|
|
color: white;
|
|
/*opacity:0.7;
|
|
filter:alpha(opacity=70);
|
|
*/
|
|
}
|
|
|
|
div.popup_content {
|
|
position:absolute;
|
|
top:5%;
|
|
bottom:0;
|
|
left:0;
|
|
right:0;
|
|
width:100%;
|
|
height:95%;
|
|
overflow: auto;
|
|
background-color:lightblue;
|
|
font-size:12px ;
|
|
font-family: arial,sans-serif;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
color: black;
|
|
text-align: left;
|
|
display:none;
|
|
z-index:10;
|
|
/*opacity:1;
|
|
filter:alpha(opacity=100);*/
|
|
}
|
|
div.autocomplete {
|
|
position:relative;
|
|
width:30em;
|
|
background-color:white;
|
|
border:1px solid #888;
|
|
margin:0;
|
|
padding:0;
|
|
text-align:left;
|
|
font-size:12px;
|
|
|
|
}
|
|
div.autocomplete em {
|
|
color:blue;
|
|
font-weight:bold;
|
|
}
|
|
div.autocomplete ul {
|
|
list-style-type:none;
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
div.autocomplete ul li.selected { background-color: lightblue;}
|
|
|
|
div.autocomplete ul li {
|
|
list-style-type:none;
|
|
display:block;
|
|
margin:0;
|
|
padding:0px;
|
|
/*height:32px;*/
|
|
cursor:pointer;
|
|
}
|
|
|
|
ul.select_table {
|
|
/*padding:5px;*/
|
|
overflow:hidden;
|
|
}
|
|
ul.select_table a{
|
|
width:100%;
|
|
display:block;
|
|
background-color:inherit;
|
|
color: black;
|
|
text-decoration:none;
|
|
}
|
|
ul.select_table a:hover{
|
|
background-color:white;
|
|
color:black;
|
|
/*text-decoration:underline;*/
|
|
}
|
|
ul.select_table li {
|
|
display:table-row;
|
|
list-style-type: none;
|
|
}
|
|
ul.select_table li span {
|
|
display:table-cell;
|
|
width:25em;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
div.pc_calendar{
|
|
border:1px groove grey;
|
|
float:left;
|
|
|
|
}
|
|
div.pc_calendar table {
|
|
text-align:center;
|
|
|
|
}
|
|
div.pc_calendar tr{
|
|
height:40;
|
|
|
|
|
|
}
|
|
div.pc_calendar td{
|
|
width:10em;
|
|
}
|
|
|
|
div.pc_calendar td.weekend {
|
|
background-color:#cce0e6;
|
|
|
|
}
|
|
div.pc_calendar td.workday{
|
|
background-color:inherit;
|
|
|
|
|
|
}
|
|
div.pc_calendar span.day{
|
|
font-weight: bold;
|
|
display:block;
|
|
|
|
}
|
|
div.pc_calendar span.event{
|
|
font-weight: bolder;
|
|
|
|
}
|
|
span.todo {
|
|
text-align: left;
|
|
background-color:yellow;
|
|
|
|
}
|
|
/* </style> */
|