q%hhRY:QJ2EE/-1023470623ardad,1vpvn݀vm`,/com.sap.portal.resourcerepository/repo/application_branding/~com.sap.portal.navigation.mfp.resources/2/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 20:38:18 GMT cache-control: max-age=604800 Content-Length: 4559 /** * 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: #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, 8%); @main-color4: lighten(@main-color, 27%); // 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%); @secondary-color8: darken(@secondary-color, 2%); // 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; @link-font-color: #009ada; //------------------------------------------------------------------------------------------------------ // Additional Colors //------------------------------------------------------------------------------------------------------ // Dark colors used for shadows @additional-dark0: black; @additional-dark1: #a8a8a8; @additional-dark2: fade(@additional-dark0, 30%); @additional-dark3: lighten(@additional-dark0, 8%); // Light colors used for backgrounds of lists, such as Suggestions, Favorites, Portal Explorer @additional-light0: white; @additional-light1: darken(@additional-light0, 14.5%); //#E5E5E5 @additional-light2: darken(@additional-light0, 34%); // #a8a8a8 @additional-font-color: @additional-dark3; //------------------------------------------------------------------------------------------------------ // 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 for buttons and panels @set2-begin: @main-color0; @set2-end: @main-color2; // Gradient used for buttons, for example, the Search button @set3-begin: @secondary-color0; @set3-end: @secondary-color4; // Gradient used for buttons, for example, the Log Off button @set4-begin: @secondary-color2; @set4-end: @secondary-color5; // Gradient used for fields, for example, the Smartphone Search field @set5-begin: @main-color0; @set5-end: @main-color1; // Gradient used for action bar @set6-begin: @secondary-color4; @set6-end: @secondary-color5;