PluginProbe
Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More / 1.0.7
Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More v1.0.7
trunk 1.0.0 1.0.1 1.0.10 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9
search-replace-wpcode / src / admin / header.css

header.css in Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More 1.0.7, at src/admin/header.css

132 lines 2.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wsrw-search-replace {
2 #wpcontent {
3 padding-left: 0 !important;
4 #wpbody-content{
5 margin-bottom: 170px;
6 }
7 }
8
9 #wpwrap {
10 background: var(--wsrw-background-light);
11 }
12 }
13
14 .wsrw-header-top {
15 align-items: center;
16 background: var(--wsrw-background-gray);
17 display: flex;
18 justify-content: space-between;
19 padding: var(--wsrw-space-v) var(--wsrw-space-h);
20 }
21
22 .wsrw-header-right {
23
24 button {
25 margin-left: 18px;
26 vertical-align: middle;
27 }
28 }
29
30 .wsrw-header-left {
31 svg {
32 display: inline-block;
33 }
34 }
35
36 .wsrw-header-bottom {
37 align-items: center;
38 background: var(--wsrw-background-white);
39 border-color: var(--wsrw-border-color);
40 border-style: solid;
41 border-width: 1px 0;
42 display: flex;
43 justify-content: space-between;
44 min-height: 60px;
45 padding: 0 var(--wsrw-space-h);
46
47 h1 {
48 color: var(--wsrw-text-color-heading);
49 font-size: var(--wsrw-font-size-xl);
50 margin: 0;
51 }
52
53 &.wsrw-sticky {
54 left: 160px;
55 position: fixed;
56 right: 0;
57 top: 32px;
58 z-index: 1055;
59 }
60 }
61
62 .folded {
63 .wsrw-header-bottom.wsrw-sticky {
64 left: 36px;
65 }
66 }
67
68 .wsrw-column {
69 align-items: center;
70 display: flex;
71 flex-flow: row;
72
73 .wsrw-button {
74 margin-left: 20px;
75 }
76 }
77
78 .wsrw-notifications-inbox {
79 position: relative;
80
81 &[data-count]:after {
82 background: var(--wsrw-color-red);
83 border-radius: 50%;
84 bottom: 100%;
85 color: #fff;
86 content: attr(data-count);
87 display: block;
88 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
89 font-size: 12px;
90 font-weight: 700;
91 height: 16px;
92 left: 100%;
93 line-height: 18px;
94 min-width: 16px;
95 position: absolute;
96 text-align: center;
97 transform: translate(-50%, 50%);
98 }
99 }
100
101 .wsrw-header-title {
102 display: block;
103 color: #11293e;
104 font-size: var(--wsrw-font-size-l);
105 margin: 0 0 3px 0;
106 vertical-align: middle;
107 line-height: 1;
108 white-space: pre;
109 font-weight: 500;
110 }
111
112 .wsrw-logo-text {
113 margin-left: 10px;
114 }
115
116 .wsrw-logo-with-text {
117 display: flex;
118 align-items: center;
119 justify-content: center;
120
121 .wsrw-icon-logo-text {
122 margin-top: -3px;
123 }
124 }
125 #wsrw-notice-consider-upgrading {
126 margin: 0;
127 border: 0;
128 box-shadow: none;
129 background-color: #dddddd;
130 color: var(--wpcode-text-color-heading);
131 text-align: center;
132 }