#0076ff;
#e62117;
#fd8724;
#fec81c;
#5cb85c;
<label>Labels for fields</label>label label-default label label-primary label label-blue label label-red label label-orange label label-yellow label label-green
<span class="label label-default">label label-default</span>
All buttons are to have an appropriate glypicon.
<button type="button" class="btn btn-primary"><span class="glyphicon glyphicon-stats"></span> Get Rates</button>
</span> Get Rates</button>
<button type="button" class="btn btn-primary"><span class="glyphicon glyphicon-stats"></span> Get Rates</button>
<button type="button" class="btn btn-primary"><span class="glyphicon glyphicon-search"></span> Find Account/Search</button>
<button type="button" class="btn btn-primary"><span class="glyphicon glyphicon-plus-sign"></span> Additional</button>
<button type="button" class="btn btn-primary"><span class="glyphicon glyphicon-minus-sign"></span> Fewer</button>
<button type="button" class="btn btn-primary"><span class="glyphicon glyphicon-play-circle"></span> Run Report</button>
<button type="button" class="btn btn-primary"><span class="glyphicon glyphicon-refresh"></span> Updated</button>
<button type="button" class="btn btn-primary"><span class="glyphicon glyphicon-comment"></span> Send Feedback</button>
<button type="button" class="btn btn-primary"><span class="glyphicon glyphicon-saved"></span> Save</button>
<button type="button" class="btn btn-grey"><span class="glyphicon glyphicon-grey"></span> Cancel</button>
<button type="button" class="btn btn-red"><span class="glyphicon glyphicon-ban-circle"></span> Reset</button>
<button type="button" class="btn btn-red"><span class="glyphicon glyphicon-alert"></span> Overdue</button>
<button type="button" class="btn btn-orange"><span class="glyphicon glyphicon-ok-sign"></span> Acknowledged</button>
<button type="button" class="btn btn-yellow"><span class="glyphicon glyphicon-time"></span> Pending</button>
<button type="button" class="btn btn-white"><span class="glyphicon glyphicon-refresh"></span> Updated</button>
All buttons should have an icon, using the appropriate glyph. To use a glyphicon inside of a span .glyphicon glyphicon-####
<span class="glyphicon glyphicon-info-alert"></span>
<span class="glyphicon glyphicon-refresh"></span>
<span class="glyphicon glyphicon-time"></span>
<span class="glyphicon glyphicon-ok-sign"></span>
<span class="glyphicon glyphicon-remove"></span>
<span class="glyphicon glyphicon-cog"></span>
<span class="glyphicon glyphicon-new-window"></span>
<span class="glyphicon glyphicon-move"></span>
<span class="glyphicon glyphicon-ban-circle"></span>
<span class="glyphicon glyphicon-saved"></span>
<span class="glyphicon glyphicon-ok"></span>
<span class="glyphicon glyphicon-trash"></span>
<span class="glyphicon glyphicon-plus-sign"></span>
<span class="glyphicon glyphicon-minus-sign"></span>
<span class="glyphicon glyphicon-minus"></span>
<span class="glyphicon glyphicon-plus"></span>
<span class="glyphicon glyphicon-th-large"></span>
<span class="glyphicon glyphicon-stats"></span>
<span class="glyphicon glyphicon-search"></span>
<span class="glyphicon glyphicon-download-alt"></span>
<span class="glyphicon glyphicon-play-circle"></span>
<span class="glyphicon glyphicon-book"></span>
<span class="glyphicon glyphicon-list-alt"></span>
We currently use these different colors for buttons.
<button type="button" class="btn btn-primary"><span class="glyphicon glyphicon-info-sign"></span> btn-primary</button>
"btn btn-default". Other sizes are available;
btn btn-primary btn-lg
btn btn-primary btn-sm
btn btn-primary btn-xs
class="btn btn-default btn-lg"
class="btn btn-default"
class="btn btn-default btn-sm"
class="btn btn-default btn-xs"
<div class="alert alert-success" role="alert"><span class="glyphicon glyphicon-exclamation"> </span> ...</div>
<div class="alert alert-info" role="alert"><span class="glyphicon glyphicon-alert"> </span> ...</div>
<div class="alert alert-warning" role="alert"><span class="glyphicon glyphicon-alert"> </span> ...</div>
<div class="alert alert-danger" role="alert"><span class="glyphicon glyphicon-alert"> </span> ...</div>
All fields with .form-control are set to width: 100%; by default. Wrap labels and controls in .form-group for optimum spacing. All forms with consist of a label using the .label selector.
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Panel-title</h3>
</div>
<div class="panel-body">
Panel Content
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Panel-title</h3>
</div>
<div class="panel-body">
Panel Content
</div>
</div>
Our tables are borderlessand alternate colors. Table head is white and the first row is colored (class="odd").Even numbered rows class="even"
<div class="panel panel-default ">
<div class="panel-heading ">
<h3 class="panel-title "><span class="glyphicon glyphicon-align-left "></span> Rates Results</h3>
<!--Actions Tool kit-->
<div class="panel-actions ">
<a href="# " class="glyphicon glyphicon-move "></a>
<a href="# " class="glyphicon glyphicon-minus "></a>
<a href="# " class="glyphicon glyphicon-cog "></a>
</div>
<!-- /Actions Tool kit-->
</div>
<div class="panel-body ">
<div class="col-lg-12 ">
<!-- Table-->
<table class="table table-striped table-hover table-condensed " id="dataTables ">
<thead>
<tr>
<th>Status</th>
<th>Rate</th>
<th> </th>
</tr>
</thead>
<tbody>
<tr class="odd ">
<td>
<span class="btn btn-success btn-xs "><span class="glyphicon glyphicon-time "></span>
</td>
<td>3.259%</td>
<td>
<span class="glyphicon glyphicon-print "> </span>
</td>
</tr>
<tr class="even ">
<td>
<span class="btn btn-danger btn-xs "><span class="glyphicon glyphicon-alert "></span>
</td>
<td> 3.259%</td>
<td>
<span class="glyphicon glyphicon-print "> </span>
</td>
</tr>
<tr class="odd ">
<td>
<span class="btn btn-warning btn-xs "><span class="glyphicon glyphicon-ok-sign "></span>
</td>
<td> 3.259%</td>
<td>
<span class="glyphicon glyphicon-print "> </span>
</td>
</tr>
</tbody>
</table>
<!-- /Table-->
</div>
</div>
We generate HTML emails for outbound communication
|
|
|
<body style="background-color:#e9e9e9; margin:0; padding:0; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none; width:100%!important; height:100%;font-family:Helvetica Neue, Helvetica, Helvetica, Arial, sans-serif;">
<table style="width: 100%; boer-top:solid 3px #0874e4; background-color:#ffffff; margin:0; padding:0;">
<tr>
<td>
<div style="padding:15px; max-width:600px; margin:0 auto; display:block; max-width:600px;">
<table style="background-color:#ffffff;">
<tr>
<td><img src="https://mpg.mortech-inc.com/mpg/mpgjsp/login/images/marksman_logo.png" alt="Marksman Logo" />
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table style="width: 100%;">
<tr>
<td style="display:block!important; max-width:600px!important; margin:0 auto!important; clear:both!important; background-color:#ffffff;">
<div style="padding: 15px; max-width:600px; margin:0 auto; display:block; ">
<table style="width:100%;">
<tr>
<td>
<h3 style="font-weight:500; font-size:27px;">Dear Marksman Customer, </h3>
<p style="font-size:17px;">Your Marksman account is almost complete.</p>
</td>
</tr>
<tr>
<td>
<p>To activate your account, please click the following link and create a new password.</p>
<p>Enter URL here</p>
<p> If you have questions regarding this notification, please contact your <a href="#" style="color:#0077b5; text-decoration:none;" target="_blank">Marksman System Administrator</a>.</p>
<br/>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table style="width: 100%; clear:both!important;">
<tr>
<td style="display:block!important; max-width:600px!important; margin:0 auto!important; clear:both!important; font-size:12px;">
<table>
<tbody>
<tr>
<td>This email was intended for FirstName LastName</td>
</tr>
<tr>
<td>If you need assistance or have questions, please contact your <a href="#" style="color:#0077b5; text-decoration: none" target="_blank">Marksman System Administrator</a>.</td>
</tr>
<tr>
<td> © 2016 Mortech, a Zillow Group Business. Marksman and the Zillow Group logos are registered trademarks of Zillow Group.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</body>