Blame view

templates/html/common-blue/zim-pres-variables.css 977 Bytes
5703e30a2   William Daniau   On sépare les var...
1
2
3
4
5
6
7
8
9
10
  
      /* Variables for S5 Presentation */
      
      :root {
          
          /* S5 Presentation variables */
          --main-pres-banner-foreground: #437484;     /* Foreground color on header and footer */
          --main-pres-banner-background: #ccdddd77;   /* Background color on header and fooetr */
          --main-pres-background-color: white;        /* Body background color                 */
          --main-pres-background-repeat: no-repeat;   /* Body background repeat property       */
0d8dc7302   William Daniau   Nouvelle version ...
11
12
13
14
          --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            */
7f591be41   William Daniau   Ajout de la varia...
15
          --main-pres-font-scale: 1.0;                /* Global font factor                    */
5703e30a2   William Daniau   On sépare les var...
16
      }