MediaWiki:Common.css

From BoxRec
Jump to navigation Jump to search

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

@import url( 'https://fonts.googleapis.com/css?family=Roboto');

/* Changes the default font used for MediaWiki to Roboto (does not include headings or monospaced text): */
body {
  font-family: "Roboto", sans-serif;
}

.boxrecext_scores_test {
    font-weight: bold;
    color: red;
}

.boxrecext_scores_redLabel {
    display: inline-block;
    padding: 5px;
    background-color: #ed1c24;
    color: #fff;
}

.boxrecext_scores_blueLabel {
    display: inline-block;
    padding: 5px;
    background-color: #18509d;
    color: #fff;
}

div.scoreResultsAll {
    margin: 0px;
    width: 40px;
    height: 40px;
    background-color: #18509d;
    position: relative;
    font-weight: bold;
    font-size: 18px;
}

div.scoreResultsTop {
    width: 40;
    height: 20;
    border-top: 40px solid #ed1c24;
    border-right: 40px solid transparent;
}

div.scoreResultsMid {
    position: absolute;
    top: 0;
    left: 0;
}

div.scoreResultsBot {
    position: absolute;
    bottom: 0;
    right: 0;
}

div.scoreResultsMid,
div.scoreResultsBot {
    padding: 1px;
    color: #fff !important;
}