Skip to main content

Posts

Showing posts from September, 2018

Modifying Oracle APEX 18.2 Application Login Page

select * from apex_dictionary Objective : To modify you oracle apex application login page as per your imagination. Fig 1: Actual Login Page Step 1: Go to shared components => Static or Application files and upload required image. Design 1: Just add below CSS in inline CSS option in page header. .t-PageBody--login .t-Body { background-image : url (#APP_IMAGES#highway_dubai-1000x600.jpg); background-size : 100% auto; } .t-Login-header { display : none; } .t-Login-header { display : none; } .t-Login-container { float : right; margin-right : 2% ; top : 0px ; right : 0 ; position : absolute; } .t-Login-region { box-shadow : none; padding : 20px 15px 10px 15px ; width : 67% ; float : right; margin-top : 70px ; background : rgba (255, 255, 255, 0.59); border-radius : 17px ; } .t-Button--hot { font-family : Poppins-Regular; font-size : 15px !important ; width : 60% !important ; margin-left : 20% !important ; padding : 13px