PluginProbe
Statify / 1.6.2
Statify v1.6.2
2.0.2 2.0.1 trunk 0.7 0.8 0.9 1.0 1.2.8 1.3.0 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 All 32 releases
statify / css / dashboard.css

dashboard.css in Statify 1.6.2, at css/dashboard.css

111 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* @group Front page */
2
3 #statify_chart {
4 color: #aaa;
5 height: 140px;
6 margin: 0 -4px;
7 text-align: center;
8 }
9 #statify_chart_data {
10 display: none;
11 }
12
13 #statify_chart .ct-label.ct-vertical.ct-start {
14 -webkit-justify-content: flex-start;
15 justify-content: flex-start;
16 text-align: left;
17 text-anchor: start;
18 }
19
20 #statify_chart .ct-line {
21 stroke: #0074a2;
22 stroke-width: 2px;
23 }
24
25 #statify_chart .ct-point {
26 fill: #ffffff;
27 stroke: #0074a2;
28 stroke-width: 1.5px;
29 }
30
31 #statify_chart .ct-area {
32 fill: #0074a2;
33 }
34
35 .statify-chartist-tooltip {
36 border: 1px solid #000000;
37 background-color: #ffffff;
38 border-radius: 0.2em;
39 padding: 0.1em 0.5em;
40 }
41
42 .statify-chartist-tooltip:before {
43 border-top-color: #00000099;
44 }
45
46 .statify-chartist-tooltip .chartist-tooltip-meta {
47 color: #0074a2;
48 }
49
50 #statify_dashboard .inside {
51 height: 1%;
52 margin: 0;
53 padding-bottom: 0;
54 overflow: hidden;
55 position: relative;
56 }
57
58 #statify_dashboard .table {
59 padding-bottom: 12px;
60 }
61 #statify_dashboard .table p.sub {
62 color: #BBB;
63 margin: 0 0 -4px;
64 }
65 #statify_dashboard .table div {
66 overflow: hidden;
67 }
68
69 #statify_dashboard .table.referrer {
70 float: left;
71 width: 45%;
72 }
73 #statify_dashboard .table.target {
74 float: right;
75 width: 55%;
76 }
77
78 #statify_dashboard td {
79 padding: 8px 0 0;
80 line-height: 1.4em;
81 }
82 #statify_dashboard td.b {
83 text-align: right;
84 padding-right: 4px;
85 color: #777;
86 }
87 #statify_dashboard label {
88 display: block;
89 margin-bottom: 1.1em !important;
90 }
91
92 /* @end group */
93
94
95 /* @group Back stage */
96
97 #statify_dashboard form {
98 padding: 18px 0;
99 }
100 #statify_dashboard input[type="number"] {
101 width: 100px;
102 }
103
104 #statify_dashboard .meta-links {
105 float: right;
106 margin: 0;
107 line-height: 28px;
108 }
109
110 /* @end group */
111