Dbrant has uploaded a new change for review.
https://gerrit.wikimedia.org/r/179920
Change subject: Minor tweaks in collapsed infobox design.
......................................................................
Minor tweaks in collapsed infobox design.
- Give it a drop shadow instead of a solid border, to be more Materialy.
- Make the chevron icon a bit smaller, and a bit darker.
- Refresh generated CSS contents from MobileApp.
Change-Id: I4ec317358e39115f5ff3e034fbe2d0bd29df9049
---
M wikipedia/assets/bundle.js
M wikipedia/assets/night.css
M wikipedia/assets/preview.css
M wikipedia/assets/styles.css
M www/js/sections.js
5 files changed, 48 insertions(+), 571 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/apps/android/wikipedia
refs/changes/20/179920/1
diff --git a/wikipedia/assets/bundle.js b/wikipedia/assets/bundle.js
index e2a7621..55f8b41 100644
--- a/wikipedia/assets/bundle.js
+++ b/wikipedia/assets/bundle.js
@@ -408,16 +408,16 @@
});
bridge.registerListener( "setMargins", function( payload ) {
- document.body.style.marginLeft = payload.marginLeft + "px";
- document.body.style.marginRight = payload.marginRight + "px";
+ document.getElementById( "content" ).style.marginLeft = payload.marginLeft
+ "px";
+ document.getElementById( "content" ).style.marginRight =
payload.marginRight + "px";
});
bridge.registerListener( "setPaddingTop", function( payload ) {
- document.body.style.paddingTop = payload.paddingTop + "px";
+ document.getElementById( "content" ).style.paddingTop = payload.paddingTop
+ "px";
});
bridge.registerListener( "setPaddingBottom", function( payload ) {
- document.body.style.paddingBottom = payload.paddingBottom + "px";
+ document.getElementById( "content" ).style.paddingBottom =
payload.paddingBottom + "px";
});
bridge.registerListener( "displayLeadSection", function( payload ) {
diff --git a/wikipedia/assets/night.css b/wikipedia/assets/night.css
index 6cd5669..8181d11 100644
--- a/wikipedia/assets/night.css
+++ b/wikipedia/assets/night.css
@@ -9,7 +9,7 @@
}
a.external {
background-image:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAGJJREFUKFN1jdENgCAMBYmJn47Bak7DZrhTpc/XIm34OAjXA4qIgHI/dSBbLGTcOKjBryFlinGmjDQGiOF0MQkxI3v5wq6L38qR7SnsAx8ul37igPjAd+o5Oz2MRA+xY4ZSXuaW6wYouOLpAAAAAElFTkSuQmCC);
- background-image:
url(//bits.beta.wmflabs.org/static-master/extensions/MobileApp/less/images/external-link-ltr.png?2014-09-30T20:38:20Z)!ie;
+ background-image:
url(http://127.0.0.1:8080/w/extensions/MobileApp/styles/../images/external-link-ltr.png?2014-12-05T19:15:00Z)!ie;
}
img {
background: #fff;
@@ -23,13 +23,11 @@
background: #000;
}
.app_table_collapsed_container {
- border: solid 1px #505050;
background-color: #202020;
}
.app_span_collapse_text {
color: #808080;
}
.app_table_collapsed_bottom {
- border: solid 1px #505050;
background-color: #202020;
}
\ No newline at end of file
diff --git a/wikipedia/assets/preview.css b/wikipedia/assets/preview.css
index 222ac73..2bcb8df 100644
--- a/wikipedia/assets/preview.css
+++ b/wikipedia/assets/preview.css
@@ -2,28 +2,6 @@
v2.0 | 20110126
License: none (public domain)
*/
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
html,
body,
@@ -118,28 +96,6 @@
border-collapse: collapse;
}
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
html {
-webkit-text-size-adjust: none;
@@ -168,28 +124,6 @@
display: none !important;
}
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
.content .thumb {
margin: .6em 0;
@@ -223,28 +157,6 @@
border: 1px solid #CCC;
}
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
.content img {
vertical-align: middle;
@@ -273,28 +185,6 @@
display: none;
}
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
ul.gallery {
list-style: none;
@@ -321,28 +211,6 @@
font-size: .8em;
}
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
#section_0 {
line-height: 1.3;
@@ -373,28 +241,6 @@
font-weight: bold;
}
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
blockquote {
font-family: "Linux Libertine", Georgia, Times, serif;
@@ -420,28 +266,6 @@
bottom: 0;
}
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
.content ol ol,
.content ol ul,
@@ -467,28 +291,6 @@
margin-right: 8px;
}
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
/* Plainlinks - this can be used to switch
* off special external link styling */
@@ -512,10 +314,11 @@
}
a.external {
background-image:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVElEQVR42n3PgQkAIAhEUXdqJ3dqJ3e6IoTPUSQcgj4EQ5IlUiLE0Jil3PECXhcHGBhZ8kg4hwxAu3MZeCGeyFnAXp4hqNQPnt7QL0nADpD6wHccLvnAKksq8iiaAAAAAElFTkSuQmCC);
- background-image:
url(//bits.beta.wmflabs.org/static-master/extensions/MobileApp/../MobileFrontend/less/content/images/external-link-ltr-icon.png?2014-09-30T20:38:20Z)!ie;
- /* We don't need the !ie hack because this old IE uses the fallback already
*/
- background-image: -webkit-linear-gradient(transparent,transparent),
url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PGRlZnM+PG1hcmtlciBvcmllbnQ9ImF1dG8iIG92ZXJmbG93PSJ2aXNpYmxlIj48cGF0aCBkPSJNLS45NTgtNC4yNTljLTEuMTM0IDAtMi4wNTYuOTIyLTIuMDU2IDIuMDU2IDAgLjM5NC4xNDMuNzM2LjMzNiAxLjA0OWwtLjA3LjA1NmMtLjM3My0uNTEzLS45NTQtLjg2Ny0xLjYzNi0uODY3LTEuMTM0IDAtMi4wNTYuOTIyLTIuMDU2IDIuMDU2cy45MjIgMi4wNTYgMi4wNTYgMi4wNTZjLjU5NiAwIDEuMTIxLS4yNjUgMS40OTYtLjY3MS0uMDc1LjIxMy0uMTI2LjQzMy0uMTI2LjY3MSAwIDEuMTM0LjkyMiAyLjA1NiAyLjA1NiAyLjA1NnMyLjA1Ni0uOTIyIDIuMDU2LTIuMDU2YzAtLjQ3Ni0uMTg5LS44OTYtLjQ2Mi0xLjI0NS44MTMuMTU4IDEuNjI3LjQ3NyAyLjIyNCAxLjM5OS0uNDQzLS40NDMtLjcyNy0xLjI0OC0uNzI3LTIuMzM2bC0uMzc4LS4wMjguMzUtLjAxNGMwLTEuMDg3LjI3LTEuODkzLjcxMy0yLjMzNi0uNTc1Ljg4OS0xLjM1NCAxLjIxNi0yLjE0IDEuMzg1LjI0My0uMzM3LjQyLS43MjguNDItMS4xNzUgMC0xLjEzNC0uOTIyLTIuMDU2LTIuMDU2LTIuMDU2eiIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iTmFOIi8+PC9tYXJrZXI+PG1hcmtlciBvcmllbnQ9ImF1dG8iIG92ZXJmbG93PSJ2aXNpYmxlIj48cGF0aCBkPSJNMC0yLjgyOGwtMi44MjggMi44MjggMi44MjggMi44MjggMi44MjgtMi44MjgtMi44MjgtMi44Mjh6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSJOYU4iLz48L21hcmtlcj48bWFya2VyIG9yaWVudD0iYXV0byIgb3ZlcmZsb3c9InZpc2libGUiPjxwYXRoIGQ9Ik0xMCAwbDQtNC0xNCA0IDE0IDQtNC00eiIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iTmFOIi8+PC9tYXJrZXI+PC9kZWZzPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzA2YyIgZD0iTS41IDMuNTE4aDUuOTgydjUuOTgyaC01Ljk4MnoiLz48cGF0aCBkPSJNNC43NTUtLjE2aDUuMjM0djUuMzlsLTEuNTcxIDEuNTQ0LTEuMzEtMS4zMS0yLjcyNSAyLjcyNS0yLjY4OC0yLjY4OCAyLjgwOC0yLjgwOC0xLjMxLTEuMzF6IiBmaWxsPSIjMDZmIi8+PHBhdGggZD0iTTguOTg0Ljg0NWwuMDIyIDQuODg0LTEuODE3LTEuODE3LTIuODgxIDIuODgxLTEuMjI3LTEuMjI3IDIuODgxLTIuODgxLTEuODUtMS44NTF6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
- background-image: linear-gradient(transparent,transparent),
url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PGRlZnM+PG1hcmtlciBvcmllbnQ9ImF1dG8iIG92ZXJmbG93PSJ2aXNpYmxlIj48cGF0aCBkPSJNLS45NTgtNC4yNTljLTEuMTM0IDAtMi4wNTYuOTIyLTIuMDU2IDIuMDU2IDAgLjM5NC4xNDMuNzM2LjMzNiAxLjA0OWwtLjA3LjA1NmMtLjM3My0uNTEzLS45NTQtLjg2Ny0xLjYzNi0uODY3LTEuMTM0IDAtMi4wNTYuOTIyLTIuMDU2IDIuMDU2cy45MjIgMi4wNTYgMi4wNTYgMi4wNTZjLjU5NiAwIDEuMTIxLS4yNjUgMS40OTYtLjY3MS0uMDc1LjIxMy0uMTI2LjQzMy0uMTI2LjY3MSAwIDEuMTM0LjkyMiAyLjA1NiAyLjA1NiAyLjA1NnMyLjA1Ni0uOTIyIDIuMDU2LTIuMDU2YzAtLjQ3Ni0uMTg5LS44OTYtLjQ2Mi0xLjI0NS44MTMuMTU4IDEuNjI3LjQ3NyAyLjIyNCAxLjM5OS0uNDQzLS40NDMtLjcyNy0xLjI0OC0uNzI3LTIuMzM2bC0uMzc4LS4wMjguMzUtLjAxNGMwLTEuMDg3LjI3LTEuODkzLjcxMy0yLjMzNi0uNTc1Ljg4OS0xLjM1NCAxLjIxNi0yLjE0IDEuMzg1LjI0My0uMzM3LjQyLS43MjguNDItMS4xNzUgMC0xLjEzNC0uOTIyLTIuMDU2LTIuMDU2LTIuMDU2eiIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iTmFOIi8+PC9tYXJrZXI+PG1hcmtlciBvcmllbnQ9ImF1dG8iIG92ZXJmbG93PSJ2aXNpYmxlIj48cGF0aCBkPSJNMC0yLjgyOGwtMi44MjggMi44MjggMi44MjggMi44MjggMi44MjgtMi44MjgtMi44MjgtMi44Mjh6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSJOYU4iLz48L21hcmtlcj48bWFya2VyIG9yaWVudD0iYXV0byIgb3ZlcmZsb3c9InZpc2libGUiPjxwYXRoIGQ9Ik0xMCAwbDQtNC0xNCA0IDE0IDQtNC00eiIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iTmFOIi8+PC9tYXJrZXI+PC9kZWZzPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzA2YyIgZD0iTS41IDMuNTE4aDUuOTgydjUuOTgyaC01Ljk4MnoiLz48cGF0aCBkPSJNNC43NTUtLjE2aDUuMjM0djUuMzlsLTEuNTcxIDEuNTQ0LTEuMzEtMS4zMS0yLjcyNSAyLjcyNS0yLjY4OC0yLjY4OCAyLjgwOC0yLjgwOC0xLjMxLTEuMzF6IiBmaWxsPSIjMDZmIi8+PHBhdGggZD0iTTguOTg0Ljg0NWwuMDIyIDQuODg0LTEuODE3LTEuODE3LTIuODgxIDIuODgxLTEuMjI3LTEuMjI3IDIuODgxLTIuODgxLTEuODUtMS44NTF6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
+ background-image:
url(http://127.0.0.1:8080/w/extensions/MobileApp/../MobileFrontend/less/content/images/external-link-ltr-icon.png?2014-11-14T05:36:40Z)!ie;
+ background-image: -webkit-linear-gradient(transparent,transparent),
url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%3E%3Cdefs%3E%3Cmarker%20orient%3D%22auto%22%20overflow%3D%22visible%22%3E%3Cpath%20d%3D%22M-.958-4.259c-1.134%200-2.056.922-2.056%202.056%200%20.394.143.736.336%201.049l-.07.056c-.373-.513-.954-.867-1.636-.867-1.134%200-2.056.922-2.056%202.056s.922%202.056%202.056%202.056c.596%200%201.121-.265%201.496-.671-.075.213-.126.433-.126.671%200%201.134.922%202.056%202.056%202.056s2.056-.922%202.056-2.056c0-.476-.189-.896-.462-1.245.813.158%201.627.477%202.224%201.399-.443-.443-.727-1.248-.727-2.336l-.378-.028.35-.014c0-1.087.27-1.893.713-2.336-.575.889-1.354%201.216-2.14%201.385.243-.337.42-.728.42-1.175%200-1.134-.922-2.056-2.056-2.056z%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-width%3D%22NaN%22%2F%3E%3C%2Fmarker%3E%3Cmarker%20orient%3D%22auto%22%20overflow%3D%22visible%22%3E%3Cpath%20d%3D%22M0-2.828l-2.828%202.828%202.828%202.828%202.828-2.828-2.828-2.828z%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-width%3D%22NaN%22%2F%3E%3C%2Fmarker%3E%3Cmarker%20orient%3D%22auto%22%20overflow%3D%22visible%22%3E%3Cpath%20d%3D%22M10%200l4-4-14%204%2014%204-4-4z%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-width%3D%22NaN%22%2F%3E%3C%2Fmarker%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2306c%22%20d%3D%22M.5%203.518h5.982v5.982h-5.982z%22%2F%3E%3Cpath%20d%3D%22M4.755-.16h5.234v5.39l-1.571%201.544-1.31-1.31-2.725%202.725-2.688-2.688%202.808-2.808-1.31-1.31z%22%20fill%3D%22%2306f%22%2F%3E%3Cpath%20d%3D%22M8.984.845l.022%204.884-1.817-1.817-2.881%202.881-1.227-1.227%202.881-2.881-1.85-1.851z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
+ background-image: -webkit-linear-gradient(transparent,transparent),
url(http://127.0.0.1:8080/w/extensions/MobileApp/../MobileFrontend/less/content/images/external-link-ltr-icon.svg?2014-11-14T05:36:40Z)!ie;
+ background-image: linear-gradient(transparent,transparent),
url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%3E%3Cdefs%3E%3Cmarker%20orient%3D%22auto%22%20overflow%3D%22visible%22%3E%3Cpath%20d%3D%22M-.958-4.259c-1.134%200-2.056.922-2.056%202.056%200%20.394.143.736.336%201.049l-.07.056c-.373-.513-.954-.867-1.636-.867-1.134%200-2.056.922-2.056%202.056s.922%202.056%202.056%202.056c.596%200%201.121-.265%201.496-.671-.075.213-.126.433-.126.671%200%201.134.922%202.056%202.056%202.056s2.056-.922%202.056-2.056c0-.476-.189-.896-.462-1.245.813.158%201.627.477%202.224%201.399-.443-.443-.727-1.248-.727-2.336l-.378-.028.35-.014c0-1.087.27-1.893.713-2.336-.575.889-1.354%201.216-2.14%201.385.243-.337.42-.728.42-1.175%200-1.134-.922-2.056-2.056-2.056z%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-width%3D%22NaN%22%2F%3E%3C%2Fmarker%3E%3Cmarker%20orient%3D%22auto%22%20overflow%3D%22visible%22%3E%3Cpath%20d%3D%22M0-2.828l-2.828%202.828%202.828%202.828%202.828-2.828-2.828-2.828z%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-width%3D%22NaN%22%2F%3E%3C%2Fmarker%3E%3Cmarker%20orient%3D%22auto%22%20overflow%3D%22visible%22%3E%3Cpath%20d%3D%22M10%200l4-4-14%204%2014%204-4-4z%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-width%3D%22NaN%22%2F%3E%3C%2Fmarker%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2306c%22%20d%3D%22M.5%203.518h5.982v5.982h-5.982z%22%2F%3E%3Cpath%20d%3D%22M4.755-.16h5.234v5.39l-1.571%201.544-1.31-1.31-2.725%202.725-2.688-2.688%202.808-2.808-1.31-1.31z%22%20fill%3D%22%2306f%22%2F%3E%3Cpath%20d%3D%22M8.984.845l.022%204.884-1.817-1.817-2.881%202.881-1.227-1.227%202.881-2.881-1.85-1.851z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
+ background-image: linear-gradient(transparent,transparent),
url(http://127.0.0.1:8080/w/extensions/MobileApp/../MobileFrontend/less/content/images/external-link-ltr-icon.svg?2014-11-14T05:36:40Z)!ie;
background-repeat: no-repeat;
background-position: center right;
padding-right: 13px;
@@ -531,28 +334,6 @@
padding: 0 !important;
}
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
.content p {
margin: .5em 0 1em 0;
@@ -589,28 +370,6 @@
line-height: 1;
}
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
.content table {
margin: 1em 0;
@@ -648,28 +407,6 @@
FIXME: Review all of these hacks to see if they still apply.
*/
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
/* Hide some on-wiki defined classes */
/* force portals to use a one column layout on mobile */
@@ -677,6 +414,9 @@
* Makes sure that on small screens column-count is only honored if
column-width hint is not violated.
* https://developer.mozilla.org/en-US/docs/CSS/column-width
*/
+.client-js .alpha .infobox {
+ display: none;
+}
.content .tmbox,
.content .ambox,
.content #coordinates,
@@ -806,6 +546,7 @@
/* hidden sortkey for tablesorter */
/* Pie chart: Transparent borders */
/* Disabling column-count for {{reflist}} and {{refbegin}} */
+/* Show fallback math formulas, since MathML is hidden */
.hide-when-compact {
display: none;
}
@@ -1083,4 +824,4 @@
max-width: 100%;
margin-left: auto;
margin-right: auto;
-}
+}
\ No newline at end of file
diff --git a/wikipedia/assets/styles.css b/wikipedia/assets/styles.css
index 38502ce..f97dd45 100644
--- a/wikipedia/assets/styles.css
+++ b/wikipedia/assets/styles.css
@@ -2,28 +2,6 @@
v2.0 | 20110126
License: none (public domain)
*/
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
html,
body,
@@ -118,28 +96,6 @@
border-collapse: collapse;
}
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
html {
-webkit-text-size-adjust: none;
@@ -147,12 +103,13 @@
}
body {
font-family: "Helvetica Neue", "Helvetica", "Nimbus Sans L", "Arial",
"Liberation Sans", sans-serif;
- line-height: 1.5;
+ line-height: 1.4;
color: #252525;
background: #fff;
}
.content {
- margin: .8em 0px 0;
+ line-height: 1.65;
+ margin: .8em 16px 0;
word-wrap: break-word;
}
@media all and (max-width: 280px) {
@@ -167,28 +124,6 @@
display: none !important;
}
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
.content .thumb {
margin: .6em 0;
@@ -222,28 +157,6 @@
border: 1px solid #CCC;
}
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
.content img {
vertical-align: middle;
@@ -272,28 +185,6 @@
display: none;
}
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
ul.gallery {
list-style: none;
@@ -320,28 +211,6 @@
font-size: .8em;
}
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
#section_0 {
line-height: 1.3;
@@ -372,28 +241,6 @@
font-weight: bold;
}
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
blockquote {
font-family: "Linux Libertine", Georgia, Times, serif;
@@ -419,28 +266,6 @@
bottom: 0;
}
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
.content ol ol,
.content ol ul,
@@ -466,28 +291,6 @@
margin-right: 8px;
}
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
/* Plainlinks - this can be used to switch
* off special external link styling */
@@ -511,10 +314,11 @@
}
a.external {
background-image:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVElEQVR42n3PgQkAIAhEUXdqJ3dqJ3e6IoTPUSQcgj4EQ5IlUiLE0Jil3PECXhcHGBhZ8kg4hwxAu3MZeCGeyFnAXp4hqNQPnt7QL0nADpD6wHccLvnAKksq8iiaAAAAAElFTkSuQmCC);
- background-image:
url(//bits.beta.wmflabs.org/static-master/extensions/MobileApp/../MobileFrontend/less/content/images/external-link-ltr-icon.png?2014-09-30T20:38:20Z)!ie;
- /* We don't need the !ie hack because this old IE uses the fallback already
*/
- background-image: -webkit-linear-gradient(transparent,transparent),
url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PGRlZnM+PG1hcmtlciBvcmllbnQ9ImF1dG8iIG92ZXJmbG93PSJ2aXNpYmxlIj48cGF0aCBkPSJNLS45NTgtNC4yNTljLTEuMTM0IDAtMi4wNTYuOTIyLTIuMDU2IDIuMDU2IDAgLjM5NC4xNDMuNzM2LjMzNiAxLjA0OWwtLjA3LjA1NmMtLjM3My0uNTEzLS45NTQtLjg2Ny0xLjYzNi0uODY3LTEuMTM0IDAtMi4wNTYuOTIyLTIuMDU2IDIuMDU2cy45MjIgMi4wNTYgMi4wNTYgMi4wNTZjLjU5NiAwIDEuMTIxLS4yNjUgMS40OTYtLjY3MS0uMDc1LjIxMy0uMTI2LjQzMy0uMTI2LjY3MSAwIDEuMTM0LjkyMiAyLjA1NiAyLjA1NiAyLjA1NnMyLjA1Ni0uOTIyIDIuMDU2LTIuMDU2YzAtLjQ3Ni0uMTg5LS44OTYtLjQ2Mi0xLjI0NS44MTMuMTU4IDEuNjI3LjQ3NyAyLjIyNCAxLjM5OS0uNDQzLS40NDMtLjcyNy0xLjI0OC0uNzI3LTIuMzM2bC0uMzc4LS4wMjguMzUtLjAxNGMwLTEuMDg3LjI3LTEuODkzLjcxMy0yLjMzNi0uNTc1Ljg4OS0xLjM1NCAxLjIxNi0yLjE0IDEuMzg1LjI0My0uMzM3LjQyLS43MjguNDItMS4xNzUgMC0xLjEzNC0uOTIyLTIuMDU2LTIuMDU2LTIuMDU2eiIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iTmFOIi8+PC9tYXJrZXI+PG1hcmtlciBvcmllbnQ9ImF1dG8iIG92ZXJmbG93PSJ2aXNpYmxlIj48cGF0aCBkPSJNMC0yLjgyOGwtMi44MjggMi44MjggMi44MjggMi44MjggMi44MjgtMi44MjgtMi44MjgtMi44Mjh6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSJOYU4iLz48L21hcmtlcj48bWFya2VyIG9yaWVudD0iYXV0byIgb3ZlcmZsb3c9InZpc2libGUiPjxwYXRoIGQ9Ik0xMCAwbDQtNC0xNCA0IDE0IDQtNC00eiIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iTmFOIi8+PC9tYXJrZXI+PC9kZWZzPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzA2YyIgZD0iTS41IDMuNTE4aDUuOTgydjUuOTgyaC01Ljk4MnoiLz48cGF0aCBkPSJNNC43NTUtLjE2aDUuMjM0djUuMzlsLTEuNTcxIDEuNTQ0LTEuMzEtMS4zMS0yLjcyNSAyLjcyNS0yLjY4OC0yLjY4OCAyLjgwOC0yLjgwOC0xLjMxLTEuMzF6IiBmaWxsPSIjMDZmIi8+PHBhdGggZD0iTTguOTg0Ljg0NWwuMDIyIDQuODg0LTEuODE3LTEuODE3LTIuODgxIDIuODgxLTEuMjI3LTEuMjI3IDIuODgxLTIuODgxLTEuODUtMS44NTF6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
- background-image: linear-gradient(transparent,transparent),
url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PGRlZnM+PG1hcmtlciBvcmllbnQ9ImF1dG8iIG92ZXJmbG93PSJ2aXNpYmxlIj48cGF0aCBkPSJNLS45NTgtNC4yNTljLTEuMTM0IDAtMi4wNTYuOTIyLTIuMDU2IDIuMDU2IDAgLjM5NC4xNDMuNzM2LjMzNiAxLjA0OWwtLjA3LjA1NmMtLjM3My0uNTEzLS45NTQtLjg2Ny0xLjYzNi0uODY3LTEuMTM0IDAtMi4wNTYuOTIyLTIuMDU2IDIuMDU2cy45MjIgMi4wNTYgMi4wNTYgMi4wNTZjLjU5NiAwIDEuMTIxLS4yNjUgMS40OTYtLjY3MS0uMDc1LjIxMy0uMTI2LjQzMy0uMTI2LjY3MSAwIDEuMTM0LjkyMiAyLjA1NiAyLjA1NiAyLjA1NnMyLjA1Ni0uOTIyIDIuMDU2LTIuMDU2YzAtLjQ3Ni0uMTg5LS44OTYtLjQ2Mi0xLjI0NS44MTMuMTU4IDEuNjI3LjQ3NyAyLjIyNCAxLjM5OS0uNDQzLS40NDMtLjcyNy0xLjI0OC0uNzI3LTIuMzM2bC0uMzc4LS4wMjguMzUtLjAxNGMwLTEuMDg3LjI3LTEuODkzLjcxMy0yLjMzNi0uNTc1Ljg4OS0xLjM1NCAxLjIxNi0yLjE0IDEuMzg1LjI0My0uMzM3LjQyLS43MjguNDItMS4xNzUgMC0xLjEzNC0uOTIyLTIuMDU2LTIuMDU2LTIuMDU2eiIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iTmFOIi8+PC9tYXJrZXI+PG1hcmtlciBvcmllbnQ9ImF1dG8iIG92ZXJmbG93PSJ2aXNpYmxlIj48cGF0aCBkPSJNMC0yLjgyOGwtMi44MjggMi44MjggMi44MjggMi44MjggMi44MjgtMi44MjgtMi44MjgtMi44Mjh6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSJOYU4iLz48L21hcmtlcj48bWFya2VyIG9yaWVudD0iYXV0byIgb3ZlcmZsb3c9InZpc2libGUiPjxwYXRoIGQ9Ik0xMCAwbDQtNC0xNCA0IDE0IDQtNC00eiIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iTmFOIi8+PC9tYXJrZXI+PC9kZWZzPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzA2YyIgZD0iTS41IDMuNTE4aDUuOTgydjUuOTgyaC01Ljk4MnoiLz48cGF0aCBkPSJNNC43NTUtLjE2aDUuMjM0djUuMzlsLTEuNTcxIDEuNTQ0LTEuMzEtMS4zMS0yLjcyNSAyLjcyNS0yLjY4OC0yLjY4OCAyLjgwOC0yLjgwOC0xLjMxLTEuMzF6IiBmaWxsPSIjMDZmIi8+PHBhdGggZD0iTTguOTg0Ljg0NWwuMDIyIDQuODg0LTEuODE3LTEuODE3LTIuODgxIDIuODgxLTEuMjI3LTEuMjI3IDIuODgxLTIuODgxLTEuODUtMS44NTF6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
+ background-image:
url(http://127.0.0.1:8080/w/extensions/MobileApp/../MobileFrontend/less/content/images/external-link-ltr-icon.png?2014-11-14T05:36:40Z)!ie;
+ background-image: -webkit-linear-gradient(transparent,transparent),
url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%3E%3Cdefs%3E%3Cmarker%20orient%3D%22auto%22%20overflow%3D%22visible%22%3E%3Cpath%20d%3D%22M-.958-4.259c-1.134%200-2.056.922-2.056%202.056%200%20.394.143.736.336%201.049l-.07.056c-.373-.513-.954-.867-1.636-.867-1.134%200-2.056.922-2.056%202.056s.922%202.056%202.056%202.056c.596%200%201.121-.265%201.496-.671-.075.213-.126.433-.126.671%200%201.134.922%202.056%202.056%202.056s2.056-.922%202.056-2.056c0-.476-.189-.896-.462-1.245.813.158%201.627.477%202.224%201.399-.443-.443-.727-1.248-.727-2.336l-.378-.028.35-.014c0-1.087.27-1.893.713-2.336-.575.889-1.354%201.216-2.14%201.385.243-.337.42-.728.42-1.175%200-1.134-.922-2.056-2.056-2.056z%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-width%3D%22NaN%22%2F%3E%3C%2Fmarker%3E%3Cmarker%20orient%3D%22auto%22%20overflow%3D%22visible%22%3E%3Cpath%20d%3D%22M0-2.828l-2.828%202.828%202.828%202.828%202.828-2.828-2.828-2.828z%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-width%3D%22NaN%22%2F%3E%3C%2Fmarker%3E%3Cmarker%20orient%3D%22auto%22%20overflow%3D%22visible%22%3E%3Cpath%20d%3D%22M10%200l4-4-14%204%2014%204-4-4z%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-width%3D%22NaN%22%2F%3E%3C%2Fmarker%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2306c%22%20d%3D%22M.5%203.518h5.982v5.982h-5.982z%22%2F%3E%3Cpath%20d%3D%22M4.755-.16h5.234v5.39l-1.571%201.544-1.31-1.31-2.725%202.725-2.688-2.688%202.808-2.808-1.31-1.31z%22%20fill%3D%22%2306f%22%2F%3E%3Cpath%20d%3D%22M8.984.845l.022%204.884-1.817-1.817-2.881%202.881-1.227-1.227%202.881-2.881-1.85-1.851z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
+ background-image: -webkit-linear-gradient(transparent,transparent),
url(http://127.0.0.1:8080/w/extensions/MobileApp/../MobileFrontend/less/content/images/external-link-ltr-icon.svg?2014-11-14T05:36:40Z)!ie;
+ background-image: linear-gradient(transparent,transparent),
url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%3E%3Cdefs%3E%3Cmarker%20orient%3D%22auto%22%20overflow%3D%22visible%22%3E%3Cpath%20d%3D%22M-.958-4.259c-1.134%200-2.056.922-2.056%202.056%200%20.394.143.736.336%201.049l-.07.056c-.373-.513-.954-.867-1.636-.867-1.134%200-2.056.922-2.056%202.056s.922%202.056%202.056%202.056c.596%200%201.121-.265%201.496-.671-.075.213-.126.433-.126.671%200%201.134.922%202.056%202.056%202.056s2.056-.922%202.056-2.056c0-.476-.189-.896-.462-1.245.813.158%201.627.477%202.224%201.399-.443-.443-.727-1.248-.727-2.336l-.378-.028.35-.014c0-1.087.27-1.893.713-2.336-.575.889-1.354%201.216-2.14%201.385.243-.337.42-.728.42-1.175%200-1.134-.922-2.056-2.056-2.056z%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-width%3D%22NaN%22%2F%3E%3C%2Fmarker%3E%3Cmarker%20orient%3D%22auto%22%20overflow%3D%22visible%22%3E%3Cpath%20d%3D%22M0-2.828l-2.828%202.828%202.828%202.828%202.828-2.828-2.828-2.828z%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-width%3D%22NaN%22%2F%3E%3C%2Fmarker%3E%3Cmarker%20orient%3D%22auto%22%20overflow%3D%22visible%22%3E%3Cpath%20d%3D%22M10%200l4-4-14%204%2014%204-4-4z%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%20stroke-width%3D%22NaN%22%2F%3E%3C%2Fmarker%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2306c%22%20d%3D%22M.5%203.518h5.982v5.982h-5.982z%22%2F%3E%3Cpath%20d%3D%22M4.755-.16h5.234v5.39l-1.571%201.544-1.31-1.31-2.725%202.725-2.688-2.688%202.808-2.808-1.31-1.31z%22%20fill%3D%22%2306f%22%2F%3E%3Cpath%20d%3D%22M8.984.845l.022%204.884-1.817-1.817-2.881%202.881-1.227-1.227%202.881-2.881-1.85-1.851z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
+ background-image: linear-gradient(transparent,transparent),
url(http://127.0.0.1:8080/w/extensions/MobileApp/../MobileFrontend/less/content/images/external-link-ltr-icon.svg?2014-11-14T05:36:40Z)!ie;
background-repeat: no-repeat;
background-position: center right;
padding-right: 13px;
@@ -530,28 +334,6 @@
padding: 0 !important;
}
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
.content p {
margin: .5em 0 1em 0;
@@ -588,28 +370,6 @@
line-height: 1;
}
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
.content table {
margin: 1em 0;
@@ -647,28 +407,6 @@
FIXME: Review all of these hacks to see if they still apply.
*/
-/**
- * Common LESS mixin library for MediaWiki
- *
- * By default the folder containing this file is included in
$wgResourceLoaderLESSImportPaths,
- * which makes this file importable by all less files via '@import
"mediawiki.mixins";'.
- *
- * The mixins included below are considered a public interface for MediaWiki
extensions.
- * The signatures of parametrized mixins should be kept as stable as possible.
- *
- * See <http://lesscss.org/#-mixins> for more information about how to write
mixins.
- */
-/*
- * SVG support using a transparent gradient to guarantee cross-browser
- * compatibility (browsers able to understand gradient syntax support also
SVG).
- * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique
- *
- * We use gzip compression, which means that it is okay to embed twice.
- *
- * We do not embed the fallback image on the assumption that the gain for old
browsers
- * is not worth the harm done to modern ones.
- */
-/* Caution: Does not support localisable images */
/* use -webkit prefix for older android browsers eg. nexus 1 */
/* Hide some on-wiki defined classes */
/* force portals to use a one column layout on mobile */
@@ -676,6 +414,9 @@
* Makes sure that on small screens column-count is only honored if
column-width hint is not violated.
* https://developer.mozilla.org/en-US/docs/CSS/column-width
*/
+.client-js .alpha .infobox {
+ display: none;
+}
.content .tmbox,
.content .ambox,
.content #coordinates,
@@ -743,10 +484,6 @@
/* Loading animation in pure CSS
Thanks to http://dabblet.com/gist/7708654 */
-/* Last updated info */
-body {
- padding-top: 48px;
-}
.loading {
border: 4px solid rgba(0,0,0,0.1);
border-top: 4px solid rgba(0,0,0,0.4);
@@ -773,7 +510,7 @@
margin-left: 8px;
margin-bottom: 8px;
background-image:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAANlBMVEUAAAD///9sbW9sbW9sbW9sbW9sbW9sbW9sbW9sbW9sbW9sbW9sbW9sbW9sbW9sbW9sbW9sbW+FiFraAAAAEXRSTlMAABAgMEBQYHCAkKCwwNDg8InUWv0AAAGfSURBVHhe7djBjsIgFIXhOwjFeltK3/9lJ4J6SG5dHGgyyaRn1dUXlb8slJ+T9//AC7zACxRiLu37EqXsDPCW9ue2cBLo8/7a/RQwFK9OTwDj3k6Hwbk6Mb/EeRDUojyaHzKMgG4pRmy/ehoAXcklT3h+buoGffU8vDJlQJtfuuG5busEY/Xc28N4EPkp7EHwUaODjSkLIr8Iu/VIELkE2Bj9psDzSBuLQoLIxX1sLEfhQHirQ9rwvLAgcoHdejx4b3IJ8PDOcCBysfklJzToipc9Piu2OKFA5LL5o/xUhAZ9Qi7W40Dkspj8as48OGXkYj0ORH73w/yC8OCMXA5y5sE2lwgPh86Bbi3h+i8506Brc3kYjwb9VkL7lh8N+jaXxXg0GBGayW8WCoSXq+dNzjyIXGx+UXhQm1yCyZkHA8JAfvBosF6h21RvU3vb86B+4lCTcxf4rkTV3PZ9IAiTcxcYvnm94P3Qi9IN6rHXDybL5SAD4IHnZQAMxtu8jIA4E+Q8BKr1xkCcybrOcwhOBsE3JOT+4G+WC7zAC7zAXxMIT+qGYJfyAAAAAElFTkSuQmCC);
- background-image:
url(//bits.beta.wmflabs.org/static-master/extensions/MobileApp/less/../images/edit.png?2014-09-30T20:38:20Z)!ie;
+ background-image:
url(http://127.0.0.1:8080/w/extensions/MobileApp/styles/../images/edit.png?2014-06-18T17:26:40Z)!ie;
background-size: 32px 32px;
float: right;
display: inline-float;
@@ -783,7 +520,7 @@
}
.page-protected a.edit_section_button {
background-image:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAXVBMVEUAAAD////Pz89sbW/Pz89sbW/Pz89sbW/Pz89sbW/Pz89sbW/Pz89sbW/Pz89sbW/Pz8/Pz8/Pz89sbW/Pz89sbW/Pz8/Pz89sbW/Pz89sbW/Pz89sbW/Pz89sbW+fZUWwAAAAHXRSTlMAABAQICAwMEBAUFBgYHBwgJCgoLDAwNDQ4ODw8PGFG8cAAAHOSURBVHhe7dTLcoMwDAVQxVCXJAoByiPUEf//mcW0Gh5KFrbojrtidUYM9wKnnfOP4AEe4AGCT3JvmuHR3BOAXcDrc/jN87wLeBvmnCUIATnZEUyeC/A7UYHWjeDdQ48PSL68eNOA6GgEH9Nh3m9GsFGASOTB6S7wufrHeLCkGfycwLMKrGgBwm8UoKknD/cCTffn7QSmk+cup51A6ybP+hsGmUCQvd7CTiCST2dAB0pPAcr6VQY0oPRgCqpB005eydvTglxnPlYLWvZ4ezqQ65zxsVrwwvPg7SlBJJ4HH6sDc64ze0qwWnroSAHKeSDRDL6JBGX9eB4FKUH2Sj5WC9p+PQ8lyA1BPnYVZ4NBnOssvS4NvhBp4dl+45nAV+Yv2q3nwakMBICyztnWAwgEzcpDWgchABR1Fp5DCAXTlVdtPAuBINevEB5/pQBQ1rneeAZCQaTVPERdQsGMVn97UZdgMJ89UeccIsDaA7V55SHEgD0vDtCJukSAKQM5kvBiwAtxRF3iwPKtFwm2TIi6RIJvvGgwe+UhxIO55ByCAqylZ0ED9luvt6ABU1kXUIHLWru2LVoDOrAk6tu6KLKMJSVohaMAtTnA4BzgAf4Asb6U9nmPcP4AAAAASUVORK5CYII=);
- background-image:
url(//bits.beta.wmflabs.org/static-master/extensions/MobileApp/less/../images/edit-locked.png?2014-09-30T20:38:20Z)!ie;
+ background-image:
url(http://127.0.0.1:8080/w/extensions/MobileApp/styles/../images/edit-locked.png?2014-06-18T17:26:40Z)!ie;
}
#mainpage a.edit_section_button {
display: none;
@@ -838,31 +575,31 @@
}
.app_table_collapsed_container {
width: 100%;
- margin-top: 10px;
+ margin-top: 14px;
padding-left: 12px;
padding-right: 48px;
padding-top: 12px;
padding-bottom: 12px;
- line-height: 100%;
- border: solid 1px #b0b0b0;
+ line-height: 120%;
background-color: #f0f0f0;
background-repeat: no-repeat;
background-position: 95% 50%;
- background-size: 20px 20px;
+ background-size: 16px 16px;
+ box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.12), 0px 1px 5px 0px
rgba(0,0,0,0.24);
}
.app_table_collapsed_open {
border-radius: 2px 2px 2px 2px;
- margin-bottom: 10px;
- background-image:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAACg0lEQVRoQ+2YTW4TQRCFx4SfU3AXOABZ+ho+gWVbERIECyLAQBQS/kXAJBEIgdjkFt5zgGSTHRvgPas76im/8UzPjEGILumLx1VdVa+ne6aTZMmSJUuWLFmyZP+zzWazOf1+/+poNHo1HA6/g1NwPBgMrvv43wKarkHLN3BCbdRIrT4+/wGhNxA8A78MPxHb8IP/NOh9mxqMJnJGzRyT4cs6+BEEF8Cs79jiqwYC7ystAdS8zglMA2chKHhPNVoBHfSaKA2Cadbr9S7h4sgEJLwromGbUPwT1VtwRO3zRDeJQzNAwrvDRkHTtqD4HdVTcEDNzDsvMJlMLiLwwQwsYpsNfW5Tut3uBTxnu6KPYkqtPjdXyE3ivUko4ikbh/l1cOKfi/oLYNy7UDzJFSMcwIGqgOBZk0kgfw29ePao2jmwvd7ic83WyH3xcKBLkMUML8FC4TKYA964GmVwnOyx4PAwwSWqgpbCBgq3VfeD/ELcChXWlk4PE7ESr8OCS9i3+1MR85yh94uyLSqdISyAYtwmsokh94awuNf1gckpotLzJZ2WmDcFOPTv6BAnvtKBiV67VV8O0qlgQSzpnmoo+Agu+1xeg08uthT02EFO5TNGOotwK1H1wPk8Ho+vEF6bWBHRB6R0lhBz5H8BX41PghvzmLVNr1KkswIdNN22IuqCG1L79yvprEiHd00JiuSBqF0Z6YyAK/HICIphS9SMQjpjwUo8FOKWgpy7qlYs0lkH7OOyPwHPwdixqlEH6awLxG1ZsYJNlVsX6WwCt4YQPQexWyqnCdLZFG4RIf6mGtsU6WwDiN704jGhlf1vSTrbglsGExipWFskS5YsWbJk/7Bl2W+2PlDIbcw9zQAAAABJRU5ErkJggg==);
- background-image:
url(//127.0.0.1:8080/w/extensions/MobileApp/less/../images/table_expand.png?2014-11-12T14:38:20Z)!ie;
+ margin-bottom: 14px;
+ background-image:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4zjOaXUAAAAoZJREFUaEPtmE1uE0EQhceEn1NwFEtwALL0CSzbe2+9QQgJAoKI8BeF8I8ImCQCIRCSxVk4QNhkxwZ4z+qOespvPNMzYxCiS/ricVVX1evpnukkWbJkyZIlS5Ys2f9ss9lsTr/fPz8ajV4Mh8Nv4Dv4OhgMLvr43wKaLkDLF3BEbdRIrT4+/wGhlxA8Br8MPxG74gf/adD7OjUYTeSYmjkmw5d18CMILoBZ37DFVw0E3lFaAqh5nROYBs5CUPC2arQCOuh1T2kQTLNer3cGF4cmIOFdEQ3bhOIfqt6CQ2qfJ7pJHJgBEt4dNgqatgXF76iegn1qZt5JgclkchqBd2ZgEdts6HOb0u12T+E52xV9FFNq9bm5Qm4Sb01CEY/YOMyvgxP/VNRfAOPehOJJrhjhAA5UBQRPmkwC+WvoxbNH1c6B7fUan2u2Ru6LhwNdgixmeA4WCpfBHPDK1SiD42SPBYeHCS5RFbQUNlC4rboX5BfiVqiwtnR6mIiVeBkWXMKe3Z+KmOcMvZ+VbVHpDGEBFOM2kU0MuTeExb2u901OEZWeL+m0xLwpwIF/R4c48ZUOTPTarfpykE4FC2JJH6uGgvfgrM/lNfjgYktBjx3kVD5jpLMItxJVD5yP4/H4HOG1iRURfUBKZwkxR/4n8Nn4JLgxD1jb9CpFOivQQdNtK6IuuCG1f7+Szop0eNeUoEi2RO3KSGcEXIn7RlAMm6JmFNIZC1birhC3FOTcUrVikc46YB+X/Ql4AsbeVDXqIJ11gbhNK1awoXLrIp1N4NYQoucgdk3lNEE6m8ItIsRfVWObIp1tANEbXjwmtLL/LUlnW3DLYAKXVawtkiVLlixZsn/Ysuw35enU+iMlJaQAAAAASUVORK5CYII=);
+ background-image:
url(http://127.0.0.1:8080/w/extensions/MobileApp/styles/../images/table_expand.png?2014-12-13T19:06:40Z)!ie;
}
.app_table_collapse_close {
border-radius: 2px 2px 0px 0px;
margin-bottom: 0px;
}
.app_table_collapse_icon {
- background-image:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAACfUlEQVRoQ+2YTW4TQRCFbczPKXIXOABZ+ho+gWVbCAmCBVFggCgJ/4iASSIQArHhFt5zANhkxwZ4D3VH4/Lrme4ZWwjRJX3xuLq66lV3z4yVTrZs2bJly/ZP23w+XxuTyeTGeDyeqLFVIZ2rAMK3wC8yGo2uqZhVIJ1tgeCpF+/BblxXsW2RzjZA6G0r3sMjpea0QTqbApHbVrRgS81tinQ2AcdmR4iV8IipHE2QzlRwNO4poVXwqKlcqUhnAl2IuW/FJbAtciYhnZF0sYoPhKhU7orc0UhnBFz5XSOkMbgnCuY0NaKQzhq6KLinhAg+gk/GJ+FuMrepVYt0huj3++dQ6EAJEHyYTqeXCK/NWIhd1ElqQjoVFI+VfySKKt6Bi34ur8F7N1YJdxdzopuQTotb+SeqoOB4MBhcsDnow9iJiZVwl1nT5lBIZxkmQtJntkiAWVEU51Ue4po4MnNCPI5pQjo9SNLDlr4wiUMcVon3MAaxb8xcCWo/rWtCOgkS9MDLcsIKGNdTeRSuicPS/CA4Ts/xGcwtnZyA7l+VE1XA4xUt3sM5oPUCLTm4Ouj6tUkQIuqchsD8nlthlXsBt6BLTSx8STmfYL+NeA9zxD7huLD2Pju7cOLf2kkBkl84VbgmYl+QC0+6P3/c4+3YBEqwlY1/t9SQ8hPlyL9rkl4wKLBjiq4aNvFQ1RacUDtvpJkZkCDxHVFwHbCJQmkQzNjAJvhRci6B83lLFFor3G2lpQQ1b/rgq/hyWhr0/MTY2v6nUwdq36QGo4mcUjNjzoKHw+GGeyZ/Bd/BFwRd8eN/C2i6DC2fwTdqo0Zq9ePZsmXLli1btmz/r3U6vwGPRVDI7mafNQAAAABJRU5ErkJggg==);
- background-image:
url(//127.0.0.1:8080/w/extensions/MobileApp/less/../images/table_collapse.png?2014-11-12T14:38:20Z)!ie;
+ background-image:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4zjOaXUAAAAoBJREFUaEPtmE1uE0EQhW3Mzyk4iiU4AFn6BJbtvbfeIIQEAUEUCEnE/58ImCQCIRCSxVk4AGyyYwN5L+qOxuXXM90zthCiS/ricXV11avunhkrrWzZsmXLlu2fttlstjJGo9GN4XB4VY0tC+lcBhC+Dv6QwWBwTcUsA+lsCgTf9uI92I3rKrYp0tkECL1jxXt4pNScJkhnXSByw4oWrKu5dZHOOuDYbAqxEh4xlaMO0pkKjsZ9JbQMHjWVKxXpTKANMQ+suAQ2RM4kpDOSNlZxW4hK5Z7IHY10RsCV3zVCaoN7Yos5TY0opLOCNgo+VEIEn8EX45NwN5nb1KpEOkN0u90zKPRYCRB8Go/HFwivzViIXdRJakI6FRSPlX8iiio+gPN+Lq/BRzdWCncXc6KbkE6LW/lnqqDgoNfrnbM56MPYoYmVcJdZ0+ZQSGcRJkLSF7ZIgOlkMjmr8hDXxL6ZE+JpTBPS6UGSDrb0lUkcYq9MvIcxiH1n5kpQ+3lVE9JJkKADXhcTlsC4jsqjcE3sFeYHwXF6ic9gbunkBHT/ppioBB6vaPEezgGNF2jBwdVB129NghBR5zQE5nfcCqvcc7gFXWhi7kvK+QSPmoj3MEfsE44La++z0wsn/r2dFCD5hVOGayL2BTn3pDv54x5vByZQgq2s/bulgpSfKPv+XZP0gkGBTVN02bCJHVVbcEjtvJGmZkCCxHdFwVXAJraUBsGUDayBXwXnAjift0ShlcLdVloKUPOaD76CL0eFQc9vjK3sfzpVoPZNajCayBE1M+Y0uN/vX3TP5O/gJ/iGoMt+/G8BTZeg5Sv4QW3USK1+PFu2bNmyZcuW7f+1VusYzYvU+uNoBCAAAAAASUVORK5CYII=);
+ background-image:
url(http://127.0.0.1:8080/w/extensions/MobileApp/styles/../images/table_collapse.png?2014-12-13T19:06:40Z)!ie;
}
.app_span_collapse_text {
color: #808080;
@@ -871,25 +608,25 @@
width: 100%;
color: #808080;
margin-top: 0px;
- margin-bottom: 10px;
+ margin-bottom: 14px;
padding-left: 12px;
padding-right: 48px;
padding-top: 12px;
padding-bottom: 12px;
- line-height: 100%;
- border: solid 1px #b0b0b0;
+ line-height: 120%;
border-radius: 0px 0px 2px 2px;
background-color: #f0f0f0;
background-repeat: no-repeat;
background-position: 95% 50%;
- background-size: 20px 20px;
+ background-size: 16px 16px;
+ box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.12), 0px 1px 5px 0px
rgba(0,0,0,0.24);
}
.ipa_button {
display: inline-block;
margin-bottom: -3px;
background-image:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAAgCAYAAABHA7voAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAABBRJREFUWEfdWflPFkEM5U9HQUGj0WiMmnhrRBMVUeOt4fQG8cALBU8OEUEURK7aN06Xbr/Z/Wb59hd5yYtZ253Zt+203Y+6je0kpHVEp4mI6tajOGEiMGRMePkN0YHesK0M3hrixygRem1GvsDd94gWl4mWV4jufyba2h32WytPPXMP4bDCe2QxhDwfWZ+RL/DxqHNKMP2baMfdsG9RbmBmPXwWYt1lD0a2QAhZWHJOCYaniBo6wv5FWVRcEcgejGyBN945hxSO9ad9dt8n2lRQMNK8VnHVbpe9GNkCR386hwS4blD2zZ1EE7NEIzNEB/vS9+YRZ9oCgucX/YXBWt6F7MUIC9zFxQWFRePaYNqn9aU3MOD7gItQc1fax/Iwv4gYLAdeQgwkM2Q/Rlhg2ytnTAABEK19Pv/wRo/ZBaJtPWmfEMd++Rs81hKhapC9GGGBvSPOmACpqO04ezbCne/TPkhhfa3ZxtFHynfwPXYdAaIhzIO2R0fQRqd/LG2/9NobPPCQ6Jlih7gxFnD9LVFjlSLUMewXKQFRAlEVf/5xxgSoqNqnz0R4nNNO28+98AYGInUopwgdf+IdFfCgS9yiwCKIEtjEhWLJOwrODKR9Pkx7g0c/DwTa/pQjrjE9H24nONc6xWKQ5y/FSdZnVApEobA4rvofWsU3PpMa7Zxmeg3bYh5+SduFUzwZlYmoCGKCsTj8eNWOSeb7nDd43FQpjBdg7Rioxa55+vm/9EfVRpac5dS+yOf7PBch2Fr5Gi/HvrAsRAkMRVBPMBAwaQTcNgJGzAOhKmu7UA8OIWJexb+2tQB5qSr3MyoFolnb0o23qX0+mSr7yAh4Ys7g4GTaboXh2okJnNMLpifHnFm5l1EpcBOXeDRtjatmink27g0eaCvajnQD8KJ6Pub3RKEVfZSz5grvm9Un8yBrMCoFgtWKBPqbBubL7WqKgaD3/OVxgluAvs+ykf1a+Jtw3wNek88izmov7zVgXqBGzREEbZnHQK3t+x9WbmSjXO18gd0f/M2RiBEHyPqMsECkhoaL0J1VOx4e45sGSj56qF6nGvdw5Ow3ZxmQ9RlhgfsQIWdfBUq59rFpirRey9f+DA8BZUPWZoQFIkK2FQzxmdI+W/jDdYZHOhQB/F7TFFFIQoxNuyKQtRlhgWCXOR94Dpw97YPG3PI0/X9FOWcqdhmQtRnZAnE+7Ew68DXsWwtjIlg0yrI2I1sg+GrCOSVAOuqxrVbiKAybwb0MyPqMfIH4wVe/PXzj7TVpWgullaBg4RMNvTMW+rlshGV9Rr5AEFML7sdvLkXbQCwreiaPbFKRMTo2cwHDkH+Es8e2Jwu9DsMJzBW5kzc6WWMhqUYZqktm6o8vVSP5n9FpcgLr6+vXLYmo7i97FXYYGMQFoAAAAABJRU5ErkJggg==);
- background-image:
url(//127.0.0.1:8080/w/extensions/MobileApp/less/../images/ipa.png?2014-11-13T16:05:00Z)!ie;
+ background-image:
url(http://127.0.0.1:8080/w/extensions/MobileApp/styles/../images/ipa.png?2014-12-05T19:15:00Z)!ie;
background-size: 28px 16px;
height: 16px;
width: 28px;
@@ -954,6 +691,7 @@
/* hidden sortkey for tablesorter */
/* Pie chart: Transparent borders */
/* Disabling column-count for {{reflist}} and {{refbegin}} */
+/* Show fallback math formulas, since MathML is hidden */
.hide-when-compact {
display: none;
}
@@ -1231,4 +969,4 @@
max-width: 100%;
margin-left: auto;
margin-right: auto;
-}
+}
\ No newline at end of file
diff --git a/www/js/sections.js b/www/js/sections.js
index 66fce1c..dbb9c41 100644
--- a/www/js/sections.js
+++ b/www/js/sections.js
@@ -6,16 +6,16 @@
});
bridge.registerListener( "setMargins", function( payload ) {
- document.body.style.marginLeft = payload.marginLeft + "px";
- document.body.style.marginRight = payload.marginRight + "px";
+ document.getElementById( "content" ).style.marginLeft = payload.marginLeft
+ "px";
+ document.getElementById( "content" ).style.marginRight =
payload.marginRight + "px";
});
bridge.registerListener( "setPaddingTop", function( payload ) {
- document.body.style.paddingTop = payload.paddingTop + "px";
+ document.getElementById( "content" ).style.paddingTop = payload.paddingTop
+ "px";
});
bridge.registerListener( "setPaddingBottom", function( payload ) {
- document.body.style.paddingBottom = payload.paddingBottom + "px";
+ document.getElementById( "content" ).style.paddingBottom =
payload.paddingBottom + "px";
});
bridge.registerListener( "displayLeadSection", function( payload ) {
--
To view, visit https://gerrit.wikimedia.org/r/179920
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4ec317358e39115f5ff3e034fbe2d0bd29df9049
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Dbrant <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits