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

m
no edit summary
m (Temporary, to hide Recent Changes until I read RoW)
m
 
(20 intermediate revisions by the same user not shown)
.welcome-page-logos::after {
div[id*='mw-indicator-series'] {
floatcontent: left"";
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-changeslist-line {
.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;
}