The branch, master has been updated
       via  5fab003 add border radius is opacity to sitemap and header image
      from  0c8aa84 add bgBoxMainBottom.webp

https://git.samba.org/?p=samba-web.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 5fab0034f1f45094f92d34a6aae05755f510d3fe
Author: Björn Jacke <[email protected]>
Date:   Sun Apr 26 01:37:05 2020 +0200

    add border radius is opacity to sitemap and header image

-----------------------------------------------------------------------

Summary of changes:
 style/2010/grey/screen.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/style/2010/grey/screen.css b/style/2010/grey/screen.css
index ddae91e..28c8d4b 100644
--- a/style/2010/grey/screen.css
+++ b/style/2010/grey/screen.css
@@ -203,6 +203,7 @@ body * {
        margin: 0 2px;
        padding: 0 1px;
        border: 1px solid #585858;
+       color: var(--main-text-color);
 }
 
 #hd #search #searchButton {
@@ -223,7 +224,7 @@ body * {
        float: right;
        height: 139px;
        width: 100%;
-       background-image: url(bgHeader.png);
+       background-image: url(bgHeader.png); border-radius: 20px; opacity: 0.7;
        background-position: 0 0;
        background-repeat: no-repeat;
 }
@@ -420,7 +421,7 @@ body * {
        min-height: 150px;
        padding: 24px 0 0 173px;
        background-color: #8f9994;
-       background-image: url(bgSitemap.gif);
+       background-image: url(bgSitemap.gif); border-radius: 10px 10px 0px 0px;
        background-position: 0 0;
        background-repeat: no-repeat;
 }


-- 
Samba Website Repository

Reply via email to