mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
style changes, added Xolonium and linja pimeja 1.9.
This commit is contained in:
parent
d5cd19d84d
commit
98f59d4885
6 changed files with 40 additions and 16 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ PAGES_HTML = $(patsubst $(PAGEDIR)/%.md,$(OUTDIR)/%.html,$(_PAGES))
|
|||
_DIRECTORIES = $(shell find $(PAGEDIR)/* -type d)
|
||||
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)
|
||||
OUT_STATIC = $(patsubst static/%,out/%,$(_STATIC_FILES)) $(patsubst static/%.h,out/%,$(_STATIC_HEADERS))
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<style>
|
||||
@font-face {
|
||||
font-family: "sitelen pona";
|
||||
src: url("linjapimeja1.4.otf")
|
||||
src: url("linjapimeja19.ttf")
|
||||
}
|
||||
|
||||
.sp {
|
||||
|
|
|
@ -1,17 +1,22 @@
|
|||
#define C_WHITE #ecf0f1
|
||||
#define C_GRAY1 #bdc3c7
|
||||
#define C_GRAY2 #95a5a6
|
||||
#define C_GRAY3 #7f8c8d
|
||||
#define C_BLACK #2c3e50
|
||||
#define C_BLACK2 #34495e
|
||||
#define C_RED1 #e74c3c
|
||||
#define C_RED2 #c0392b
|
||||
#define C_GRN1 #2ecc71
|
||||
#define C_GRN2 #27ae60
|
||||
#define C_YEL1 #f1c40f
|
||||
#define C_YEL2 #f39c12
|
||||
#define C_BLU1 #3498db
|
||||
#define C_BLU2 #2980b9
|
||||
#define C_WHITE #eeeeec
|
||||
#define C_GRAY1 #d3d7cf
|
||||
#define C_GRAY2 #babdb6
|
||||
#define C_GRAY3 #888a85
|
||||
#define C_BLACK #2e3436
|
||||
#define C_BLACK2 #555753
|
||||
#define C_RED1 #cc0000
|
||||
#define C_RED2 #a40000
|
||||
#define C_GRN1 #73d216
|
||||
#define C_GRN2 #4e9a06
|
||||
#define C_YEL1 #edd400
|
||||
#define C_YEL2 #c4a000
|
||||
#define C_BLU1 #3465a4
|
||||
#define C_BLU2 #204a87
|
||||
|
||||
@font-face {
|
||||
font-family: "Xolonium";
|
||||
src: url("/Xolonium-Regular.otf");
|
||||
}
|
||||
|
||||
html {
|
||||
min-height: 100%;
|
||||
|
@ -95,6 +100,25 @@ th, td {
|
|||
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 {
|
||||
border-inline-start: 4px solid C_GRN1;
|
||||
color: C_GRN2;
|
||||
|
|
BIN
static/tokipona/linjapimeja19.ttf
Normal file
BIN
static/tokipona/linjapimeja19.ttf
Normal file
Binary file not shown.
BIN
static/tokipona/linjapimeja19.woff
Normal file
BIN
static/tokipona/linjapimeja19.woff
Normal file
Binary file not shown.
BIN
static/tokipona/linjapimeja19.woff2
Normal file
BIN
static/tokipona/linjapimeja19.woff2
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue