Apparence 7.1

This commit is contained in:
Dany De Bontridder 2019-09-15 09:46:43 +02:00
parent d7f5a918f3
commit fd0d3d97ff
7 changed files with 67 additions and 35 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

BIN
html/image/logo7100.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View file

@ -131,9 +131,9 @@ BODY {
position:absolute;
z-index:-1;
height:auto;
width:60%;
left:20%;
top:5%;
width:10%;
left:90%;
top:0%;
}
.input_text {
@ -170,8 +170,9 @@ BODY {
z-index:-1;
position:absolute;
width:19%;
left:7%;
top:9%;
left:81%;
top:0px;
height: 28%;
}
#login_frm {
position:absolute;
@ -244,9 +245,11 @@ BODY {
#logo_id {
z-index:-1;
position:absolute;
width:19%;
left:25%;
top:19.5%;
/*! width:19%; */
left:90%;
top:0%;
max-width: 125px;
max-height: 125px;
}
#login_frm {
position:absolute;

View file

@ -193,17 +193,7 @@ echo '
<span style="background-color:#879ed4;color:white;padding-left:4px;padding-right:4px;">
version NOALYSS_VERSION - '.$my_domain.'
</span>
<BR>
<BR>
<BR>
<BR>
<center>
<IMG SRC="image/logo7000.png" style="opacity:0.4" id="logo_id" alt="NOALYSS">
<BR>
<BR>
<BR>
<IMG SRC="image/logo7100.png" style="opacity:0.4" id="logo_id" alt="NOALYSS">
<form id="login_frm" action="login.php" method="post" name="loginform">'.
$goto .
'<TABLE><TR><TD>
@ -249,7 +239,6 @@ echo '
?>
</table>
</center>
</form>
<?php if (defined("RECOVER")) : ?>
<a id="recover_link" href="#">Mot de passe oublié ? </a>

View file

@ -79,7 +79,7 @@ session_start();
</head>
<body>
<p align="center">
<IMG SRC="image/logo7000.png" style="width: 400px;z-index:-1;position:fixed;top:30px;rigth:50px;opacity: 0.2" alt="NOALYSS">
<IMG SRC="image/logo7100.png" style="width: 400px;z-index:-1;position:fixed;top:30px;rigth:50px;opacity: 0.2" alt="NOALYSS">
</p>
<h1>NOALYSS : comptabilité - accountancy </h1>

View file

@ -193,6 +193,11 @@ div.content{
font-size:1rem;
}
@media only screen and (max-width:1280px) {
div.content {
font-size:90%;
}
}
table.document {
color:#0000FF;
width:100%;
@ -223,7 +228,8 @@ table.document th{
table.mtitle {
border:0;
text-align:center
text-align:center;
/*! border-spacing: 0; */
}
td.mshort {
height:15px;
@ -238,14 +244,20 @@ td.mtitle {
margin: 0px;
padding: 0px;
text-align:center;
width:250px;
min-width:6rem;
height:42px;
background-color: #5681B7;
border-color: darkblue;
/*! border-color: darkblue; */
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-collapse: collapse;
}
@media only screen and (max-width:1250px) {
td.mtitle {
min-width:0rem;
}
}
@media only screen and (max-width:955px) {
td.mtitle {
@ -259,14 +271,18 @@ td.mtitle a.mtitle {
display:block;
font-size:1rem;
font-family:OpenSansRegular;
width:100%;
/*! width:100%; */
padding:0px;
margin:0px;
height:100%;
padding:4px 0px 0px 0px;
}
@media only screen and (max-width:1280px) {
td.mtitle a.mtitle {
font-size:90%;
}
}
span.mtitle {
color:#888;
background-color:#0000FF;
@ -311,13 +327,19 @@ td.selectedcell{
font-weight: bold;
/*color:#FFFFFF;*/
width:250px;
min-width:6rem;
text-align:center;
background-color: #002ba3;
border-style: solid;
border-width: 1px;
/*! border-style: solid; */
/*! border-width: 1px; */
border-color:white;
vertical-align:top;
border-collapse: collapse;
}
@media only screen and (max-width:1250px) {
td.selectedcell{
min-width: 0px;
}
}
.menu2 td.mtitle ,.menu2 td.selectedcell{
border-radius: 0px;
@ -352,7 +374,7 @@ td.selectedcell a.mtitle,div.content td.selectedcell a.mtitle {
display:block;
color:white;
/*! height: 100%; */
width: 100%;
/*! width: 100%; */
font-size: 1rem;
font-weight: normal;
}
@ -779,6 +801,11 @@ td.tool {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
@media only screen and (max-width:1280px) {
a#smallanchorbutton:hover, .smallbutton:hover,a.smallbutton:hover,div.content a.smallbutton:hover,a#smallanchorbutton, .smallbutton, a.smallbutton,div.content a.smallbutton {
font-size:80%;
}
}
td.toolselected {
border: solid 1px gray;
@ -807,7 +834,7 @@ div.topmenu {
}
.topmenu table {
border-collapse:separate;
border-collapse:collapse;
border-spacing:1px;
}
@ -1200,7 +1227,7 @@ h2.title {
margin-top: 0px;
padding-bottom: 2px;
background-color: #366497;
font-size: 1rem;
font-size: 1.05rem;
height: 25px;
vertical-align: middle;
}
@ -1263,10 +1290,11 @@ div.menu2 a.mtitle:hover,div.menu a.mtitle:hover,td.mtitle a.mtitle:hover {
}
div.menu2 a.mtitle:hover {
border-radius: 0px 0px;
/*! padding: 5px; */
}
div.menu2 table {
border-collapse: collapse;
border-spacing:1px;
/*! border-spacing:1px; */
}
div.menu3 {
font-size:13.6px;
@ -1369,6 +1397,12 @@ div#preference_div {
width:50%;
}
}
@media only screen and (max-width:1280px) {
div#preference_div {
left:5%;
width:90%;
}
}
@media only screen and (max-width: 955px) {
div.name {
position:absolute;
@ -1496,7 +1530,7 @@ div.box {
margin-top:10px;
margin-left:3px;
margin-right:3px;
padding:2px;
/*! padding:2px; */
overflow:hidden;
border:1px solid #00008B;
width:32%;
@ -2212,7 +2246,7 @@ div.menu2 td.mtitle, div.menu2 td.mtitle a{
border-width: 0.1px;
border-color:white;
height:25px;
border-radius: 0px 0px 0px 10px;
/*! border-radius: 0px 0px 0px 10px; */
}
div.menu2 td.mtitle a{
border-width:0px;

View file

@ -1523,6 +1523,12 @@ div#preference_div {
left:20%;
width:50%;
}
@media only screen and (max-width:1280px) {
div#preference_div {
left:5%;
width:90%;
}
}
#error_div{
position:absolute;
border:1px solid #000000;