file:///home/developper/svn/phpcompta/branches/rel500 ........ r3018 | danydb | 2010-04-16 12:45:48 +0200 (Fri, 16 Apr 2010) | 4 lines Quick_writing ============= Advanced->direct writing remove the flag direct_write ........ r3019 | danydb | 2010-04-16 13:11:06 +0200 (Fri, 16 Apr 2010) | 7 lines Advanced->Periode ================== * give the number of operation * do not propose to remove a used periode * fix cosmetic * add confirm for "cloture" and "remove" ........ r3020 | danydb | 2010-04-16 15:31:03 +0200 (Fri, 16 Apr 2010) | 2 lines IPoste : add documentation : sample of code ........ r3021 | danydb | 2010-04-16 15:31:32 +0200 (Fri, 16 Apr 2010) | 2 lines Iposte update doc : typo ........ r3022 | danydb | 2010-04-16 21:12:47 +0200 (Fri, 16 Apr 2010) | 2 lines Add info for error ........ r3023 | danydb | 2010-04-17 00:37:08 +0200 (Sat, 17 Apr 2010) | 2 lines ac_common.php add a function h2info ........ r3024 | danydb | 2010-04-17 01:19:21 +0200 (Sat, 17 Apr 2010) | 2 lines Button is not printed ........ r3025 | danydb | 2010-04-17 01:20:14 +0200 (Sat, 17 Apr 2010) | 2 lines extension :Logout button and name plugin is not printed ........ r3026 | danydb | 2010-04-17 01:40:01 +0200 (Sat, 17 Apr 2010) | 1 line Appearance : improve disable html elt appearance ........ r3027 | danydb | 2010-04-17 01:43:05 +0200 (Sat, 17 Apr 2010) | 1 line Periode : improve usuability ........ r3028 | danydb | 2010-04-17 01:43:21 +0200 (Sat, 17 Apr 2010) | 1 line Fix several bugs in itva_popup ........ r3029 | danydb | 2010-04-17 14:12:47 +0200 (Sat, 17 Apr 2010) | 2 lines New Manuel for windows ........ r3030 | danydb | 2010-04-17 15:18:25 +0200 (Sat, 17 Apr 2010) | 6 lines Document modele =============== New : can decide if a document must be used with the ledger of sales, purchase or follow up ........ r3031 | danydb | 2010-04-18 00:05:25 +0200 (Sun, 18 Apr 2010) | 1 line Add function tr ........ r3032 | danydb | 2010-04-18 00:06:15 +0200 (Sun, 18 Apr 2010) | 1 line Correct style : you can now click on the selected menu ........ r3033 | danydb | 2010-04-18 19:58:24 +0200 (Sun, 18 Apr 2010) | 3 lines scripts.js : add function deleteRow(tablename, object) to use with IButton ........
752 lines
11 KiB
CSS
752 lines
11 KiB
CSS
/* <style type="text/css"> */
|
|
|
|
BODY {
|
|
background-color:#EDF3FF;
|
|
font-size:12px;
|
|
font-family:arial,sans-serif;
|
|
padding:0;
|
|
margin:0;
|
|
}
|
|
.notice {
|
|
color:red;
|
|
font-style: italic;
|
|
}
|
|
|
|
table.result {
|
|
color:blue;
|
|
border:blue solid 1px;
|
|
width:100%;
|
|
}
|
|
table.result th {
|
|
font-weight:bold;
|
|
font-family:arial,sans-serif;
|
|
border-bottom:1px solid blue;
|
|
padding-left:10px;
|
|
padding-right:10px;
|
|
}
|
|
|
|
h2 {
|
|
font-family:arial,sans-serif;
|
|
font-size:14px;
|
|
color:grey;
|
|
}
|
|
div.info {
|
|
background:#879ed4;
|
|
color:white;
|
|
font-size:120%;
|
|
text-align:center;
|
|
}
|
|
|
|
content h2.info {
|
|
background:#879ed4;
|
|
color:black;
|
|
font-size:14pt;
|
|
text-align:center;
|
|
padding:0px;
|
|
margin:0px;
|
|
}
|
|
u_redcontent h2.info {
|
|
background:#879ed4;
|
|
color:white;
|
|
font-size:14pt;
|
|
text-align:center;
|
|
padding:0px;
|
|
margin:0px;
|
|
}
|
|
h2.info {
|
|
background-color:#879ED4;
|
|
color:white;
|
|
font-size:16pt;
|
|
text-align:center;
|
|
padding:0px;
|
|
margin:0px;
|
|
}
|
|
|
|
h3.info {
|
|
background:#879ed4;
|
|
color:white;
|
|
font-size:10pt;
|
|
text-align:center;
|
|
}
|
|
|
|
h2.info2 {
|
|
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.u_tmenu {
|
|
position: float;
|
|
margin-top:1px;
|
|
width:100%;
|
|
background-color:#879ED4;
|
|
|
|
|
|
}
|
|
div.u_subtmenu {
|
|
background-color:white ;
|
|
float:left;
|
|
clear:both;
|
|
left:10px;
|
|
|
|
}
|
|
div.u_tmenu div.u_tool {
|
|
background-color:#879ED4;
|
|
float:left;
|
|
|
|
}
|
|
div.u_tool {
|
|
float:left;
|
|
width: 100%;
|
|
|
|
|
|
}
|
|
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_subt2menu {
|
|
background-color:lightgrey;
|
|
left:1%;
|
|
|
|
}
|
|
div.lmenu {
|
|
float:left;
|
|
clear:left;
|
|
font-size:9px;
|
|
|
|
}
|
|
div.lextmenu {
|
|
position: float;
|
|
float:left;
|
|
font-family:arial,sans-serif;
|
|
font-size:9px;
|
|
|
|
}
|
|
div.searchmenu {
|
|
left:30px;
|
|
width:95px;
|
|
top:100px;
|
|
position:absolute;
|
|
|
|
}
|
|
|
|
div.recherche_form{
|
|
width:700px;
|
|
font-size:9px;
|
|
font-family:arial,sans-serif;
|
|
border-style:outset;
|
|
border-width:1px;
|
|
|
|
}
|
|
div.u_redcontent{
|
|
position: float;
|
|
float:left;
|
|
padding-top:7px;
|
|
padding-left:8px;
|
|
font-size:9px;
|
|
font-family:arial,sans-serif;
|
|
width:75%;
|
|
|
|
}
|
|
div.content{
|
|
position: float;
|
|
float:left;
|
|
padding-top:7px;
|
|
width:100%;
|
|
font-family:arial,sans-serif;
|
|
clear:both;
|
|
|
|
|
|
}
|
|
div.content30{
|
|
position: float;
|
|
float:left;
|
|
padding-top:7px;
|
|
width:35%;
|
|
font-family:arial,sans-serif;
|
|
|
|
}
|
|
div.no span{
|
|
position:static;
|
|
font-family:arial,sans-serif;
|
|
font-weight:bold;
|
|
font-color:red;
|
|
|
|
}
|
|
|
|
table.document {
|
|
border:solid blue 2px ;
|
|
width:100%;
|
|
border-style:outset;
|
|
}
|
|
table.document th{
|
|
background-color:lightgrey;
|
|
color:darkblue;
|
|
}
|
|
table.result th{
|
|
background-color:lightgrey;
|
|
color:darkblue;
|
|
}
|
|
span.error {
|
|
color:black;
|
|
background-color:red;
|
|
font-size:120%;
|
|
}
|
|
table.mtitle {
|
|
border:0;
|
|
text-align:center
|
|
}
|
|
td.mshort {
|
|
height:15px;
|
|
width:60px;
|
|
text-align:center;
|
|
border: 1px solid;
|
|
color:#5D90CD ;
|
|
background-color:#DDE6FF;
|
|
}
|
|
td.mtitle {
|
|
text-align:center;
|
|
width:95px;
|
|
height :30px;
|
|
font-size:10px;
|
|
background-color:#DDE6FF;
|
|
}
|
|
td.msubtitle {
|
|
text-align:center;
|
|
height:20px;
|
|
font-size:10px;
|
|
background-color:#DDE6FF;
|
|
}
|
|
span.mtitle {
|
|
color:gray;
|
|
background-color:blue;
|
|
font-size:10px;
|
|
border-style:groove
|
|
}
|
|
span.odd {
|
|
background-color:#ECF3FF;
|
|
display:block;
|
|
}
|
|
span.even {
|
|
background-color:#DDE6FF;
|
|
display:block;
|
|
}
|
|
|
|
tr.odd {
|
|
background-color:#DDE6FF;
|
|
font-size:10px;
|
|
border-size:0px;
|
|
}
|
|
tr {
|
|
font-size:10px;
|
|
}
|
|
td.odd{
|
|
background-color:#DDE6FF ;
|
|
border-size:0px;
|
|
font-size:10px;
|
|
}
|
|
td.even{
|
|
border:0px;
|
|
font-size:10px;
|
|
}
|
|
td.cell{
|
|
height:32px;
|
|
padding: 1px;
|
|
}
|
|
td.selectedcell{
|
|
border-style:inset;
|
|
border-color:blue;
|
|
border-width:1pt ;
|
|
font-size:10px;
|
|
background:#5D90CD ;
|
|
color:white;
|
|
text-align:center;
|
|
width:120px;
|
|
}
|
|
a.mtitle {
|
|
font-size:10px;
|
|
text-decoration:none;
|
|
display:inline;
|
|
color: blue;
|
|
|
|
}
|
|
td.selectedcell a.mtitle {
|
|
font-size:1em;
|
|
text-decoration:none;
|
|
display:block;
|
|
color:white;
|
|
}
|
|
a.dossier {
|
|
font-size:10px;
|
|
text-decoration:none;
|
|
display:block;
|
|
color: #202267;
|
|
|
|
}
|
|
tr.odd:hover td
|
|
{
|
|
text-decoration:none;
|
|
background-color: #a9d6e4;
|
|
color:white;
|
|
}
|
|
tr.even:hover td
|
|
{
|
|
text-decoration:none;
|
|
background-color: #a9d6e4;
|
|
color:white;
|
|
}
|
|
td.mtitle:hover,td.mtitle:hover a
|
|
{
|
|
background-color:#a9d6e4;
|
|
color:white;
|
|
}
|
|
td.msubtitle:hover,td.msubtitle:hover a
|
|
{
|
|
background-color:#a9d6e4;
|
|
color:white;
|
|
}
|
|
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;
|
|
}
|
|
|
|
a.one:hover {
|
|
text-decoration:underline;
|
|
background:#3010FF;
|
|
color:#FFFFFF;
|
|
}
|
|
|
|
|
|
a.detail
|
|
{
|
|
font-size:9px;
|
|
font-family:arial,sans-serif;
|
|
text-decoration: none;
|
|
display: block;
|
|
color: blue;
|
|
}
|
|
|
|
a.detail:hover
|
|
{
|
|
font-size:9px;
|
|
font-family:arial,sans-serif;
|
|
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-family:arial,sans-serif;
|
|
text-decoration: none;
|
|
display: block;
|
|
color: blue;
|
|
|
|
}
|
|
|
|
div.u_redcontent a:hover {
|
|
font-family:arial,sans-serif;
|
|
color: white;
|
|
background-color: rgb(93, 144, 205);
|
|
text-decoration: none;
|
|
display: block;
|
|
|
|
}
|
|
div.content a {
|
|
font-family:arial,sans-serif;
|
|
text-decoration: none;
|
|
display: block;
|
|
color: blue;
|
|
padding: 1px ;
|
|
|
|
}
|
|
|
|
|
|
div.content a:hover {
|
|
font-family:arial,sans-serif;
|
|
color: white;
|
|
background-color: rgb(93, 144, 205);
|
|
text-decoration: none;
|
|
display: block;
|
|
|
|
}
|
|
|
|
div.u_redcontent a.mtitle {
|
|
text-decoration:none;
|
|
display:inline;
|
|
|
|
|
|
color:black;
|
|
|
|
}
|
|
|
|
div.u_redcontent a.mtitle:hover {
|
|
text-decoration:none;
|
|
display:inline;
|
|
color:white;
|
|
background-color:darkblue;
|
|
|
|
|
|
}
|
|
div.content a.mtitle {
|
|
font-size:10px;
|
|
text-decoration:none;
|
|
display:inline;
|
|
color:blue;
|
|
|
|
|
|
|
|
}
|
|
|
|
div.content a.mtitle:hover {
|
|
text-decoration:none;
|
|
display:inline;
|
|
background-color:darkblue;
|
|
color:white;
|
|
|
|
|
|
}
|
|
div.u_redcontent input.text {
|
|
font-family:arial,sans-serif;
|
|
font-weight:normal;
|
|
border-color:336699;
|
|
border-style:solid;
|
|
background-color:orange;
|
|
border-width:1px;
|
|
color:blue;
|
|
}
|
|
div.content input.text {
|
|
font-family:arial,sans-serif;
|
|
font-weight:normal;
|
|
border-color:336699;
|
|
border-style:solid;
|
|
border-width:1px;
|
|
background-color:orange;
|
|
color:blue;
|
|
}
|
|
|
|
|
|
|
|
div.u_redcontent input:focus {
|
|
background-color:orange;
|
|
}
|
|
div.content input:focus {
|
|
background-color:orange;
|
|
}
|
|
div.u_redcontent textarea:focus {
|
|
background-color: orange;
|
|
}
|
|
.document {
|
|
color: #1a207d;
|
|
border-collapse:collapse;
|
|
}
|
|
a.document{
|
|
font-size:12px;
|
|
text-decoration:none;
|
|
display:block;
|
|
}
|
|
a.document:hover {
|
|
text-decoration:none;
|
|
display:block;
|
|
|
|
|
|
}
|
|
.input_text {
|
|
border:groove 1px blue;
|
|
margin:1px;
|
|
}
|
|
legend {
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
font-size: 120% ;
|
|
|
|
}
|
|
fieldset fieldset legend {
|
|
font-size:110%;
|
|
color:grey;
|
|
}
|
|
select {
|
|
border: 1px solid blue;
|
|
margin:2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.infobulle {
|
|
position:absolute;
|
|
border:1px solid black;
|
|
background-color:yellow;
|
|
top:0;left:0;
|
|
visibility:hidden;
|
|
z-index:2;
|
|
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: 2px outset #201e87;
|
|
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:4%;
|
|
bottom:0;
|
|
left:0;
|
|
right:0;
|
|
width:100%;
|
|
height:96%;
|
|
overflow: auto;
|
|
background-color:lightblue;
|
|
font-size:10px ;
|
|
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;
|
|
|
|
}
|
|
input[disabled], textarea[disabled], option[disabled], optgroup[disabled], select[disabled] {
|
|
-moz-user-focus:ignore;
|
|
-moz-user-input:disabled;
|
|
background-color:lightgrey;
|
|
color:black;
|
|
cursor:inherit;
|
|
}
|
|
|
|
/* </style> */
|