User:NerdOfEpic/builtin-palette.css

From NerdConsole
Jump to navigationJump 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.
.pal-td 
{
    border: 1px solid #000;
    padding: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}

.r { background-color: #fbb; }
.g { background-color: #bfb; }
.b { background-color: #bbf; }

.mono { font-family: monospace; font-size: 150% }