User:SoWhy/monobook.css: Difference between revisions
Appearance
Content deleted Content added
trying to get rid of the annoying "try beta" link |
hide watchlist help notice |
||
(16 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* A little visual help to tell me to use preview before saving ;-) */ |
/* A little visual help to tell me to use preview before saving ;-) */ |
||
#wpSave { |
|||
background-color:#ff8888; |
background-color:#ff8888; |
||
background-image: linear-gradient(to bottom,#ff9999,#ff8888 100%); |
|||
color: white; |
|||
} |
} |
||
#wpPreview { |
|||
background-color:#88ff88; |
background-color:#88ff88; |
||
background-image: linear-gradient(to bottom,#88ff88,#77ff77 100%); |
|||
font-weight: bold; |
|||
} |
} |
||
/* Remove the "Content that violates...", the edit help and the minor edit explain link from the edit window */ |
/* Remove the "Content that violates...", the edit help and the minor edit explain link from the edit window */ |
||
⚫ | |||
.mw-tos-summary { display:none; } |
|||
#editpage-copywarn { display:none; } |
#editpage-copywarn { display:none; } |
||
⚫ | |||
#editpage-copywarn2 { display:none; } |
#editpage-copywarn2 { display:none; } |
||
.editHelp { display:none; } |
|||
/* #minoredit_helplink { display:none; } */ |
|||
#pt-optin-try { display:none !important; } |
|||
.mw-rc-label-legend { display: none; } |
|||
/* Remove annoying text-shadow from sigs */ |
|||
* {text-shadow: none !important;} |
* {text-shadow: none !important;} |
||
/* more room for tabs (shamelessly stolen from Amalthea) */ |
|||
#p-cactions { width:89%; } |
|||
#p-cactions li { margin-right:-1px; } |
|||
#p-cactions #ca-talk, #p-catactions #ca-protect { margin-right:1.6em; } |
|||
/* Re-bold-en minor and bot edits in contributions, history, recent changes */ |
|||
.minoredit { font-weight: bold; } |
|||
.botedit { font-weight: bold; } |
|||
#pt-betafeatures, #pt-sandbox { |
|||
display: none !important; |
|||
} |
|||
#p-personal { |
|||
font-size: 130%; |
|||
font-weight: 500; |
|||
} |
|||
/* Hide annoying editnotices */ |
|||
#newarticletext { |
|||
display: none; |
|||
} |
|||
/* Hide annoying editnotices */ |
|||
#newarticletext { |
|||
display: none; |
|||
} |
|||
/* hide watchlist help link */ |
|||
#mw-indicator-mw-helplink { |
|||
display: none; |
|||
} |
Latest revision as of 20:30, 9 February 2018
/* A little visual help to tell me to use preview before saving ;-) */
#wpSave {
background-color:#ff8888;
background-image: linear-gradient(to bottom,#ff9999,#ff8888 100%);
color: white;
}
#wpPreview {
background-color:#88ff88;
background-image: linear-gradient(to bottom,#88ff88,#77ff77 100%);
font-weight: bold;
}
/* Remove the "Content that violates...", the edit help and the minor edit explain link from the edit window */
.editpage-head-copywarn { display:none; }
.mw-tos-summary { display:none; }
#editpage-copywarn { display:none; }
#editpage-copywarn2 { display:none; }
.editHelp { display:none; }
/* #minoredit_helplink { display:none; } */
#pt-optin-try { display:none !important; }
.mw-rc-label-legend { display: none; }
/* Remove annoying text-shadow from sigs */
* {text-shadow: none !important;}
/* more room for tabs (shamelessly stolen from Amalthea) */
#p-cactions { width:89%; }
#p-cactions li { margin-right:-1px; }
#p-cactions #ca-talk, #p-catactions #ca-protect { margin-right:1.6em; }
/* Re-bold-en minor and bot edits in contributions, history, recent changes */
.minoredit { font-weight: bold; }
.botedit { font-weight: bold; }
#pt-betafeatures, #pt-sandbox {
display: none !important;
}
#p-personal {
font-size: 130%;
font-weight: 500;
}
/* Hide annoying editnotices */
#newarticletext {
display: none;
}
/* Hide annoying editnotices */
#newarticletext {
display: none;
}
/* hide watchlist help link */
#mw-indicator-mw-helplink {
display: none;
}