User:SoWhy/monobook.css: Difference between revisions
Appearance
Content deleted Content added
m comment |
some VE changes |
||
Line 29: | Line 29: | ||
abbr.minoredit { font-weight: bold; } |
abbr.minoredit { font-weight: bold; } |
||
abbr.botedit { font-weight: bold; } |
abbr.botedit { font-weight: bold; } |
||
/* Visual editor fixes */ |
|||
/* Hide edit notices popup */ |
|||
.oo-ui-popupWidget-popup { |
|||
display: none; |
|||
} |
|||
/* color buttons as above */ |
|||
.oo-ui-buttonElement-framed.oo-ui-flaggedElement-constructive { |
|||
background-image: linear-gradient(to bottom,#ff8888 0, #ff8888 100%); |
|||
color: white; |
|||
font-weight: bold; |
|||
} |
Revision as of 18:00, 5 May 2017
/* A little visual help to tell me to use preview before saving ;-) */
INPUT#wpSave {
background-color:#ff8888;
}
INPUT#wpPreview {
background-color:#88ff88;
}
/* Remove the "Content that violates...", the edit help and the minor edit explain link from the edit window */
#editpage-copywarn { display:none; }
div.mw-tos-summary { display:none; }
#editpage-copywarn2 { display:none; }
span.editHelp { display:none; }
span#minoredit_helplink { display:none; }
li#pt-optin-try { display:none !important; }
div.mw-rc-label-legend { display: none; }
/* Remove annoying text-shadow from sigs */
* {text-shadow: none !important;}
/* more room for tabs (shamelessly stolen from Amalthea) */
div#p-cactions { width:89%; }
#p-cactions li { margin-right:-1px; }
#p-cactions li#ca-talk, #p-catactions li#ca-protect { margin-right:1.6em; }
/* Re-bold-en minor and bot edits in contributions, history, recent changes */
abbr.minoredit { font-weight: bold; }
abbr.botedit { font-weight: bold; }
/* Visual editor fixes */
/* Hide edit notices popup */
.oo-ui-popupWidget-popup {
display: none;
}
/* color buttons as above */
.oo-ui-buttonElement-framed.oo-ui-flaggedElement-constructive {
background-image: linear-gradient(to bottom,#ff8888 0, #ff8888 100%);
color: white;
font-weight: bold;
}