Jump to content

User:Dpmuk/common.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Hmm, that didn't really work
Fear this may break other things but let's give this a try
 
Line 27: Line 27:


/* Now it ruins the history page, too */
/* Now it ruins the history page, too */
.mw-htmlform-ooui-wrapper.oo-ui-layout.oo-ui-panelLayout.oo-ui-panelLayout-padded.oo-ui-panelLayout-framed {
#mw-history-searchform {
display: none;
display: none;
}
}

Latest revision as of 00:55, 9 April 2019

strong.mw-watched a {
     font-weight: normal;
}
span.updatedmarker {
    display: none;
}
#articlefeedbackv5-watchlist-feedback-link
{
 display: none;
}
span.mw-editsection { float:right; }

.mw-headline-anchor {display: none;}

li#pt-sandbox {display: none;}

#mw-wlheader-showupdated,
#mw-wlheader-bold,
#mw-wlheader-green,
#mw-watchlist-resetbutton {
    display: none;
}
.mw-changeslist-line-watched .mw-title,
.mw-enhanced-watched .mw-enhanced-rc-time {
    font-weight: normal;
}

/* Now it ruins the history page, too */
.mw-htmlform-ooui-wrapper.oo-ui-layout.oo-ui-panelLayout.oo-ui-panelLayout-padded.oo-ui-panelLayout-framed {
    display: none;
}