PluginProbe
Darkify – Dark Mode & Night Mode for Website & Admin (Dark Theme Included) / 1.3.2
Darkify – Dark Mode & Night Mode for Website & Admin (Dark Theme Included) v1.3.2
2.1.3 2.1.2 2.1.1 2.1.0 2.0.4 2.0.3 2.0.2 2.0.1 2.0.0 1.5.5 1.5.4 1.5.3 1.5.2 1.5.1 1.5.0 trunk 1.0.1 1.1.0 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.3.0 All 57 releases
darkify / src / assets / css / darkify-admin.css

darkify-admin.css in Darkify – Dark Mode & Night Mode for Website & Admin (Dark Theme Included) 1.3.2, at src/assets/css/darkify-admin.css

96 lines 1.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * All of the CSS for your admin-specific functionality should be
3 * included in this file.
4 */
5 .darkify-field-image_select.icon_select img {
6 max-width: 175px;
7 }
8
9
10 .switcher_shortcode_input {
11 padding: 4px 8px;
12 cursor: pointer;
13 width: 100%;
14 }
15 .switcher_shortcode_after_copy {
16 bottom: 0;
17 opacity: 0;
18 z-index: 9999999;
19 position: fixed;
20 width: 230px;
21 left: 50%;
22 transform: translateX(-50%);
23 text-align: center;
24 padding: 15px 15px;
25 line-height: 15px;
26 color: #fff;
27 border-radius: 3px;
28 background: #32373c;
29 border: 1px solid #32373c
30 }
31
32 .switcher_shortcode_after_copy .fa-check-circle {
33 font-size: 14px;
34 margin-right: 5px;
35 color: #5db62e
36 }
37
38
39 /* Review notice */
40 #darkify-review-notice {
41 padding: 18px 15px 18px 0;
42 background-color: #fff;
43 border-radius: 5px;
44 margin: 20px 20px 0 0;
45 box-shadow: 0 0 20px 0 rgba(36,39,50,.08)
46 }
47
48 #darkify-review-notice .darkify-plugin-icon {
49 width: 125px;
50 float: left;
51 line-height: 90px;
52 text-align: center;
53 margin-left: 8px
54 }
55
56 #darkify-review-notice .darkify-plugin-icon img {
57 max-width: 94px;
58 vertical-align: middle;
59 margin-right: 8px
60 }
61
62 #darkify-review-notice .darkify-notice-text {
63 overflow: hidden
64 }
65
66 #darkify-review-notice .darkify-notice-text h3 {
67 font-size: 24px;
68 margin: 0 0 5px;
69 font-weight: 400;
70 line-height: 1
71 }
72
73 #darkify-review-notice .darkify-notice-text p {
74 margin: 10px 0 10px 0;
75 font-size: 13px
76 }
77
78 #darkify-review-notice .darkify-notice-text p.darkify-review-actions {
79 margin: 10px 0 2px 0
80 }
81
82 #darkify-review-notice .darkify-notice-text .darkify-review-actions a {
83 text-decoration: none;
84 margin-right: 8px;
85 color: #63a37b;
86 display: inline-block;
87 position: relative
88 }
89
90 #darkify-review-notice .darkify-notice-text .darkify-review-actions a span {
91 padding-right: 2px
92 }
93
94 #darkify-review-notice .darkify-notice-text .darkify-review-actions a.button {
95 color: #fff
96 }