Home | History | Annotate | Download | only in lint
      1 body {
      2     max-width: 800px;
      3     background-color: #000000;
      4     background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#272d33));
      5     background: -moz-linear-gradient(top, #000000, #272d33);
      6     color: #f3f3f3;
      7     font-family: 'Roboto', Sans-Serif;
      8 }
      9 .issue {
     10     margin-top: 10px;
     11     margin-bottom: 10px;
     12     padding: 5px 0px 5px 5px;
     13 }
     14 .id {
     15     font-size: 14pt;
     16     color: #bebebe;
     17     margin: 5px 0px 5px 0px;
     18 }
     19 .category {
     20     font-size: 18pt;
     21     color: #bebebe;
     22     margin: 10px 0px 5px 0px;
     23 }
     24 .explanation {
     25     margin-top: 10px;
     26 }
     27 pre {
     28     background-color: #282828;
     29     margin: 5px 0px 5px 5px;
     30     padding: 5px 5px 5px 0px;
     31     overflow: hidden;
     32 }
     33 .lineno {
     34     color: #4f4f4f;
     35 }
     36 .embedimage {
     37     max-width: 200px;
     38     max-height: 200px;
     39 }
     40 th { font-weight: normal; }
     41 table { border: none; }
     42 .metadata {
     43 }
     44 .location {
     45     color: #bebebe;
     46 }
     47 .message { }
     48 .errorspan { color: #33b5e5; }
     49 .errorline { color: #33b5e5; }
     50 .warningslist { margin-bottom: 20px; }
     51 .overview {
     52     padding: 10pt;
     53     width: 100%;
     54     overflow: auto;
     55     border-collapse:collapse;
     56 }
     57 .overview tr {
     58     border-top: solid 1px #39393a;
     59     border-bottom: solid 1px #39393a;
     60 }
     61 .countColumn {
     62     text-align: right;
     63     padding-right: 20px;
     64 }
     65 .issueColumn {
     66    padding-left: 16px;
     67 }
     68 .categoryColumn {
     69    position: relative;
     70    left: -50px;
     71    padding-top: 20px;
     72    padding-bottom: 5px;
     73 }
     74 .titleSeparator {
     75     background-color: #33b5e5;
     76     height: 3px;
     77     margin-bottom: 10px;
     78 }
     79 .categorySeparator {
     80     background-color: #33b5e5;
     81     height: 3px;
     82     margin-bottom: 10px;
     83 }
     84 .issueSeparator {
     85     background-color: #39393a;
     86     height: 2px;
     87     margin-bottom: 10px;
     88 }
     89 .location a:link {
     90     text-decoration: none;
     91     color: #bebebe;
     92 }
     93 .location a:hover {
     94     text-decoration: underline;
     95     color: #f3f3f3;
     96 }
     97 a:link {
     98     text-decoration: none;
     99     color: #f3f3f3;
    100 }
    101 a:visited {
    102     text-decoration: none;
    103     color: #bebebe;
    104 }
    105 a:hover {
    106     text-decoration: underline;
    107     color: #f3f3f3;
    108 }
    109 a:active {
    110     text-decoration: underline;
    111     color: #f3f3f3;
    112 }
    113 .moreinfo a:link {
    114     text-decoration: underline;
    115     color: #33b5e5;
    116 }
    117 .moreinfo a:visited {
    118     text-decoration: underline;
    119     color: #33b5e5;
    120 }
    121 .issue a:link {
    122     text-decoration: underline;
    123 }
    124 .issue a:visited {
    125     text-decoration: underline;
    126 }
    127 button {
    128     color: #ffffff;
    129     background-color: #353535;
    130     border-left: none;
    131     border-right: none;
    132     border-bottom: none;
    133     border-top: solid 1px #5b5b5b;
    134     font-family: 'Roboto', Sans-Serif;
    135     font-size: 12pt;
    136 }