Company Style Guide - Web
The Maintenance Essentials web site is used to communicate with employees, customers and vendors. There is secure content that includes internal company training, policies, procedures, etc.
This style guide is intended to demonstrate to content contributors and editors on best practice for content presentation.
To enable the following HTML styles, the Input format best be set to Full HTML when creating content.
Information Boxes
Information (info) boxes are used to draw attention to specific content for the viewer. Info boxes should be used sparingly to emphasize content.
Notice box
The "Notice" box is used to draw the readers attention to specific content, you can insert a "Notice" into any page that has "Full HTML editing enabled as follows;
<div class="box_notice" id="Info">This is a notice box</div>Alert box
The "Alert" box is used to alert readers of specific content, you can insert an "Alert" into any page that has "Full HTML editing enabled as follows;
<div class="box_alert" id="Info">This is a alert box</div>Message boxes
The "Warning" box is used to warn readers of specific content, you can insert an "Warning" into any page that has Full HTML editing enabled as follows;
<div class="box_red" id="Info">This is a warning box</div><div class="box_green" id="Info">This is a info box</div><div class="box_blue" id="Info">This is a info box</div><div class="box_grey" id="Info">This is a message box</div><div class="disclaimer" id="Info">This is a disclaimer box</div>Right box
The "Right" box is used to illustrate related text for readers on the right hand side of the page, you can insert an an info box on the right hand side that has Full HTML editing enabled as follows;
<div class="box_right" id="Info">This is a right box</div>
Left box
The "Left" box is used to illustrate related text for readers on the left hand side of the page, you can insert an an info box on the left hand side that has Full HTML editing enabled as follows;
<div class="box_left" id="Info">This is a left box</div>
