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;
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user