<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* common layout for all screen sizes */
@import url("layoutcommon.css");

/* Splash screen styling */
@import url("splashscreen.css");

/* main application screen styling */
@import url("appscreen.css");

/* Device specific big image viewer settings */
@import url("imageviewer.css");

/* Device specific trait selector settings */
@import url("traitselector.css");

/* Page navigator styling */
@import url("navigator.css");

/* Interface button styling */
@import url("buttons.css");

/* Trait icon styling */
@import url("icons.css");</pre></body></html>