Chef Town Wiki
Advertisement

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@import url("/load.php?mode=articles&only=styles&articles=MediaWiki:Common.css");

/* check */
.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
}

/* check */
.RelatedPagesModule {display: none;}

/* check */
.tocnumber { display: none; }

.homepage-button:first {
    margin-left: 0;
}
.homepage-button {
    background-color: #F5E4BE;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(133, 111, 70, 0.5);
    -moz-box-shadow:    7px 7px 5px 0px rgba(133, 111, 70, 0.5);
    box-shadow:         7px 7px 5px 0px rgba(133, 111, 70, 0.5);
    color: #196355;
    text-align: center;
    width: 150px;
    display: inline-block;
    margin: 0.75em;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.homepage-button:hover {
    background-color: #FBD25B;
}
.homepage-button a {
    color: #196355;
    display: block;
}
.article-table th {
    background-color: #59DE76;
}
.article-table tr:nth-child(even) {
    background-color: #FBD8A4;
}
Advertisement