PTMagic/Monitor/wwwroot/assets/css/custom.css

284 lines
4.7 KiB
CSS

a {
color: #33b5e5;
}
a:hover,
a:focus,
a:active {
color: #50cefc;
}
.logo>.logo-version {
font-size : 12px;
font-weight: normal;
color : #33b5e5 !important;
margin-left: 10px;
}
.ptstatus-icon {
font-size: 22px;
}
.text-highlight {
color: #e67e22;
}
.pair-tooltip {
min-width : 400px;
background: none;
}
.tooltip-200 {
min-width: 250px;
}
.text-dark {
color: #303841 !important;
}
.text-ptmagic {
color: #33b5e5 !important;
}
.hidden {
display: none;
}
.btn-ptmagic {
border : 1px solid #33b5e5 !important;
background: #33b5e5;
color : #ffffff;
}
.btn-ptmagic:hover {
border : 1px solid #33b5e5 !important;
background: #33b5e5 !important;
color : #ffffff !important;
}
.btn-custom.btn-ptmagic {
color: #33b5e5;
}
.btn-ptmagic.btn-mini {
padding : .15rem .5rem;
font-size : .475rem;
line-height : 1.2;
border-radius: .1rem;
}
.btn-xs {
line-height: 1.4;
padding : 0.14286rem 0.5rem;
font-size : 0.78571rem;
}
.ticker-widgets div {
display : inline-block;
margin-top : 12px;
margin-left: 10px;
}
.ticker-widget {
margin-top : 12px;
margin-right: 12px;
}
.card-box-mini {
padding : 7px;
margin-bottom: 0px;
}
.card-box-dark {
background: #333333;
}
.card-box-success-outlined {
background : none;
border : 1px solid #81c868;
border-radius: 5px;
color : #81c868;
}
.card-box-warning-outlined {
background : none;
border : 1px solid #ffbd4a;
border-radius: 5px;
color : #ffbd4a;
}
.card-box-ptmagic-outlined {
background : none;
border : 1px solid #33b5e5;
border-radius: 5px;
color : #33b5e5;
}
.card-box-ptmagic-status-outlined {
background : none;
border : 1px solid #33b5e5;
border-radius: 5px;
color : #33b5e5;
padding : 7px;
}
.ptmagic-version {
text-align: center;
position : absolute;
bottom : 10px;
width : 100%;
}
.table {
color : white;
font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size : 11px;
}
/* If the screen size is 400px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 400px) {
.table {
font-size: 9px;
}
}
.tablesaw-sortable .tablesaw-sortable-head button {
min-width: unset;
}
.tablesaw-sortable-switch {
display: none;
}
.errorRow {
background-color: #550000;
}
.errorRow a {
color: white;
}
.table-scroll-hori {
display : block;
width : 100%;
overflow-x : auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.trend-chart .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point,
.trades-chart .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point,
.profit-chart .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point,
.balance-chart .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
fill-opacity : 1 !important;
stroke-opacity: 1 !important;
}
.trend-chart
{
clear: none;
}
/* Custom menu styles */
#topnav .navigation-menu {
text-align: left;
}
#topnav .navigation-menu>li>a i {
display : inline-block;
padding-right: 5px;
color : #33b5e5;
}
#topnav .navigation-menu>li>a {
padding-top : 12px;
padding-bottom: 10px;
padding-left : 10px;
padding-right : 10px;
}
#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:focus,
#topnav .navigation-menu>li>a:active {
color: #50cefc;
}
#topnav .navigation-menu>li>a:hover i,
#topnav .navigation-menu>li>a:focus i,
#topnav .navigation-menu>li>a:active i {
color: #c6cace;
}
#topnav .navigation-menu>li .submenu li a i {
color: #33b5e5;
width: 20px;
}
#topnav .has-submenu.active>a {
color: #50cefc;
}
/* Circolus */
.cdev {
position: absolute;
height : 30px;
width : 30px;
top: 5px;
left: 0;
margin : 0 0 0 10px;
display: inline;
}
.cdev div {
position : absolute;
height : 30px;
width : 30px;
border-radius: 50%;
}
.cdev div span {
position : absolute;
font-family : Arial;
font-size : 5px;
line-height : 7px;
height : 20px;
width : 20px;
left : 5px;
top : 5px;
text-align : center;
border-radius : 50%;
background-color: #36404a;
color: #36404a;
}
.cdev .background {
background-color: #b3cef6;
}
.cdev .rotate {
clip : rect(0 15px 30px 0);
background-color: #4b86db;
}
.cdev .left {
clip : rect(0 15px 30px 0);
opacity : 1;
background-color: #b3cef6;
}
.cdev .right {
clip : rect(0 15px 30px 0);
transform : rotate(180deg);
opacity : 0;
background-color: #4b86db;
}
@keyframes toggle {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}