PluginProbe
Friends / 2.7.7
Friends v2.7.7
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.7, at friends-admin.css

263 lines 4.3 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 ul.feeds li.inactive summary {
119 text-decoration: line-through;
120 }
121 ul.feeds li.active table {
122 border-left: 2px green solid;
123 }
124
125 ul.feeds li.inactive table {
126 border-left: 2px red solid;
127 }
128
129 ul.feeds li th {
130 padding-left: 1em;
131 }
132
133 table.reader-table .check-column {
134 width: 5em;
135 vertical-align: top;
136 text-align: center;
137 }
138
139 table.feed-table.widefat td,
140 table.feed-table.widefat th {
141 padding: .5em;
142 }
143
144 table.feed-table.widefat th,
145 table.feed-table.widefat th.check-column {
146 vertical-align: bottom;
147 }
148
149 table.feed-table.widefat td.nowrap,
150 table.feed-table.widefat th.nowrap {
151 white-space: nowrap;
152 }
153
154 #available-widgets [class*="friends-widget"] .widget-title:before {
155 content: "\f307";
156 }
157
158 a.friends-auth-link span.dashicons,
159 button.friends-auth-link span.dashicons {
160 color: #32c170;
161 margin-left: 6px;
162 }
163
164 a.explanation-friends-auth-link:hover,
165 a.friends-auth-link :hover,
166 a.friends-auth-link:hover span.dashicons,
167 button.friends-auth-link:hover span.dashicons {
168 color: #32c170;
169 }
170
171 p.lastlog {
172 padding: .8em 1em;
173 margin-bottom: 2em;
174 }
175
176 .friends-plugin-installer .plugin-card .desc,
177 .friends-plugin-installer .plugin-card .name {
178 margin: auto;
179 }
180
181 a.unfriend {
182 color: #a00;
183 }
184
185 span.disabled {
186 color: #999;
187 }
188
189 span#friends_enable_retention_days_line,
190 span#friends_enable_retention_number_line {
191 cursor: pointer;
192 }
193
194 #friends-reaction-picker {
195 margin-top: 1em;
196 border: 1px solid #999999;
197 box-shadow: 2px 2px 5px #cccccc;
198 border-radius: .25em;
199 background-color: #fff;
200 padding: 1em;
201 max-width: 50%;
202 max-height: 20%;
203 overflow: auto;
204 }
205
206 #friends-reaction-picker button {
207 padding: .2em;
208 margin: 0;
209 font-size: 18px;
210 background-color: #fff;
211 border: 0;
212 cursor: pointer;
213 z-index: 999999;
214 }
215
216 #friends-reaction-picker button:focus {
217 outline: none;
218 }
219
220 #available-emojis-template {
221 display: none;
222 }
223
224 #wpadminbar li#wp-admin-bar-friends {
225 display: block;
226 }
227 @keyframes loading{
228 0% {
229 transform: rotate(0deg);
230 }
231 100% {
232 transform: rotate(360deg);
233 }
234 }
235 .friends-loading {
236 color: rgba(0,0,0,0) !important;
237 min-height: .8rem;
238 pointer-events: none;
239 position: relative;
240 margin-left: 1em;
241 }
242
243 .friends-loading::after{
244 animation: loading 500ms infinite linear;
245 background: rgba(0,0,0,0);
246 border: .1rem solid #2e5bec;
247 border-radius: 50%;
248 border-right-color: rgba(0,0,0,0);
249 border-top-color: rgba(0,0,0,0);
250 content: "";
251 display: block;
252 height: .8rem;
253 left: 50%;
254 margin-left: -0.4rem;
255 margin-top: -0.4rem;
256 opacity: 1;
257 padding: 0;
258 position: absolute;
259 top: 50%;
260 width: .8rem;
261 z-index: 1;
262 }
263