PluginProbe
Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More / 1.0.6
Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More v1.0.6
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.6, at src/admin/header.css

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