Blame view

doc/Wize_Doc_files/_resources/common-spec/zim-pres-variables.css 881 Bytes
7664ca37c   William Daniau   Nouvelle doc et e...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  
      /* Variables for S5 Presentation */
      
      :root {
          
          /* S5 Presentation variables */
          --main-pres-banner-foreground: #4e9a06;     /* Foreground color on header and footer */
          --main-pres-banner-background: #ccddbb77;   /* Background color on header and fooetr */
          --main-pres-background-color: white;        /* Body background color                 */
          --main-pres-background-repeat: no-repeat;   /* Body background repeat property       */
          --main-pres-background-size: 100%;          /* Body background size property         */
          --main-pres-img-height: 8em;                /* Size of image height                  */
          --main-pres-table-font-size: 80%;           /* Relative font-size in tables          */
          --main-pres-code-font-size: 70%;            /* Relative font-size in code            */
      }