Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 6.x protected
  • madysson
  • 5.x protected
  • asm
  • time-varying-information-set
  • 4.6 protected
  • dynare_minreal
  • dragonfly
  • various_fixes
  • 4.5 protected
  • clang+openmp
  • exo_steady_state
  • declare_vars_in_model_block
  • julia
  • error_msg_undeclared_model_vars
  • static_aux_vars
  • slice
  • aux_func
  • penalty
  • 6.3 protected
  • 6.2 protected
  • 6.1 protected
  • 6.0 protected
  • 6-beta2 protected
  • 6-beta1 protected
  • 5.5 protected
  • 5.4 protected
  • 5.3 protected
  • 5.2 protected
  • 5.1 protected
  • 5.0 protected
  • 5.0-rc1 protected
  • 4.7-beta3 protected
  • 4.7-beta2 protected
  • 4.7-beta1 protected
  • 4.6.4 protected
  • 4.6.3 protected
  • 4.6.2 protected
  • 4.6.1 protected
40 results

custom.css

Blame
    • Sébastien Villemot's avatar
      e5f938a8
      Integrate new reference manual · e5f938a8
      Sébastien Villemot authored
      - integrate with autoconf/automake, so that "make html pdf" now build the
        manual
      - remove the old texinfo manual
      - the PDF manual is now called dynare-manual.pdf (Closes #1543)
      - add a Gitlab CI job that updates the online unstable manual under
        www.dynare.org/manual-unstable/
      Verified
      e5f938a8
      History
      Integrate new reference manual
      Sébastien Villemot authored
      - integrate with autoconf/automake, so that "make html pdf" now build the
        manual
      - remove the old texinfo manual
      - the PDF manual is now called dynare-manual.pdf (Closes #1543)
      - add a Gitlab CI job that updates the online unstable manual under
        www.dynare.org/manual-unstable/
    custom.css 718 B
    div.sphinxsidebar {
        float: left;
        width: 230px;
        font-size: 90%;
        word-wrap: break-word;
        overflow-wrap : break-word;
        overflow-y: scroll;
        scrollbar-width: none;     /* Firefox */
        -ms-overflow-style: none;  /* IE 10+ */
        top: 0;
        bottom: 0;
    }
    
    div.sphinxsidebar::-webkit-scrollbar {  /* WebKit */
      width: 0px;
    }
    
    
    div.sphinxsidebarwrapper p.logo {
        padding: 0;
        margin: -10px 0 0 0px;
        text-align: left;
    }
    
    div.body {
        min-width: 450px;
        max-width: 90%;
    }
    
    .property{
        display:inline-block;
        text-decoration: underline;
        text-decoration-style: double;
        padding-right: 10px;
        padding-top: 0px;
    }
    
    blockquote {
        margin: 0 0 15px 30px;
        padding: 0;
    }