MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 43: | Line 43: | ||
.eras-table th { | .eras-table th { | ||
background-color: # | background-color: #cef2e0; /* Your eras-table, overrides wikitable’s #eaecf0 */ | ||
border: 1px solid #a2a9b1; /* From wikitable */ | border: 1px solid #a2a9b1; /* From wikitable */ | ||
padding: 0.2em 0.4em; /* From wikitable */ | padding: 0.2em 0.4em; /* From wikitable */ | ||
| Line 54: | Line 54: | ||
.eras-table td { | .eras-table td { | ||
background-color: # | background-color: #f5fffa; /* Your eras-table, overrides wikitable’s default */ | ||
border: 1px solid #a2a9b1; /* From wikitable */ | border: 1px solid #a2a9b1; /* From wikitable */ | ||
padding: 10px; /* Your eras-table, overrides wikitable’s 0.2em 0.4em */ | padding: 10px; /* Your eras-table, overrides wikitable’s 0.2em 0.4em */ | ||