User:NerdOfEpic/memory-regions.css: Difference between revisions
From NerdConsole
Jump to navigationJump to search
NerdOfEpic (talk | contribs) No edit summary |
NerdOfEpic (talk | contribs) No edit summary |
||
| Line 2: | Line 2: | ||
.reserved { background-color: #8383BA; width: 30px; text-align: center; } | .reserved { background-color: #8383BA; width: 30px; text-align: center; } | ||
.zero_page { background-color: # | .zero_page { background-color: #BA4545; width: 30px; text-align: center; } | ||
.stack_page { background-color: # | .stack_page { background-color: #C2B247; width: 30px; text-align: center; } | ||
.control_page { background-color: # | .control_page { background-color: #73C247; width: 30px; text-align: center; } | ||
.main_ram { background-color: # | .main_ram { background-color: #3A7EC2; width: 30px; text-align: center; } | ||
.extended_ram { background-color: # | .extended_ram { background-color: #C23BC2; width: 30px; text-align: center; } | ||
.low_rom { background-color: #C5D47F; 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; } | .high_rom { background-color: #79B6D4; width: 30px; text-align: center; } | ||
Revision as of 22:08, 25 January 2024
.inaccessible { background-color: #BABABA; width: 30px; text-align: center; }
.reserved { background-color: #8383BA; width: 30px; text-align: center; }
.zero_page { background-color: #BA4545; 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; width: 30px; text-align: center; }
.extended_ram { background-color: #C23BC2; 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; }
.background_palettes { background-color: #D49B43; width: 30px; text-align: center; }
.sprite_palettes { background-color: #B8457D; 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; width: 30px; text-align: center; }
.background_tile_table { background-color: #AB2527; width: 30px; text-align: center; }
.sprite_tile_table { background-color: #ED1C24; width: 30px; text-align: center; }