Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • FlopBox-SEVERIN-livrable3
  • FlopBox-SEVERIN-livrable2
  • FlopBox-SEVERIN-livrable1
4 results

pom.xml

Blame
  • scodoc.css 82.85 KiB
    /*   ScoDoc, (c) Emmanuel Viennet 1998 - 2024
     */
    
    :root {
      --sco-content-min-width: 600px;
      --sco-content-max-width: 1024px;
      --sco-deep-blue: rgb(4, 16, 159);
      --sco-color-explication: rgb(4, 16, 159);
      --sco-color-background: rgb(242, 242, 238);
      --sco-color-box-bg: rgb(243, 240, 228);
      --sco-color-mod-std: rgb(175, 175, 194);
      --sco-color-ressources: rgb(248, 200, 68);
      --sco-color-saes: rgb(198, 255, 171);
      --sco-color-ues: rgb(0, 81, 169);
    }
    
    html,
    body {
      background-color: var(--sco-color-background);
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 12pt;
      margin: 0;
      padding: 0;
      width: 100%;
    }
    
    @media print {
      .noprint {
        display: none;
      }
    }
    
    h1,
    h2,
    h3 {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    
    h3 {
      font-size: 14pt;
      font-weight: bold;
    }
    
    body a {
      color: var(--sco-deep-blue);
    }
    
    details>summary:first-of-type {
      display: list-item !important;
    }
    
    div.container {
      margin-bottom: 24px;
    }
    
    div.sco-app-content {
      display: flex;
      flex-direction: column;
      margin-right: 12px;
    }
    
    .vspaced {
      margin-top: 18px !important;
      margin-bottom: 18px !important;
    }
    
    
    .space-before-8 {
      margin-top: 8px !important;
    }