Imported from Mediawiki default skin

This commit is contained in:
Diskette Guy
2025-07-18 00:20:55 +07:00
parent 314b39f4bb
commit 9da7278191
35 changed files with 7825 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
/* Styles for print view and printing. */
/* You can use CSS files or Less files depending on your preference. */
/* Hide some extra stuff from print view (some of the navigation is already hidden automatically,
but not all). */
.mw-indicators,
#p-logo,
#catlinks,
#mw-footer {
display: none;
}