Resource Menu


RE : Which file modifies css/color scheme?
Hello Grendy,

To change the CSS

  • you will need to generate an new ear from the source package
  • You can add your personal css inside your directory in "LS/Src/LS-Client/Default-WebApp/styles"
  • To add it in the available one, you will need to add a line in the file "LS/Src/LS-Client/Default-WebApp/WEB-INF/libresource-web.xml"
…
<skins>
		<skin key="enterprise-artenum" css="styles/basic/style.jsp?light=590000&amp;dark=996633" name="Enterprise Artenum" platforms="Mozilla (recommended), Internet Explorer, Safari"/>
		<skin key="enterprise-light" css="styles/entreprise/light/style.css" name="Enterprise light" platforms="all"/>	
		<skin key="enterprise-deep-blue" css="styles/entreprise/deep-blue/style.css" name="Enterprise deep blue" platforms="all"/>	
		<skin key="enterprise-light-gray" css="styles/entreprise/light-gray/style.css" name="Enterprise light gray" platforms="all"/>

<skin key="basic" css="styles/basic/style.jsp?light=0e3a6b&amp;dark=061525" name="Basic" platforms="Mozilla (recommended), Internet Explorer, Safari"/> <skin key="basic-pink" css="styles/basic/style.jsp?light=ff00c0&amp;dark=402239" name="Basic Fashion" platforms="Mozilla (recommended), Internet Explorer, Safari"/> ...

Hardware

  • Code2 Duo 2Ghz 2Go RAM is more than enouth
posted by Sebastien Jourdain at Jul 16, 2009 9:42 PM