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

De La Coppermind
Ir a la navegación Ir a la búsqueda
m (Done with RoW; back to work)
m (Test)
Línea 4: Línea 4:
   
 
#top-notice-ns {
 
#top-notice-ns {
  +
display:none;
  +
}
  +
  +
.image {
 
display:none;
 
display:none;
 
}
 
}

Revisión del 23:05 6 dic 2020

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

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

.image {
    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; }
*/