Edit the Default CSS file

I want to know if there is a way to edit the default CSS file for Webi.  The reason I am asking is because of the way in which hyperlinks are formatted.  When I go into the document properties and change the formatting (color only), it does not update on my actual report.  Also, I want to be able to remove the underlines from all hyperlinks without having to go in and do it manually using inline CSS. 
Is there a default CSS file out there that can be edited?  Where is it located and how to I ensure it's used in all my reports?  Thanks.

Hi Keith,
Following is the location of the CSS file in 4.0
C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\images\WebIDefaultStyleSheet.css and
Note that for the BI 4.0, you would not be able to update the default style after the document creation. If you want to modify default style, you must :
1. update the .css file stored in the images folder of your server installation or rich client and
2. then create a new webi document to see your style modification.
Hope it helps.
Faisal Vakil

Similar Messages

  • How do I show the bookmarks toolbar while in fullscreen on Firefox 20? In older versions you could edit the userChrome.css file. Does that still exist?

    After searching for this option, it appears it was very easy to do in older versions of firefox on windows 7. Many posts say you can edit the userChrome.css file to add:
    #PersonalToolbar[moz-collapsed="true"] {
    visibility: visible !important;
    However, on 2 machines with firefox 20, I've searched for that file and cannot find it. Does it even exist any more? if not, how can I set firefox to go to fullscreen mode and continue to show the bookmarks toolbar? Unchecking hide toolbars does not work for the bookmarks toolbar.

    userChrome.css does not exist by default. You can create it; it's an ordinary text file. Note that you do need a namespace at the beginning of the file.
    You could try this:
    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    #PersonalToolbar[moz-collapsed="true"]{
    visibility: visible !important;
    #navigator-toolbox[inFullscreen="true"]{
    margin-top:-62px !important;
    I added the second rule to prevents the toolbar area from rolling all the way up. The specific value may need to be adjusted by a few pixels depending on your toolbar heights.

  • How to edit the core.css file

    Hello,
    All the fonts in my Apex app are too small, and I mean all the fonts, for the interface too. So, I did a bit of research and found it is probably the core.css file that has been adjusted, trouble is I do not know how to change it. Even installed Microsoft Office Sharepoint to do the editing but I cannot locat the file, or rather I can but I cannot seem to be able to edit the file. I think the file can be found here http://127.0.0.1:8080/i/css/core.css but when I try to access this site from sharepoint it prompts me for username and password for the 127.0.0.1 address and does not accept what ever I enter. Any advice welcome.

    Hi,
    I do not recommend you change Apex css files.
    Create your own theme and change css file on that.
    Or add your application page template header style that overwrite font size like
    <style>*{font-size:40px!important}</style>When you try login to xdb where is all images,css and js files use SYSTEM user.
    http://daust.blogspot.com/2006/03/where-are-images-of-application.html
    And Apex related question you should post to Application Express Forum
    Oracle Application Express (APEX)
    Regards,
    Jari

  • Defaults.css File issue

    Hi Guys,
    I have been trying to understand the issue revolving around defaults.css file in a Flex Library project. Here is my scenario,
    I  have the following 3 library projects and they have their own defaults.css
    1. Component-1.swc ( this is a defaults.css in it )
    2. Component-2.swc ( this is a defaults.css in it )
    3. Component-3.swc ( this is a defaults.css in it )
    I am trying to merge all the above SWC's into a single SWC named framework.swc using the maven dependency element as shown below.
    <dependencies>
           <dependency>
                 <groupId>com.ui</groupId>
                 <artifactId>Component-1</artifactId>
                 <version>${project.version}</version>
                 <type>swc</type>
                 <scope>internal</scope>
           </dependency>
           <dependency>
                 <groupId>com.ui</groupId>
                 <artifactId>Component-2</artifactId>
                 <type>swc</type>
                 <version>${project.version}</version>
                 <scope>internal</scope>
            </dependency>
           <dependency>
                 <groupId>com.ui</groupId>
                 <artifactId>Component-3</artifactId>
                 <type>swc</type>
                 <version>${project.version}</version>
                 <scope>internal</scope>
             </dependency>
    <dependencies> 
    this results in framework.swc with a single defaults.css ( any one out of the three defaults.css file ). Can someone help me understand why this is behaving like this ? My guess is that it is trying to replace the defaults.css file when a dependent file was included in the file swc. But why ??
    Any response is greatly appreciated.
    thank U!

    That's because you're creating a class.   You don't need a class to style HTML selectors.
    HTML selectors don't contain any prefixes.
    h1 {color:teal}
    h2 {color:brown}
    h3 {color: maroon}
    Classes contain a dot prefix and must be referenced in the HTML.
    .classname {color:pink}
    <h2 class="classname">This class is pink</h2>
    Nancy O.

  • [svn:fx-trunk] 11548: MXFTEText. css now has a type selector for FTEDataGridItemRenderer that matches the one for DataGridItemRenderer in the MX default .css file.

    Revision: 11548
    Author:   [email protected]
    Date:     2009-11-06 16:35:27 -0800 (Fri, 06 Nov 2009)
    Log Message:
    MXFTEText.css now has a type selector for FTEDataGridItemRenderer that matches the one for DataGridItemRenderer in the MX default.css file. Both set paddingLeft to 5.
    QE notes: None
    Doc notes: None
    Bugs: SDK_22741
    Reviewer: Alex
    Tests run: ant checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/MXFTEText.css
        flex/sdk/trunk/frameworks/spark-manifest.xml

    AN UPDATE ON MY ISSUE:
    It appears to be limited to Dreamweaver. When I upload the files to my server and use BrowserLab or Microsoft SuperPreview the pages are rendering properly in all versions of IE. It's only broken when viewing in Design view within Dreamweaver or when using BrowserLab from within Dreamweaver. So at least I know my website works, which is a huge relief, but does anyone have any idea why Design view would complete ignore my styles? It's very annoying.

  • Can I edit the default HTML5 template?

    Hi all.
    Got a question here. When I start a new HTML document in  Dreamweaver CC I end up with the following code:
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    </head>
    <body>
    </body>
    </html>
    What I would like is to be able to edit this default template to start with the following:
    <!doctype html>
    <html>
        <head>
            <meta charset="utf-8">
            <!--Edit below line for external css-->
            <link rel="stylesheet" href="#.css" media="screen>
            <link rel="stylesheet" href="#.css" media="print">
      <link rel="stylesheet" href="#.css" media="handheld>
            <!--Edit below line for external js-->
            <script src="#.js"></script>
            <!--Edit below line for search engine description-->
            <meta name="description" content="">
            <!--Edit below line for search engine keywords-->
            <meta name="keywords" content="">
            <!--Edit below line for author-->
            <meta name="author" content="">
            <title>Untitled Document</title>
        </head>
        <body>
        </body>
    </html>
    I've edited the default.html found in Adobe\Adobe Dreamweaver CC 2014.1\configuration\Templates and saved it but whenever I open a new HTML file and select HTML5 I wind up with the original code.
    Can this be changed or am I just stuck with saving the desired code somewhere and constantly using that file to start all my new projects with?
    Thanks.

    Try C:/Program Files/Adobe/Adobe Dreamweaver CC 2014.1/configuration/DocumentTypes/New Documents/default.html for starters. Tip - make a backup of this file before making any changes to it.

  • Edit the soundbank.gm file

    Hello,
    Excuse my english, I speak french.
    It's my first post, probably my first and my last topic.
    I want to edit the soundbank.gm file to put into it my own samples, it is possible ? Because the sound is bad, the drums specially. I have already downloaded the deluxe soundbank. I could for example add new drums kits...
    If it is possible, what is the format of the samples ?
    Thanks.

    Hi Keith,
    Following is the location of the CSS file in 4.0
    C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\images\WebIDefaultStyleSheet.css and
    Note that for the BI 4.0, you would not be able to update the default style after the document creation. If you want to modify default style, you must :
    1. update the .css file stored in the images folder of your server installation or rich client and
    2. then create a new webi document to see your style modification.
    Hope it helps.
    Faisal Vakil

  • Removing warning for "Default CSS file not found."

    I am getting this warning in Flash Builder:
    "Default CSS file not found."
    I can not for the life of me figure out how to get rid of it. Any suggestions?

    Default css file can be specified as a compiler option (per SWC, I think).
    See http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_14.html
    For example, flex framework has a default CSS file: C:\Program Files\Adobe\Adobe Flash Builder 4\sdks\3.5.0\frameworks\projects\framework\default.css
    Do you have some library project or a swc with default css file option turned on, but the css file is missing?

  • Embedding a font with a library's defaults.css file

    When I add the font-face and font-family declarations to my defaults.css file in my lib, the compiler complains about not being able to find the font.  I've included the font in the lib's assets, so what else do I need to do to make it see it?

    the textfield that has the embedded font should display without problem.
    if you have other textfields that you want to use that font, you must create a textformat instance, assign its font property to match the linkage id of the library font and then you must enable the other textfield's embedFonts property and you must assign the setTextFormat() and/or setNewTextFormat() methods to your other textfields.

  • How do I edit the default settings to always embed fonts?

    How do I edit the default settings in Acrobat Pro XI to always embed fonts?

    Do not use the Std job settings, but use the Press or Print settings. You can also edit the properties of the Job Settings (best done in Distiller) to not exclude any fonts and embed all as subset fonts. Be sure to check the option to continue if embedding is not possible or your creation will fail if you used a font that is not licensed for embedding (Acrobat will only embed fonts that are legally licensed for embedding -- most are, but not all).
    If you edit the Std, you will need to save to a new name. You might use MyStd or such. Then go to the Start>Printers and edit the properties of the Adobe PDF printer to make that settings file the default. If you use PDF Maker, you will have to change the PDF Maker preferences also (PDF Maker seems to use the last selection, not the default in the printer). Hopefully that is clear enough.

  • Default css file problems

    I'm trying to use a default css file in a library project...  I'm using this in my library's compile arguments:
    "-include-stylesheet defaults.css /assets/styles/defaults.css"
    In defaults.css, I'm trying to assign a defautl skin like this:
    comp|Badge {
        skin-class: ClassReference('com.woo.skins.BadgeSkin');
    The problem is when the component is being newed:
    Main Thread (Suspended: TypeError: Error #1009: Cannot access a property or method of a null object reference.)   
        mx.core::UIComponent/getStyle   
        spark.components.supportClasses::SkinnableComponent/attachSkin   
        spark.components.supportClasses::SkinnableComponent/validateSkinChange   
        spark.components.supportClasses::SkinnableComponent/createChildren  
    What part am I doing wrong?  I'm hoping it's the -include-stylesheet part, I couldn't find a single example for using that.

    I assume you are using FlexBuilder to build and compile and not ant or the comand line correct? If so there are two things you need to check.
    1) Where is your defaults.css located? As long as it is in the root of your library's src directory (ie. src/defaults.css) you shouldn't even need to add that compiler option. When it builds a project, FlexBuilder looks for a file named defaults.css in this location and will use it to override the framework version.
    2) Go into your project properties -> build path -> assets tab. Make sure your defaults.css file is selected for inclusion.

  • Unable to edit the "Default Domain Controllers Policy" from a Server 2012 machine

    I am unable to edit the "Default Domain Controllers Policy" from a Server 2012 machine. The error message i recieve is:
    "Failed to open the group policy object.  You might not have the appropriate rights.  Details: The volume for a file has been externally altered so that the open file is no longer valid."
    The domain controllers are running Windows 2012 R2 upgraded from Windows 2008 R2, the domain functional level is Server 2012.
    I am able to edit the policy from both a Windows 7 and Server 2008 R2 machine.
    The following post is identical however the fix for them does not work for me:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/2d968a05-2cff-4dd0-9c5d-dd810d1fa66f/cant-edit-default-domain-controllers-policy-on-windows-8-or-server-2012
    Any ideas?

    MuhammadUmar
    Yes, the Unique ID is available on 2012 server
    Lany Zhang
    This only affects the default domain controllers policy object
    Another user added to amins and tested has no effect
    It is the same on another server
    DCDiag passes all tests
    Thanks for all your help so far

  • How to change the default "Safe" files in Safari?

    I would really appreciate if anybody could teach me how to change the default "Safe" files using AppleScripts, Folder Actions or .plist files. I really would like to have some files to open automatically after download, specially .pps files, and safari doesn't recognize such files as "safe". I tried to find out reading the help files but got lost.
    I posted a reply in an old topic for somebody who seemed to know, but it was not related to that topic, so I decided to open a new one.
    I'll be gratefull for any help. Thanks.

    Hi MDRC,
    Have a read of [this topic|http://discussions.apple.com/thread.jspa?threadID=1237961] to see if that helps.

  • How to change the default password file's name and path when the database created?

    how to change the default password file's name and path when the database created?
    null

    Usage: orapwd file=<fname> password=<password> entries=<users>
    where
    file - name of password file (mand),
    password - password for SYS and INTERNAL (mand),
    entries - maximum number of distinct DBA and OPERs (opt),
    There are no spaces around the equal-to (=) character.

  • How open and edit the coherence.xml file?

    How can I open and edit the coherence.xml file?
    I cannot find the coherence.xml file in the coherence.jar package.
    Thank you,
    June

    If you are intent on changing the coherence.xml file, then you could use the JAR command (that comes with Java) to extract the coherence.xml file from coherence.jar and the later repackage the coherence.jar file using the udpated coherence.xml file, e.g.:
    C:\java\opt\coherence-331\lib>jar -xvf coherence.jar tangosol-coherence.xmlextracted: tangosol-coherence.xml>
    Instead of using JAR, on Windows you can associate the .JAR, .WAR and .EAR extensions with WinZip and use it to access / modify the contents of JAR files.
    However, the suggested approach is as follows, and does not include any changes to the tangosol.jar file:
    The tangosol-coherence-override-dev.xml file can be found in the coherence.jar file. After editing this file (in this case to define a unique value for the port system-property value for the multicast listener), save the file and add it to the server's classpath. When the server is executed, the values in the tangosol-coherence-override-dev.xml file will override any corresponding settings in the tangosol-coherence.xml file.Peace,
    Cameron Purdy | Oracle Coherence

Maybe you are looking for

  • I would like to receive faxes on my iPhone, how?

    I see several apps for sending faxes. I tried downloading iFax as it said it could receive faxes, but it instantly said the Apple required me to set up an account. That pretty much sounds bogus. What does Apple have to do with it unless they mean my

  • IPhoto Functions No Longer Working Properly?

    Since updating from OS10.3.3 to O10.3.9 my iPhoto no longer works properly. Reducing red eye leaves an ugly greenish-bluish-black mark, for example. I have checked for upgrades. None available. Does anyone know how, or if, this can be fixed? Thanks

  • Converting input date alternative format

    Hi, I'm developing a screen form (not SQL Plus) in which I want the user to enter a date in any format and then convert it to another - for example, User inputs - 02/03/2000 Form converts field from 02/03/2000 to 02-MAR-2000. How do I do this ? John

  • 8.1.6 (Thin) drivers with J2EE???

    Hello all, I am trying to use the 8.1.6 THIN drivers as an XA datasource in J2EE. Has anyone else made this work? I keep getting a ClassCastException thrown while starting the J2EE server. It DOES work if I create an older NON-XA datasource, so I kno

  • API0259: The object cannot be edited in Read-Only mode!

    All, I'm getting the following error when trying to import an MDL file into my repository: API0259: The object cannot be edited in Read-Only mode! Does anyone know what this relates to?