Last active
December 11, 2016 08:49
-
-
Save marschhuynh/2d60e203e6623f0f0bfd1450660cc6ee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.sm-title { | |
font-size: 16px; | |
padding: 0px 25px 0px 0px; | |
} | |
.sm-label { | |
color: #bbb; | |
font-size: 12px; | |
} | |
.sm-value { | |
text-align: right; | |
min-width: 40px; | |
} | |
.sm-status-label { | |
color: #bbb; | |
font-size: 10px; | |
padding: 0 2px 0 5px; | |
} | |
.sm-unit-label, | |
.sm-net-unit-label { | |
color: #aaa; | |
font-size: 8px; | |
padding: 6px 5px 0 2px; | |
} | |
.sm-disk-unit-label { | |
color: #aaa; | |
font-size: 10px; | |
padding: 0 5px 0 2px; | |
} | |
.sm-net-unit-label { | |
min-width: 25px; | |
} | |
.sm-perc-label { | |
color: #aaa; | |
font-size: 10px; | |
padding: 0 5px 0 2px; | |
} | |
.sm-temp-label { | |
color: #aaa; | |
font-size: 11px; | |
padding: 0 5px 0 2px; | |
} | |
.sm-status-value { | |
min-width: 25px; | |
text-align: right; | |
} | |
.sm-net-value { | |
min-width: 40px; | |
text-align: center; | |
} | |
.sm-disk-value { | |
min-width: 25px; | |
text-align: right; | |
} | |
.sm-big-status-value { | |
min-width: 42px; | |
text-align: right; | |
} | |
.sm-chart { | |
padding: 0 2px; | |
} | |
.sm-tooltip-box { | |
font-size: 0.85em; | |
font-weight: bold; | |
color: rgba(255, 255, 255, 0.9); | |
background-color: rgba(10, 10, 10, 0.7); | |
border-radius: 5px; | |
padding: 3px; | |
border: 1px solid #a5a5a5; | |
} | |
.sm-tooltip-item { | |
padding: 0px; | |
spacing: 10px; | |
} | |
.sm-status-icon { | |
padding: 0px 2px; | |
icon-size: 1.14em; | |
} | |
.sm-popup-menu-item-compact { | |
} | |
/* style definition when 'compact-display' option is activated */ | |
.sm-title-compact { | |
font-size: 13px; | |
color: #C5C5C5; | |
} | |
.sm-label-compact { | |
color: #999999; | |
font-size: 13px; | |
padding: 0px 5px 0px 5px; | |
} /* Bat, Net... units in menu items */ | |
.sm-value-compact { | |
font-size: 14px; | |
text-align: right; | |
padding: 0px 5px 0px 5px; | |
color: white; | |
} /* Values in menu items */ | |
.sm-status-label-compact { | |
color: #bbb; | |
font-size: 8px; | |
padding: 2px 0px 0 0px; | |
} /* names and Disk R and W signs in text items */ | |
.sm-unit-label-compact, | |
.sm-net-unit-label-compact { | |
color: #515151; | |
padding: 6px 3px 0px 5px; | |
text-align: right; | |
font-size: 11px; | |
} /* Bat, Net... units in text items */ | |
.sm-disk-unit-label-compact { | |
color: #aaa; | |
padding: 9px 3px 0px 0px; | |
text-align: right; | |
font-size: 7px; | |
} /* Disk units in text items */ | |
.sm-perc-label-compact { | |
padding: 9px 3px 0 0px; | |
color: #aaa; | |
font-size: 8px; | |
} /* Cpu, Mem ... % sign in text items */ | |
.sm-temp-label-compact { | |
font-size: 11px; | |
color: #515151; | |
padding: 7px 1px 0 1px; | |
} /* Thermal °C sign in text items */ | |
.sm-status-value-compact { | |
padding:5px 0px 0 1px; | |
font-size:12px; | |
text-align: right; | |
min-width:16px; | |
} /* Cpu, Mem... value in text items */ | |
.sm-net-value-compact { | |
padding:5px 0px 0 1px; | |
font-size:12px; | |
text-align: right; | |
min-width:24px; | |
} /* Net value in text items */ | |
.sm-disk-value-compact { | |
padding: 6px 1px 0 1px; | |
font-size: 11px; | |
text-align: right; | |
min-width: 20px; | |
} /* Disk value in text items */ | |
.sm-big-status-value-compact { | |
padding: 6px 0px 0px 1px; | |
font-size: 11px; | |
min-width: 38px; | |
text-align: right; | |
} /* freq in text_items */ | |
.sm-chart-compact { | |
padding: 0 2px; | |
} | |
.sm-tooltip-box { | |
font-size: 0.85em; | |
font-weight: bold; | |
color: rgba(255, 255, 255, 0.9); | |
background-color: rgba(10, 10, 10, 0.7); | |
border-radius: 5px; | |
padding: 3px; | |
border: 1px solid #a5a5a5; | |
} | |
.sm-tooltip-item-compact { | |
padding: 0px; | |
spacing: 10px; | |
} | |
.sm-status-icon-compact { | |
padding: 1px 0 0 2px; | |
icon-size: 1.00em; | |
} /* BAT icon in text_items */ | |
.sm-popup-menu-item-compact { | |
font-size: 11px; | |
width: 20px; | |
padding: 1px 2px 1px 7px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment