MediaWiki:Common.css: Difference between revisions

From LudoWiki
No edit summary
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


table.ludotable {border-collapse: collapse; width: 100%;}
table.ludotable {width: 100%; border-collapse: collapse;}
table.ludotable th {text-align:left;}
table.ludotable th {width: 1%; white-space:nowrap; padding-right: 10px; border-bottom: 1px solid #EAECF0; text-align:left;}
table.ludotable tr {border-bottom: 1px solid #a2a9b1}
table.ludotable td {width: 100%; border-bottom: 1px solid #EAECF0; text-align:left;}
table.ludotable tr:nth-child(even) {background: #EAECF0; text-align:left;}
table.ludotable tr:nth-child(even) {background: #f8f9fa;}


.ludohori span {display:inline-block;font-size:medium;padding-right:30px}
.ludohori span {display:inline-block;font-size:medium;padding-right:30px}
span.ludohori  {display:inline-block;width:100%;text-align:center;}
div.catlinks {margin-top:2em}

Latest revision as of 19:33, 6 February 2023

/* CSS placed here will be applied to all skins */

table.ludotable {width: 100%; border-collapse: collapse;}
table.ludotable th {width: 1%; white-space:nowrap; padding-right: 10px; border-bottom: 1px solid #EAECF0; text-align:left;}
table.ludotable td {width: 100%; border-bottom: 1px solid #EAECF0; text-align:left;}
table.ludotable tr:nth-child(even) {background: #f8f9fa;}

.ludohori span {display:inline-block;font-size:medium;padding-right:30px}
span.ludohori  {display:inline-block;width:100%;text-align:center;}

div.catlinks {margin-top:2em}