MediaWiki:Gadget-PrettyLog.css

From Festipedia, hosted by the FR Heritage Group
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Wikipedia:Bypass your cache.
/* Special:Search styles */
 
.mw-search-results li{
 padding: 0.25em 1em;
 border-bottom: 1px solid #d3daed;
 background: #f6f8fc;
}
.mw-search-results li:nth-child(odd) {
 background: #f6f8fc;
}
.mw-search-results li:nth-child(even) {
 background: #fcfcfc;
}
 
.mw-search-results table {
 background: transparent;
}