adding wikizimmer

This commit is contained in:
v 2017-08-31 19:26:55 +03:00
parent 71d33bcbd4
commit 97c4b6049e
3 changed files with 1183 additions and 0 deletions

44
stub.css Normal file
View File

@ -0,0 +1,44 @@
/*
*
* stub.css
*
*/
#zim body {
font-size: 100%;
background-image: none;
}
#zim #content {
margin: auto;
}
#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 {
display: none;
}
#zim .article-status {
display: none;
}
#zim .thumbcaption .magnify {
display: none;
}
/* supress Kartographer chartlet */
.thumbinner a[data-lon] {
display: none;
}
#zim #geoCoord {
top: -20px;
}
#geoCoord img {
display: none;
}
#zim #mw-customtoggle-mapToggle {
display: none;
}

20
stub.html Normal file
View File

@ -0,0 +1,20 @@
<!doctype html>
<html id="zim">
<head>
<meta charset=utf-8>
<title></title>
<link id="layout-css" rel="stylesheet" href="../-/layout.css">
<!--
<%B/<%title%>%>
-->
</head>
<body id="zim">
<div id="content" class="mw-body" role="main">
<div id="bodyContent" class="mw-body-content">
<!--
<%A/<%title%>%>
-->
</div>
</div>
</body>
</html>

1119
wikizimmer.js Executable file

File diff suppressed because it is too large Load Diff