This page is "edit" protected. The "sysop" right is required to "edit" this page.<ul class='mw-logevent-loglines'> <li data-mw-logid="4896" data-mw-logaction="protect/protect" class="mw-logline-protect"> <a href="/wiki/Special:Log?logid=4896" title="Special:Log">12:49, 5 June 2024</a> <a href="/wiki/User:Artubass" class="mw-userlink" title="User:Artubass"><bdi>Artubass</bdi></a> <span class="mw-usertoollinks mw-changeslist-links"><span><a href="/wiki/User_talk:Artubass" class="mw-usertoollinks-talk" title="User talk:Artubass">talk</a></span> <span><a href="/wiki/Special:Contributions/Artubass" class="mw-usertoollinks-contribs" title="Special:Contributions/Artubass">contribs</a></span></span> protected <a href="/wiki/Main_Page/stylesheet.css" title="Main Page/stylesheet.css">Main Page/stylesheet.css</a> [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) <span class="comment">(Main Page stylesheet)</span> <span class="mw-logevent-actionlink">(<a href="/wiki/Main_Page/stylesheet.css?action=history&amp;offset=20240605124958" title="Main Page/stylesheet.css">hist</a>)</span> </li> </ul></ul>
This page is "move" protected. The "sysop" right is required to "move" this page.<ul class='mw-logevent-loglines'> <li data-mw-logid="4896" data-mw-logaction="protect/protect" class="mw-logline-protect"> <a href="/wiki/Special:Log?logid=4896" title="Special:Log">12:49, 5 June 2024</a> <a href="/wiki/User:Artubass" class="mw-userlink" title="User:Artubass"><bdi>Artubass</bdi></a> <span class="mw-usertoollinks mw-changeslist-links"><span><a href="/wiki/User_talk:Artubass" class="mw-usertoollinks-talk" title="User talk:Artubass">talk</a></span> <span><a href="/wiki/Special:Contributions/Artubass" class="mw-usertoollinks-contribs" title="Special:Contributions/Artubass">contribs</a></span></span> protected <a href="/wiki/Main_Page/stylesheet.css" title="Main Page/stylesheet.css">Main Page/stylesheet.css</a> [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) <span class="comment">(Main Page stylesheet)</span> <span class="mw-logevent-actionlink">(<a href="/wiki/Main_Page/stylesheet.css?action=history&amp;offset=20240605124958" title="Main Page/stylesheet.css">hist</a>)</span> </li> </ul></ul>

Main Page/stylesheet.css

From Celeste Wiki
Revision as of 15:35, 12 January 2021 by Celeste (talk | contribs) (Celeste changed the content model of the page Main Page/stylesheet.css from "wikitext" to "CSS")
Jump to navigation Jump to search
.mp-topbanner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 1em !important;
    clear: both;
}

.mp-panel {
    margin-bottom: 0.4em;
    padding: 0.4em;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
}
.mp-panel h2 {
    margin: 0.1em;
    padding: 0.2em;
    background-color: #eee;
    border: 1px solid #ddd;
    font-family: Arial, sans-serif !important;
    font-size: 1.2em;
    font-weight: bold;
    color: #222;
}
.mp-content {
    padding: 0.4em;
    clear: both;
    overflow: hidden;
}
.mp-row {
    display: flex;
    flex-direction: row;
}
.mp-row > .mp-panel:nth-child(1) {
    flex: 1 1 55%;
    margin-right: 0.4em;
}
.mp-row > .mp-panel:nth-child(2) {
    flex: 1 1 45%;
}
@media screen and (max-width: 1024px) {
    .mp-topbanner {
        flex-direction: column;
        align-items: center;
    }
    .mp-row {
        flex-direction: column;
    }
    .mp-row > .mp-panel:nth-child(1) {
        margin-right: 0;
    }
}

.mp-green {
    background-color: #f2fff9;
    border-color: #cef2e0;
}
.mp-green h2 {
    background-color: #cef2e0;
     border-color: #a3bfb1;
}
.mp-blue {
    background-color: #f2f8ff;
    border-color: #CEE0F2;
}
.mp-blue h2 {
    background-color: #cedff2;
    border-color: #a3b0bf;
}
.mp-purple {
    background-color: #FAF5FF;
    border-color: #E0CEF2;
}
.mp-purple h2 {
    background-color: #e0cef2;
    border-color: #afa3bf;
}
.mp-pink {
    background-color: #FFF5FA;
    border-color: #F2CEE0;
}
.mp-pink h2 {
    background-color: #f2cee0;
    border-color: #bfa3b1;
}

.featarticleimg { margin: 1em 0.2em 0.2em 0em !important; }