Skip to content
Snippets Groups Projects
Select Git revision
  • fa238dccc6b4726fa0550a54039a0dcfbb33aea7
  • main default protected
  • dev
  • f-unmod
  • f-checkidentical
  • f-simple-breakpoint
  • f-new-debug-tree
  • f-existing-file-id
  • f-no-ident
  • f-collect-problems
  • f-refactor-debug-tree
  • v0.13.0
  • v0.12.0
  • v0.11.0
  • v0.10.1
  • v0.10.0
  • v0.9.1
  • v0.9.0
  • v0.8.0
  • v0.7.1
  • v0.7.0
  • v0.6.0
  • v0.5.0
  • v0.4.0
  • v0.3.0
  • v0.2.0
  • v0.1.0
27 results

RELEASE_GUIDELINES.md

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 {