/** Global *******************************************/ *{ all: unset; font-family: "Fira Sans"; color: #151515; } /** Boxes ***********************************/ .winbox { background-color: #F5EEE6; border: 1px solid #161616; border-radius: 12px; } /** Resources ***********************************/ .res_box { background-color: #F0E9E1; border: 1px solid #E6DFD7; border-radius: 12px; padding: 14px 18px 14px 18px; } .res_circle { background-color: #E1DCD2; border: 0px solid #161616; border-radius: 100%; padding: 0px; } .res_circle_small { background-color: #F5EEE6; border: 0px solid #161616; border-radius: 100%; padding: 40px; } .res_text { background-color: #E6E1D7; border: 2px solid #161616; border-radius: 16px; font-size : 18px; padding: 0px 8px 0px 8px; margin: 0px 0px 0px 0px; font-weight : bold; } .res_cpu { color: #FD6B85; } .res_mem { color: #B1A6EE; } .res_disk { color: #67D4F1; } /** Power Buttons ***********************************/ .powericons { background-repeat: no-repeat; background-size: 48px; min-height: 48px; min-width: 48px; } /** Quotes ***********************************/ .quote_box { margin: 20px; } .quote_text { font-size : 14px; font-style: italic; font-weight : bold; } /** EOF *************************************************/