Disable all skins in Oracle Webcenter Portal - oracle

Is it possible to disable all skins in Oracle Webcenter Portal?
I get about 300kb of css as default. I don't want to use any of the default css since I'd like to write my own css.
I've tried to extend the "empty" skin without success.
Also I've tried to extend a non existing skin with the result just getting the default skin anyway.
I'm looking for a way to disable all skins, and use a css in the Web content folder instead.
Any ideas?

I would suggest creating a custom skin where you override the ADF component selectors as well. That should help you start with an "empty" looking skin.
I don't think you can disable the basic skins that come with ADF itself. You'll probably need to look at other caching strategies as described by the stack.
HTH

The minimum thing you can start with is extending from the Simple skin which is very small skin

As far as I know there is no way to get rid of all stying. The CSS is also used for standard WebCenter Portal components, such as the Administration Console and the page editing functionality.

Related

Joomla 3.8: how to configure standard spacing properties?

I´m rookie in Joomla. I'd like to do a fine-adjustment in the presentation of a bunch of icons in a toolbar that I've created using logo/image components in the layout editor for a certain theme. These icons are being presented with a too wide spacement between one another, and it seems that the cause is the property flex in the css file nucleus.css (.size-5 element, according to inspections in Firefox).
I'd like to know how to resolve this spacement issue, perhaps changing paramenter's values in this css file, if there is no other way. Thanks for any help.

Is it possible to use w3.css with Vaadin?

I just have learned about vaadin and I'm watching tutorial about a CRUD TODO list in youtube. Vaadin uses Valo theme for css rendering that I found great but I'm wondering is it possible to use w3.css framework within vaadin vue code ?
I try googling but no answers.
It depends™
If you are asking: can is just replace Valo with W3.css the answer is most likely no, at least out of the box. The reason for this is, that Vaadin client side code emits the HTML-code you see in the browser and all style and class tags there are defined on their end. So what any theme for Vaadin must do, is to provide styling rules for that exact schema; so you would have to find a way to adapt. Or you have to put addStyleName all over your code (if it's btn in your CSS framework, it's v-button in Vaadin and also nested elements might be different etc).
Yet, if you just want to use the styles for some parts of your application (let's say, you want a fancy start page or add cards etc), then you can add the other CSS and use them together. Vaadin/Valo does a good job in isolating their styles from the rest of the page and also within their hierarchy (the theme name is a prefix to all Valo rules). Yet if the two themes then look great together is another story, but Valo itself allows for quite some tweaking just with variables put in SASS.

How to change prestashop theme dynamically

I would like to establish an alternative theme for all my website visitors except for me.
If is not possible natively or by a module I would like to know where I can add a little conditions code that will redefine the theme during the page loading.
Thankz for your help
Finally, it seem that is not possible.
Setting Maintenance mode is the only way for do this kind of thing.

SharePoint 2007 RichHtmlField has inline style that is causing issues in ie8

I am working on an intranet project that is having the majority of its users move up to ie8 soon. A bug was detected where when attempting to create/edit a page, the rich html editor boxes would be squeezed compared to what they look like in any other browser.
I found the offending style, its inline and its:
style="display:inline-block"
Now if it was just "inline" then it would be fine. However, it is not.
I have attempted to override the PrefixStyleSheet attribute in the master page and have a custom style in the main css file, but it is not working at all.
I have heard that a control adapter might be helpful to post process the html but i am unsure on how to use one.
Is there any advice you guys can give me?
From my experience, using JQuery "hacks" in the master page header is the most convenient approach, without messing up the system css or the backend.
Find the element you want to override the style to a custom style, and assign your custom style. Be careful if the override is page layout specific, then might add to the page layout header placeholder instead.
http://api.jquery.com/css/
Hope it helps.

Whats happening when switching themes in Sugar CRM or similar kind of application

Can anyone tell me what's happening when i click on a different color / Them icon in sugar CRM or new ORKUT. I am trying to develop a similar kind of application(in ASP.NET) where i need to switch to different themes. I dont want to use the ASP.NET SKINS.It seems that there is no page post backs happening when we change the skins in sugar crm /new orkut. Where the changes are being stored ? Do i need to maintain different css for different themes
It looks like the CSS styles for various classes are dynamically changed. You can verify this in Firebug by inspecting a particular element, looking at for instance its background color, then switching the theme. You'll see the background color (or whatever) change. The data for all themes is likely sent down in the initial page render.

Resources