MediaWiki:Common.css: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 1: | Line 1: | ||
.welcome-table { | .welcome-table { | ||
border: 1px solid #808080; /* Solid grey border */ | border: 1px solid #808080; /* Solid grey border */ | ||
border-collapse: collapse; | border-collapse: collapse; | ||
| Line 6: | Line 5: | ||
.welcome-table th { | .welcome-table th { | ||
background-color: #9ed5f7; | |||
font-size: 16px; | font-size: 16px; | ||
padding-top: 8px; /* Increased padding on top for header cells */ | padding-top: 8px; /* Increased padding on top for header cells */ | ||
| Line 11: | Line 11: | ||
.welcome-table td { | .welcome-table td { | ||
background-color: #e3eff9; | |||
vertical-align: top; | vertical-align: top; | ||
text-align: center; /* Center the text under the image */ | text-align: center; /* Center the text under the image */ | ||
| Line 16: | Line 17: | ||
} | } | ||
.eras-table { | .eras-table { | ||
margin: 1em 0; /* From wikitable */ | margin: 1em 0; /* From wikitable */ | ||
| Line 27: | Line 27: | ||
} | } | ||
.eras-table th { | .eras-table th { | ||
background-color: #f79ef7; /* Your eras-table, overrides wikitable’s #eaecf0 */ | background-color: #f79ef7; /* Your eras-table, overrides wikitable’s #eaecf0 */ | ||
| Line 39: | Line 38: | ||
} | } | ||
.eras-table td { | .eras-table td { | ||
background-color: #f9e3f9; /* Your eras-table, overrides wikitable’s default */ | background-color: #f9e3f9; /* Your eras-table, overrides wikitable’s default */ | ||
| Line 57: | Line 55: | ||
} | } | ||
@media screen and (max-width: 800px) { | @media screen and (max-width: 800px) { | ||
.eras-table { | .eras-table { | ||