Skip to content

Instantly share code, notes, and snippets.

@sudogem
Last active February 24, 2022 09:00
Show Gist options
  • Save sudogem/e712d337a5af0ac6980f025bbe30c996 to your computer and use it in GitHub Desktop.
Save sudogem/e712d337a5af0ac6980f025bbe30c996 to your computer and use it in GitHub Desktop.
(DARK MODE)Philstocks Customized Theme for MarketInfo page
/**
* Philstocks Customized Theme for MarketInfo page
* https://my.philstocks.ph/OneScreen/MarketInfo.cshtml
**/
.content {
background-color: #000;
}
.maTableSymbol {
color:#fff;
}
.altBG {
background-color: #000;
}
.maTable td, .gaTable td {
border-bottom: 1px solid #333;
}
.maTable {
border-right: 1px solid #333;
}
.indicesTitle {
color:#fff;
}
.indicesBox {
border: 0px solid #333;
}
.indicesBoxHighlight {
background-color: transparent;
}
/******************************/
.gaTableSymbol,
.maTableSymbol,
.indicesTitle {
font-size: 0.99em;
font-weight: 700;
}
#moversTable th.maTableHeader,
#activesTable th.maTableHeader,
#gainersTable th.gaTableHeader,
#losersTable th.gaTableHeader {
font-weight: bold;
}
#moversTable th.maTableHeader {
color: #fff;
background-color:#333;
}
#moversTable .maTableValue {
color:#fff;
}
#activesTable th.maTableHeader {
color: #fff;
background-color:blue;
}
#activesTable .maTableSymbol {
color: #3399ff;
}
#activesTable .maTableValue {
color:#3399ff;
}
#gainersTable th.gaTableHeader {
color: #fff;
background-color:green;
}
#gainersTable span.gaTableSymbol {
color:seagreen;
}
#gainersTable span.gaTablePercent,
#gainersTable span.gaTableVal {
color:limegreen
}
#losersTable th.gaTableHeader {
color: #fff;
background-color:red;
}
#losersTable span.gaTableSymbol {
color:orangered;
}
#losersTable span.gaTablePercent,
#losersTable span.gaTableVal {
color: #ff0000;
}
span.maTableValue {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment