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

From The Coppermind
Jump to navigation Jump to search
m (Test)
m (Undo revision 139472 by Stargazer (talk))
Tag: Undo
Line 4: Line 4:
   
 
#top-notice-ns {
 
#top-notice-ns {
display:none;
 
}
 
 
.image {
 
 
display:none;
 
display:none;
 
}
 
}

Revision as of 23:07, 6 December 2020

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

#top-notice-ns {
    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; }
*/