Consolidate local overrides of messages and styles in "local" subdirectory. Allows customisation without creating a new thmee.

This commit is contained in:
Graham Triggs 2017-10-02 18:24:06 +01:00
parent f6dd5a0a75
commit 870bc529e6
5 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,5 @@
/*
Override theme CSS styles by placing them in this file
Note - all themes must include <../../..>/local/css/local.css as the last import.
*/

View file

@ -0,0 +1,5 @@
#
# Local customisations override any provided messages
#
# Default (English)
#

View file

@ -0,0 +1 @@
You can override messages and CSS by placing local rules and text in the files here.

View file

@ -31,3 +31,4 @@ VIVO tenderfoot theme: screen styles
@import url("page-login.css");
@import url("page-menu.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans");
@import url("../../../local/css/local.css");

View file

@ -24,3 +24,4 @@ VIVO wilma theme: screen styles
@import url("reset.css");
@import url("wilma.css");
@import url("../../../local/css/local.css");