User:NerdOfEpic/memory-regions.css: Difference between revisions

From NerdConsole
Jump to navigationJump to search
(Created page with ".zero_page .stack_page .control_page .main_ram .extended_ram .low_rom .high_rom .inaccessible .reserved .background_palettes .sprite_palettes .sprite_table .fixed_name_table .main_name_table .background_tile_table .sprite_tile_table")
 
No edit summary
Line 1: Line 1:
.zero_page
.zero_page { background-color: #B5E61D; width: 30px; text-align: center; }
.stack_page
.stack_page { background-color: #FFC90E; width: 30px; text-align: center; }
.control_page
.control_page { background-color: #FFAEC9; width: 30px; text-align: center; }
.main_ram
.main_ram { background-color: #22B14C; width: 30px; text-align: center; }
.extended_ram
.extended_ram { background-color: #00A2E8; width: 30px; text-align: center; }
.low_rom
.low_rom { background-color: #FF7F27; width: 30px; text-align: center; }
.high_rom
.high_rom { background-color: #ED1C24; width: 30px; text-align: center; }
.inaccessible
.inaccessible { background-color: #B97A57; width: 30px; text-align: center; }
.reserved
.reserved { background-color: #C3C3C3; width: 30px; text-align: center; }
.background_palettes
.background_palettes { background-color: #C8BFE7; width: 30px; text-align: center; }
.sprite_palettes
.sprite_palettes { background-color: #FFAEC9; width: 30px; text-align: center; }
.sprite_table
.sprite_table { background-color: #22B14C; width: 30px; text-align: center; }
.fixed_name_table
.fixed_name_table { background-color: #00A2E8; width: 30px; text-align: center; }
.main_name_table
.main_name_table { background-color: #3F48CC; width: 30px; text-align: center; }
.background_tile_table
.background_tile_table { background-color: #A349A4; width: 30px; text-align: center; }
.sprite_tile_table
.sprite_tile_table { background-color: #ED1C24; width: 30px; text-align: center; }

Revision as of 21:04, 24 January 2024

.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: #FF7F27; width: 30px; text-align: center; }
.high_rom { background-color: #ED1C24; 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: #C8BFE7; width: 30px; text-align: center; }
.sprite_palettes { background-color: #FFAEC9; 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: #A349A4; width: 30px; text-align: center; }
.sprite_tile_table { background-color: #ED1C24; width: 30px; text-align: center; }