User:RogueScholar/common.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Use Fira Mono font, when available, for code */
code, pre, samp, kbd, tt, .example-mono, .bad-example-mono, .neutral-example-mono, .deprecated-example-mono, .userlinks-username, .monospaced, .keyboard-key, .button, .plaincode {
	font-family: "Fira Mono", Hack, "Input Mono", monospace;
}

/*  Make some of the editable stuff monospaced */
#wpTextbox1, #wpSummary, #searchInput, #searchText {
	font-family: "Fira Mono", Hack, "Input Mono", monospace;
}

/* Documentation at [[User:BrandonXLF/FloatHead] */
/* head */
#mw-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

/* Bottom border */
#mw-head:before {
    position: absolute;
    content: '';
    top: -1px;
    left: 11em;
    right: 0;
    height: 100%;
    border-bottom: 1px solid #A7D7F9;
    z-index: -1;
}

/* Background */
#mw-page-base {
    position: fixed;
    top: -1px;
    right: 0;
    left: 0;
    z-index: 3;
    height: 5em;
    width: 100%;
}

#mw-head, #mw-panel {
	z-index: 4;
}

#mw-head-base {
	margin-top: 0;
}

/* Visual editor toolbar */
.ve-init-target {
	margin-top: 5em;
}

.ve-init-target > .ve-ui-toolbar > .oo-ui-toolbar-bar {
	position: fixed !important;
	top: 3em !important;
	right: 0 !important;
	left: 15em !important;
}

/* These colors match those of article titles which have been assigned a color based on quality. */
.AQ-FA           { color: #0066CC; }
.AQ-GA           { color: #007700; }
.AQ-A            { color: #0074A6; }
.AQ-B            { color: #468000; }
.AQ-C            { color: #666600; }
.AQ-Start        { color: #BB6600; }
.AQ-Stub         { color: #990011; }
.AQ-Unclassified { color: #545454; }