PluginProbe ʕ •ᴥ•ʔ
Code Manager / 1.0.23
Code Manager v1.0.23
1.0.47 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.2 1.0.20 1.0.21 1.0.22 1.0.23 1.0.24 1.0.25 1.0.26 1.0.27 1.0.28 1.0.3 1.0.30 1.0.31 1.0.32 1.0.33 1.0.34 1.0.35 1.0.36 1.0.37 1.0.38 1.0.39 1.0.4 1.0.40 1.0.41 1.0.42 1.0.43 1.0.44 1.0.45 1.0.46 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9
code-manager / assets / css / code_manager_dashboard.css
code-manager / assets / css Last commit date
images 3 years ago code_manager.css 3 years ago code_manager_dashboard.css 3 years ago code_manager_global.css 3 years ago code_manager_settings.css 3 years ago code_manager_tabmode.css 3 years ago jquery-ui.min.css 3 years ago
code_manager_dashboard.css
217 lines
1 #cm-dashboard {
2 background-color: #fff;
3 color: inherit;
4 width: 100%;
5 margin-left: -20px;
6 padding: 0 0 0 20px;
7 border-bottom: 1px solid #c3c4c7;
8 }
9 #cm-dashboard .cm-dashboard {
10 display: flex;
11 justify-content: flex-start;
12 flex-direction: row;
13 }
14 #cm-dashboard .cm-dashboard .cm-dashboard-group {
15 display: grid;
16 padding: 0 3px;
17 border-right: 1px solid #c3c4c7;
18 }
19 #cm-dashboard .cm-dashboard .cm-dashboard-group:last-child {
20 margin-right: 20px;
21 border-right: none;
22 }
23 #cm-dashboard .cm-dashboard .cm-dashboard-group:hover {
24 background-color: #f6f7f7;
25 }
26 #cm-dashboard .cm-dashboard .cm-dashboard-group .cm-dashboard-item {
27 display: flex;
28 flex-direction: column;
29 font-size: 8.5px;
30 font-weight: bold;
31 align-items: center;
32 text-align: center;
33 text-decoration: none;
34 color: #3c434a;
35 }
36 #cm-dashboard .cm-dashboard .cm-dashboard-group .cm-dashboard-item:hover {
37 color: #2271b1;
38 cursor: pointer;
39 }
40 #cm-dashboard .cm-dashboard .cm-dashboard-group .cm-dashboard-item .fas {
41 font-size: 28px;
42 padding: 10px 8px 0 8px;
43 }
44 #cm-dashboard .cm-dashboard .cm-dashboard-group .cm-dashboard-item div {
45 padding: 8px 0;
46 }
47 #cm-dashboard .cm-dashboard .cm-dashboard-group .icons {
48 display: flex;
49 }
50 #cm-dashboard .cm-dashboard .cm-dashboard-group .subject {
51 text-align: center;
52 font-size: 9px;
53 }
54 .cm-dashboard-toolbar {
55 font-size: 24px;
56 background-color: #fff;
57 color: inherit;
58 width: 100%;
59 margin-left: -20px;
60 padding: 0 0 0 20px;
61 border-bottom: 1px solid #c3c4c7;
62 }
63 .cm-dashboard-toolbar > div {
64 display: inline-block;
65 text-align: center;
66 font-size: 7px;
67 line-height: 7px;
68 margin: 0;
69 }
70 .cm-dashboard-toolbar > div > div {
71 padding: 8px;
72 }
73 .cm-dashboard-toolbar > div i {
74 font-size: 24px;
75 margin-bottom: 5px;
76 }
77 .cm-dashboard-toolbar > div:hover {
78 background-color: #f6f7f7;
79 }
80 #cm-dashboard-mobile {
81 background-color: #fff;
82 color: inherit;
83 margin-left: -10px;
84 padding: 0;
85 border-bottom: 1px solid #c3c4c7;
86 }
87 @media screen and (min-width: 782px) {
88 #cm-dashboard-mobile {
89 margin-left: -20px;
90 }
91 }
92 #cm-dashboard-drop-down {
93 display: flex;
94 flex-direction: row;
95 padding: 10px;
96 }
97 .cm_nav_title {
98 font-size: 16px;
99 font-weight: bold;
100 padding-left: 4px;
101 }
102 .cm_nav_toggle {
103 font-size: 16px;
104 font-weight: bold;
105 cursor: pointer;
106 }
107 #cm-dashboard-mobile ul {
108 display: none;
109 flex-direction: column;
110 flex-wrap: wrap;
111 justify-content: space-between;
112 text-align: left;
113 list-style-type: none;
114 margin-top: 0;
115 margin-bottom: 0;
116 }
117 #cm-dashboard-mobile ul li.menu-item {
118 cursor: pointer;
119 font-weight: bold;
120 padding: 8px 10px;
121 margin: 0;
122 }
123 #cm-dashboard-mobile ul li.menu-item a {
124 text-decoration: none;
125 color: inherit;
126 }
127 #cm-dashboard-mobile ul li.menu-item:hover {
128 background-color: grey;
129 color: white;
130 }
131 .cm-separator {
132 border-bottom: 1px solid #c3c4c7;
133 }
134
135 /* TOOLTIP */
136
137 .cm_tooltip_css {
138 background: black;
139 color: white;
140 border: 2px solid white;
141 font: bold 10px "Helvetica Neue", Sans-Serif;
142 text-transform: uppercase;
143 box-shadow: 0 0 7px black;
144 }
145 i.cm_tooltip:hover {
146 cursor: pointer;
147 }
148 .cm_tooltip_dashboard {
149 background: black;
150 color: white;
151 border: 2px solid white;
152 font: bold 10px "Helvetica Neue", Sans-Serif;
153 box-shadow: 0 0 7px black;
154 }
155 .cm_tooltip_icons_css, .arrow:after {
156 background: black;
157 border: 2px solid white;
158 }
159 .cm_tooltip_icons_css {
160 padding: 10px 20px;
161 color: white;
162 border-radius: 20px;
163 font: bold 10px "Helvetica Neue", Sans-Serif;
164 text-transform: uppercase;
165 box-shadow: 0 0 7px black;
166 }
167 .arrow {
168 width: 70px;
169 height: 16px;
170 overflow: hidden;
171 position: absolute;
172 left: 50%;
173 margin-left: -35px;
174 bottom: -16px;
175 }
176 .arrow.top {
177 top: -16px;
178 bottom: auto;
179 }
180 .arrow.left {
181 left: 20%;
182 }
183 .arrow:after {
184 content: "";
185 position: absolute;
186 left: 20px;
187 top: -20px;
188 width: 25px;
189 height: 25px;
190 box-shadow: 6px 5px 9px -9px black;
191 -webkit-transform: rotate(45deg);
192 -ms-transform: rotate(45deg);
193 transform: rotate(45deg);
194 }
195 .arrow.top:after {
196 bottom: -20px;
197 top: auto;
198 }
199 .php-error #adminmenuwrap {
200 margin-top: 0;
201 }
202
203 .cm_tab_mode_intro {
204 position: relative;
205 background-color: white;
206 border: 1px solid #c3c4c7;
207 border-radius: 10px;
208 padding: 10px 20px;
209 margin-top: 20px;
210 }
211 .cm_tab_mode_intro_close {
212 position: absolute;
213 top: -2px;
214 right: -2px;
215 font-size: 22px;
216 }
217