wikiless centered
wikiless centered by dadjokegenerator
Details
Authordadjokegenerator
LicenseNo License
Categorywikiless.org
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name wikiless.org - 12/12/2022, 8:54:12 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("wikiless.org") {
* {
letter-spacing: -1px;
}
body {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
scrollbar-color: #fff #000;
scrollbar-width: thin;
}
h1, h2, h3, h4, h5, h6, div#contentSub {
text-align: center;
}
h2 {
background-color: #000;
font-weight: bold;
}
td.infobox-data {
text-align: right;
}
.mw-parser-output .external {
padding-right: 0;
}
#mw-page-base,
/* #mw-navigation, */
.mw-footer,
#mw-panel, #p-personal, #left-navigation, #p-views,
.mw-indicators,
#siteSub,
#siteNotice,
#centralNotice {
display: none;
}
#p-search {
position: fixed;
top: 0;
right: 0;
}
.mw-body {
margin-left: auto;
margin-right: auto;
max-width: 640px;
border: none;
background: transparent;
font-size: 23px;
font-family: sans-serif;
}
.ambox, .mw-parser-output .ambox {
margin: 0;
}
.thumb.tright {
display: flex;
justify-content: center;
}
.mw-parser-output .sidebar, table.infobox, table.vcard,
div.toc, .thumb.tright, .thumb.tleft, table.box-Multiple_issues, table {
width: 100% !important;
}
}