Menu

#2762 Customize CSS Kioskmode Mainpage "Area"??

open
nobody
None
1
2023-05-31
2023-05-31
Anonymous
No

Hello,

i would like to customize the css of the "kiosk"-main page (when you start the kiosk mode)
because the writing and numbers are a little bit too small for a 1080p TV on the Wall!
I prefered the style (see picture) of one of the first request about the kiosk mode!

https://sourceforge.net/p/mrbs/support-requests/2425/

Is there any hint how or can you nudge me where i have to change the css please? I assuming, i have to create an custom css, but i dont know exactly, where i have to start?!

THX in Advance

Discussion

  • Campbell Morrison

    Yes, you'll need a custom CSS file (see systemdefaults.inc.php for more details) and you might want a rule such as

    body[data-kiosk] {
      font-size: x-large;
    }
    
     
  • Anonymous

    Anonymous - 2023-05-31

    thanks for your fast respond, i will have a try