How to use Images of the theme for CSS

I want to add some CSS custom applications that use the universal theme. Can someone please tell me what I'm doing wrong?

In the topic, I downloaded a CSS file.
It tells me that I should as a reference: #THEME_IMAGES #customizations.css

Untitled1.png

I added this reference to the Vita style

Untitled2.png

which translates into a URL reference to this file:
https://apex.oracle.com/i/themes/theme_42/1.0/customizations.css?v=5.0.2.00.07
But this file is "not found" If you check the Net Panel during the loading of the page or if you paste this url into the address bar.

Here is an example:

https://Apex.Oracle.com/pls/Apex/f?p=96772:1:

Thank you

Greg

Hi Alex and Greg,

out of the box, UT bed all it's files from /i/themes/theme_42/1.0/ as specified in the attribute "file prefix. If you download any additional files (which are stored in the database), you must reference them with #THEME_DB_IMAGES # tell APEX that it should not read from the file system and on the contrary always read from the DB repository.

Concerning

Patrick

Tags: Database

Similar Questions

  • How to load images in the email for adapter UMS

    Hi all

    I try to send a string of HTML in the body of the email to the the UMS adapter. But I would like to have/embed images in the HTML body before sending the email. Where can I store images and load them into the SOA?

    Please let me know

    Hi Aditya,

    I didn't test this, but you could try using tag to call the image in the body of the e-mail activity (body allows html). For the source of the image, you can set up a folder to keep your images and then give the path to the image as a source.

    Kind regards

    SAI

  • How to install the theme for Windows XP Professional

    How to install the theme for Windows XP Professional?

    Hi Shubham,

    The Microsoft Download Center a lot of themes, or you can use your favorite search engine to search the Web for more themes of third-party websites.

    Note:   software use of third parties, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    For more information, you can consult the following articles:

    Make Windows XP as you wish

    Resources to configure desktop themes in Windows XP

    Create your own desktop theme

  • How can I get my images on the Cloud for people to buy?

    How can I get my images on the Cloud for people to buy? I lost time differences and the photos and other stock video and photos. Thank you for your time.

    Michael. Tmoss

    Hello

    On this page: frequently asked questions, Adobe Stock

  • How to use PS to judge the existence of a file in the directory specified and how to use PS to the directory specified for create to create the file? (javascript)

    1, how to use PS to judge of the existence of a file in the specified directory? (using javascript)

    2, how to use PS to the directory specified for create to create the folder? (using javascript)


    Thank you!

    If (Folder(/*_insert_the_path_here_*/).exists == false) {Folder(/*_insert_the_path_here_*/).create()}

  • APEX 5.0.1: Problem with referencing the images of the theme roller theme after migrating the ADR the PL/SQL gateway

    Hi all

    with the help of Patrick's to my question Apex 5.0: Theme Roller and background image I was able to reference the theme Images in the theme Roller:

    .t-PageBody-.t-body connection

    {

    Background: URL("background.jpg") non-repetition scroll top black Center;

    Color: #000000;

    do-family: Arial, Helvetica, Sans-serif;

    do-size: 12px;

    line-height: 17px;

    }

    But now I migrate my APEX 5.0.1 in the Oracle 11 GR 2 XE to ADR and images referenced in the roll of theme will appear no more. How can I make reference to the theme Images using ADR?

    UPDATE:

    With the PL/SQL gateway, I created my custom theme Style. It will not set too. But if I open the theme roller then my style of custom theme will be resolved - all colors will be displayed, but not the images

    Thank you!

    The problem is solved!

    Reset is always good!

    After the restart of the database, Tomcat and computer, it works!

  • Premiere Pro CC6 and CC7 will not video or still images to the timeline for editing.

    First Pro CC7 and nc6 don't add video or still images to the timeline for editing. It wil play the clip, but that's all.  I tried a lot of different vidoe, mov, avi files and others more, photo jpeg, but not matter what I do I can't move to the time line to edit. I have the 30 days trial version. I watched the tutorial, done the same thing, no luck.

    Ideas and help appreciated otherwise I'll just bin the whole program. I tried it on TOC Final 7 pro and there is no problem (it's on the mac, the first pro is on pc).

    Chances are that you want to create a sequence to put them.

    FAQ: How to choose the right sequence settings?

  • How to use paper in the latest version of Windows Live Mail?

    How to use paper in the latest version of Windows Live Mail?

    Version 2011

    Short answer: the stationery support has been removed from Windows Live Mail with the upgrade of v.2009 v.2011 back in 2010.

    Long answer: there are two solutions of workaround that you can try.

    • If you have a stationery .htm file, open it in Internet Explorer, and then select file > Send > Page by email (Alt - F E P). Save the message as a result as a .eml file and use it as a model for messages.
    • You can get in shape, for example a background color, to a HTML signature, then apply this signature to an e-mail message. Here's the one I use when sending pictures:


      Hello!

      Love
      Noel


      Here is the result:

  • How to download images in Adobe Photoshop for my IPhone

    How to download images in Adobe Photoshop for my IPhone

    If your images are in your iOS film tethering your iPhone to your computer via its charge the camera cable should as a flash drive, you can copy this mounted disk images.  iTunes may be able to do wireless I do not own a cell phone do not need interruptions

  • Can I use pictures from the reserve for commercial use for my members to do with.  We would not sell the photos but the use for commercial use.

    Can I use pictures from the reserve for commercial use for my members to do with.  We would not sell the photos but the use for commercial use. (the 29.99 price months?)

    Thank you.

    Barbara

    In your case you will very likely get extended licenses for images from Fotolia.com otherwise you would have to buy a new license for each Member who has access to use the weather picture they actually use it or not...

  • How to insert images in the content pane HTMLEditor?

    How to insert images in the content pane HTMLEditor? or a hyperlink?

    > know the position of the caret

    Well, there is no public API on the HtmlEditor to know that.

    You could create an tweak asks to add such an api.

    In the meantime, I believe that the HtmlEditor is implemented as a contentEditable has WebView below, so I think it's possible to hack together a solution if you want to.

    To do this:

    1. create a program that uses the HtmlEditor.

    2. run the program and use ScenicView to work on the css to display embedded Web search path.

    3. Once your HtmlEditor appears on a scene, use a node search to dig up a reference to the Web view.

    4. Once you have a reference to the Web mode, use executeScript to get the position of the caret by using JavaScript.

    5. Once you know where the caret, use a mechanism similar to my example program above to allow you to insert an image to the location of the caret (get the html text, put the position appropriate, up-to-date then set it again).

    Of course, you don't need to use a HtmlEditor control to do this, you can also just use a plain WebView with contentEditable flag put on it or any number of 3rd party JavaScript html editors have image insert functions.

  • How to insert image in the region

    Hello!

    How to Insert Image in the region, as I upload image with the name "bar_color.jpg" in my workspace. And in the attributes of the region, I found
    1-static id
    2-region attributes
    View 3-region selector
    image 4-region
    The 5-image tag attributes
    Attributes of cells 6-region HTML table

    What to enter in these attributes.
    I entered bar_color.jpg in the column region's image, but the image does not appear

    Any help!

    Hello

    You can not simply use an img tag in the Source of the region ? :

    
    

    Otherwise, you can view the type of the Image to displayitem, if you want to display the image directly from the BLOB.

  • I used up to the allocation for the region 1 & 2 DVD for help. stuck on region 1 now. I need to use the two regions for my DVD. Help, please. Beryl

    I used up to the allocation for the region 1 & 2 DVD for help. Stuck on region 1 now.  I need to use the two regions for my DVD. Help, please. Beryl.

    It isn't a MS solution, there are solutions to third parties not supported by MS

  • How to store images in the oracle database and get back on a jsff page in ADF?

    Mr President.

    How to store images in the oracle database and get back on a jsff page in ADF?

    I have students and employees in my database and want to store their pictures against their ID.

    How to do this?

    Concerning

    Tender,

    You can check the links that explain this below.

    https://tompeez.WordPress.com/2011/11/26/jdev11-1-2-1-0-handling-imagesfiles-in-ADF-part-2/

    Johny tips: ADF: display image files from database as a popup in Application Web ADF

    See you soon

    AJ

  • JavaFX how to use WebView load the local HTML page?

    JavaFX how to use WebView load the local HTML page?

    If the HTML code of the files in the class path, which is in the package, the load using one of the following ways:

    String url = Main.class.getResource("/html/index.html").toExternalForm();
    engine.load(url);
    

    The above methods can only load files outside the class path!

Maybe you are looking for

  • Satellite A200-1AE - need drivers for Toshiba and Flash card buttons

    Hello!! I have a problem.I changed Windows on my laptop from Vista to Windows 7. I searched on the home page and I did not find the drivers for card Flasch and FrontPanel, is not lit :( Pls help me!

  • How can I stop my computer freezes during disk defragment?

    When you try to run Disk Defragmenter, my pc freezes when defragmentation is 3%, on the c:\windows\system32\wucltui.dll.MUI file. I downloaded the software Microsoft Fix It, which stopped the computer freezes during the compression of the files old d

  • Is there a way to look at the photos from the camera on the surface?

    I tried to connect my camera to the USB port on the Surface to see what would happen. Open File Manager, so apparently the device recognizes the camera as a disk, but not as a camera. When I clicked on a single photo, the Photo app opens and displays

  • How can I disable the automatic locking in windows 8?

    The computer locks after inactivity of approximately one minute in windows 8... I must return my password. I tried everything, power options, customization, and it's still not remove. All the functions that relate to disable automatic locking are too

  • Recovery of deleted data to icloud

    I use icloud drive and have all my data from my doctorate study saved directly on the drive to icloud. My son accidentally deleted all the data the icould drive. Is it possible to recover data from my computer.  Where is the location of backup in the