noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 08/11: Set version 9.0


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 08/11: Set version 9.0
Date: Wed, 31 Mar 2021 13:07:08 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit c71a35f4374241177e2dc6888bcb615af9465167
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Wed Mar 31 11:37:15 2021 +0200

    Set version 9.0
---
 html/css/index.css      |  18 +++++++++---------
 html/image/logo8100.png | Bin 35588 -> 0 bytes
 html/image/logo9000.png | Bin 0 -> 35093 bytes
 html/index.php          |   4 ++--
 html/install.php        |   2 +-
 5 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/html/css/index.css b/html/css/index.css
index a689327..6fc872d 100644
--- a/html/css/index.css
+++ b/html/css/index.css
@@ -3,7 +3,7 @@
  * LOGO
 *************************************/
 #logo_id {
-    width:70px;
+    width:90px;
     display:block;
 }
 /** small **/
@@ -11,10 +11,10 @@
     #logo_id {
 
         z-index:-1;
-       width: 140px;
+       width: 110px;
         left: 5px;
         top: 22px;
-        height: 140px;
+        height: 90px;
 
         left:0px;
         display:block;
@@ -25,10 +25,10 @@
 @media (min-width : 768px) {
     #logo_id {
         z-index:-1;
-       width: 140px;
+       width:110px;
         left: 5px;
         top: 22px;
-        height: 140px;
+        height: 90px;
         display:block;
     }
 }
@@ -36,10 +36,10 @@
 @media (min-width : 992px) {
     #logo_id {
         z-index:-1;
-        width: 140px;
+        width: 110px;
         left: 5px;
         top: 22px;
-        height: 140px;
+        height:90px;
 
         display:block;
     }      
@@ -49,10 +49,10 @@
     #logo_id {
         z-index: -1;
 
-        width: 140px;
+        width: 110px;
         left: 5px;
         top: 22px;
-        height: 140px;
+        height:90px;
         display:block;
     }
 } 
diff --git a/html/image/logo8100.png b/html/image/logo8100.png
deleted file mode 100644
index da1ccdf..0000000
Binary files a/html/image/logo8100.png and /dev/null differ
diff --git a/html/image/logo9000.png b/html/image/logo9000.png
new file mode 100644
index 0000000..0a20936
Binary files /dev/null and b/html/image/logo9000.png differ
diff --git a/html/index.php b/html/index.php
index 1326ea7..edfe0e9 100644
--- a/html/index.php
+++ b/html/index.php
@@ -214,13 +214,13 @@ if 
(isset($_REQUEST['reconnect'])&&isset($_REQUEST['backurl']))
 ?>
 <div >
     <div class="d-sm-block">
-        <IMG SRC="image/logo8100.png" id="logo_id" alt="NOALYSS">
+        <IMG SRC="image/logo9000.png" id="logo_id" alt="NOALYSS">
 
     </div>    
     <div class="container">
 
         <div class="mx-auto" id="login_div">
-        <h1 style="text-align: center;color:darkblue">NOALYSS</h1>
+        <h1 style="text-align: center;color:darkblue;font-weight: 
800">NOALYSS</h1>
             <form id="login_frm" action="login.php" method="post" 
name="loginform" class="p-sm-3" >
                 <?php echo $goto; ?>
 
diff --git a/html/install.php b/html/install.php
index b96cc58..308ae27 100644
--- a/html/install.php
+++ b/html/install.php
@@ -83,7 +83,7 @@
 </head>
 <body>
 <p align="center">
-  <IMG SRC="image/logo8100.png" style="width: 
30%;z-index:-1;position:fixed;top:30%;margin-left: 20%;opacity: 0.2" 
alt="NOALYSS">
+  <IMG SRC="image/logo9000.png" style="width: 
30%;z-index:-1;position:fixed;top:30%;margin-left: 20%;opacity: 0.2" 
alt="NOALYSS">
 </p>
 <h1>NOALYSS : comptabilité - accountancy </h1>
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]