noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 120/323: New LOGO


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 120/323: New LOGO
Date: Wed, 14 Mar 2018 17:38:36 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 874e88905da1bd976b171806a2226d4f2c4fcaf3
Author: Dany De Bontridder <address@hidden>
Date:   Mon Feb 5 20:47:53 2018 +0100

    New LOGO
---
 html/image/logo7000.png | Bin 0 -> 101369 bytes
 html/index.css          |  18 +++++++++++++-----
 html/index.php          |   2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/html/image/logo7000.png b/html/image/logo7000.png
new file mode 100644
index 0000000..fb2758d
Binary files /dev/null and b/html/image/logo7000.png differ
diff --git a/html/index.css b/html/index.css
index b368f2d..ca93eec 100644
--- a/html/index.css
+++ b/html/index.css
@@ -59,12 +59,20 @@ border-width:  0px;
 background-image: url("image/bg-submit3.gif");
 background-repeat: repeat-x repeat-y;
 }
+#logo_id {
+    width:19%;
+}
 @media only screen and (max-width : 900px) {
     #alternate_browser {
         display : none;
     }
    #logo_id {
-    height:160px;
+      position:absolute;
+      z-index:-1;
+      height:60%;
+      width:auto;
+      left:0px;
+    
     }
     .input_text {
         width:8em;
@@ -79,12 +87,12 @@ background-repeat: repeat-x repeat-y;
         z-index: -1
     }
     #logo_id {
-    width:608px;
+    
     z-index:-1;
     position:absolute;
-    top:230px;
-    left:688px;
-    height: 125px;
+    width:19%;
+    left:27%;
+    top:24.5%;
     }
     #login_frm {
         position:absolute;
diff --git a/html/index.php b/html/index.php
index d4d23b3..90ef80b 100644
--- a/html/index.php
+++ b/html/index.php
@@ -183,7 +183,7 @@ version  NOALYSS_VERSION - '.$my_domain.'
 
 <BR>
 <center>
-<IMG SRC="image/logo-noalyss-7000-6.svg" id="logo_id" alt="NOALYSS">
+<IMG SRC="image/logo7000.png" id="logo_id" alt="NOALYSS">
 <BR>
 <BR>
 <BR>



reply via email to

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