|
|
|
@ -15,6 +15,278 @@ $small-breakpoint: 960px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rich-formatting {
|
|
|
|
|
font-family: 'mastodon-font-sans-serif', sans-serif;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
color: $darker-text-color;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: $highlight-text-color;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p,
|
|
|
|
|
li {
|
|
|
|
|
font-family: 'mastodon-font-sans-serif', sans-serif;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
margin-bottom: 12px;
|
|
|
|
|
color: $darker-text-color;
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: $highlight-text-color;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
em {
|
|
|
|
|
display: inline;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
background: transparent;
|
|
|
|
|
font-family: inherit;
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
line-height: inherit;
|
|
|
|
|
color: lighten($darker-text-color, 10%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
font-family: 'mastodon-font-display', sans-serif;
|
|
|
|
|
font-size: 26px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
color: $secondary-text-color;
|
|
|
|
|
|
|
|
|
|
small {
|
|
|
|
|
font-family: 'mastodon-font-sans-serif', sans-serif;
|
|
|
|
|
display: block;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: lighten($darker-text-color, 10%);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
font-family: 'mastodon-font-display', sans-serif;
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
color: $secondary-text-color;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
|
font-family: 'mastodon-font-display', sans-serif;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
color: $secondary-text-color;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
|
font-family: 'mastodon-font-display', sans-serif;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
color: $secondary-text-color;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h5 {
|
|
|
|
|
font-family: 'mastodon-font-display', sans-serif;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
color: $secondary-text-color;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h6 {
|
|
|
|
|
font-family: 'mastodon-font-display', sans-serif;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
color: $secondary-text-color;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul,
|
|
|
|
|
ol {
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
|
|
|
|
|
&[type='a'] {
|
|
|
|
|
list-style-type: lower-alpha;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&[type='i'] {
|
|
|
|
|
list-style-type: lower-roman;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul {
|
|
|
|
|
list-style: disc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ol {
|
|
|
|
|
list-style: decimal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li > ol,
|
|
|
|
|
li > ul {
|
|
|
|
|
margin-top: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
hr {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
border-bottom: 1px solid rgba($ui-base-lighter-color, .6);
|
|
|
|
|
margin: 20px 0;
|
|
|
|
|
|
|
|
|
|
&.spacer {
|
|
|
|
|
height: 1px;
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.information-board {
|
|
|
|
|
background: darken($ui-base-color, 4%);
|
|
|
|
|
padding: 20px 0;
|
|
|
|
|
|
|
|
|
|
.container-alt {
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-right: 280px + 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__sections {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__section {
|
|
|
|
|
flex: 1 0 0;
|
|
|
|
|
font-family: 'mastodon-font-sans-serif', sans-serif;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
color: $primary-text-color;
|
|
|
|
|
text-align: right;
|
|
|
|
|
padding: 10px 15px;
|
|
|
|
|
|
|
|
|
|
span,
|
|
|
|
|
strong {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
span {
|
|
|
|
|
&:last-child {
|
|
|
|
|
color: $secondary-text-color;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
strong {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
line-height: 48px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: $column-breakpoint) {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.panel {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 280px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
background: darken($ui-base-color, 8%);
|
|
|
|
|
padding: 20px;
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
border-radius: 4px 4px 0 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: -40px;
|
|
|
|
|
|
|
|
|
|
.panel-header {
|
|
|
|
|
font-family: 'mastodon-font-display', sans-serif;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
color: $darker-text-color;
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
border-bottom: 1px solid lighten($ui-base-color, 4%);
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
|
|
a,
|
|
|
|
|
span {
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: darken($darker-text-color, 10%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.owner {
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
.avatar {
|
|
|
|
|
width: 80px;
|
|
|
|
|
height: 80px;
|
|
|
|
|
@include avatar-size(80px);
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 80px;
|
|
|
|
|
height: 80px;
|
|
|
|
|
border-radius: 48px;
|
|
|
|
|
@include avatar-radius();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.name {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
display: block;
|
|
|
|
|
color: $primary-text-color;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
.display_name {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.username {
|
|
|
|
|
display: block;
|
|
|
|
|
color: $darker-text-color;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.landing-page {
|
|
|
|
|
.grid {
|
|
|
|
|
display: grid;
|
|
|
|
@ -396,7 +668,7 @@ $small-breakpoint: 960px;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: $ui-primary-color;
|
|
|
|
|
color: $darker-text-color;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
padding: 12px 16px;
|
|
|
|
|
line-height: 32px;
|
|
|
|
@ -486,130 +758,6 @@ $small-breakpoint: 960px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.information-board {
|
|
|
|
|
background: darken($ui-base-color, 4%);
|
|
|
|
|
padding: 20px 0;
|
|
|
|
|
|
|
|
|
|
.container-alt {
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-right: 280px + 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__sections {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__section {
|
|
|
|
|
flex: 1 0 0;
|
|
|
|
|
font-family: 'mastodon-font-sans-serif', sans-serif;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
color: $primary-text-color;
|
|
|
|
|
text-align: right;
|
|
|
|
|
padding: 10px 15px;
|
|
|
|
|
|
|
|
|
|
span,
|
|
|
|
|
strong {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
span {
|
|
|
|
|
&:last-child {
|
|
|
|
|
color: $secondary-text-color;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
strong {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
line-height: 48px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: $column-breakpoint) {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.panel {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 280px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
background: darken($ui-base-color, 8%);
|
|
|
|
|
padding: 20px;
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
border-radius: 4px 4px 0 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: -40px;
|
|
|
|
|
|
|
|
|
|
.panel-header {
|
|
|
|
|
font-family: 'mastodon-font-display', sans-serif;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
color: $darker-text-color;
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
border-bottom: 1px solid lighten($ui-base-color, 4%);
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
|
|
a,
|
|
|
|
|
span {
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: darken($darker-text-color, 10%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.owner {
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
.avatar {
|
|
|
|
|
width: 80px;
|
|
|
|
|
height: 80px;
|
|
|
|
|
@include avatar-size(80px);
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 80px;
|
|
|
|
|
height: 80px;
|
|
|
|
|
border-radius: 48px;
|
|
|
|
|
@include avatar-radius();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.name {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
display: block;
|
|
|
|
|
color: $primary-text-color;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
.display_name {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.username {
|
|
|
|
|
display: block;
|
|
|
|
|
color: $darker-text-color;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.alternative {
|
|
|
|
|
padding: 10px 0;
|
|
|
|
|
|
|
|
|
@ -644,8 +792,10 @@ $small-breakpoint: 960px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
padding: 25px 40px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
|
|
.row {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
@ -662,11 +812,20 @@ $small-breakpoint: 960px;
|
|
|
|
|
flex: 1 0 auto;
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: $no-gap-breakpoint) {
|
|
|
|
|
width: 100%;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.row__mascot {
|
|
|
|
|
flex: 1;
|
|
|
|
|
margin: 10px -50px 0 0;
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: $no-gap-breakpoint) {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -718,8 +877,8 @@ $small-breakpoint: 960px;
|
|
|
|
|
&__avatar {
|
|
|
|
|
width: 44px;
|
|
|
|
|
height: 44px;
|
|
|
|
|
@include avatar-size(48px);
|
|
|
|
|
background-size: 44px 44px;
|
|
|
|
|
@include avatar-size(44px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.display-name {
|
|
|
|
@ -904,8 +1063,29 @@ $small-breakpoint: 960px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.attachment-list__list {
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
list-style: none;
|
|
|
|
|
|
|
|
|
|
li {
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
line-height: inherit;
|
|
|
|
|
font-weight: inherit;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: $dark-text-color;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: $column-breakpoint) {
|
|
|
|
|
height: 90vh;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -965,21 +1145,6 @@ $small-breakpoint: 960px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.extended-description {
|
|
|
|
|
padding: 50px 0;
|
|
|
|
|
font-family: 'mastodon-font-sans-serif', sans-serif;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
color: $darker-text-color;
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: $highlight-text-color;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-links {
|
|
|
|
|
padding-bottom: 50px;
|
|
|
|
|
text-align: right;
|
|
|
|
|