summaryrefslogtreecommitdiff
path: root/src/application/themes/gloss
diff options
context:
space:
mode:
Diffstat (limited to 'src/application/themes/gloss')
-rw-r--r--src/application/themes/gloss/theme.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/application/themes/gloss/theme.json b/src/application/themes/gloss/theme.json
new file mode 100644
index 0000000..726b872
--- /dev/null
+++ b/src/application/themes/gloss/theme.json
@@ -0,0 +1,18 @@
+{
+ "$format": 1,
+ "version": "1.0.0",
+ "id": "gloss",
+ "name": "Mystic Gloss",
+ "author": "Jonas Kohl",
+ "files": [
+ "../../../ui/icons/css/fork-awesome.min.css",
+ "../../../ui/gloss.min.css",
+ "../../../ui/fonts/mybb-icons/style.css",
+ "../../../ui/site.css",
+ [
+ ".post-container-controls {",
+ " background: linear-gradient(transparent, #f3f3f3 56%);",
+ "}"
+ ]
+ ]
+}