Modern theme separators

main
Bob Mottram 2020-11-07 17:50:43 +00:00
parent 861136edde
commit 71bf40d29f
4 changed files with 4 additions and 7 deletions

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

View File

@ -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",