is used on the table of contents,
- the ToC will display without numbers */
-.nonumtoc .tocnumber { display: none; }
-.nonumtoc #toc ul,
-.nonumtoc .toc ul {
- line-height: 1.5em;
- list-style: none none;
- margin: .3em 0 0;
- padding: 0;
-}
-.nonumtoc #toc ul ul,
-.nonumtoc .toc ul ul {
- /* @noflip */
- margin: 0 0 0 2em;
-}
-
-/* Allow limiting of which header levels are shown in a TOC;
-
, for instance, will limit to
- showing ==headings== and ===headings=== but no further
- (as long as there are no =headings= on the page, which
- there shouldn't be according to the MoS). */
-.toclimit-2 .toclevel-1 ul,
-.toclimit-3 .toclevel-2 ul,
-.toclimit-4 .toclevel-3 ul,
-.toclimit-5 .toclevel-4 ul,
-.toclimit-6 .toclevel-5 ul,
-.toclimit-7 .toclevel-6 ul {
- display: none;
-}
-
-/* Styling for Template:Quote */
-blockquote.templatequote {
- margin-top: 0;
-}
-blockquote.templatequote div.templatequotecite {
- line-height: 1em;
- /* @noflip */
- text-align: left;
- /* @noflip */
- padding-left: 2em;
- margin-top: 0;
-}
-blockquote.templatequote div.templatequotecite cite {
- font-size: 85%;
-}
-
-/* User block messages */
-div.user-block {
- padding: 5px;
- margin-bottom: 0.5em;
- border: 1px solid #A9A9A9;
- background-color: #FFEFD5;
-}
-
-/* Prevent line breaks in silly places:
- 1) Where desired
- 2) Links when we don't want them to
- 3) Bold "links" to the page itself
- 4) Ref tags with group names [ --> "[Note 1]" */
-.nowrap,
-.nowraplinks a,
-.nowraplinks .selflink,
-sup.reference a {
- white-space: nowrap;
-}
-/* But allow wrapping where desired: */
-.wrap,
-.wraplinks a {
- white-space: normal;
-}
-
-/* For template documentation */
-.template-documentation {
- clear: both;
- margin: 1em 0 0 0;
- border: 1px solid #aaa;
- background-color: #ecfcf4;
- padding: 1em;
-}
-
-/* Inline divs in ImageMaps (code borrowed from de.wiki) */
-.imagemap-inline div {
- display: inline;
-}
-
-/* Increase the height of the image upload box */
-#wpUploadDescription {
- height: 13em;
-}
-
-/* Minimum thumb width */
-.thumbinner {
- min-width: 100px;
-}
-
-/* Makes the background of a framed image white instead of gray.
- Only visible with transparent images. */
-div.thumb img.thumbimage {
- background-color: #fff;
-}
-
-/* The backgrounds for galleries. */
-div#content .gallerybox div.thumb {
- /* Light gray padding */
- background-color: #F9F9F9;
-}
-/* Put a chequered background behind images, only visible if they have transparency.
- '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
-.gallerybox .thumb img {
- background: #fff url("bits.wikimedia.org/skins/common/images/Checker-16x16.png") repeat;
-}
-/* But not on articles, user pages, portals or with opt-out. */
-.ns-0 .gallerybox .thumb img,
-.ns-2 .gallerybox .thumb img,
-.ns-100 .gallerybox .thumb img,
-.nochecker .gallerybox .thumb img {
- background: #fff;
-}
-
-/* Category tree styling. Works in conjuction with [[MediaWiki:Categorytree-expand-bullet]],
- [[MediaWiki:Categorytree-collapse-bullet]] and [[MediaWiki:Categorytree-empty-bullet]]. */
-#mw-subcategories ul {
- list-style: none none;
- margin-left: 0.25em;
-}
-.CategoryTreeChildren {
- margin-left: 1.25em;
-}
-
-/* Prevent floating boxes from overlapping any category listings,
- file histories, edit previews, and edit [Show changes] views. */
-#mw-subcategories, #mw-pages, #mw-category-media,
-#filehistory, #wikiPreview, #wikiDiff {
- clear: both;
-}
-
-body.rtl #mw-articlefeedbackv5, body.rtl #mw-articlefeedback {
- display: block; /* Override inline block mode */
- margin-bottom: 1em;
- /* @noflip */
- clear: right; /* Clear any info boxes that stick out */
- /* @noflip */
- float: right; /* Prevents margin collapsing */
-}
-
-/* Selectively hide headers in WikiProject banners */
-.wpb .wpb-header { display: none; }
-.wpbs-inner .wpb .wpb-header { display: block; } /* for IE */
-.wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */
-.wpbs-inner .wpb-outside { display: none; } /* hide things that should only display outside shells */
-
-/* Styling for Abuse Filter tags */
-.mw-tag-markers {
- font-family:sans-serif;
- font-style:italic;
- font-size:90%;
-}
-
-/* Hide stuff meant for accounts with special permissions. Made visible again in
- [[MediaWiki:Group-sysop.css]] and [[MediaWiki:Group-accountcreator.css]]. */
-.sysop-show, .accountcreator-show {
- display: none;
-}
-
-/**
- * Hide the redlink generated by {{Editnotice}},
- * this overrides the ".sysop-show { display: none; }" above that applies
- * to the same link as well.
- */
-.ve-init-mw-viewPageTarget-toolbar-editNotices-notice .editnotice-redlink {
- display: none !important;
-}
-
-/* Remove bullets when there are multiple edit page warnings */
-ul.permissions-errors > li {
- list-style: none none;
-}
-ul.permissions-errors {
- margin: 0;
-}
-
-/* No linewrap on the labels of the login/signup page */
-body.page-Special_UserLogin .mw-label label,
-body.page-Special_UserLogin_signup .mw-label label {
- white-space: nowrap;
-}
-
-/* Disable the automatic text-size adjust of WebKit on iPhones etc.
- It scales some text, and not the other. Use none, or fixed percentage instead.
- Use media selector, because defining a value, overwrites platform defaults. */
-@media only screen and (max-device-width: 480px) {
- body {
- -webkit-text-size-adjust: none;
- }
-}
-
-/* Pie chart test: Transparent borders */
-.transborder {
- border: solid transparent;
-}
-* html .transborder { /* IE6 */
- border: solid #000001;
- filter: chroma(color=#000001);
-}
-
-/* Styling for updated markers on watchlist, history and recent/related changes.
- Bullets are handled in skin-specific stylesheets. */
-.updatedmarker {
- background-color: transparent;
- color: #006400;
-}
-li.mw-changeslist-line-watched .mw-title,
-table.mw-changeslist-line-watched .mw-title,
-table.mw-enhanced-watch .mw-enhanced-rctime {
- font-weight: normal;
-}
-
-/* Adjust font for inline HTML generated formulae */
-span.texhtml {
- font-family: "Times New Roman", "Nimbus Roman No9 L", Times, serif;
- font-size: 118%;
- white-space: nowrap;
-}
-span.texhtml span.texhtml {
- font-size: 100%;
-}
-
-/* Fix so tags and .css and .js pages get normal text size.
- [[Bugzilla:26204]]. See also [[Wikipedia:Typography#The monospace 'bug']] */
-div.mw-geshi div,
-div.mw-geshi div pre,
-span.mw-geshi,
-pre.source-css,
-pre.source-javascript,
-pre.source-lua {
- font-family: monospace, Courier !important;
-}
-
-/* Fix styling of transcluded prefindex tables */
-table#mw-prefixindex-list-table,
-table#mw-prefixindex-nav-table {
- width: 98%;
-}
-
-/* For portals, added 2011-12-07 -bv
- On wide screens, show these as two columns
- On narrow and mobile screens, let them collapse into a single column */
-.portal-column-left {
- float: left;
- width: 50%;
-}
-.portal-column-right {
- float: right;
- width: 49%;
-}
-.portal-column-left-wide {
- float: left;
- width: 60%;
-}
-.portal-column-right-narrow {
- float: right;
- width: 39%;
-}
-.portal-column-left-extra-wide {
- float: left;
- width: 70%;
-}
-.portal-column-right-extra-narrow {
- float: right;
- width: 29%;
-}
-@media only screen and (max-width: 800px) {
- /* Decouple the columns on narrow screens */
- .portal-column-left,
- .portal-column-right,
- .portal-column-left-wide,
- .portal-column-right-narrow,
- .portal-column-left-extra-wide,
- .portal-column-right-extra-narrow {
- float: inherit;
- width: inherit;
- }
-}
-
-/* For announcements */
-#bodyContent .letterhead {
- background-image:url('upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png');
- background-repeat:no-repeat;
- padding: 2em;
- background-color: #faf9f2;
-}
-
-/* Tree style lists */
-.treeview ul {
- padding: 0;
- margin: 0;
-}
-.treeview li {
- padding: 0;
- margin: 0;
- list-style-type: none;
- list-style-image: none;
- zoom: 1; /* BE KIND TO IE6 */;
-}
-.treeview li li {
- background: url("upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
- /* @noflip */
- padding-left: 20px;
- text-indent: 0.3em;
-}
-.treeview li li.lastline {
- background-position: 0 -5971px
-}
-.treeview li.emptyline > ul {
- /* @noflip */
- margin-left: -1px;
-}
-.treeview li.emptyline > ul > li:first-child {
- background-position: 0 9px
-}
-
-/* Make it possible to hide checkboxes in */
-.inputbox-hidecheckboxes form .inputbox-element {
- display: none !important;
-}
-
-/* Hide charinsert base for those not using the gadget */
-#editpage-specialchars {
- display: none;
-}
-
-/* work-around for [[bugzilla:23965]] (Kaltura advertisement) */
-.k-player .k-attribution {
- visibility: hidden;
-}
-
-/* Unicode font families, for [[Template:Unicode]] */
-.UnicodeAnimal { font-family: "Apple Color Emoji", Symbola, "Segoe UI Symbol", Brampton, "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodeAstro { font-family: Symbola, Quivira, "Segoe UI Symbol", FreeSerif, Brampton, "Apple Color Emoji", FreeMono, "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodeChem { font-family: Quivira, Symbola, "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodeCommunication { font-family: Symbola, "Segoe UI Symbol", "Apple Color Emoji", Quivira, Brampton, FreeSerif, "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodeDentistry { font-family: "Segoe UI Symbol", Quivira, FreeMono, Symbola, "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodeEducation { font-family: "Segoe UI Symbol", Symbola, "Apple Color Emoji", Brampton, "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodeEmoticon { font-family: "Apple Color Emoji", "Segoe UI Symbol", Symbola, Brampton, FreeMono, "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodeEnclosed { font-family: Quivira, Brampton, "Apple Color Emoji", "Segoe UI Symbol", FreeSans, FreeSerif, FreeMono, "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodeEvent { font-family: "Apple Color Emoji", "Segoe UI Symbol", Symbola, Brampton, "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodeFood { font-family: "Apple Color Emoji", Symbola, "Segoe UI Symbol", Brampton, "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodeGame { font-family: Symbola, Quivira, FreeSerif, Brampton, "Segoe UI Symbol", "Apple Color Emoji", "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodeMap { font-family: Symbola, "Apple Color Emoji", "Segoe UI Symbol", Quivira, Brampton, "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodeMedicine { font-family: "Segoe UI Symbol", Quivira, Symbola, "Apple Color Emoji", Brampton, FreeSerif, "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodeMoney { font-family: Symbola, Quivira, FreeSerif, FreeSans, FreeMono, "Segoe UI Symbol", "Apple Color Emoji", Brampton, "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodeMusic { font-family: Symbola, FreeSerif, Quivira, "Segoe UI Symbol", Brampton, "Apple Color Emoji", "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodePerson { font-family: "Apple Color Emoji", Symbola, "Segoe UI Symbol", Quivira, Brampton, "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodePicto { font-family: Symbola, "Segoe UI Symbol", FreeSerif, Quivira, Brampton, "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodePlant { font-family: Symbola, "Apple Color Emoji", "Segoe UI Symbol", Brampton, "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodePoliticsReligion { font-family: Symbola, "Segoe UI Symbol", FreeSerif, Quivira, Brampton, FreeMono, "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodeRegion { font-family: "Apple Color Emoji", Brampton, "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodeSport { font-family: Symbola, "Apple Color Emoji", "Segoe UI Symbol", "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodeTechnology { font-family: Symbola, "Segoe UI Symbol", FreeMono, FreeSerif, Quivira, FreeSans, Brampton, "Apple Color Emoji", "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodeTime { font-family: Quivira, Symbola, "Apple Color Emoji", Brampton, "Segoe UI Symbol", "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodeUI { font-family: Symbola, Quivira, "Segoe UI Symbol", "Apple Color Emoji", FreeSerif, FreeMono, Brampton, "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodeWarning { font-family: Symbola, "Segoe UI Symbol", Quivira, "Apple Color Emoji", Brampton, FreeSerif, "Arial Unicode MS", "Arial Unicode MS", "Lucida Sans Unicode"; }
-.UnicodeWeather { font-family: Symbola, Quivira, "Segoe UI Symbol", FreeSerif, "Apple Color Emoji", Brampton, "Arial Unicode MS", "Lucida Sans Unicode"; }
-
-/*XOWA:MediaWiki:Vector.css*/
-/* Don't display some stuff on the main page */
-body.page-Main_Page #deleteconfirm,
-body.page-Main_Page #t-cite,
-body.page-Main_Page #footer-info-lastmod,
-body.action-view.page-Main_Page #siteSub,
-body.action-view.page-Main_Page #contentSub,
-body.action-view.page-Main_Page h1.firstHeading {
- display: none !important;
-}
-
-/* Position Main Page top banner */
-body.page-Main_Page #mp-topbanner {
- margin-top: 0 !important;
-}
-
-/* Position coordinates */
-#coordinates {
- position: absolute;
- top: 0em;
- right: 0em;
- float: right;
- margin: 0em;
- padding: 0em;
- line-height: 1.5em;
- text-align: right;
- text-indent: 0;
- font-size: 85%;
- text-transform: none;
- white-space: nowrap;
-}
-
-/* For positioning icons at top-right, used in Templates
- "Spoken Article" and "Featured Article" */
-div.topicon {
- position: absolute;
- top: -2em;
- margin-right: -10px;
- display: block !important;
-}
-
-/* FR topicon position */
-div.flaggedrevs_short {
- position: absolute;
- top: -3em;
- right: 80px;
- z-index: 1;
- margin-left: 0;
- /* Because this is not yet a topicon, we emulate it's behavior,
- this ensure compatibility with edit lead section gadget. */
- margin-right: -10px;
-}
-
-/* On rtl interfaces, we need to override the defaults.
- It is content included (so ltr), but positioned in part of the rtl interface. */
-body.rtl #protected-icon {
- /* @noflip */
- left: 55px;
-}
-body.rtl #spoken-icon,
-body.rtl #commons-icon {
- /* @noflip */
- left: 30px;
-}
-body.rtl #featured-star {
- /* @noflip */
- left: 10px;
-}
-
-/* Menu over FR box */
-div.vectorMenu div {
- z-index: 2;
-}
-
-/* Display "From Wikipedia, the free encyclopedia" */
-#siteSub {
- display: inline;
- font-size: 92%;
-}
-
-/* Bullets for Good and Featured interwiki links */
-li.GA {
- list-style-image: url("upload.wikimedia.org/wikipedia/commons/4/42/Monobook-bullet-ga.png");
-}
-li.FA {
- list-style-image: url("upload.wikimedia.org/wikipedia/commons/d/d4/Monobook-bullet-star.png");
-}
-
-/* Styling for updated markers on watchlist, history and recent/related changes */
-li.mw-changeslist-line-watched,
-li.mw-history-line-updated {
- list-style-image: url("upload.wikimedia.org/wikipedia/commons/c/c2/ChangedBulletVector.png");
-}
-
-/* Blue instead of yellow padlock for secure links. */
-#bodyContent a.external[href ^="https://"],
-.link-https {
- background: url("upload.wikimedia.org/wikipedia/en/0/00/Lock_icon_blue.gif") center right no-repeat;
- /* @noflip */
- padding-right: 16px;
-}
-
-/* (Soft) redirect styling (bug:26544) */
-div.redirectMsg img {
- vertical-align: text-bottom;
-}
-.redirectText {
- font-size: 150%;
- margin: 5px;
-}
\ No newline at end of file
diff --git a/wiki/home/page/xowa_common.css b/xowa_common.css
similarity index 100%
rename from wiki/home/page/xowa_common.css
rename to xowa_common.css
diff --git a/wiki/home/page/xowa_logo.png b/xowa_logo.png
similarity index 100%
rename from wiki/home/page/xowa_logo.png
rename to xowa_logo.png
]