]> git.r.bdr.sh - rbdr/dotfiles/blame - atom/packages/pretty-json/node_modules/jsonminify/report/assets/css/plato-overview.css
Remove mc config
[rbdr/dotfiles] / atom / packages / pretty-json / node_modules / jsonminify / report / assets / css / plato-overview.css
CommitLineData
06a3d686
BB
1.chart {
2 margin: 0 auto;
3 height: 200px;
4}
5
6.overview .chart {
7 height: 250px;
8}
9
10.historical .chart {
11 height:200px;
12}
13
14.chart rect {
15 cursor:pointer;
16}
17
18.file-list li {
19 border-bottom:1px solid #ccc;
20 padding-bottom:10px;
21 padding-top:10px;
22}
23
24.file-list li:nth-child(odd) {
25 background-color: hsl(0, 0%, 98%);
26}
27
28.fade-left {
29 background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
30 background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
31 background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
32 background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
33 background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
34 background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
35 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
36}
37
38.file-list li:nth-child(odd) .fade-left {
39 background: -moz-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
40 background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
41 background: -webkit-linear-gradient(left, rgba(249,249,249,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
42 background: -o-linear-gradient(left, rgba(249,249,249,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
43 background: -ms-linear-gradient(left, rgba(249,249,249,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
44 background: linear-gradient(to right, rgba(249,249,249,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
45 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
46}
47
48.fadeout {
49 position: absolute;
50 height: 50px;
51 z-index: 10;
52 float: left;
53 width:70px
54}
55
56.file {
57 white-space: nowrap;
58}
59
60
61.file-link {
62 text-align: right;
63 direction: rtl;
64 overflow: hidden;
65 height:40px;
66 font-size:20px;
67 color: #334B6D;
68 display:block;
69 padding:12px 12px 12px 0;
70 text-decoration: underline;
71}
72
73.file-link:hover {
74 color: #3B71B1;
75}
76
77.file-chart label {
78 width: 75px;
79 text-align: right;
80 margin-right: 10px;
81}
82
83.file-chart .chart-value {
84 margin-left: 3px;
85 font-size:11px;
86}
87
88.horizontal-bar {
89 display:inline-block;
90 height:8px;
91 border-radius: 0 4px 4px 0;
92}
93
94.threshold-0 .horizontal-bar {
95 background-color: #01939A;
96}
97.threshold-1 .horizontal-bar {
98 background-color: #FFAB00;
99}
100.threshold-2 .horizontal-bar {
101 background-color: #FF0700;
102}
103
104
105@media (max-width: 767px) {
106 .file-link {
107 text-align: center;
108 }
109}
110
111.complexity, .sloc, .bugs, .lint {
112 font-weight: normal;
113}
114
115.on { /* marking 'sorting buttons' active */
116 font-weight: bold;
117}