mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-16 21:40:23 +01:00
init - cerulean theme
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -10,6 +10,7 @@ public/config.json
|
|||||||
public/css/*.css
|
public/css/*.css
|
||||||
public/themes/*
|
public/themes/*
|
||||||
!/public/themes/vanilla
|
!/public/themes/vanilla
|
||||||
|
!/public/themes/cerulean
|
||||||
*.sublime-project
|
*.sublime-project
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
plugins/*
|
plugins/*
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
@import "../themes/vanilla/vanilla.less";
|
@import "../themes/cerulean/cerulean.less";
|
||||||
1
public/themes/cerulean/account.less
Normal file
1
public/themes/cerulean/account.less
Normal file
@@ -0,0 +1 @@
|
|||||||
|
@import "../vanilla/account";
|
||||||
1
public/themes/cerulean/admin.less
Normal file
1
public/themes/cerulean/admin.less
Normal file
@@ -0,0 +1 @@
|
|||||||
|
@import "../vanilla/admin";
|
||||||
1
public/themes/cerulean/category.less
Normal file
1
public/themes/cerulean/category.less
Normal file
@@ -0,0 +1 @@
|
|||||||
|
@import "../vanilla/category";
|
||||||
13
public/themes/cerulean/cerulean.less
Normal file
13
public/themes/cerulean/cerulean.less
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
@import "../vanilla/mixins";
|
||||||
|
@import "style";
|
||||||
|
@import "topic";
|
||||||
|
@import "category";
|
||||||
|
@import "noscript";
|
||||||
|
@import "home";
|
||||||
|
@import "header";
|
||||||
|
@import "account";
|
||||||
|
@import "search";
|
||||||
|
@import "unread";
|
||||||
|
@import "admin";
|
||||||
|
@import "users";
|
||||||
|
@import "footer";
|
||||||
1
public/themes/cerulean/footer.less
Normal file
1
public/themes/cerulean/footer.less
Normal file
@@ -0,0 +1 @@
|
|||||||
|
@import "../vanilla/footer";
|
||||||
1
public/themes/cerulean/header.less
Normal file
1
public/themes/cerulean/header.less
Normal file
@@ -0,0 +1 @@
|
|||||||
|
@import "../vanilla/header";
|
||||||
1
public/themes/cerulean/home.less
Normal file
1
public/themes/cerulean/home.less
Normal file
@@ -0,0 +1 @@
|
|||||||
|
@import "../vanilla/home";
|
||||||
2
public/themes/cerulean/noscript.less
Normal file
2
public/themes/cerulean/noscript.less
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
@import "../vanilla/noscript";
|
||||||
|
@import "../vanilla/mixins";
|
||||||
1
public/themes/cerulean/search.less
Normal file
1
public/themes/cerulean/search.less
Normal file
@@ -0,0 +1 @@
|
|||||||
|
@import "../vanilla/search";
|
||||||
2
public/themes/cerulean/style.less
Normal file
2
public/themes/cerulean/style.less
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
@import "../vanilla/style";
|
||||||
|
@import "../vanilla/mixins";
|
||||||
1
public/themes/cerulean/topic.less
Normal file
1
public/themes/cerulean/topic.less
Normal file
@@ -0,0 +1 @@
|
|||||||
|
@import "../vanilla/topic";
|
||||||
1
public/themes/cerulean/unread.less
Normal file
1
public/themes/cerulean/unread.less
Normal file
@@ -0,0 +1 @@
|
|||||||
|
@import "../vanilla/unread";
|
||||||
1
public/themes/cerulean/users.less
Normal file
1
public/themes/cerulean/users.less
Normal file
@@ -0,0 +1 @@
|
|||||||
|
@import "../vanilla/users";
|
||||||
Reference in New Issue
Block a user