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; width: 30px; text-align: center; }
.g { background-color: #bfb; width: 30px; text-align: center; }
.b { background-color: #bbf; width: 30px; text-align: center; }
.mono { font-family: monospace; font-size: 150% }