User:Ineuw/vector.css

From Wikisource
Jump to navigation Jump to search
Note: After saving, changes may not occur immediately. Click here to learn how to bypass your browser's cache.
  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Cmd-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (Cmd-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences

For details and instructions about other browsers, see Wikipedia:Bypass your cache.

@charset "UTF-8";
/* 240425 1612 - Editing User:Ineuw/vector.css - Wikisource, the free online library — Mozilla Firefox */

/* Hide popup of edit has been saved. OK as of 2019-03-25 */
.postedit {
	display: none;
}

/* OK as of 2019-03-25 */
#mw-panel {
	top: 0 !important;
}

#p-logo {
	display: none;}

#column-one {
	padding-top: 0;}

.reference-text .__pbreak{
	line-height:80% !important;
}

#ca-proofreadPageEditInSequenceLink{
	visibility: hidden !important;
}

/* wiki preview content box can only be padded. margins don't work.*/
#wikiPreview.ontop {
	padding-right:660px !important;
}

/* Page namespace "read" view text and margins */
.pagetext {
	font-family:FreeSerif !important;
	font-size:large !important;
	line-height:140% !important;
	padding-left:40px !important;
	margin-right:40px !important;
	text-align:justify !important;
}

/* Page namespace "edit" text and margins in side by side display */
.mw-editform #wpTextbox1 {
	font-family:FreeMono !important;
	font-size:19px !important;
	line-height:130% !important;
	padding-left:40px !important;
	padding-right:40px !important;
	background-color: #F5F5F5 !important;
}

/* Page namespace "edit" header and footer to match #wptextbox1 */
.mw-editform #wpHeaderTextbox, #wpFooterTextbox {
	font-family:FreeMono !important;
	font-size:19px !important;
	line-height:130% !important;
	padding-left:40px !important;
	padding-right:40px !important;
	background-color: #F5F5F5 !important;
}
/* main namespace page content only */
.ws-page-container, .page-Main_Page, #body {
	font-size: large !important;
	line-height: 1.4 !important;
	font-family: FreeSerif !important;
}