31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
@font-face {
|
|
font-family: "MailartRubberstamp";
|
|
src: url("../fonts/MailartRubberstamp-Regular.woff") format("woff");
|
|
font-family: "GreatPrimer";
|
|
src: url("../fonts/IM_FELL_Great_Primer_Roman.woff") format("woff");
|
|
}
|
|
|
|
// Variables LESS
|
|
@window-header-title-font-size: 1.3rem;
|
|
@window-header-title-font-weight: normal;
|
|
@window-header-title-color: #f5f5f5;
|
|
@major-button-font-size: 1.05rem;
|
|
@major-button-font-weight: normal;
|
|
@major-button-color: #dadada;
|
|
@tab-header-font-size: 1rem;
|
|
@tab-header-font-weight: 700;
|
|
@tab-header-color: #403f3e;
|
|
@tab-header-color-active: #4a0404;
|
|
@actor-input-font-size: 0.8rem;
|
|
@actor-input-font-weight: 500;
|
|
@actor-input-color: black;
|
|
@actor-label-font-size: 0.8rem;
|
|
@actor-label-font-weight: 700;
|
|
@actor-label-color: rgba(70, 67, 49, 0.76863);
|
|
@debug-background-color-red: rgba(255, 0, 0, 0.32941);
|
|
@debug-background-color-blue: rgba(29, 0, 255, 0.32941);
|
|
@debug-background-color-green: rgba(84, 255, 0, 0.32941);
|
|
@debug-box-shadow-red: inset 0 0 2px red;
|
|
@debug-box-shadow-blue: inset 0 0 2px blue;
|
|
@debug-box-shadow-green: inset 0 0 2px green;
|