MediaWiki:Group-user.css: Difference between revisions

From :: ChromeRivals Wiki ::
Jump to navigation Jump to search
Ranzu (talk | contribs)
No edit summary
Ranzu (talk | contribs)
No edit summary
Line 1: Line 1:
/* CSS placed here will affect registered users only */
/* CSS placed here will affect registered users only */
 
/* Some useless for me stuff in edit box */
#wpSummaryLabel,.editCheckboxes , #editpage-copywarn {
#wpSummaryLabel,.editCheckboxes , #editpage-copywarn {
display:none;
display:none;
}
}
 
/* Edit box */
#wpTextbox1{
#wpTextbox1{
   height:900px
   height:900px
}
}


/* Edit option below edit box */
.editOptions {
.editOptions {
background-color: transparent;
background-color: transparent;
Line 16: Line 18:
}
}


/* Edit buttons */
.editButtons {
.editButtons {
position:fixed;
position:fixed;
bottom:1em;
bottom:1em;
z-index:50;
z-index:50;
}
/* Show changes */
.diff-deletedline, .diff-addedline {
color:black
}
}

Revision as of 17:24, 30 November 2023

/* CSS placed here will affect registered users only */
/* Some useless for me stuff in edit box */
#wpSummaryLabel,.editCheckboxes , #editpage-copywarn	{
	display:none;
	}
	
/* Edit box */
#wpTextbox1{
  height:900px
}

/* Edit option below edit box */
.editOptions	{
	background-color: transparent;
	border:none;
	padding-bottom:0;
	margin-bottom:0;
	}

/* Edit buttons */
.editButtons	{
	position:fixed;
	bottom:1em;
	z-index:50;
	}

/* Show changes */
.diff-deletedline, .diff-addedline	{
	color:black
	}