MediaWiki:Common.css: Difference between revisions
EarlTensei (talk | contribs) No edit summary |
EarlTensei (talk | contribs) No edit summary |
||
| Line 9: | Line 9: | ||
a { | a { | ||
color: #45ab4f !important; | color: #45ab4f !important; | ||
} | |||
.page-Funding table.wikitable { | |||
max-width: 800px; | |||
width: 100%; | |||
table-layout:fixed; | |||
} | } | ||
Revision as of 16:33, 20 December 2023
/* CSS placed here will be applied to all skins */
div#p-logo a {
background: url(https://indie.page/indie-page-logo.png);
background-size: contain;
}
.boxie + p {
display: none;
}
a {
color: #45ab4f !important;
}
.page-Funding table.wikitable {
max-width: 800px;
width: 100%;
table-layout:fixed;
}