Skip to content
Snippets Groups Projects
Select Git revision
  • 694f981cde86e71f4fb6c478615642f4d16bab0e
  • main default protected
  • f-utility-json
  • f-remove-deprecation-warning
  • dev
  • f-docs-pylib
  • f-parse-value
  • f-compare
  • f-string-ids
  • f-217-set-special-property
  • f-filesystem-import
  • f-filesystem-link
  • f-filesystem-directory
  • f-filesystem-core
  • f-filesystem-cleanup
  • f-check-merge-entities
  • f-compare-enid
  • f-select-subproperties
  • v0.18.0
  • v0.17.0
  • v0.16.0
  • v0.15.1
  • v0.15.0
  • v0.14.0
  • v0.13.2
  • v0.13.1
  • v0.13.0
  • linkahead-rename-step-2
  • linkahead-rename-step-1
  • v0.12.0
  • v0.11.2
  • v0.11.1
  • v0.11.0
  • v0.10.0
  • v0.9.0
  • v0.8.0
  • v0.7.4
  • v0.7.3
38 results

DEPENDENCIES.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 {