25 lines
727 B
CSS
25 lines
727 B
CSS
:root {
|
|
/*========== Colors ==========*/
|
|
--first-color: #FFFFFF;
|
|
--first-color-light: #00ccee;
|
|
--title-color: #006699;
|
|
--header-color: #EEEEEE;
|
|
--text-color: #404040;
|
|
--text-color-light: #006699;
|
|
--body-color: #FFFFFF;
|
|
--container-color: #00ccee;
|
|
|
|
/*========== 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;}
|