MediaWiki:Gadget-MainPageStyle.css: Difference between revisions
Jump to navigation
Jump to search
(Made the featured image box cyan to match Ice Pikmin.) |
mNo edit summary |
||
Line 28: | Line 28: | ||
padding-left: 8px; | padding-left: 8px; | ||
vertical-align: top; | vertical-align: top; | ||
} | |||
/* Titled boxes */ | |||
.titledBox { | |||
width: 100%; | |||
padding: 6px; | |||
} | |||
.titledBoxTitle { | |||
width: 100%; | |||
font-size: 1.2em; | |||
font-weight: bold; | |||
padding: 0 5px; | |||
} | } | ||
Revision as of 14:12, August 17, 2024
/* CSS styling and responsive support for the main page */
/* Site styles */
#mp-title-nav { background-color: #b9d6ec; }
#mp-title-fa { background-color: #ecebbf; }
#mp-title-image { background-color: #c0eae4; }
#mp-title-community { background-color: #dbd0f6; }
#mp-title-news { background-color: #f0d2e2; }
#mp-title-poll { background-color: #b9b9b9; }
#mp-title-dyk { background-color: #f8f8f8; }
#mp-title-niwa { background-color: #e6b5b5; }
body:not(.skin-monobook) .main-page-nav-item {
display: inline-grid;
background-color: #d8f0db;
border: 2px solid #66b283;
border-radius: 20px;
margin-bottom: 5px;
padding: 8px;
}
.pds-answer-feedback-bar {
background: #66b283 !important;
}
.main-page-left-col {
width: 65%;
vertical-align: top;
}
.main-page-right-col {
padding-left: 8px;
vertical-align: top;
}
/* Titled boxes */
.titledBox {
width: 100%;
padding: 6px;
}
.titledBoxTitle {
width: 100%;
font-size: 1.2em;
font-weight: bold;
padding: 0 5px;
}
/* Responsive fixes */
.mp-welcome > p {
margin: 0 !important;
}
.mp-welcome-container {
border-spacing: 0 !important;
}
#niwa-intro img {
max-width: none !important;
}
@media all and (max-width: 1029px) {
.niwa-series {
display: none !important;
}
#niwa-list {
column-count: 2 !important;
column-width: auto !important;
}
}
@media all and (max-width: 719px) {
.main-page-left-col, .main-page-right-col {
display: block !important;
width: auto !important;
padding: 0 !important;
}
.mp-welcome {
font-size: 110% !important;
padding-bottom: 0 !important;
}
.mp-flower-mobile {
margin: 10px 0 12px !important;
}
.mp-flower-desktop, #niwa-intro {
display: none !important;
}
#niwa-table {
font-size: 95% !important;
}
}
@media all and (min-width: 720px) {
.mp-flower-mobile {
display: none !important;
}
.main-page-right-col > .titledBox:first-of-type {
margin-top: 0 !important;
}
}