Difference between revisions of MediaWiki:Gadget-PrettyLog.css

Jump to navigation Jump to search
en>TheDJ
(Add the Commons search results styling)
(No difference)

Revision as of 16:38, 6 January 2014

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