Search:

 

Navigation

 ·   Wiki Home
 ·   Categories
 ·   Title List
 ·   Uncategorized Pages
 ·   Random Page
 ·   File Upload
 ·   Uploaded Files
 ·   Recent Changes
 ·   RSS
 ·   Atom
 ·   What Links Here

Active Members:

Create or Find Page:

 

View Careers Website Customization

Table of Contents



When uploading your HTML into BrightMove, do not include the <DOCTYPE> or <HTML> tags.  Those are automatically added.  Just include your <HEAD> and <BODY>.

Careers Website Customization

Please read the following document for instructions on customizing the Careers Website.

File:CompanyPortalInstructions.pdf

Default Look and Feel

BrightMove offers a clean and crisp standard career site look and feel. The default CSS looks like this.

div.BMRequired {
    color
#E3877F
}

table {
    font
-familyVerdana;
    
font-size11px
}

table
.BMPortalLogin {
    font
-size10px;
    
color#000000;
    
font-size11px
}

table
.BMBorder {
    background
-color#000000;
    
font-size11px
}

table
.BMTitle {
    font
-weightbold;
    
background-color#F5FAFD;
    
color#182E51;
    
border1px solid #000000;
    
font-size11px
}

table
.BMContent {
    background
-color#FFFFFF;
    
border1px solid #000000;
    
font-size11px
}

table
.BMJobDescription {
    background
-color#FFFFFF;
    
border1px solid #000000;
    
font-size11px
}

table
.BMForm {
    background
-color#F7FCDE;
    
border1px solid #000000;
    
font-size11px
}

table
.BMDataGrid {
    font
-familyVerdana;
    
background-color#DDDDDD;
    
border1px solid #000000;
    
font-size11px
}

table
.BMPageResults {
    background
-color#C4E996;
    
border1px solid #000000;
    
font-size11px
}

table
.Timecard {
    font
-family"Tahoma";
    
background-color#F5FAFD;
    
border1px solid #000000
}

table
.Timesheet {
    font
-family"Tahoma";
    
background-colorLightYellow;
    
border1px solid #000000
}

table
.Timeentry {
    font
-family"Tahoma";
    
background-color#cccccc;
    
border1px solid #000000
}

tr
.BMHeader {
    font
-weightbold;
    
color#000000;
    
background-colorCCCCCC;
    
text-indent5pt
}

tr
.BMTitle {
    font
-weightbold;
    
color#182E51;
    
background-color#E5EFAF
}

tr
.BMNoDataFound {
    background
-color#FFFFFF;
    
font-styleitalic
}

tr
.BMData {
    background
-color#FFFFFF
}

tr
.BMHighlight {
    background
-color#B5EFAF
}

tr
.BMLoginLine {
    font
-size12px
}

tr
.TimeHeader {
    font
-weightbold;
    
background-color#ffffff;
    
text-aligncenter
}

tr
.Timeentry {
    background
-color#ffffff
}

td
.Header {
    font
-weightbold;
    
color#000000;
    
background-color#CCCCCC
}

td
.SortedHeader {
    font
-weightbold;
    
color#142E50;
    
background-color#E6E6E6
}

td
.BMError {
    font
-weightbold;
    
color#FF0000
}

td
.BMTitle {
    font
-size14px;
    
font-weightbold
}

td
.BMLabel {
    text
-alignleft;
    
vertical-aligntop;
    
font-size11px
}

td
.BMViewData {
    font
-weightbold;
    
vertical-aligntop;
    
font-size11px
}

td
.BMMenu {
    font
-size10px
}

td
.BMRequired {
    color
#E3877F;
    
text-alignleft;
    
vertical-aligntop;
    
white-spacenowrap;
    
font-size11px
}

td
.Small {
    font
-familyVerdana;
    
font-size11px
}

td
.SmallBold {
    font
-familyVerdana;
    
font-weightbold;
    
font-size11px
}

td
.XSmall {
    font
-familyVerdana;
    
font-size10px
}

td
.XSmallBold {
    font
-familyVerdana;
    
font-weightbold;
    
font-size10px
}

td
.Timeentry {
    text
-alignright
}

td
.TimeentryTotal {
    text
-alignright;
    
font-weightbold
}

input
.PortalButton {
    font
-size11px;
    
background-color#CCCCCC;
    
border1px solid #000000
}

input
.PortalMiniButton {
    font
-size10px;
    
background-color#CCCCCC;
    
border1px solid #000000
}

input
.BMButton {
    font
-size10px;
    
background-color#F5FAFD;
    
border1px solid #000000
}

input
.BMMiniButton {
    font
-size8px;
    
background-color#F5FAFD;
    
border1px solid #000000
}

input
.TimeHoursRO {
    text
-alignright;
    
width30px;
    
background-color#DDDDDD;
    
border1px solid #cccccc
}

input
.TimeHoursEdit {
    text
-alignright;
    
width30px;
    
background-color#D4FFC4;
    
border1px solid #000000
}

select
.BMWide {
    width
'2 in'
}

a
.BMNewLink {
    color
blue
}

a
.BMNewLink:active {
    color
blue
}

a
.BMNewLink:visited {
    color
blue
}

a
.BMNewLink:hover {
    color
blue
}

a
.Header {
    color
#FFFFFF
}

a
.Header:active {
    color
#FFFFFF
}

a
.Header:visited {
    color
#FFFFFF
}

a
.Header:hover {
    color
#FFFFFF
}

a
.SortedHeader {
    color
#142E50
}

a
.SortedHeader:active {
    color
#142E50
}

a
.SortedHeader:visited {
    color
#142E50
}

a
.SortedHeader:hover {
    color
#142E50
}

a
.BMTitle {
    color
#000066
}

a
.BMTitle:active {
    color
#000066
}

a
.BMTitle:visited {
    color
#000066
}

a
.BMTitle:hover {
    color
#000066
}

b
.BMHighLight {
    color
#FF0000;
    
font-size12px

Customization

A company can customize HTML style elements further by overriding the CSS used to render the site. There are 2 options for applying these styles to the BrightMove careers site.

Save the modified CSS on your company website, then reference the CSS from the portal code you upload into BrightMove.

<link rel="StyleSheet" href="http://www.yourcompanysite.com/brightmove_style.css" type="text/css" media="screen"
Embedded CSS

If you just want to override a handful of styles, you can use the embedded style sheet solution in the HTML you upload to BrightMove.  Just add this in the <head> tag of your HTML.

<style type="text/css" media="screen">
<!--
tr.BMHeader {
    font
-weightbold;
    
color#DDDDDD;
    
background-color#FFFFFF;
    
text-indent10pt
}

tr
.BMTitle {
    font
-weightbold;
    
color#000000;
    
background-color#FFFFFF
}-->
</
STYLE

Additional Resources

CSS Tutorial

Category:Careers Website

Categories: