This theme was originally created for the Apex Racing TV broadcast of the iRacing Formula 3.5 Championship. It replicates the overlay theme used by the real life championship in 2015.
To apply this theme to your overlay simply add this to Initial Variable Values:
Overlay.Theme = "themes/fr35.css";
We recommend removing all existing code in your Style Overrides to ensure there are no conflicts.
For this theme, extensive user customisation is not recommended, however you can easily change the colour of the Driver Position Boxes by adding the below code to your Style Overrides and replacing the red and darkred values with colours of your choice:
.overlay {
--driver-position-background-color: red;
--driver-position-border-color: darkred;
}
To use your own logos within the overlay still then also add the following to Style Overrides entering your own url’s:
/* Logos */.overlay {
--header-logo: url();
--left-footer-logo: url();
--left-footer-logo-filter: none;
--right-footer-logo: url();
--right-footer-logo-filter: none;
}
/* Top-right logo */.overlay > .logo > .logo-image {
background-image: url();
top: 10px;
right: 10px;
width: 350px;
}
Although we don’t recommend further customisation to this theme you can find the full CSS code to inspect here: https://livetiming.sdk-gaming.co.uk/themes/fr35.css