MediaWiki:Group-user.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will affect registered users only: #wpSummaryLabel,.editCheckboxes , #editpage-copywarn { display:none; }" |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect registered users only */ | /* CSS placed here will affect registered users only */ | ||
#wpSummaryLabel,.editCheckboxes , #editpage-copywarn | |||
#wpSummaryLabel,.editCheckboxes , #editpage-copywarn { | |||
display:none; | |||
} | |||
.mw-editform #wpTextbox1 { | |||
height:700px; | |||
} | |||
.editOptions { | |||
background-color: transparent; | |||
border:none; | |||
padding-bottom:0; | |||
margin-bottom:0; | |||
} | } | ||
.editButtons { | |||
max-width:128px; | |||
text-align:center; | |||
position:fixed; | |||
top:11.1em; | |||
left:5em; | |||
} | |||
Revision as of 16:31, 30 November 2023
/* CSS placed here will affect registered users only */
#wpSummaryLabel,.editCheckboxes , #editpage-copywarn {
display:none;
}
.mw-editform #wpTextbox1 {
height:700px;
}
.editOptions {
background-color: transparent;
border:none;
padding-bottom:0;
margin-bottom:0;
}
.editButtons {
max-width:128px;
text-align:center;
position:fixed;
top:11.1em;
left:5em;
}