Jump to content

MediaWiki:Common.css

From Grantha

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.
@font-face {
  font-family: "Adishila";
  src: url("/resources/fonts/adishila/Adishila.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Adishila";
  src: url("/resources/fonts/adishila/AdishilaBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/* Fix mw-collapsible toggle to look like full-width header */
.commentary-block .mw-collapsible-toggle {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #f3e9d2;
    border-left: 4px solid #8b6914;
    padding: 6px 10px;
    cursor: pointer;
    font-weight: bold;
    font-family: serif;
    text-align: left;
    float: none !important;
}

.commentary-block .mw-collapsible-toggle a {
    color: #3a2a00;
    text-decoration: none;
}

.commentary-block .mw-collapsible-toggle:hover {
    background: #e8d9b8;
}