forked from indymedia/epicyon
Modern theme separators
parent
861136edde
commit
71bf40d29f
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
11
theme.py
11
theme.py
|
@ -1024,16 +1024,13 @@ def setThemeIndymediaModern(baseDir: str):
|
||||||
fontStrItalic = \
|
fontStrItalic = \
|
||||||
"url('./fonts/NimbusSanL-italic.otf') format('opentype')"
|
"url('./fonts/NimbusSanL-italic.otf') format('opentype')"
|
||||||
themeParams = {
|
themeParams = {
|
||||||
"column-left-header-line-margin": "2%",
|
"post-separator-margin-top": "9%",
|
||||||
"column-right-header-line-margin": "2%",
|
"post-separator-margin-bottom": "9%",
|
||||||
"post-line-margin": "2%",
|
"post-separator-width": "80%",
|
||||||
"column-right-header-line-width": "0",
|
"post-separator-height": "1px",
|
||||||
"column-left-border-width": "0px",
|
"column-left-border-width": "0px",
|
||||||
"column-right-border-width": "0px",
|
"column-right-border-width": "0px",
|
||||||
"column-left-border-color": "black",
|
"column-left-border-color": "black",
|
||||||
"column-left-header-line-color": "#BBBBBB",
|
|
||||||
"column-left-header-line-width": "1px",
|
|
||||||
"post-line-width": "1px",
|
|
||||||
"column-left-header-color": "black",
|
"column-left-header-color": "black",
|
||||||
"column-left-header-background": "white",
|
"column-left-header-background": "white",
|
||||||
"column-left-header-style": "none",
|
"column-left-header-style": "none",
|
||||||
|
|
Loading…
Reference in New Issue