Jump to content

MediaWiki:Common.css

From Wiki Knights Errant Life
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.
/* CSS placed here will be applied to all skins */

/* Главная страница */
body.page-Main_Page {
    background: #f8f3e8 url("/images/5/51/pergament_svg.svg") repeat;
    color: #2a1c12;
    font-family: 'Uncial Antiqua', 'MedievalSharp', serif;
}

body.page-Main_Page .main-content {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background: rgba(255, 255, 240, 0.95);
    border: 3px solid #7b2c2c;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
}

body.page-Main_Page h1, 
body.page-Main_Page h2 {
    font-family: 'Uncial Antiqua', serif;
    color: #5a1a1a;
    text-align: center;
}

body.page-Main_Page a {
    color: #7b2c2c;
    font-weight: bold;
}

body.page-Main_Page a:hover {
    color: #000;
    text-decoration: underline;
}