= Gerrit Code Review - Themes Gerrit supports some customization of the HTML it sends to the browser, allowing organizations to alter the look and feel of the application to fit with their general scheme. == HTML Header/Footer and CSS The HTML header, footer and CSS may be customized for login screens (LDAP, OAuth, OpenId) and the internally managed Gitweb servlet. At startup Gerrit reads the following files (if they exist) and uses them to customize the HTML page it sends to clients: * `etc/GerritSiteHeader.html` + HTML is inserted below the menu bar, but above any page content. This is a good location for an organizational logo, or links to other systems like bug tracking. * `etc/GerritSiteFooter.html` + HTML is inserted at the bottom of the page, below all other content, but just above the footer rule and the "Powered by Gerrit Code Review (v....)" message shown at the extreme bottom. * `etc/GerritSite.css` + The CSS rules are inlined into the top of the HTML page, inside of a `