DOM removals
This commit is contained in:
parent
5739de290f
commit
f8768360ee
7
removals.txt
Normal file
7
removals.txt
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#toc,
|
||||||
|
.article-status,
|
||||||
|
.thumbcaption .magnify,
|
||||||
|
a[href*="action=edit"],
|
||||||
|
.editsection,
|
||||||
|
.mw-editsection,
|
||||||
|
.thumbinner a[data-lon]
|
20
stub.css
20
stub.css
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user