WebguiappTemplate/HTML/res/appstyles.css

25 lines
727 B
CSS

:root {
/*========== Colors ==========*/
--first-color: #FFFFFF;
--first-color-light: #5499C7;
--title-color: #21618C;
--header-color: #EEEEEE;
--text-color: #404040;
--text-color-light: #21618C;
--body-color: #FFFFFF;
--container-color: #5499C7;
/*========== Font and typography ==========*/
--body-font: 'Consolas', monospace;
--large-font-size: 1.4rem;
--normal-font-size: 0.9rem;
--small-font-size: .9rem;
--smaller-font-size: .8rem;
/*========== Font weight ==========*/
--font-medium: 500;
--font-semi-bold: 600;
}
.pwrbox{width:80%; height:auto; padding:5px; margin:10px auto; box-sizing:border-box;}
.pwrbox td {font: .9rem consolas, monospace; width:30%; padding:0;margin:0;}