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
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
.zero_page
.inaccessible { background-color: #EEEEEE; width: 30px; text-align: center; }
.stack_page
.reserved { background-color: #BBBBFF; width: 30px; text-align: center; }
.control_page
 
.main_ram
.zero_page { background-color: #89DFEB; width: 30px; text-align: center; }
.extended_ram
.stack_page { background-color: #C2B247; width: 30px; text-align: center; }
.low_rom
.control_page { background-color: #73C247; width: 30px; text-align: center; }
.high_rom
.main_ram { background-color: #3A7EC2; color:#fff; width: 30px; text-align: center; }
.inaccessible
.extended_ram { background-color: #C23BC2; width: 30px; text-align: center; }
.reserved
.low_rom { background-color: #EB7F00; width: 30px; text-align: center; }
.background_palettes
.high_rom { background-color: #EB003B; width: 30px; text-align: center; }
.sprite_palettes
 
.sprite_table
.background_palettes { background-color: #BD2B2D; width: 30px; text-align: center; }
.fixed_name_table
.sprite_palettes { background-color: #95BD90; width: 30px; text-align: center; }
.main_name_table
.sprite_table { background-color: #FFA305; width: 30px; text-align: center; }
.background_tile_table
.fixed_name_table { background-color: #00A2E8; width: 30px; text-align: center; }
.sprite_tile_table
.main_name_table { background-color: #3F48CC; color:#fff; width: 30px; text-align: center; }
.background_tile_table { background-color: #EB91B0; width: 30px; text-align: center; }
.sprite_tile_table { background-color: #EBE996; width: 30px; text-align: center; }

Latest revision as of 19:12, 28 January 2024

.inaccessible { background-color: #EEEEEE; width: 30px; text-align: center; }
.reserved { background-color: #BBBBFF; width: 30px; text-align: center; }

.zero_page { background-color: #89DFEB; width: 30px; text-align: center; }
.stack_page { background-color: #C2B247; width: 30px; text-align: center; }
.control_page { background-color: #73C247; width: 30px; text-align: center; }
.main_ram { background-color: #3A7EC2; color:#fff; width: 30px; text-align: center; }
.extended_ram { background-color: #C23BC2; width: 30px; text-align: center; }
.low_rom { background-color: #EB7F00; width: 30px; text-align: center; }
.high_rom { background-color: #EB003B; width: 30px; text-align: center; }

.background_palettes { background-color: #BD2B2D; width: 30px; text-align: center; }
.sprite_palettes { background-color: #95BD90; width: 30px; text-align: center; }
.sprite_table { background-color: #FFA305; width: 30px; text-align: center; }
.fixed_name_table { background-color: #00A2E8; width: 30px; text-align: center; }
.main_name_table { background-color: #3F48CC; color:#fff; width: 30px; text-align: center; }
.background_tile_table { background-color: #EB91B0; width: 30px; text-align: center; }
.sprite_tile_table { background-color: #EBE996; width: 30px; text-align: center; }