qh h RYQJ2EE/-1023470623ins,1݀`,/com.sap.portal.resourcerepository/repo/application_branding/~com.sap.portal.navigation.mfp.resources/1/default/less/palette.less&&&GZ=1&000&A6E90000&hݧ&*&HTTP/1.1 200 OK Content-Type: content/unknown server: SAP NetWeaver Application Server 7.22 / AS Java 7.31 last-modified: Sat, 12 Oct 2013 19:58:48 GMT cache-control: max-age=604800 Content-Length: 4799 /** * Modify your portal branding by changing the color values of the constants in this file. * For more information about the constants, see SAP Note 1705067. * For more information about the branding process, see the portal documentation. **/ //------------------------------------------------------------------------------------------------------ // Base Colors //------------------------------------------------------------------------------------------------------ // Base colors of color scheme, from which all the rest of the colors are derived @main-color: black ; @secondary-color: white; @accent-color: #18B59C; // #faba00 //------------------------------------------------------------------------------------------------------ // Background Colors //------------------------------------------------------------------------------------------------------ // Background color of iViews and of text tags in Launcher @background-color1: #ffffff; // Background color of content area @background-color2: #efefef; //------------------------------------------------------------------------------------------------------ // Font Type //------------------------------------------------------------------------------------------------------ @fontType : Arial, sans-serif; //------------------------------------------------------------------------------------------------------ // Color Operations //------------------------------------------------------------------------------------------------------ // Colors derived from @main-color @main-color0: @main-color; @main-color1: lighten(@main-color, 14.5%); @main-color2: lighten(@main-color, 34%); @main-color3: lighten(@main-color, 12%); @main-color4: lighten(@main-color, 50%); @main-color5: lighten(@main-color, 8%); // Colors derived from @secondary-color @secondary-color0: @secondary-color; @secondary-color1: darken(@secondary-color, 29%); @secondary-color2: darken(@secondary-color, 35%); @secondary-color3: darken(@secondary-color, 8,5%); @secondary-color4: darken(@secondary-color, 19.5%); @secondary-color5: darken(@secondary-color, 8%); @secondary-color6: darken(@secondary-color, 4%); @secondary-color7: darken(@secondary-color, 16%); // Colors derived from @accent-color @accent-color0: @accent-color; @accent-color1: darken(@accent-color, 15%); @accent-color2: darken(@accent-color, 6%); // Font color operations @font-color1: @secondary-color2; @font-color2: @secondary-color5; @font-color3: @main-color; @font-color4: @secondary-color1; @font-color5: @secondary-color; // icon text @font-color6: @main-color1; @header-border: @accent-color; @footer-border: @main-color3; //------------------------------------------------------------------------------------------------------ // Additional Colors //------------------------------------------------------------------------------------------------------ // Dark colors used for shadows @additional-dark: black; @additional-dark2: #a8a8a8; @additional-dark3: fade(@additional-dark, 30%); @additional-dark4: lighten(@additional-dark, 8%); @additional-light: white; @additional-light1: darken(@additional-light, 14.5%); //#E5E5E5 @additional-light2: darken(@additional-light, 34%); // #a8a8a8 @additional-light3: darken(@additional-light, 12%); // #e9e9e9 @additional-light4: darken(@additional-light, 20%); //#dadada @additional-light5: darken(@additional-light, 8%); //#F0F0F0 @additional-font-color: @additional-dark4; //------------------------------------------------------------------------------------------------------ // Gradient Operations //------------------------------------------------------------------------------------------------------ //Gradient direction @start-location: bottom; // Gradient used in headers @set1-begin: @main-color0; @set1-firstColorEnd: @main-color0; @set1-secondColorBegin: @main-color1; @set1-end: @main-color2; // Gradient used in footers @set11-begin: @main-color1; @set11-end: @main-color1; // Gradient used in footers @set2-begin: @main-color3; @set2-end: @main-color5; // Gradient used for buttons and panels @set3-begin: @main-color0; @set3-end: @main-color2; // Gradient used for buttons, for example, the Search button @set4-begin: @secondary-color0; @set4-end: @secondary-color4; // Gradient used for buttons, for example, the Log Off button @set5-begin: @secondary-color2; @set5-end: @secondary-color5; // Gradient used for fields, for example, the Smartphone Search field @set6-begin: @main-color0; @set6-end: @main-color1; // Gradient used for action bar @set7-begin: @secondary-color4; @set7-end: @secondary-color5;