DOM removals

This commit is contained in:
v 2018-11-28 18:45:57 +03:00
parent 5739de290f
commit f8768360ee
2 changed files with 19 additions and 8 deletions

7
removals.txt Normal file
View File

@ -0,0 +1,7 @@
#toc,
.article-status,
.thumbcaption .magnify,
a[href*="action=edit"],
.editsection,
.mw-editsection,
.thumbinner a[data-lon]

View File

@ -19,24 +19,28 @@ body#zim {
line-height: inherit; line-height: inherit;
margin: 0.5em 0; margin: 0.5em 0;
} }
#zim #toc { /*
display: none; #zim #toc,
} #zim .article-status,
#zim .article-status { #zim .thumbcaption .magnify,
display: none; #zim .editsection,
} #zim .mw-editsection
#zim .thumbcaption .magnify { {
display: none; display: none;
} }
*/
#zim table.wikitable, table.nicetable { #zim table.wikitable, table.nicetable {
margin-right: 0; margin-right: 0;
margin-left: 0; margin-left: 0;
} }
/* for en.wikivoyage.org */ /* for en.wikivoyage.org */
.thumbinner a[data-lon] { /* supress Kartographer chartlet */ /* supress Kartographer chartlet */
/*
.thumbinner a[data-lon] {
display: none; display: none;
} }
*/
#zim #geoCoord { #zim #geoCoord {
top: -20px; top: -20px;
} }