User:NerdOfEpic/memory-regions.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.
.zero_page { background-color: #B5E61D; width: 30px; text-align: center; }
.stack_page { background-color: #FFC90E; width: 30px; text-align: center; }
.control_page { background-color: #FFAEC9; width: 30px; text-align: center; }
.main_ram { background-color: #22B14C; width: 30px; text-align: center; }
.extended_ram { background-color: #00A2E8; width: 30px; text-align: center; }
.low_rom { background-color: #C5D47F; width: 30px; text-align: center; }
.high_rom { background-color: #79B6D4; width: 30px; text-align: center; }
.inaccessible { background-color: #B97A57; width: 30px; text-align: center; }
.reserved { background-color: #C3C3C3; width: 30px; text-align: center; }
.background_palettes { background-color: #D49B43; width: 30px; text-align: center; }
.sprite_palettes { background-color: #B8457D; width: 30px; text-align: center; }
.sprite_table { background-color: #22B14C; width: 30px; text-align: center; }
.fixed_name_table { background-color: #00A2E8; width: 30px; text-align: center; }
.main_name_table { background-color: #3F48CC; width: 30px; text-align: center; }
.background_tile_table { background-color: #23A83E; width: 30px; text-align: center; }
.sprite_tile_table { background-color: #ED1C24; width: 30px; text-align: center; }