3 box-shadow: 0 0 15px rgba($base-shadow-color, 0.2);
10 border-radius: 4px 4px 0 0;
11 background: $base-shadow-color;
19 border-radius: 4px 4px 0 0;
24 background: $ui-base-color;
26 border-radius: 0 0 4px 4px;
28 color: $darker-text-color;
30 word-wrap: break-word;
52 background: transparent;
56 color: lighten($darker-text-color, 10%);
60 color: $secondary-text-color;
61 text-decoration: none;
64 text-decoration: underline;
69 @media screen and (max-width: $no-gap-breakpoint) {
74 .endorsements-widget {
80 text-transform: uppercase;
83 color: $darker-text-color;
93 .account__display-name {
101 background-size: 44px 44px;
109 background: $ui-base-color;
110 box-shadow: 0 0 15px rgba($base-shadow-color, 0.2);
114 .landing-page__information.contact-widget {
115 box-sizing: border-box;
119 background: $ui-base-color;
120 box-shadow: 0 0 15px rgba($base-shadow-color, 0.2);
125 color: $darker-text-color;
127 word-wrap: break-word;
146 color: $primary-text-color;
147 text-decoration: none;
152 .moved-account-widget {
154 padding-bottom: 20px;
156 background: $ui-base-color;
157 box-shadow: 0 0 15px rgba($base-shadow-color, 0.2);
158 color: $secondary-text-color;
166 @each $lang in $cjk-langs {
175 text-decoration: underline;
178 text-decoration: none;
181 text-decoration: none;
187 text-decoration: none;
190 text-decoration: underline;
201 color: $darker-text-color;
206 .detailed-status__display-avatar {
211 .detailed-status__display-name {
213 text-decoration: none;
225 background: $base-shadow-color;
226 box-shadow: 0 0 15px rgba($base-shadow-color, 0.2);
228 color: $darker-text-color;
233 background: lighten($ui-base-color, 8%);
234 box-shadow: 0 0 15px rgba($base-shadow-color, 0.2);
241 color: $primary-text-color;
250 color: $darker-text-color;
253 @media screen and (max-width: $no-gap-breakpoint) {
255 background: lighten($ui-base-color, 4%);
264 background: $ui-base-color;
266 box-shadow: 0 0 15px rgba($base-shadow-color, 0.2);
269 box-sizing: border-box;
275 justify-content: space-between;
276 background: $ui-base-color;
279 text-decoration: none;
281 box-shadow: 0 0 15px rgba($base-shadow-color, 0.2);
286 background: lighten($ui-base-color, 8%);
291 background: $ui-highlight-color;
299 color: $primary-text-color;
302 text-overflow: ellipsis;
305 color: $darker-text-color;
313 color: $darker-text-color;
321 color: $primary-text-color;
327 width: (36px + 4px) * 3;
330 &.active .avatar-stack .account__avatar {
331 border-color: $ui-highlight-color;
338 justify-content: flex-end;
347 border: 2px solid $ui-base-color;
373 text-transform: uppercase;
374 color: $darker-text-color;
385 vertical-align: middle;
386 border-bottom: 1px solid lighten($ui-base-color, 8%);
389 tbody tr:last-child td {
398 color: $primary-text-color;
402 color: $darker-text-color;
408 @media screen and (max-width: $no-gap-breakpoint) {
415 .moved-account-widget,
419 .landing-page__information.contact-widget,
422 @media screen and (max-width: $no-gap-breakpoint) {
429 $maximum-width: 1235px;
430 $fluid-breakpoint: $maximum-width + 20px;
436 width: (960px - 20px) / 3;
438 @media screen and (max-width: $fluid-breakpoint) {
439 width: (940px - 20px) / 3;
442 @media screen and (max-width: $no-gap-breakpoint) {
450 @media screen and (max-width: $no-gap-breakpoint) {
451 border-bottom: 1px solid lighten($ui-base-color, 12%);