diff options
Diffstat (limited to 'src/application/themes/slate')
| -rw-r--r-- | src/application/themes/slate/theme.json | 22 | 
1 files changed, 22 insertions, 0 deletions
| diff --git a/src/application/themes/slate/theme.json b/src/application/themes/slate/theme.json new file mode 100644 index 0000000..ec2101f --- /dev/null +++ b/src/application/themes/slate/theme.json @@ -0,0 +1,22 @@ +{ +    "$format": 1, +    "version": "1.0.0", +    "id": "slate", +    "name": "Slate", +    "author": "Jonas Kohl", +    "files": [ +        "../../../ui/icons/css/fork-awesome.min.css", +        "../../../ui/slate.min.css", +        "../../../ui/fonts/mybb-icons/style.css", +        "../../../ui/site.css", +        [ +            ".post-container-controls {", +            "    background-image: linear-gradient(transparent, #272b30 56%);", +            "}", +            ".post-container-controls::after {", +            "    background: rgba(0,0,0,0.6);", +            "}" +        ] +    ] +} + |