Skip to content
Snippets Groups Projects
Select Git revision
  • 85745c50611d29a38573c3bdc1bd476628caf315
  • main default protected
  • dev protected
  • f-yaml-parser-enums
  • f-fix-paths
  • f-fix-validate-to-dict
  • f-labfolder-converter
  • f-state-machine-script
  • f-xlsx-converter-warnings-errors
  • f-rename
  • f-extra-deps
  • f-more-jsonschema-export
  • f-henrik
  • f-fix-89
  • f-trigger-advanced-user-tools
  • f-real-rename-test
  • f-linkahead-rename
  • f-register-integrationtests
  • f-fix-id
  • f-h5-files
  • f-json-schema
  • v0.14.0
  • v0.13.0
  • v0.12.0
  • v0.11.0
  • v0.10.0-numpy2
  • v0.10.0
  • v0.9.0
  • v0.8.0
  • v0.7.0
  • v0.6.1
  • v0.6.0
  • v0.5.0
  • v0.4.1
  • v0.4.0
  • v0.3.1
  • v0.3.0
37 results

combined.css

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    combined.css 195.43 KiB
    /**************
    *  basic.css  *
    **************/
    /**********
    * colors  *
    ***********/
    /**********
    * helper  *
    ***********/
    .list_vertical > ul {
      margin: 0;
      padding: 0;
    }
    .list_vertical > ul li {
      list-style-type: none;
    }
    .list_horizontal > ul {
      margin: 0;
      padding: 0;
    }
    .list_horizontal > ul > li {
      list-style-type: none;
      float: left;
      position: relative;
    }
    /*************
    * functions  *
    **************/
    /******
    * css *
    ******/
    body {
      color: #374858;
    }
    .clearfix:after {
      content: " ";
      visibility: hidden;
      display: block;
      height: 0;
      clear: both;
    }
    table.adminTable {
      background-color: white;
      border-collapse: collapse;
    }
    table.adminTable th {
      font-weight: bold;
      border: 1px solid black;
      padding: 10px;
    }
    table.adminTable th .info {
      font-size: 10px;
      width: 120px;
    }
    table.adminTable td {
      border: 1px solid black;
      padding: 10px;
    }
    #percentage {
      border: 1px solid black;
      height: 20px;
      width: 200px;
      background: white;
      position: relative;
      text-align: center;
      color: black;
      font-weight: bold;
      display: none;
    }
    #percentage div {