MediaWiki:Gadget-PrettyLog.css: Difference between revisions

From Seeds of the Word, the encyclopedia of the influence of the Gospel on culture
Add the Commons search results styling
 
m 1 revision imported
 
(No difference)

Latest revision as of 20:55, August 30, 2020

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