MediaWiki:Gadget-MainPageStyle.css: Difference between revisions
From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
#welcomeTagline, #aboutText { | #welcomeTagline, #aboutText { | ||
font-size: 85% !important; | font-size: 85% !important; | ||
} | |||
#seiwa-list { | |||
font-size: 90% !important; | |||
} | } | ||
} | } |
Revision as of 19:38, 6 January 2023
/* CSS styling and responsive support for the main page */
/* Site styles */
.main-box {
color: #fff !important;
font-weight: bold !important;
background: #111 url(https://kh.wiki.gallery/images/c/c3/Main-boxbg.jpg) no-repeat !important;
}
.main-box a {
color: #ccc !important;
}
/* Responsive fixes */
@media all and (max-width: 719px) {
#welcomeTable {
padding: 0 !important;
}
#welcomeText {
font-size: 130% !important;
}
#welcomeTagline, #aboutText {
font-size: 85% !important;
}
#seiwa-list {
font-size: 90% !important;
}
}