Page MenuHomePhabricator
Paste P45877

(An Untitled Masterwork)
ActivePublic

Authored by Legoktm on Mar 15 2023, 10:22 PM.
Tags
None
Referenced Files
F36913648: raw-paste-data.txt
Mar 15 2023, 10:22 PM
Subscribers
None
user@dev ~/tmp> curl 'https://en.wikipedia.org/w/load.php?lang=en&modules=site.styles&only=styles&skin=timeless&debug=1' > en.css
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 14842 0 14842 0 0 92220 0 --:--:-- --:--:-- --:--:-- 92762
user@dev ~/tmp> curl 'https://en.wikipedia.org/w/load.php?lang=ar&modules=site.styles&only=styles&skin=timeless&debug=1' > ar.css
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 14838 0 14838 0 0 101k 0 --:--:-- --:--:-- --:--:-- 101k
user@dev ~/tmp> colordiff ^C
user@dev ~/tmp> diff -u en.css ar.css
--- en.css 2023-03-15 18:22:14.111000000 -0400
+++ ar.css 2023-03-15 18:22:20.786000000 -0400
@@ -117,8 +117,8 @@
/* Styling for jQuery makeCollapsible, matching that of collapseButton */
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {
font-weight: normal;
- padding-right: 0.2em;
padding-left: 0.2em;
+ padding-right: 0.2em;
}
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
@@ -141,7 +141,7 @@
.mw-parser-output a[href$=".PDF"].external,
.mw-parser-output a[href*=".PDF?"].external,
.mw-parser-output a[href*=".PDF#"].external {
- background: url(//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png) no-repeat right;
+ background: url(//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png) no-repeat left;
/* @noflip */
padding: 8px 18px 8px 0;
}
@@ -244,7 +244,7 @@
*/
.mwe-math-fallback-image-display,
.mwe-math-mathml-display {
- margin-left: 1.6em !important;
+ margin-right: 1.6em !important;
margin-top: 0.6em;
margin-bottom: 0.6em;
}
@@ -437,12 +437,12 @@
#coordinates {
position: absolute;
top: 0.25em;
- right: 0;
- float: right;
+ left: 0;
+ float: left;
margin: 0;
padding: 0;
line-height: 1.5em;
- text-align: right;
+ text-align: left;
text-indent: 0;
font-size: 85%;
text-transform: none;
@@ -451,7 +451,7 @@
/* correct position for VE */
.ve-ce-surface-enabled #coordinates {
- margin-right: 3em;
+ margin-left: 3em;
margin-top: -6.25;
}