github.com/vlifesystems/rulehunter@v0.0.0-20180501090014-673078aa4a83/support/rulehunter/css/sitestyle.css (about)

     1  // Copyright (C) 2016-2018 vLife Systems Ltd <http://vlifesystems.com>
     2  // Licensed under an MIT licence.  Please see LICENSE.md for details.
     3  
     4  a.navbar-brand.active {
     5    color: white;
     6  }
     7  
     8  div#content {
     9    padding: 60px 15px;
    10  }
    11  
    12  ul#front-categories, #front-tags, #front-reports {
    13    margin-top: 2em;
    14    margin-bottom: 2em;
    15    margin-left: 0;
    16    margin-right: 0;
    17    padding: 0;
    18    list-style: none;
    19  }
    20  ul#front-categories li, #front-tags li {
    21    display: inline-block;
    22    font-size: 120%;
    23    font-weight: bold;
    24    padding-bottom: 0.5em;
    25    padding-right: 1em;
    26  }
    27  ul#front-reports li {
    28    display: block;
    29    font-size: 120%;
    30    font-weight: bold;
    31    padding-bottom: 0.5em;
    32    padding-right: 1em;
    33  }
    34  ul#front-reports span.details {
    35    font-weight: normal;
    36  }
    37  
    38  ul.reports {
    39    margin-top: 2em;
    40    margin-bottom: 2em;
    41    margin-left: 0;
    42    margin-right: 0;
    43    padding: 0;
    44    list-style: none;
    45  }
    46  ul.reports li {
    47    padding-bottom: 1em;
    48  }
    49  ul.reports a.title {
    50    font-size: 120%;
    51    text-decoration: none;
    52    font-weight: bold;
    53  }
    54  
    55  ul.reports-activity {
    56    margin-top: 2em;
    57    margin-bottom: 2em;
    58    margin-left: 0;
    59    margin-right: 0;
    60    padding: 0;
    61    list-style: none;
    62  }
    63  ul.reports-activity li {
    64    padding-bottom: 1em;
    65  }
    66  ul.reports-activity span.date {
    67    font-size: 120%;
    68    text-decoration: none;
    69    font-weight: bold;
    70  }
    71  
    72  ul.reports-activity th {
    73    width: 23ex;
    74  }
    75  
    76  .table-nonfluid {
    77     width: auto !important;
    78  }
    79  
    80  .table-bordered th {
    81    background-color: #CDF
    82  }
    83  
    84  .status-processing {
    85    font-weight: bold;
    86    color: orange;
    87  }
    88  
    89  .status-waiting {
    90    font-weight: bold;
    91    color: black;
    92  }
    93  
    94  .status-success {
    95    font-weight: bold;
    96    color: green;
    97  }
    98  
    99  .status-error {
   100    font-weight: bold;
   101    color: red;
   102  }
   103  
   104  progress[value] {
   105    margin-top: 0.5em;
   106    width: 100%;
   107    height: 1.5em;
   108  }
   109  
   110  div.aggregators {
   111    margin-right: 3em;
   112  }
   113  
   114  div.rule {
   115    clear: left;
   116  }
   117  
   118  table td.goalPassed-true {
   119    background-color: #CFC;
   120  }
   121  
   122  table td.goalPassed-false {
   123    background-color: #FCC;
   124  }
   125  
   126  div#footer {
   127    border-top: 1px solid #BBB;
   128    padding-top: 2em;
   129    padding-bottom: 2em;
   130  }