Jump to content

User:Dpmuk/common.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
grumble moan
From User:Cryptic/cologneblue.css
Line 25: Line 25:
font-weight: normal;
font-weight: normal;
}
}

/* Now it ruins the history page, too */
body.action-history div.oo-ui-panelLayout-framed { margin: 0; padding: 0; border: 0; }
body.action-history div.oo-ui-panelLayout-framed legend { display: none !important; }
body.action-history div.mw-htmlform-field-HTMLDateTimeField label { display: none !important; }
body.action-history div.mw-htmlform-field-HTMLTagFilter label { display: none !important; }
body.action-history div.mw-htmlform-field-HTMLTagFilter #tagfilter input { width: inherit !important; }
body.action-history div.oo-ui-panelLayout-framed div.oo-ui-fieldsetLayout-group > div > div { float: left; margin: 0 10px 0 0; }
body.action-history div.mw-htmlform-field-HTMLCheckField span.oo-ui-checkboxInputWidget-checkIcon { display: none; }
body.action-history #histlegend { display: none; }

Revision as of 00:47, 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 */
body.action-history div.oo-ui-panelLayout-framed { margin: 0; padding: 0; border: 0; }
body.action-history div.oo-ui-panelLayout-framed legend { display: none !important; }
body.action-history div.mw-htmlform-field-HTMLDateTimeField label { display: none !important; }
body.action-history div.mw-htmlform-field-HTMLTagFilter label { display: none !important; }
body.action-history div.mw-htmlform-field-HTMLTagFilter #tagfilter input { width: inherit !important; }
body.action-history div.oo-ui-panelLayout-framed div.oo-ui-fieldsetLayout-group > div > div { float: left; margin: 0 10px 0 0; }
body.action-history div.mw-htmlform-field-HTMLCheckField span.oo-ui-checkboxInputWidget-checkIcon { display: none; }
body.action-history #histlegend { display: none; }