Commit ea7c4b88dcd6212a45d955e2bd7f4687820d9d3d

Authored by William Daniau
1 parent ac41b52480
Exists in master

Ajout de fichiers override d'exemples

Showing 4 changed files with 32 additions and 0 deletions Side-by-side Diff

templates/html/common-blue/zim-override.css
  1 +
  2 + /* Place here portions of the css specific to this theme */
  3 +
  4 + div.zim-object {
  5 + border-style:none;
  6 + }
  7 +
  8 + pre {
  9 + background-color: #EFEFEF;
  10 + padding: 5px;
  11 + border: solid #aaa 1px;
  12 + border-radius: 4px;
  13 + }
  14 +
templates/html/common-blue/zim-print-override.css
  1 +
  2 + /* Place here portions of the css specific to this theme for printing */
templates/html/common-wize/zim-override.css
  1 +
  2 + /* Place here portions of the css specific to this theme */
  3 +
  4 + div.zim-object {
  5 + border-style:none;
  6 + }
  7 +
  8 + pre {
  9 + background-color: #EFEFEF;
  10 + padding: 5px;
  11 + border: solid #aaa 1px;
  12 + border-radius: 4px;
  13 + }
  14 +
templates/html/common-wize/zim-print-override.css
  1 +
  2 + /* Place here portions of the css specific to this theme for printing */