wiki.gruntnetwork.com--zimmer/stub.css
2019-03-13 15:24:48 +03:00

70 lines
1.0 KiB
CSS

/*
*
* stub.css
*
*/
body#zim {
font-size: 100%;
width: inherit;
padding: inherit;
position: inherit;
margin: inherit;
/* background-image: none;*/
}
#zim #content {
margin: 0px;
padding: 2px;
}
#zim .mw-body-content {
line-height: 1.6;
font-size: 0.875em;
}
#zim .mw-body-content p {
line-height: inherit;
margin: 0.5em 0;
}
/*
#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 */
/* supress Kartographer chartlet */
/*
.thumbinner a[data-lon] {
display: none;
}
*/
#zim #geoCoord {
top: -20px;
}
#geoCoord img {
display: none;
}
#zim #mw-customtoggle-mapToggle {
display: none;
}
/* Wikia */
body#zim .WikiaMainContent {
width: inherit;
}
body#zim .WikiaPageBackground {
width: inherit;
height: inherit;
position: inherit;
left: inherit;
top: inherit;
}