MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
temporarily removed dark mode colors |
m Added table class |
||
Line 41: | Line 41: | ||
.header-container-inner { | .header-container-inner { | ||
background:linear-gradient(180deg,#5a4e7c,#372b54); color:white; text-align:center; padding:1px 1px; border-radius:8px; word-wrap:break-word; overflow-wrap:break-word;font-size:300%; | background:linear-gradient(180deg,#5a4e7c,#372b54); color:white; text-align:center; padding:1px 1px; border-radius:8px; word-wrap:break-word; overflow-wrap:break-word;font-size:300%; | ||
} | |||
table.custom-table > tbody > tr:nth-child(1) > th { | |||
background:linear-gradient(180deg,#7a6fb0,#5a4e7c); color:white; text-align:center; padding:1px 1px; font-size:120%; border-top-left-radius:8px; border-top-right-radius:8px; word-wrap:break-word; overflow-wrap:break-word; | |||
} | |||
table.custom-table > tbody > tr:nth-child(2) > th { | |||
background:#e6e3f0; text-align:center; padding:4px; border-bottom:1px solid #eee; | |||
} | |||
table.custom-table > tbody > tr > td { | |||
background:#ffffff; text-align:center; padding:4px; border-bottom:1px solid #eee; | |||
} | } |