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;
margin: 0.5em 0;
}
#zim #toc {
display: none;
}
#zim .article-status {
display: none;
}
#zim .thumbcaption .magnify {
/*
#zim #toc,
#zim .article-status,
#zim .thumbcaption .magnify,
#zim .editsection,
#zim .mw-editsection
{
display: none;
}
*/
#zim table.wikitable, table.nicetable {
margin-right: 0;
margin-left: 0;
}
/* for en.wikivoyage.org */
.thumbinner a[data-lon] { /* supress Kartographer chartlet */
/* supress Kartographer chartlet */
/*
.thumbinner a[data-lon] {
display: none;
}
*/
#zim #geoCoord {
top: -20px;
}