User:Qwerfjkl/common.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Qwerfjkl/common.js. |
.mw-editform #wpTextbox1
{
max-height: none;
}
#wpTextbox1
{
height: 27em;
}
#teahouseNavbar {display: block !important;}
.mm-submenu li {
font-size: inherit !important;
}
.skin-vector #utcdate {
width: 10em !important;
margin-left: 0em !important;
}
/* Mark lint errors */
tt, center, dir, font, menu, xmp, strike {
color: DarkRed !important;
background: Pink !important;
}
.mw-parser-output span.cs1-maint {display: inline;} /* display Citation Style 1 maintenance messages */
.mw-parser-output span.cs1-hidden-error {display: inline;} /* display hidden Citation Style 1 error messages */
body.page-Special_Contributions ul { list-style: decimal } to number
.mw-parser-output span.brokenref {
display: inline;
}
/* Fix floating tabs */
#mw-navigation {
display: flex;
flex-direction: column;
}
#mw-head {
order: 4;
}
#mw-panel {
order: 1;
}
/*Remote the max-width settings in the vector-2022 skin */
/*.mw-page-container,
.mw-workspace-container,
.mw-content-container,
.vector-sticky-header,
.mw-article-toolbar-container
{
max-width: unset;
}*/
/*#cat_a_lot {bottom:unset;top:0;max-height:15em;} #cat_a_lot_category_list {max-height:15em !important;}*/ /* Move Cat-a-lot */
/* Make navpopups like like Page Previews */
.navpopup {font-size: 0.875em; max-width: 500px !important}
.popup_drop, .popupData {font-size: 0.8em}
.popup_mainlink {
font-family: 'Linux Libertine','Georgia','Times',serif;
font-size: 1.5em;
font-weight: normal
}
.popupImage {padding: 0}
.popupImage img {
height: fit-content;
width: auto;
margin: -10px -10px -5px 10px
}
html.skin-theme-clientpref-night body .mw-parser-output [style*='background'] {color: inherit; }
#wikiEditor-ui-toolbar, #editform > div.wikiEditor-ui > div.wikiEditor-ui-view.wikiEditor-ui-view-wikitext > div.wikiEditor-ui-left > div.wikiEditor-ui-top {
z-index: 0;
}