Default HTML Style Sheets

 

If the mdcdefault.html or mdcndefault.html style sheets already exist the MDC software will use the contents and settings in the existing sheet to render the various MDC display forms.  By modifying this style sheet you can control the colors, font styles and font sizes used for various aspects of the MDC display.  If the mdcdefault.html style sheet does not exist, it will be created using the following default values.  These default values are best viewed at 1024x768 screen resolution.  For lower 800x600 resolution displays the font point sizes should be reduced.  

Color attributes are saved as 6 digit RGB hex values (EXAMPE: #000000=BLACK, #FF0000=RED, #00FF00=GREEN, #0000FF=BLUE, #FFFF00=YELLOW).   For more information on HTML Hex Color values, refer to an HTML editor, or any number of references freely available about formatting HTML text.  Once the mdcdefault.html file has been configured with the parameters and options desired, the file can be manually copied from workstation computer to workstation computer to replicate the HTML configuration.

 

• DAYMODE ( MDCDEFAULT.HTML )

<!--    The following Documents the Class Tags used by the Mobil Digital Communicator MDC workstation to format text output

    In DAYMODE. -->

<html>

<head>

<style>

body    { color: #FFFFFF; background-color: #000000; font-family:Arial; font-size: 14pt; }

table   { width: 100% }

<!-- Status Monitor and Unit Status Tags -->

tr.UNIT_MISC { color: #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.UNIT_AVAILABLE   { color: #FFFFFF; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.UNIT_ARRIVED { color: #00FFFF; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.UNIT_DISPATCHED  { color: #00FF00; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.UNIT_ENROUTE { color: #FFFF00; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.UNIT_TRANSPORT   { color: #FFFF00; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.UNIT_RADIOLOG   { color: #FFFFFF; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.UNIT_FREE       { color: #FFFFFF; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.UNIT_CLEAR       { color: #FFFFFF; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.EVENT_PENDING  { color: #FFFFFF; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.EVENT_ACTIVE   { color: #00FFFF; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.EVENT_COMPLETE  { color: #00FF00; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.UNIT_HEADER { color: #FFFFFF; font-size: 14pt; font-family:Arial; font-weight:bold; background-color:#0000FF }

tr.EVENT_HEADER  { color: #FFFFFF; font-size: 14pt; font-family:Arial; font-weight:bold; background-color:#0000FF }

tr.WT  { color: #FFFFFF; font-size: 14pt; vertical-align: top; font-family:Arial }

a.EVENT_PENDING   { color: #FFFFFF }

a.EVENT_ACTIVE    { color: #00FFFF }

a.EVENT_COMPLETE   { color: #00FF00 }

a.UNIT_MISC { color: #FF0000 }

a.UNIT_AVAILABLE   { color: #FFFFFF }

a.UNIT_ARRIVED { color: #00FFFF }

a.UNIT_DISPATCHED   { color: #00FF00 }

a.UNIT_ENROUTE { color: #FFFF00 }

a.UNIT_TRANSPORT    { color: #FFFF00 }

a.UNIT_RADIOLOG     { color: #FFFFFF }

a.UNIT_FREE        { color: #FFFFFF }

a.UNIT_CLEAR        { color: #FFFFFF }

 

<!-- Digital Dispatch Status Tags -->

tr.DD_HEADER { color: #FF0000; font-size: 18pt; vertical-align: top; text-align: center; font-family:Arial;

font-weight:bold }

tr.DD_UNIT { color: #FFFFFF; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.DD_EVENT { color: #FFFFFF; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.DD_CALLTYPE { color: #FFFFFF; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.DD_LOCATION { color: #FFFFFF; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.DD_DETAILS { color: #FFFFFF; font-size: 14pt; vertical-align: top; font-family:Arial }

td.DD_HEADER { color: #FF0000; font-size: 18pt; vertical-align: top; text-align: center; font-family:Arial;

 font-weight:bold }

td.DD_UNIT_LBL    { color: #00FF00; font-size: 14pt; vertical-align: top; font-family:Arial; font-weight:bold; width: 120 }

td.DD_EVENT_LBL  { color: #00FF00; font-size: 14pt; vertical-align: top; font-family:Arial; font-weight:bold; width: 120 }

td.DD_CALLTYPE_LBL { color: #00FF00; font-size: 14pt; vertical-align: top; font-family:Arial; font-weight:bold; width: 120 }

td.DD_LOCATION_LBL { color: #00FF00; font-size: 16pt; vertical-align: top; font-family:Arial; font-weight:bold; width: 120 }

td.DD_DETAILS_LBL { color: #00FF00; font-size: 16pt; vertical-align: top; font-family:Arial; font-weight:bold; width: 120 }

td.DD_UNIT { color: #FFFFFF; font-size: 14pt; vertical-align: top; font-family:Arial }

td.DD_EVENT { color: #FFFFFF; font-size: 14pt; vertical-align: top; font-family:Arial }

td.DD_CALLTYPE  { color: #FFFFFF; font-size: 14pt; vertical-align: top; font-family:Arial }

td.DD_LOCATION { color: #FFFFFF; font-size: 16pt; vertical-align: top; font-family:Arial }

td.DD_DESCRIP { color: #FFFFFF; font-size: 16pt; vertical-align: top; font-family:Arial }

 a.DD_EVENT { color: #FFFFFF }

<!-- Query Event Detail Page Tags -->

tr.EVENT_UNIT_HEADER { color: #FFFFFF; font-size: 14pt; font-family:Arial; font-weight:bold; background-color:#0000FF }

td.EVENT_LABEL_LEFT { color: #00FF00; font-size: 14pt; vertical-align: top; font-family:Arial; width: 120 }

td.EVENT_LABEL_INNER { color: #00FF00; font-size: 14pt; vertical-align: top; font-family:Arial; width: 120 }

td.EVENT_LABEL_RIGHT { color: #00FF00; font-size: 14pt; vertical-align: top; font-family:Arial; text-align: right }

<!-- Query Master Name Index Tags -->

tr.MHL { color: #FFFFFF; font-size: 14pt; font-family:Arial; font-weight:bold; background-color:#0000FF }

tr.MDL { color: #FFFFFF; font-size: 14pt; font-family:Arial; font-weight:bold }

tr.MIL { color: #FFFFFF; font-size: 14pt; font-family:Arial; font-weight:bold; background-color:#0000FF }

td.MLH { color: #00FF00; font-size: 14pt; vertical-align: top; font-family:Arial; width: 120 }

td.MIH { color: #00FF00; font-size: 14pt; vertical-align: top; font-family:Arial; width: 120 }

td.MIR { color: #00FF00; font-size: 14pt; vertical-align: top; font-family:Arial; text-align: right }

<!-- Query Master Vehicle Index Tags -->

tr.VHL { color: #FFFFFF; font-size: 14pt; font-family:Arial; font-weight:bold; background-color:#0000FF }

tr.VDL { color: #FFFFFF; font-size: 14pt; font-family:Arial; font-weight:bold }

tr.VIL { color: #FFFFFF; font-size: 14pt; font-family:Arial; font-weight:bold; background-color:#0000FF }

td.VLH { color: #00FF00; font-size: 14pt; vertical-align: top; font-family:Arial; width: 120 }

td.VIH { color: #00FF00; font-size: 14pt; vertical-align: top; font-family:Arial; width: 120 }

td.VIR { color: #00FF00; font-size: 14pt; vertical-align: top; font-family:Arial; text-align: right }

a.WT   { color: #FFFFFF }

 

<!-- Query Article/Property Tags -->

tr.ARTICLE_SUMMARY_HEADER { color: #FFFFFF; font-size: 14pt; font-family:Arial; font-weight:bold;

background-color:#0000FF }

tr.ARTICLE_SUMMARY_DATA { color: #FFFFFF; font-size: 14pt; font-family:Arial; vertical-align: top }

td.ARTICLE_DETAIL_LFT_LBL { color: #00FF00; font-size: 14pt; vertical-align: top; font-family:Arial; width: 120 }

td.ARTICLE_DETAIL_INR_LBL { color: #00FF00; font-size: 14pt; vertical-align: top; font-family:Arial; width: 120 }

td.ARTICLE_DETAIL_RGT_LBL { color: #00FF00; font-size: 14pt; vertical-align: top; font-family:Arial;

 text-align: right }

td.ARTICLE_STOLEN_ALERT { color: #FFFFFF; font-size: 14pt; vertical-align: top; font-family:Arial;

 font-weight:bold; background-color:#FF0000 }

a.PROPERTY_ITEM { color: #FFFFFF }

 

</style>

</head>

<body bgcolor="#000000" font='Arial' >

</body>

</html>

• NIGHTMODE ( MDCNDEFAULT.HTML )

<!--  The following Documents the Class Tags used by the Mobil Digital Communicator MDC workstation to format text output

    In NIGHTMODE. -->

<html>

<head>

<style>

body    { color: #FF0000; background-color: #000000; font-family:Arial; font-size: 14pt; }

table   { width: 100% }

<!-- Status Monitor and Unit Status Tags -->

tr.UNIT_MISC { color: #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.UNIT_AVAILABLE   { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.UNIT_ARRIVED { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.UNIT_DISPATCHED  { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.UNIT_ENROUTE { color: #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.UNIT_TRANSPORT   { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.UNIT_RADIOLOG   { color: #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.UNIT_FREE       { color: #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.UNIT_CLEAR       { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.EVENT_PENDING  { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.EVENT_ACTIVE   { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.EVENT_COMPLETE  { color: #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.UNIT_HEADER { color: #FF0000; font-size: 14pt; font-family:Arial; font-weight:bold; background-color:#333333}

tr.EVENT_HEADER  { color: : #FF0000; font-size: 14pt; font-family:Arial; font-weight:bold; background-color: #333333}

tr.WT  { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial }

a.EVENT_PENDING   { color: : #FF0000}

a.EVENT_ACTIVE    { color: #FF0000}

a.EVENT_COMPLETE   { color: #FF0000}

a.UNIT_MISC { color: : #FF0000}

a.UNIT_AVAILABLE   { color: #FF0000}

a.UNIT_ARRIVED { color: #FF0000}

a.UNIT_DISPATCHED   { color: : #FF0000}

a.UNIT_ENROUTE { color: #FF0000}

a.UNIT_TRANSPORT    { color: : #FF0000}

a.UNIT_RADIOLOG     { color: : #FF0000}

a.UNIT_FREE        { color: : #FF0000}

a.UNIT_CLEAR        { color: #FF0000}

 

<!-- Digital Dispatch Status Tags -->

tr.DD_HEADER { color: : #FF0000; font-size: 18pt; vertical-align: top; text-align: center; font-family:Arial;

font-weight:bold }

tr.DD_UNIT { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.DD_EVENT { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.DD_CALLTYPE { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.DD_LOCATION { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial }

tr.DD_DETAILS { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial }

td.DD_HEADER { color: : #FF0000; font-size: 18pt; vertical-align: top; text-align: center; font-family:Arial;

 font-weight:bold }

td.DD_UNIT_LBL    { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial; font-weight:bold; width: 120 }

td.DD_EVENT_LBL  { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial; font-weight:bold; width: 120 }

td.DD_CALLTYPE_LBL { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial; font-weight:bold; width: 120 }

td.DD_LOCATION_LBL { color: : #FF0000; font-size: 16pt; vertical-align: top; font-family:Arial; font-weight:bold; width: 120 }

td.DD_DETAILS_LBL { color: : #FF0000; font-size: 16pt; vertical-align: top; font-family:Arial; font-weight:bold; width: 120 }

td.DD_UNIT { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial }

td.DD_EVENT { color: #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial }

td.DD_CALLTYPE  { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial }

td.DD_LOCATION { color: #FF0000; font-size: 16pt; vertical-align: top; font-family:Arial }

td.DD_DESCRIP { color: : #FF0000; font-size: 16pt; vertical-align: top; font-family:Arial }

 a.DD_EVENT { color: : #FF0000}

<!-- Query Event Detail Page Tags -->

tr.EVENT_UNIT_HEADER { color: #FF0000; font-size: 14pt; font-family:Arial; font-weight:bold; background-color: #333333}

td.EVENT_LABEL_LEFT { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial; width: 120 }

td.EVENT_LABEL_INNER { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial; width: 120 }

td.EVENT_LABEL_RIGHT { color: #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial; text-align: right }

<!-- Query Master Name Index Tags -->

tr.MHL { color: : #FF0000; font-size: 14pt; font-family:Arial; font-weight:bold; background-color: #333333}

tr.MDL { color: : #FF0000; font-size: 14pt; font-family:Arial; font-weight:bold }

tr.MIL { color: : #FF0000; font-size: 14pt; font-family:Arial; font-weight:bold; background-color: #333333}

td.MLH { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial; width: 120 }

td.MIH { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial; width: 120 }

td.MIR { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial; text-align: right }

<!-- Query Master Vehicle Index Tags -->

tr.VHL { color: : #FF0000; font-size: 14pt; font-family:Arial; font-weight:bold; background-color: #333333}

tr.VDL { color: : #FF0000; font-size: 14pt; font-family:Arial; font-weight:bold }

tr.VIL { color: #FF0000; font-size: 14pt; font-family:Arial; font-weight:bold; background-color: #333333 }

td.VLH { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial; width: 120 }

td.VIH { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial; width: 120 }

td.VIR { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial; text-align: right }

a.WT   { color: : #FF0000}

 

<!-- Query Article/Property Tags -->

tr.ARTICLE_SUMMARY_HEADER { color: #FF0000; font-size: 14pt; font-family:Arial; font-weight:bold;

background-color:#0000FF }

tr.ARTICLE_SUMMARY_DATA { color: : #FF0000; font-size: 14pt; font-family:Arial; vertical-align: top }

td.ARTICLE_DETAIL_LFT_LBL { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial; width: 120 }

td.ARTICLE_DETAIL_INR_LBL { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial; width: 120 }

td.ARTICLE_DETAIL_RGT_LBL { color: #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial;

 text-align: right }

td.ARTICLE_STOLEN_ALERT { color: : #FF0000; font-size: 14pt; vertical-align: top; font-family:Arial;

 font-weight:bold; background-color: #333333}

a.PROPERTY_ITEM { color: : #FF0000}

 

</style>

</head>

<body bgcolor="#000000" font='Arial' >

</body>

</html>