PluginProbe
Statify / 1.8.4
Statify v1.8.4
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.8.4, at css/dashboard.css

135 lines 2.0 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: #a7aaad;
5 flex: 0 0 100%;
6 direction: rtl;
7 height: 140px;
8 margin: 0 -4px;
9 overflow-x: auto;
10 overflow-y: hidden;
11 text-align: center;
12 }
13
14 #statify_chart_data {
15 display: none;
16 }
17
18 #statify_chart .ct-label.ct-vertical.ct-start {
19 -webkit-justify-content: flex-start;
20 justify-content: flex-start;
21 text-align: left;
22 text-anchor: start;
23 }
24
25 #statify_chart .ct-line {
26 stroke: #3582c4;
27 stroke-width: 2px;
28 }
29
30 #statify_chart .ct-point {
31 fill: #fff;
32 stroke: #3582c4;
33 stroke-width: 1.5px;
34 }
35
36 #statify_chart .ct-area {
37 fill: #3582c4;
38 }
39
40 .statify-chartist-tooltip {
41 border: 1px solid #000;
42 background-color: #fff;
43 border-radius: 0.2em;
44 padding: 0.1em 0.5em;
45 }
46
47 .statify-chartist-tooltip::before {
48 border-top-color: #0009;
49 }
50
51 .statify-chartist-tooltip .chartist-tooltip-meta {
52 color: #3582c4;
53 }
54
55 #statify_dashboard .postbox-title-action a,
56 #statify_dashboard .settings-link a {
57 display: block;
58 line-height: 20px;
59 text-decoration: none;
60 }
61
62 #statify_dashboard .inside {
63 display: flex;
64 flex-wrap: wrap;
65 height: 1%;
66 margin: 0;
67 padding-bottom: 0;
68 overflow: hidden;
69 position: relative;
70 }
71
72 #statify_dashboard.closed .inside {
73 display: none;
74 }
75
76 #statify_dashboard .table {
77 padding-bottom: 12px;
78 }
79
80 #statify_dashboard .table p.sub {
81 color: #646970;
82 margin: 0 0 -4px;
83 }
84
85 #statify_dashboard .table div {
86 overflow: hidden;
87 }
88
89 #statify_dashboard .table.referrer,
90 #statify_dashboard .table.target {
91 flex: 1 0 50%;
92 }
93
94 #statify_dashboard .table.total {
95 flex: 0 0 100%;
96 }
97
98 #statify_dashboard td {
99 padding: 8px 0 0;
100 line-height: 1.4;
101 }
102
103 #statify_dashboard td.b {
104 text-align: right;
105 padding-right: 4px;
106 color: #646970;
107 }
108
109 #statify_dashboard label {
110 display: block;
111 margin-bottom: 1.1em !important;
112 }
113
114 /* @end group */
115
116
117 /* @group Back stage */
118
119 #statify_dashboard form {
120 flex: 0 0 100%;
121 padding: 18px 0;
122 }
123
124 #statify_dashboard input[type="number"] {
125 width: 100px;
126 }
127
128 #statify_dashboard .meta-links {
129 float: right;
130 margin: 0;
131 line-height: 28px;
132 }
133
134 /* @end group */
135