Brion VIBBER has submitted this change and it was merged.

Change subject: Reverse the colour scheme for MediaWiki's purposes
......................................................................


Reverse the colour scheme for MediaWiki's purposes

multilightbox uses white-on-black by default because that's how most
sites roll. We want black-on-white, so I've reversed it now.

Change-Id: I0d7eb36eda5bfdcb5d019cc31a7358bf71e33df0
---
M css/ext.multimediaViewer.css
A img/mw-close.svg
A img/mw-defullscreen.svg
A img/mw-fullscreen.svg
4 files changed, 23 insertions(+), 0 deletions(-)

Approvals:
  Brion VIBBER: Verified; Looks good to me, approved
  jenkins-bot: Checked



diff --git a/css/ext.multimediaViewer.css b/css/ext.multimediaViewer.css
index d74160f..eb34e6d 100644
--- a/css/ext.multimediaViewer.css
+++ b/css/ext.multimediaViewer.css
@@ -63,3 +63,23 @@
        left: 0px;
        right: 0px;
 }
+
+.mlb-fullscreen-div {
+       background-color: rgb( 255, 255, 255 );
+}
+
+.mlb-overlay {
+       background-color: rgba( 255, 255, 255, 0.9 );
+}
+
+.mlb-close {
+       background-image: url( '../img/mw-close.svg' );
+}
+
+.mlb-fullscreen-div .mlb-fullscreen {
+       background-image: url( '../img/mw-defullscreen.svg' );
+}
+
+.mlb-fullscreen {
+       background-image: url( '../img/mw-fullscreen.svg' );
+}
diff --git a/img/mw-close.svg b/img/mw-close.svg
new file mode 100644
index 0000000..c6bac5a
--- /dev/null
+++ b/img/mw-close.svg
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC 
"-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";><svg version="1.1" 
id="Layer_1" xmlns="http://www.w3.org/2000/svg"; width="32px" 
height="32px"><path 
style="fill:none;stroke:#000000;stroke-width:4px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 d="M 8,24 24,8" /><path 
style="fill:none;stroke:#000000;stroke-width:4px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 d="M 8,8 24,24" /></svg>
diff --git a/img/mw-defullscreen.svg b/img/mw-defullscreen.svg
new file mode 100644
index 0000000..0fac3de
--- /dev/null
+++ b/img/mw-defullscreen.svg
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg version="1.1" 
id="Layer_1" xmlns="http://www.w3.org/2000/svg"; width="32px" 
height="32px"><path 
style="fill:none;stroke:#000000;stroke-width:3px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 d="M 14,18 8,24" /><path 
style="fill:none;stroke:#000000;stroke-width:3px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 d="M 18,14 24,8" /><path 
style="fill:none;stroke:#000000;stroke-width:3px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
 d="M 10,18 14,18" /><path 
style="fill:none;stroke:#000000;stroke-width:3px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
 d="M 14,22 14,18" /><path 
style="fill:none;stroke:#000000;stroke-width:3px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
 d="M 18,10 18,14" /><path 
style="fill:none;stroke:#000000;stroke-width:3px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
 d="M 22,14 18,14" /></svg>
diff --git a/img/mw-fullscreen.svg b/img/mw-fullscreen.svg
new file mode 100644
index 0000000..6d245b0
--- /dev/null
+++ b/img/mw-fullscreen.svg
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg version="1.1" 
id="Layer_1" xmlns="http://www.w3.org/2000/svg"; width="32px" 
height="32px"><path 
style="fill:none;stroke:#000000;stroke-width:3px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 d="M 14,18 8,24" /><path 
style="fill:none;stroke:#000000;stroke-width:3px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 d="M 18,14 24,8" /><path 
style="fill:none;stroke:#000000;stroke-width:3px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
 d="M 8,20 8,24" /><path 
style="fill:none;stroke:#000000;stroke-width:3px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
 d="M 12,24 8,24" /><path 
style="fill:none;stroke:#000000;stroke-width:3px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
 d="M 20,8 24,8" /><path 
style="fill:none;stroke:#000000;stroke-width:3px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
 d="M 24,12 24,8" /></svg>

-- 
To view, visit https://gerrit.wikimedia.org/r/85361
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I0d7eb36eda5bfdcb5d019cc31a7358bf71e33df0
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/MultimediaViewer
Gerrit-Branch: master
Gerrit-Owner: MarkTraceur <mtrac...@member.fsf.org>
Gerrit-Reviewer: Brion VIBBER <br...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to