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