PluginProbe
ActivityPub / 2.0.0
ActivityPub v2.0.0
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 2.0.0, at assets/css/activitypub-admin.css

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