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