init - cerulean theme

This commit is contained in:
psychobunny
2013-09-10 15:02:03 -04:00
parent b19097ab8f
commit 9fa75a8b45
15 changed files with 29 additions and 1 deletions

1
.gitignore vendored
View File

@@ -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/*

View File

@@ -1 +1 @@
@import "../themes/vanilla/vanilla.less"; @import "../themes/cerulean/cerulean.less";

View File

@@ -0,0 +1 @@
@import "../vanilla/account";

View File

@@ -0,0 +1 @@
@import "../vanilla/admin";

View File

@@ -0,0 +1 @@
@import "../vanilla/category";

View 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";

View File

@@ -0,0 +1 @@
@import "../vanilla/footer";

View File

@@ -0,0 +1 @@
@import "../vanilla/header";

View File

@@ -0,0 +1 @@
@import "../vanilla/home";

View File

@@ -0,0 +1,2 @@
@import "../vanilla/noscript";
@import "../vanilla/mixins";

View File

@@ -0,0 +1 @@
@import "../vanilla/search";

View File

@@ -0,0 +1,2 @@
@import "../vanilla/style";
@import "../vanilla/mixins";

View File

@@ -0,0 +1 @@
@import "../vanilla/topic";

View File

@@ -0,0 +1 @@
@import "../vanilla/unread";

View File

@@ -0,0 +1 @@
@import "../vanilla/users";