Skip to content
Snippets Groups Projects
Select Git revision
  • 49be97e9e27ba694db17dddca34053c780635e91
  • develop default protected
  • feature/kinetic-schemes
  • feature/reconstruction
  • feature/local-dt-fsi
  • feature/composite-scheme-sources
  • feature/composite-scheme-other-fluxes
  • feature/serraille
  • feature/variational-hydro
  • feature/composite-scheme
  • hyperplastic
  • feature/polynomials
  • feature/gks
  • feature/implicit-solver-o2
  • feature/coupling_module
  • feature/implicit-solver
  • feature/merge-local-dt-fsi
  • master protected
  • feature/escobar-smoother
  • feature/hypoelasticity-clean
  • feature/hypoelasticity
  • v0.5.0 protected
  • v0.4.1 protected
  • v0.4.0 protected
  • v0.3.0 protected
  • v0.2.0 protected
  • v0.1.0 protected
  • Kidder
  • v0.0.4 protected
  • v0.0.3 protected
  • v0.0.2 protected
  • v0 protected
  • v0.0.1 protected
33 results

gray.css

Blame
    • Stéphane Del Pino's avatar
      49be97e9
      git subrepo pull packages/org-themes · 49be97e9
      Stéphane Del Pino authored
      subrepo:
        subdir:   "packages/org-themes"
        merged:   "0afa2af54"
      upstream:
        origin:   "git@gitlab.com:OlMon/org-themes.git"
        branch:   "master"
        commit:   "0afa2af54"
      git-subrepo:
        version:  "0.4.9"
        origin:   "git@github.com:ingydotnet/git-subrepo.git"
        commit:   "30db3b8"
      49be97e9
      History
      git subrepo pull packages/org-themes
      Stéphane Del Pino authored
      subrepo:
        subdir:   "packages/org-themes"
        merged:   "0afa2af54"
      upstream:
        origin:   "git@gitlab.com:OlMon/org-themes.git"
        branch:   "master"
        commit:   "0afa2af54"
      git-subrepo:
        version:  "0.4.9"
        origin:   "git@github.com:ingydotnet/git-subrepo.git"
        commit:   "30db3b8"
    gray.css 8.92 KiB
    body {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 1.4;
        color: #33333f;
        }
    
    code {
            font-family: "Inconsolata", "monospace";
            font-size: 16px;
        }
    
    p>code, li>code {
            background-color: #eee;
            padding: 0.25em;
        }
    
    h1, h2, h3 {
            font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
        }
    
    h2 {
            border-bottom: 1px solid #f0c;
            padding-bottom: 0.5em;
            font-size: 1.75em;
        }
    
    h3 {
            margin-top: 2em;
            font-size: 1.5em;
        }
    
    h4 {
            font-size: 1.25em;
        }
    
    h5 {
            font-size: 1em;
        }
    
    h2 code, h3 code, h4 code, h5 code, td code {
            font-family: inherit !important;
            font-size: inherit !important;
        }
    
    td code {
            font-weight: bold;
        }
    
    a:link, a:hover, a:visited {
                             text-decoration: none;
                             color: black;
                         }
    
    a:link {
            background: #ff8;
        }
    
    a:visited {
            color: #666;
            background: #ffc;
        }
    
    a:link:hover,
    a:visited:hover {
            background: #ff0;
        }
    
    a[href^="http"] {
            background: #bff;