Difference between revisions of "User:Stargazer/common.css"

From The Coppermind
Jump to navigation Jump to search
m (Temporary, to hide Recent Changes until I read RoW)
m ("Live updates" seems to be forcing the most recent edit past this and I don't feel like turning that gadget off, but I think this will fix it)
Line 7: Line 7:
 
}
 
}
   
.mw-changeslist-line {
+
.mw-changeslist {
 
display:none;
 
display:none;
 
}
 
}

Revision as of 05:25, 17 November 2020

div[id*='mw-indicator-series'] {
    float: left;
}

#top-notice-ns {
    display:none;
}

.mw-changeslist {
    display:none;
}

/* Fix to allow quotes from the Stormfather (and all other span elements) in {{t|quote}} in Pivot, but still remove the purple quote marks. To implement, add:
    class="quote-mark"
to the span elements around the quote marks in {{t|quote}} and replace:
    blockquote span { display: none; }
in MediaWiki:Pivot.css with:
    blockquote span.quote-mark { display:none; }
*/