From ea7c4b88dcd6212a45d955e2bd7f4687820d9d3d Mon Sep 17 00:00:00 2001 From: William Daniau Date: Tue, 15 Oct 2019 11:09:57 +0200 Subject: [PATCH] Ajout de fichiers override d'exemples --- templates/html/common-blue/zim-override.css | 14 ++++++++++++++ templates/html/common-blue/zim-print-override.css | 2 ++ templates/html/common-wize/zim-override.css | 14 ++++++++++++++ templates/html/common-wize/zim-print-override.css | 2 ++ 4 files changed, 32 insertions(+) create mode 100644 templates/html/common-blue/zim-override.css create mode 100644 templates/html/common-blue/zim-print-override.css create mode 100644 templates/html/common-wize/zim-override.css create mode 100644 templates/html/common-wize/zim-print-override.css diff --git a/templates/html/common-blue/zim-override.css b/templates/html/common-blue/zim-override.css new file mode 100644 index 0000000..09a6c56 --- /dev/null +++ b/templates/html/common-blue/zim-override.css @@ -0,0 +1,14 @@ + + /* Place here portions of the css specific to this theme */ + + div.zim-object { + border-style:none; + } + + pre { + background-color: #EFEFEF; + padding: 5px; + border: solid #aaa 1px; + border-radius: 4px; + } + diff --git a/templates/html/common-blue/zim-print-override.css b/templates/html/common-blue/zim-print-override.css new file mode 100644 index 0000000..e83a1bb --- /dev/null +++ b/templates/html/common-blue/zim-print-override.css @@ -0,0 +1,2 @@ + + /* Place here portions of the css specific to this theme for printing */ diff --git a/templates/html/common-wize/zim-override.css b/templates/html/common-wize/zim-override.css new file mode 100644 index 0000000..09a6c56 --- /dev/null +++ b/templates/html/common-wize/zim-override.css @@ -0,0 +1,14 @@ + + /* Place here portions of the css specific to this theme */ + + div.zim-object { + border-style:none; + } + + pre { + background-color: #EFEFEF; + padding: 5px; + border: solid #aaa 1px; + border-radius: 4px; + } + diff --git a/templates/html/common-wize/zim-print-override.css b/templates/html/common-wize/zim-print-override.css new file mode 100644 index 0000000..e83a1bb --- /dev/null +++ b/templates/html/common-wize/zim-print-override.css @@ -0,0 +1,2 @@ + + /* Place here portions of the css specific to this theme for printing */ -- 2.16.4