Use Theme: APEX 5.0
Normally, you need 5 steps to get a Theme workable from APEX internal application, such as f4000, f4550. get an empty application from apex 3.x and import to apex 5.1 import f4000 to apex 5.1 (according to Martin's post How do they do it? ) and export its theme import theme APEX 5.0 exported from f4000 to the empty app add missing CSS and js files in the empty app Theme Level (detect them according to my previous post Note for APEX 5.1 UI, Theme, Templates and Substitution Strings ) test and verify Now, probably you just need 1 or 2 steps to start your work with Oracle APEX internal themes depending on your needs. I have updated all related files into github folder . Here is the list: f300.sql : the empty application from apex 3 f4000 Theme APEX 5.0 DEMO.sql : home page demo with theme from f4000 (APEX 5.1.0) f4000_theme.sql : theme APEX 5.0 exported from f4000 f4550 Theme APEX 5.0 DEMO.sql : login page demo with theme from f4550 (APEX 5.1.0...