/*** background color of the overall page ***/ body { background-color: #dddddd; } /*** This will change the size of the top left corner logo ***/ #pageLogo { width: 50px; vertical-align: middle; } /*** This will change the size of the map "container" ***/ #meshmap { width: 1200px; height: 700px; } /*** this is the size of the map itself ***/ #mapid { width: 100%; height: 95%; } h1 { color: navy; margin-left: 20px; } .center { text-align: center; } .login { text-align: center; } .loginBoldText { text-align: center; font-weight: bold; } .boldText { font-weight: bold; } td.BackgroundColor { background-color: #dddddd; } /*wxc*/ boldText { font-weight: bold; } /*wxc*/ redText { color: red; } /*wxc*/ greenText { color: green; } /*wxc*/ a.normalTextLink { color: inherit; /*text-decoration: inherit;*/ text-decoration: none; } /*wxc*/ tr:nth-child(even) { background-color: #c0c0c0; } /*wxc*/ tr:nth-child(odd) { background-color: #d0d0d0; } .linkButton { background: none; color: blue; border: none; padding: 0; font: inherit; cursor: pointer; display: inline; } .inlineForm { display: inline; } MapTitle { color: Black; font-weight:bold; font-size: 200%; vertical-align: middle; } Warning_MSG { color: Red; font-weight:bold; font-size: 150%; text-align: center; } Welcome_MSG { /* color: Blue; */ font-weight:bold; font-size: 150%; text-align: center; display: inline; } /*wxc*/ Welcome_MSG2 { color: Black; font-weight: bold; text-align: center; display: inline; } Internet_MSG { color: Purple; font-weight:bold; font-size: 100%; text-align: center; } Mesh_MSG { color: Orange; font-weight:bold; font-size: 100%; text-align: center; } NodeTitle { color: blue; font-weight:bold; text-align: center; } Device_Linux { color: yellow; } Device_900MHz { color: magenta; } Device_24GHz { color: purple; } Device_3GHz { color: blue; } Device_5GHz { color: gold; } dtd_link { /*color: steelblue;*/ } Link_DTD { color: #A020F0; } Link_Tunnel { color: #808080; } Link_Infinite { Color: black; } MAP_DETAILS { color: Black; font-weight:bold; font-size: 125%; }