Welcome: Guest
NOTE: This site is no longer maintained. Upgrade to the latest version of ipMonitor ยป

Knowledge Center > Tips
Using CSS to Change Font Styles and Color in ipMonitor

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.

  • The CSS files that override default formatting for the Statistics Interface can be found in the \ipMonitor7\wwwroot\stats\ folder.
  • The CSS files that override default formatting for the Configuration Interface can be found in the \ipMonitor7\wwwroot\cfg\ folder.

Example

To modify the font size of the text displayed in the Details Real-time Status View, proceed with the following:

  1. Open the \ipMonitor7\wwwroot\stats\override.css file with Notepad, or another text editor.
  2. Insert the following line of CSS code:
    body.detail td {font-family: Arial, Helvetica, sans-serif; font-size: 16px !important; margin: 0px;}
  3. Save the file and refresh the Details Real-Time Status page to view your formatting changes.

Before:

After:

Additional Information

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?

Privacy Statement | Terms of Use | EULA | Contact | Site Map

Prices displayed do not reflect international pricing unless otherwise stated. Please see our international price list for current pricing specific to your location. All prices are subject to change without notice.

© 2003-2008 SolarWinds.net, Inc. All Rights Reserved. SolarWinds®, the SolarWinds logo, ipMonitor®, LANsurveyor®, and Orion® are among the trademarks or registered trademarks of the company in the United States and/or other countries. All other trademarks are property of their respective owners.