[SCM] Samba Website Repository - branch master updated

2020-04-25 Thread Björn Jacke
The branch, master has been updated
   via  68d6ae9 place searchbox inside banner
  from  5fab003 add border radius is opacity to sitemap and header image

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


- Log -
commit 68d6ae9dafd287dbe5f2531d4ea323b3d70dc4b6
Author: Björn Jacke 
Date:   Sun Apr 26 04:24:21 2020 +0200

place searchbox inside banner

---

Summary of changes:
 header_style.html  | 19 +--
 header_style_start.html| 18 +-
 style/2010/grey/screen.css | 12 +++-
 3 files changed, 25 insertions(+), 24 deletions(-)


Changeset truncated at 500 lines:

diff --git a/header_style.html b/header_style.html
index a13d4da..fae24f8 100755
--- a/header_style.html
+++ b/header_style.html
@@ -19,17 +19,16 @@



-   
-   https://duckduckgo.com; method="get">
-   search samba.org:
-   
-   
-   
-   
+   
+   
+   https://duckduckgo.com; method="get">
+   search samba.org:
+   
+   
+   
+   
+   

-   
-   
-   



diff --git a/header_style_start.html b/header_style_start.html
index faca7d6..fe2d280 100644
--- a/header_style_start.html
+++ b/header_style_start.html
@@ -19,17 +19,17 @@



-   
-   https://duckduckgo.com; method="get">
-   search samba.org:
-   
-   
-   
-   
+   
+   
+   https://duckduckgo.com; method="get">
+   search samba.org:
+   
+   
+   
+   
+   


-   
-   



diff --git a/style/2010/grey/screen.css b/style/2010/grey/screen.css
index 28c8d4b..de63699 100644
--- a/style/2010/grey/screen.css
+++ b/style/2010/grey/screen.css
@@ -187,28 +187,30 @@ body * {
 }
 
 /* search form */
-#hd #search {
+#hd #bannerStart #search {
+   border-right:10px;
float: right;
clear: both;
 }
 
-#hd #search label {
+#hd #bannerStart #search label {
font-family: Georgia, serif;
font-weight: bold;
 }
 
-#hd #search #searchString {
+#hd #bannerStart #search #searchString {
width: 128px;
height: 17px;
-   margin: 0 2px;
+   margin-right: 10pt;
padding: 0 1px;
border: 1px solid #585858;
color: var(--main-text-color);
 }
 
-#hd #search #searchButton {
+#hd #bannerStart #search #searchButton {
position: relative;
top: 5px;
+   right: 9px;
 }
 
 /* banner */


-- 
Samba Website Repository



[SCM] Samba Website Repository - branch master updated

2020-04-25 Thread Björn Jacke
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 
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



[SCM] Samba Website Repository - branch master updated

2020-04-25 Thread Björn Jacke
The branch, master has been updated
   via  0c8aa84 add bgBoxMainBottom.webp
  from  479ad4a add and use webp bgBoxMainBottom version with alpha chanel

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


- Log -
commit 0c8aa846da4b7337a1f2572aa3efb10f1d65c73b
Author: Björn Jacke 
Date:   Sun Apr 26 00:51:50 2020 +0200

add bgBoxMainBottom.webp

---

Summary of changes:
 style/2010/grey/bgBoxMainBottom.webp | Bin 0 -> 260 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 style/2010/grey/bgBoxMainBottom.webp


Changeset truncated at 500 lines:

diff --git a/style/2010/grey/bgBoxMainBottom.webp 
b/style/2010/grey/bgBoxMainBottom.webp
new file mode 100644
index 000..3c1912c
Binary files /dev/null and b/style/2010/grey/bgBoxMainBottom.webp differ


-- 
Samba Website Repository



[SCM] Samba Website Repository - branch master updated

2020-04-25 Thread Björn Jacke
The branch, master has been updated
   via  479ad4a add and use webp bgBoxMainBottom version with alpha chanel
  from  5f46ac4 use --link-blue var for links in boxes also

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


- Log -
commit 479ad4ab728a9b95b911ebda245771a90c2a19cb
Author: Björn Jacke 
Date:   Sun Apr 26 00:21:21 2020 +0200

add and use webp bgBoxMainBottom version with alpha chanel

---

Summary of changes:
 style/2010/grey/screen.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/style/2010/grey/screen.css b/style/2010/grey/screen.css
index 0d657b5..ddae91e 100644
--- a/style/2010/grey/screen.css
+++ b/style/2010/grey/screen.css
@@ -404,7 +404,7 @@ body * {
height: 16px;
left: 0;
bottom: 0;
-   background-image: url(bgBoxMainBottom.gif);
+   background-image: url(bgBoxMainBottom.webp);
background-position: 0 100%;
background-repeat: no-repeat;
 }


-- 
Samba Website Repository



[SCM] Samba Website Repository - branch master updated

2020-04-25 Thread Björn Jacke
The branch, master has been updated
   via  5f46ac4 use --link-blue var for links in boxes also
  from  099b7b7 use webp version of bgBoxSpecialBottom with alpha chanel

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


- Log -
commit 5f46ac4064ce76cf3899a9c03a304a9605794dc9
Author: Björn Jacke 
Date:   Sun Apr 26 00:03:29 2020 +0200

use --link-blue var for links in boxes also

---

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


Changeset truncated at 500 lines:

diff --git a/style/2010/grey/screen.css b/style/2010/grey/screen.css
index 4e9bb3d..0d657b5 100644
--- a/style/2010/grey/screen.css
+++ b/style/2010/grey/screen.css
@@ -393,7 +393,7 @@ body * {
 #bd .mainBox .mainBoxContent a:visited,
 #bd .mainBox .mainBoxContent a:active,
 #bd .mainBox .mainBoxContent a[href]:hover {
-   color: #045d9a;
+   color: var(--link-blue);
font-size: 11px;
line-height: 15px;
 }
@@ -594,7 +594,7 @@ body * {
 #bd .specialBox .specialBoxContent a:visited,
 #bd .specialBox .specialBoxContent a:active,
 #bd .specialBox .specialBoxContent a[href]:hover {
-   color: #045d9a;
+   color: var(--link-blue);
font-size: 11px;
line-height: 15px;
 }


-- 
Samba Website Repository



[SCM] Samba Website Repository - branch master updated

2020-04-25 Thread Björn Jacke
The branch, master has been updated
   via  099b7b7 use webp version of bgBoxSpecialBottom with alpha chanel
   via  10b7bdc add bgBoxSpecialBottom.webp with alpha chanel
  from  7077d7d use new transparent bgBoxSpecial webp version

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


- Log -
commit 099b7b7412da2ae75f6041a2cff364f88c5dddea
Author: Björn Jacke 
Date:   Sat Apr 25 23:57:45 2020 +0200

use webp version of bgBoxSpecialBottom with alpha chanel

commit 10b7bdc1e1b62d2fdb848a3a6091610877f2edee
Author: Björn Jacke 
Date:   Sat Apr 25 23:54:54 2020 +0200

add bgBoxSpecialBottom.webp with alpha chanel

---

Summary of changes:
 style/2010/grey/bgBoxSpecialBottom.webp | Bin 0 -> 264 bytes
 style/2010/grey/screen.css  |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 create mode 100644 style/2010/grey/bgBoxSpecialBottom.webp


Changeset truncated at 500 lines:

diff --git a/style/2010/grey/bgBoxSpecialBottom.webp 
b/style/2010/grey/bgBoxSpecialBottom.webp
new file mode 100644
index 000..8724e93
Binary files /dev/null and b/style/2010/grey/bgBoxSpecialBottom.webp differ
diff --git a/style/2010/grey/screen.css b/style/2010/grey/screen.css
index e5292f6..4e9bb3d 100644
--- a/style/2010/grey/screen.css
+++ b/style/2010/grey/screen.css
@@ -605,7 +605,7 @@ body * {
height: 16px;
left: 0;
bottom: 0;
-   background-image: url(bgBoxSpecialBottom.gif);
+   background-image: url(bgBoxSpecialBottom.webp);
background-position: 0 100%;
background-repeat: no-repeat;
 }


-- 
Samba Website Repository



[SCM] Samba Website Repository - branch master updated

2020-04-25 Thread Björn Jacke
The branch, master has been updated
   via  7077d7d use new transparent bgBoxSpecial webp version
  from  292df4b add bgBoxSpecial.webp with alpha chanel

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


- Log -
commit 7077d7de7425736f8a6f55c9b66b72742e21f1bc
Author: Björn Jacke 
Date:   Sat Apr 25 22:30:25 2020 +0200

use new transparent bgBoxSpecial webp version

---

Summary of changes:
 style/2010/grey/screen.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/style/2010/grey/screen.css b/style/2010/grey/screen.css
index 6748635..e5292f6 100644
--- a/style/2010/grey/screen.css
+++ b/style/2010/grey/screen.css
@@ -490,7 +490,7 @@ body * {
position: relative;
left: -2px;
width: 189px;
-   background-image: url(bgBoxSpecial.gif);
+   background-image: url(bgBoxSpecial.webp);
background-position: 0 0;
background-repeat: no-repeat;
margin: 12px 0 0;


-- 
Samba Website Repository



[SCM] Samba Website Repository - branch master updated

2020-04-25 Thread Björn Jacke
The branch, master has been updated
   via  292df4b add bgBoxSpecial.webp with alpha chanel
  from  b3f4a29 use webp image for boxes

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


- Log -
commit 292df4bd20862660e25a9a9ff4fa852aeaffa4ed
Author: Björn Jacke 
Date:   Sat Apr 25 22:29:06 2020 +0200

add bgBoxSpecial.webp with alpha chanel

---

Summary of changes:
 style/2010/grey/bgBoxSpecial.webp | Bin 0 -> 1290 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 style/2010/grey/bgBoxSpecial.webp


Changeset truncated at 500 lines:

diff --git a/style/2010/grey/bgBoxSpecial.webp 
b/style/2010/grey/bgBoxSpecial.webp
new file mode 100644
index 000..e1c1986
Binary files /dev/null and b/style/2010/grey/bgBoxSpecial.webp differ


-- 
Samba Website Repository



[SCM] Samba Website Repository - branch master updated

2020-04-25 Thread Björn Jacke
The branch, master has been updated
   via  b3f4a29 use webp image for boxes
   via  b8584dc add bgBoxMain.webp with alpha channel
  from  559504d screen.css: adopt for clients prefering dark mode

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


- Log -
commit b3f4a2942a88386234a748746050bf34d12ea9c8
Author: Björn Jacke 
Date:   Sat Apr 25 22:15:29 2020 +0200

use webp image for boxes

commit b8584dc1e2b9b61f1a6a4a644d959d525572d994
Author: Björn Jacke 
Date:   Sat Apr 25 22:12:44 2020 +0200

add bgBoxMain.webp with alpha channel

---

Summary of changes:
 style/2010/grey/bgBoxMain.webp | Bin 0 -> 432 bytes
 style/2010/grey/print.css  |   2 +-
 style/2010/grey/screen.css |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
 create mode 100644 style/2010/grey/bgBoxMain.webp


Changeset truncated at 500 lines:

diff --git a/style/2010/grey/bgBoxMain.webp b/style/2010/grey/bgBoxMain.webp
new file mode 100644
index 000..8b72061
Binary files /dev/null and b/style/2010/grey/bgBoxMain.webp differ
diff --git a/style/2010/grey/print.css b/style/2010/grey/print.css
index 654b7de..e01ed69 100644
--- a/style/2010/grey/print.css
+++ b/style/2010/grey/print.css
@@ -200,7 +200,7 @@ body * {
 
 #bd .mainBox {
width: 48%;
-   background-image: url(bgBoxMain.gif);
+   background-image: url(bgBoxMain.webp);
background-position: 0 0;
background-repeat: no-repeat;
margin: 26px 0 0;
diff --git a/style/2010/grey/screen.css b/style/2010/grey/screen.css
index 94fc233..6748635 100644
--- a/style/2010/grey/screen.css
+++ b/style/2010/grey/screen.css
@@ -345,7 +345,7 @@ body * {
 #bd .mainBox {
position: relative;
width: 247px;
-   background-image: url(bgBoxMain.gif);
+   background-image: url(bgBoxMain.webp);
background-position: 0 0;
background-repeat: no-repeat;
margin: 26px 0 0;


-- 
Samba Website Repository



[SCM] Samba Website Repository - branch master updated

2020-04-25 Thread Björn Jacke
The branch, master has been updated
   via  559504d screen.css: adopt for clients prefering dark mode
  from  4dc471c use webp version on bg image

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


- Log -
commit 559504dc101528f2f18f9f08e7c14a621337d996
Author: Björn Jacke 
Date:   Sat Apr 25 20:58:27 2020 +0200

screen.css: adopt for clients prefering dark mode

TODO: get rid of gifs (and use plain css instead) for the boxes, which does 
not
fit at all for dynamic dark mode adoption.

---

Summary of changes:
 style/2010/grey/screen.css | 43 +++
 1 file changed, 35 insertions(+), 8 deletions(-)


Changeset truncated at 500 lines:

diff --git a/style/2010/grey/screen.css b/style/2010/grey/screen.css
index b0519b1..94fc233 100644
--- a/style/2010/grey/screen.css
+++ b/style/2010/grey/screen.css
@@ -3,9 +3,36 @@
  */
 
 /* general styles -*/
+:root {
+  --main-bg-color: #ff;
+  --main-text-color: black;
+  --link-blue: #045d9a;
+  --headline-color: #66;
+  --main-box-bg-color: #c0c0c0;
+  --main-pre-bg-color: #c99;
+}
+
+@media(prefers-color-scheme: dark) {
+  :root {
+  --main-bg-color: black;
+  --main-text-color: #dd;
+  --link-blue: #9cd6fc;
+  --headline-color: #fff;
+  --main-box-bg-color: #333;
+  --main-pre-bg-color: #a09;
+  }
+  a:link {
+color: red;
+  }
+  a:visited {
+color: green;
+  }
+
+}
+
 html {
-   color: #33;
-   background: #ff;
+   color: var(--main-text-color);
+   background: var(--main-bg-color);
 }
 
 body,
@@ -132,8 +159,8 @@ pre, code, kbd, samp, tt {
 }
 
 body {
-   background-color: #ff;
-   color: #33;
+   background-color: var(--main-bg-color);
+   color: var(--main-fg-color);
font-size: 13px;
line-height: 16px;
font-family: Arial, sans-serif;
@@ -262,7 +289,7 @@ body * {
 #bd #nav ul ul li a:link,
 #bd #nav ul ul li a:visited,
 #bd #nav ul ul li a:active {
-   color: #474747;
+   color: #000;
font-size: 11px;
line-height: 13px;
/* margin: 1px 0 0; */
@@ -624,7 +651,7 @@ h2 {
 }
 
 #pageStart h2 {
-   color: #66;
+   color: var(--headline-color);
font-size: 24px;
font-weight: normal;
line-height: 32px;
@@ -632,7 +659,7 @@ h2 {
 }
 
 h3 {
-   color: #66;
+   color: var(--headline-color);
font-size: 16px;
font-weight: bold;
font-family: Georgia, serif;
@@ -657,7 +684,7 @@ a:link,
 a:visited,
 a:active,
 a[href]:hover {
-   color: #045d9a;
+   color: var(--link-blue);
font-size: 13px;
line-height: 16px;
text-decoration: none;


-- 
Samba Website Repository



[SCM] Samba Website Repository - branch master updated

2020-04-25 Thread Björn Jacke
The branch, master has been updated
   via  4dc471c use webp version on bg image
  from  1915f3b add webp version ob bg image with alpha channel

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


- Log -
commit 4dc471cc65184a7b07af2c5525a174fd782e4301
Author: Björn Jacke 
Date:   Sat Apr 25 20:10:09 2020 +0200

use webp version on bg image

---

Summary of changes:
 style/2010/grey/screen.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/style/2010/grey/screen.css b/style/2010/grey/screen.css
index 93fc28e..b0519b1 100644
--- a/style/2010/grey/screen.css
+++ b/style/2010/grey/screen.css
@@ -148,7 +148,7 @@ body * {
 #page,
 #pageStart {
width: 986px;
-   background-image: url(bg.jpg);
+   background-image: url(bg.webp);
background-position: 0 0;
background-repeat: no-repeat;
 }


-- 
Samba Website Repository



[SCM] Samba Website Repository - branch master updated

2020-04-25 Thread Björn Jacke
The branch, master has been updated
   via  1915f3b add webp version ob bg image with alpha channel
  from  7e102d4 Add Samba 4.12.1 to the list.

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


- Log -
commit 1915f3b44c4f841cc7dce42b39060b4670950cc9
Author: Björn Jacke 
Date:   Sat Apr 25 20:09:02 2020 +0200

add webp version ob bg image with alpha channel

---

Summary of changes:
 style/2010/grey/bg.webp | Bin 0 -> 51332 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 style/2010/grey/bg.webp


Changeset truncated at 500 lines:

diff --git a/style/2010/grey/bg.webp b/style/2010/grey/bg.webp
new file mode 100644
index 000..ba76a09
Binary files /dev/null and b/style/2010/grey/bg.webp differ


-- 
Samba Website Repository