MediaWiki:Group-user.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 28: | Line 28: | ||
.diff-deletedline, .diff-addedline { | .diff-deletedline, .diff-addedline { | ||
color:black | color:black | ||
} | |||
/* Search button in edit box */ | |||
.group.group-search { | |||
position:fixed; | |||
background-color: #f8f9fa; | |||
border: 1px solid #a2a9b1; | |||
bottom:1em; | |||
right:82em; | |||
z-index:50; | |||
} | } | ||
Revision as of 17:31, 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
}
/* Search button in edit box */
.group.group-search {
position:fixed;
background-color: #f8f9fa;
border: 1px solid #a2a9b1;
bottom:1em;
right:82em;
z-index:50;
}