User:Ineuw/common.css: Difference between revisions
Appearance
From Meta, a Wikimedia project coordination wiki
Line 1:
Line 1:
@charset "UTF-8";
/* kill edit notice */
/* .mw-editnotice { display: none !important; } */
/* kill edit notice and part of preview warning */
/* .mw-editnotice, .previewnote p strong { display: none; } */
.mw-editnotice, .previewnote p strong { display: none !important; }
/* Hide popup of Your edit has been saved */
.postedit {
display: none !important;
}
div#mw-panel {
top: 0 !important;
}
/* Reset textarea element to return to first body element setting... 1em equals 16 pixels */
textarea {
font-size: 1rem !important;
line-height: 1.0 !important;
}
/* This is where you takeover the reset above and customize as you wish */
/* Sometimes the important needs to be removed or applied above and/or here and/or some combination thereof */
textarea#wpTextbox1, textarea#wpHeaderTextbox, textarea#wpFooterTextbox{
font-size: 1.1rem !important;
line-height: 1.0 !important;
color: black !important;
}