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

De La Coppermind
Ir a la navegación Ir a la búsqueda
m (Other way around)
m
 
(No se muestran 30 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
  +
.welcome-page-logos::after {
.mw-indicators {
 
text-align: left;
+
content: "";
  +
clear: both;
  +
display: table;
 
}
 
}
  +
#mw-indicator-status {
 
  +
/* Hide ns-wide notices at the top of the page (like the RoW spoiler warning) */
float: right;
 
  +
#top-notice-ns {
  +
display:none;
 
}
 
}
  +
  +
/* Highlight disambig links in green so that they stand out */
  +
.mw-disambig {
  +
background-color: #90EE90
  +
}
  +
  +
/* Multinotice adjustments */
  +
.multinotice .hide-for-multinotice {
  +
display:none;
  +
}
  +
  +
.multinotice .notice-main-text {
  +
display: list-item;
  +
font-weight: normal !important;
  +
font-style: normal !important;
  +
}
  +
  +
.multinotice .notice {
  +
background-color: transparent !important;
  +
padding-bottom: 0;
  +
width: 100%;
  +
}
  +
  +
/* Would allow multiple series indicators on a page */
 
div[id*='mw-indicator-series'] {
 
float: left;
  +
}
  +
  +
/* 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; }
  +
*/

Revisión actual del 01:20 30 dic 2021

.welcome-page-logos::after {
  content: "";
  clear: both;
  display: table;
}

/* Hide ns-wide notices at the top of the page (like the RoW spoiler warning) */
#top-notice-ns {
    display:none;
}

/* Highlight disambig links in green so that they stand out */
.mw-disambig {
    background-color: #90EE90
}

/* Multinotice adjustments */
.multinotice .hide-for-multinotice {
    display:none;
}

.multinotice .notice-main-text {
    display: list-item;
    font-weight: normal !important;
    font-style: normal !important;
}

.multinotice .notice {
    background-color: transparent !important;
    padding-bottom: 0;
    width: 100%;
}

/* Would allow multiple series indicators on a page */
div[id*='mw-indicator-series'] {
    float: left;
}

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