MediaWiki:Gadget-PrettyLog.css
Jump to navigation
Jump to search
This page is loaded as a part of the PrettyLog gadget, used by 11,139 users. There seems to be an accompanying .js page at MediaWiki:Gadget-PrettyLog.js.
/* Special:Search styles */
.mw-search-results li{
padding: 0.25em 1em;
border-bottom: 1px solid #d3daed;
background: #f6f8fc;
color: black;
}
.mw-search-results li:nth-child(odd) {
background: #f6f8fc;
color: black;
}
.mw-search-results li:nth-child(even) {
background: #fcfcfc;
color: black;
}
.mw-search-results table {
background: transparent;
}