style changes, added Xolonium and linja pimeja 1.9.

This commit is contained in:
/dev/urandom 2020-04-16 21:43:40 +03:00
parent d5cd19d84d
commit 98f59d4885
6 changed files with 40 additions and 16 deletions

View file

@ -14,7 +14,7 @@ PAGES_HTML = $(patsubst $(PAGEDIR)/%.md,$(OUTDIR)/%.html,$(_PAGES))
_DIRECTORIES = $(shell find $(PAGEDIR)/* -type d) _DIRECTORIES = $(shell find $(PAGEDIR)/* -type d)
DIRECTORIES = $(patsubst $(PAGEDIR)/, $(OUTDIR)/, $(_PAGES)) DIRECTORIES = $(patsubst $(PAGEDIR)/, $(OUTDIR)/, $(_PAGES))
_STATIC_FILES = $(shell find -L static/ -type f -name \*i | grep -v \.h$) _STATIC_FILES = $(shell find -L static/ -type f -name \* | grep -v \.h$)
_STATIC_HEADERS = $(shell find -L static/ -type f -name \*.h) _STATIC_HEADERS = $(shell find -L static/ -type f -name \*.h)
OUT_STATIC = $(patsubst static/%,out/%,$(_STATIC_FILES)) $(patsubst static/%.h,out/%,$(_STATIC_HEADERS)) OUT_STATIC = $(patsubst static/%,out/%,$(_STATIC_FILES)) $(patsubst static/%.h,out/%,$(_STATIC_HEADERS))

View file

@ -5,7 +5,7 @@
<style> <style>
@font-face { @font-face {
font-family: "sitelen pona"; font-family: "sitelen pona";
src: url("linjapimeja1.4.otf") src: url("linjapimeja19.ttf")
} }
.sp { .sp {

View file

@ -1,17 +1,22 @@
#define C_WHITE #ecf0f1 #define C_WHITE #eeeeec
#define C_GRAY1 #bdc3c7 #define C_GRAY1 #d3d7cf
#define C_GRAY2 #95a5a6 #define C_GRAY2 #babdb6
#define C_GRAY3 #7f8c8d #define C_GRAY3 #888a85
#define C_BLACK #2c3e50 #define C_BLACK #2e3436
#define C_BLACK2 #34495e #define C_BLACK2 #555753
#define C_RED1 #e74c3c #define C_RED1 #cc0000
#define C_RED2 #c0392b #define C_RED2 #a40000
#define C_GRN1 #2ecc71 #define C_GRN1 #73d216
#define C_GRN2 #27ae60 #define C_GRN2 #4e9a06
#define C_YEL1 #f1c40f #define C_YEL1 #edd400
#define C_YEL2 #f39c12 #define C_YEL2 #c4a000
#define C_BLU1 #3498db #define C_BLU1 #3465a4
#define C_BLU2 #2980b9 #define C_BLU2 #204a87
@font-face {
font-family: "Xolonium";
src: url("/Xolonium-Regular.otf");
}
html { html {
min-height: 100%; min-height: 100%;
@ -95,6 +100,25 @@ th, td {
font-family: sans-serif; font-family: sans-serif;
} }
.info:before, .warning:before, .error:before {
font-family: "Xolonium", sans-serif;
float:inline-end;
font-size: 3em;
padding-inline-end: 0.2em;
}
.info:before {
content: "";
}
.warning:before {
content: "";
}
.error:before {
content: "";
}
.info { .info {
border-inline-start: 4px solid C_GRN1; border-inline-start: 4px solid C_GRN1;
color: C_GRN2; color: C_GRN2;

Binary file not shown.

Binary file not shown.

Binary file not shown.