Diferencia entre revisiones de «Usuario:Stargazer/common.css»

De La Coppermind
Ir a la navegación Ir a la búsqueda
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)
Línea 7: Línea 7:
 
}
 
}
   
.mw-changeslist-line {
+
.mw-changeslist {
 
display:none;
 
display:none;
 
}
 
}

Revisión del 05:25 17 nov 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; }
*/