PluginProbe
Friends / 2.7.6
Friends v2.7.6
4.3.2 4.3.1 4.3.0 4.2.2 4.2.1 4.2.0 4.1.0 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9.0 2.9.1 All 88 releases
friends / friends-admin.css

friends-admin.css in Friends 2.7.6, at friends-admin.css

253 lines 4.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .friends-notice b.headline {
2 font-size: 110%;
3 }
4
5 .friends-header {
6 text-align: center;
7 margin: 0 0 1rem;
8 background: #fff;
9 border-bottom: 1px solid #dcdcde;
10 }
11
12 .friends-title-section {
13 display: flex;
14 align-items: center;
15 justify-content: center;
16 clear: both;
17 padding-top: 8px;
18 }
19
20 .friends-tabs-wrapper {
21 display: inline-grid;
22 grid-auto-flow: column;
23 }
24
25 .friends-tab {
26 text-decoration: none;
27 color: inherit;
28 padding: 0.5rem 1rem 1rem;
29 margin: 0 1rem;
30 transition: box-shadow 0.5s ease-in-out;
31 }
32
33 .friends-tab:focus {
34 color: #1d2327;
35 outline: 1px solid #787c82;
36 box-shadow: none;
37 }
38
39 .friends-tab.active {
40 box-shadow: inset 0 -3px #3582c4;
41 font-weight: 600;
42 }
43
44 .friends-body {
45 max-width: 800px;
46 margin: 0 auto;
47 }
48
49 .friends-body.edit-friend-feeds {
50 max-width: 90%;
51 }
52
53 .friends-body.friends p {
54 margin-bottom: 1.5em;
55 }
56
57 .friends-body.friends ul {
58 margin-left: 1em;
59 }
60
61 .friends-body.friends ul li {
62 list-style: disc;
63 margin-bottom: 1em;
64 }
65
66 .friends-body.friends ul li ul li {
67 list-style: circle;
68 margin-top: 1em;
69 }
70
71 .friends-body summary {
72 cursor: pointer;
73 }
74
75 .friends-notice b.headline:before,
76 #friends-welcome-panel h2:before {
77 content: "\f307";
78 color: #82878c;
79 font-family: dashicons;
80 speak: none;
81 display: inline-block;
82 padding: 0 5px 0 0;
83 position: relative;
84 -webkit-font-smoothing: antialiased;
85 -moz-osx-font-smoothing: grayscale;
86 text-decoration: none !important;
87 vertical-align: top;
88 }
89
90 #dashboard_right_now li a.friends:before {
91 content: "\f307";
92 padding: 0 5px 0 0;
93 }
94
95 #dashboard_right_now li a.friend-requests:before {
96 content: "\f336";
97 padding: 0 5px 0 0;
98 }
99
100 #dashboard_right_now li a.subscriptions:before {
101 content: "\f123";
102 padding: 0 5px 0 0;
103 }
104
105 #dashboard_right_now li a.friend-posts:before {
106 content: "\f105";
107 padding: 0 5px 0 0;
108 }
109
110 tr .row-actions span.friends {
111 display: none;
112 }
113
114 tr:hover .row-actions span.friends {
115 display: inline;
116 }
117
118 table.feed-table.widefat .check-column {
119 min-width: 5em;
120 font-weight: bold;
121 }
122
123 table.reader-table .check-column {
124 width: 5em;
125 vertical-align: top;
126 text-align: center;
127 }
128
129 table.feed-table.widefat td,
130 table.feed-table.widefat th {
131 padding: .5em;
132 }
133
134 table.feed-table.widefat th,
135 table.feed-table.widefat th.check-column {
136 vertical-align: bottom;
137 }
138
139 table.feed-table.widefat td.nowrap,
140 table.feed-table.widefat th.nowrap {
141 white-space: nowrap;
142 }
143
144 #available-widgets [class*="friends-widget"] .widget-title:before {
145 content: "\f307";
146 }
147
148 a.friends-auth-link span.dashicons,
149 button.friends-auth-link span.dashicons {
150 color: #32c170;
151 margin-left: 6px;
152 }
153
154 a.explanation-friends-auth-link:hover,
155 a.friends-auth-link :hover,
156 a.friends-auth-link:hover span.dashicons,
157 button.friends-auth-link:hover span.dashicons {
158 color: #32c170;
159 }
160
161 tr.lastlog td {
162 padding: .8em 1em;
163 margin-bottom: 2em;
164 }
165
166 .friends-plugin-installer .plugin-card .desc,
167 .friends-plugin-installer .plugin-card .name {
168 margin: auto;
169 }
170
171 a.unfriend {
172 color: #a00;
173 }
174
175 span.disabled {
176 color: #999;
177 }
178
179 span#friends_enable_retention_days_line,
180 span#friends_enable_retention_number_line {
181 cursor: pointer;
182 }
183
184 #friends-reaction-picker {
185 margin-top: 1em;
186 border: 1px solid #999999;
187 box-shadow: 2px 2px 5px #cccccc;
188 border-radius: .25em;
189 background-color: #fff;
190 padding: 1em;
191 max-width: 50%;
192 max-height: 20%;
193 overflow: auto;
194 }
195
196 #friends-reaction-picker button {
197 padding: .2em;
198 margin: 0;
199 font-size: 18px;
200 background-color: #fff;
201 border: 0;
202 cursor: pointer;
203 z-index: 999999;
204 }
205
206 #friends-reaction-picker button:focus {
207 outline: none;
208 }
209
210 #available-emojis-template {
211 display: none;
212 }
213
214 #wpadminbar li#wp-admin-bar-friends {
215 display: block;
216 }
217 @keyframes loading{
218 0% {
219 transform: rotate(0deg);
220 }
221 100% {
222 transform: rotate(360deg);
223 }
224 }
225 .friends-loading {
226 color: rgba(0,0,0,0) !important;
227 min-height: .8rem;
228 pointer-events: none;
229 position: relative;
230 margin-left: 1em;
231 }
232
233 .friends-loading::after{
234 animation: loading 500ms infinite linear;
235 background: rgba(0,0,0,0);
236 border: .1rem solid #2e5bec;
237 border-radius: 50%;
238 border-right-color: rgba(0,0,0,0);
239 border-top-color: rgba(0,0,0,0);
240 content: "";
241 display: block;
242 height: .8rem;
243 left: 50%;
244 margin-left: -0.4rem;
245 margin-top: -0.4rem;
246 opacity: 1;
247 padding: 0;
248 position: absolute;
249 top: 50%;
250 width: .8rem;
251 z-index: 1;
252 }
253