MediaWiki:Group-user.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
display:none; | display:none; | ||
} | } | ||
#wpTextbox1{ | |||
height:900px | |||
} | |||
.editOptions { | .editOptions { | ||
background-color: transparent; | background-color: transparent; | ||
| Line 16: | Line 21: | ||
z-index:50; | z-index:50; | ||
} | } | ||
.wikiEditor-ui { | |||
position:fixed; | |||
width:121.5em; | |||
} | |||
Revision as of 17:12, 30 November 2023
/* CSS placed here will affect registered users only */
#wpSummaryLabel,.editCheckboxes , #editpage-copywarn {
display:none;
}
#wpTextbox1{
height:900px
}
.editOptions {
background-color: transparent;
border:none;
padding-bottom:0;
margin-bottom:0;
}
.editButtons {
position:fixed;
bottom:1em;
z-index:50;
}
.wikiEditor-ui {
position:fixed;
width:121.5em;
}