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