PluginProbe
ActivityPub / 5.3.1
ActivityPub v5.3.1
9.3.1 9.3.0 9.2.2 9.2.1 9.2.0 9.1.0 9.0.2 9.0.1 9.0.0 8.3.0 8.2.1 8.2.0 8.1.1 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.2.0 1.3.0 2.0.0 2.0.1 2.1.0 2.1.1 All 160 releases
activitypub / assets / css / activitypub-admin.css

activitypub-admin.css in ActivityPub 5.3.1, at assets/css/activitypub-admin.css

226 lines 4.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .activitypub-settings {
2 max-width: 800px;
3 margin: 0 auto;
4 }
5
6 .settings_page_activitypub .notice {
7 max-width: 800px;
8 margin: 0 auto 30px;
9 }
10
11 .settings_page_activitypub .update-nag {
12 margin: 25px 20px 15px 22px;
13 }
14
15 .settings_page_activitypub .wrap {
16 padding-left: 22px;
17 }
18
19 .activitypub-settings-header {
20 text-align: center;
21 margin: 0 0 1rem;
22 background: #fff;
23 border-bottom: 1px solid #dcdcde;
24 }
25
26 .activitypub-settings-header h1 {
27 display: inline-block;
28 font-weight: 600;
29 margin: 0 0.8rem 1rem;
30 font-size: 23px;
31 padding: 9px 0 4px;
32 line-height: 1.3;
33 }
34
35 .activitypub-settings-title-section {
36 display: flex;
37 align-items: center;
38 justify-content: center;
39 clear: both;
40 padding-top: 8px;
41 }
42
43 .settings_page_activitypub #wpcontent {
44 padding-left: 0;
45 }
46
47 .activitypub-settings-tabs-wrapper {
48 display: inline-flex;
49 vertical-align: top;
50 flex-wrap: nowrap;
51 gap: 0;
52 }
53
54 .activitypub-settings-tab.active {
55 box-shadow: inset 0 -3px #3582c4;
56 font-weight: 600;
57 }
58
59 .activitypub-settings-tab {
60 display: block;
61 text-decoration: none;
62 color: inherit;
63 padding: .5rem 1rem 1rem;
64 margin: 0 1rem;
65 transition: box-shadow .5s ease-in-out;
66 }
67
68 .wp-header-end {
69 visibility: hidden;
70 margin: -2px 0 0;
71 }
72
73 summary {
74 cursor: pointer;
75 text-decoration: underline;
76 color: #2271b1;
77 }
78
79 .activitypub-settings-accordion {
80 border: 1px solid #c3c4c7;
81 }
82
83 .activitypub-settings-accordion-heading {
84 margin: 0;
85 border-top: 1px solid #c3c4c7;
86 font-size: inherit;
87 line-height: inherit;
88 font-weight: 600;
89 color: inherit;
90 }
91
92 .activitypub-settings-accordion-heading:first-child {
93 border-top: none;
94 }
95
96 .activitypub-settings-accordion-panel {
97 margin: 0;
98 padding: 1em 1.5em;
99 background: #fff;
100 }
101
102 .activitypub-settings-accordion-trigger {
103 background: #fff;
104 border: 0;
105 color: #2c3338;
106 cursor: pointer;
107 display: flex;
108 font-weight: 400;
109 margin: 0;
110 padding: 1em 3.5em 1em 1.5em;
111 min-height: 46px;
112 position: relative;
113 text-align: left;
114 width: 100%;
115 align-items: center;
116 justify-content: space-between;
117 -webkit-user-select: auto;
118 user-select: auto;
119 }
120
121 .activitypub-settings-accordion-trigger {
122 color: #2c3338;
123 cursor: pointer;
124 font-weight: 400;
125 text-align: left;
126 }
127
128 .activitypub-settings-accordion-trigger .title {
129 pointer-events: none;
130 font-weight: 600;
131 flex-grow: 1;
132 }
133
134 .activitypub-settings-accordion-trigger .icon,
135 .activitypub-settings-accordion-viewed .icon {
136 border: solid #50575e medium;
137 border-width: 0 2px 2px 0;
138 height: .5rem;
139 pointer-events: none;
140 position: absolute;
141 right: 1.5em;
142 top: 50%;
143 transform: translateY(-70%) rotate(45deg);
144 width: .5rem;
145 }
146
147 .activitypub-settings-accordion-trigger[aria-expanded="true"] .icon {
148 transform: translateY(-30%) rotate(-135deg);
149 }
150
151 .activitypub-settings-accordion-trigger:active,
152 .activitypub-settings-accordion-trigger:hover {
153 background: #f6f7f7;
154 }
155
156 .activitypub-settings-accordion-trigger:focus {
157 color: #1d2327;
158 border: none;
159 box-shadow: none;
160 outline-offset: -1px;
161 outline: 2px solid #2271b1;
162 background-color: #f6f7f7;
163 }
164
165 .activitypub-settings
166 input.blog-user-identifier {
167 text-align: right;
168 }
169
170 .activitypub-settings
171 .header-image {
172 width: 100%;
173 height: 80px;
174 position: relative;
175 display: block;
176 margin-bottom: 40px;
177 background-image: rgb(168,165,175);
178 background-image: linear-gradient(180deg, red, yellow);
179 background-size: cover;
180 }
181
182 .activitypub-settings
183 .logo {
184 height: 80px;
185 width: 80px;
186 position: relative;
187 top: 40px;
188 left: 40px;
189 }
190
191 .settings_page_activitypub .box {
192 border: 1px solid #c3c4c7;
193 background-color: #fff;
194 padding: 1em 1.5em;
195 margin-bottom: 1.5em;
196 }
197
198 .settings_page_activitypub .activitypub-welcome-page .box label {
199 font-weight: bold;
200 }
201
202 .settings_page_activitypub .activitypub-welcome-page input {
203 font-size: 20px;
204 width: 95%;
205 }
206
207 .settings_page_activitypub .plugin-recommendations {
208 border-bottom: none;
209 margin-bottom: 0;
210 }
211
212 #dashboard_right_now li a.activitypub-followers::before {
213 content: "\f307";
214 font-family: dashicons;
215 }
216
217 .repost .dashboard-comment-wrap,
218 .like .dashboard-comment-wrap {
219 padding-inline-start: 63px;
220 }
221
222 .repost .dashboard-comment-wrap .comment-author,
223 .like .dashboard-comment-wrap .comment-author {
224 margin-block: 0;
225 }
226