Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

APEX referencing custom css file

Joel Pritchett-OracleFeb 20 2013 — edited Feb 22 2013
APEX 4.0.2

I am having difficulty finding the reason my custom css file is not working properly.

I have this with in <head> on the default page template used in my app.
<link rel="stylesheet" href="#WORKSPACE_IMAGES#revrec1.css" type="text/css" />

revrec1 is a simple css file...
specialtitle1 {color:#CC0000;font-size:14pt;}

I have this line in my new region, but the Title is not changing color or size.
<div class="specialtitle1">#TITLE#</div>

Our hardware was recently changed out. When they reloaded the APEX environment on our new hardware they did not load the images, css, or custom page/region templates. So I had to recreate them and I am 99.9% sure I have recreated it to the way it was before the move, but it is not working (it was working before the move). Any helpful ideas of what to try would be greatly appreciated.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 22 2013
Added on Feb 20 2013
7 comments
4,716 views