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";
/* 240125_0510 - 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 {
	line-height:130% !important;
	padding-left:60px !important;
	margin-right:60px !important;
	text-align:justify !important;
}

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

/* Page namespace "edit" header and footer matches #wptextbox1 */
.mw-editform #wpHeaderTextbox, #wpFooterTextbox {
	line-height:130% !important;
	padding-left:60px !important;
	padding-right:60px !important;
	background-color: #F5F5F5 !important;
}