Skip to content
Snippets Groups Projects
Select Git revision
  • f098bc484c124dc92898f67b1f4e7e14bfa214cf
  • master default protected
  • 1.31
  • 4.38.8
  • 4.38.7
  • 4.38.6
  • 4.38.5
  • 4.38.4
  • 4.38.3
  • 4.38.2
  • 4.38.1
  • 4.38.0
  • 4.37.2
  • 4.37.1
  • 4.37.0
  • 4.36.0
  • 4.35.0
  • 4.34.1
  • 4.34.0
  • 4.33.1
  • 4.33.0
  • 4.32.2
  • 4.32.1
23 results

mocha.css

Blame
  • mocha.css 5.52 KiB
    @charset "utf-8";
    
    body {
      margin:0;
    }
    
    #mocha {
      font: 20px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin: 60px 50px;
    }
    
    #mocha ul,
    #mocha ul,
    #mocha li {
      margin: 0;
      padding: 0;
    }
    
    #mocha ul {
      list-style: none;
    }
    
    #mocha h1,
    #mocha h2 {
      margin: 0;
    }
    
    #mocha h1 {
      margin-top: 15px;
      font-size: 1em;
      font-weight: 200;
    }
    
    #mocha h1 a {
      text-decoration: none;
      color: inherit;
    }
    
    #mocha h1 a:hover {
      text-decoration: underline;
    }
    
    #mocha .suite .suite h1 {
      margin-top: 0;
      font-size: .8em;
    }
    
    #mocha .hidden {
      display: none;
    }
    
    #mocha h2 {
      font-size: 12px;
      font-weight: normal;
      cursor: pointer;
    }
    
    #mocha .suite {
      margin-left: 15px;
    }
    
    #mocha .test {
      margin-left: 15px;
      overflow: hidden;
    }
    
    #mocha .test.pending:hover h2::after {
      content: '(pending)';
      font-family: arial, sans-serif;
    }