MediaWiki:Group-user.css: Difference between revisions

From :: ChromeRivals Wiki ::
Jump to navigation Jump to search
Ranzu (talk | contribs)
Replaced content with "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-deletedli..."
Tag: Replaced
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 */
/* Some useless for me stuff in edit box */
@media (max-width:1000px){
#p-views{display:none;}
#searchform, #simpleSearch{width:280px;}
#right-navigation{padding-top:4px;}
}
#wpSummaryLabel,.editCheckboxes , #editpage-copywarn {
#wpSummaryLabel,.editCheckboxes , #editpage-copywarn {
display:none;
display:none;

Revision as of 23:11, 20 February 2024

/* CSS placed here will affect registered users only */
/* Some useless for me stuff in edit box */

@media (max-width:1000px){
	#p-views{display:none;}
	#searchform, #simpleSearch{width:280px;}
	#right-navigation{padding-top:4px;}
	}
	
#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
	}

/* Search button in edit box */	
.group-search	{
	position:fixed;
	background-color: #f8f9fa;
	border: 1px solid #a2a9b1;
	transform:scale(.9);
	bottom:0.965em;
	left:51em;
	z-index:50;
	}
	
#wikiEditor-section-main > div.group.group-codeeditor-style > span:nth-child(4){
	position:fixed;
	background-color: #f8f9fa;
	border: 1px solid #a2a9b1;
	bottom:1em;
	right:82em;
	z-index:50;
	}