ipMonitor 7 supports the ability to change default formatting options using Cascading Style Sheets (CSS) by modifying the override.css file.
This tip requires a basic understanding of HTML and CSS. Learning resources can be found here: http://www.w3.org/Style.CSS/learning.
ipMonitor uses two files, style.css and override.css to help format its dynamically rendered HTML pages. Style.css is changed with each ipMonitor update, while override.css is initially a blank file, and will never be altered by updates or patches.
Modifying the override.css file allows you to override any of the exposed CSS settings present in the style.css file.
Since the Statistics and Configuration Interfaces are separate and unique, there are two sets of style.css and override.css files.
To modify the font size of the text displayed in the Details Real-time Status View, proceed with the following:
body.detail td {font-family: Arial, Helvetica, sans-serif; font-size: 16px !important; margin: 0px;}Before:

After:

For information on other features and concepts related to those discussed in this article, refer to the following ipMonitor resources:
< Back
![]()
Last Updated: November 15, 2004 | What did you think of this topic?