Jump to content

MediaWiki:Common.css

From Adaris
Revision as of 20:32, 31 August 2024 by Oros (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Styles for the Main Page */
#mp-topbanner {
    padding: 10px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #a2a9b1;
}

.mp-box {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #a2a9b1;
    border-radius: 5px;
}

.MainPageBG {
    background-color: #f8f9fa;
}

.mp-contains-float {
    clear: both;
    overflow: auto;
}

.explore-more {
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}

.mp-h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    border-bottom: 2px solid #a2a9b1;
    padding-bottom: 5px;
}