html {
font-size: 19px;
font-weight: 300;
}
@media (max-width: 580px) {
html {
font-size: 18px;
}
}
@media print {
html {
font-size: 17px;
margin: 0;
}
}
body {
margin: 0;
margin-bottom: 4rem;
}
.theme--default body {
color: #373737;
}
.theme--dark body {
color: #fafafa;
}
.theme--default body {
background: #ffffff;
}
.theme--dark body {
background: #1e1e1e;
}
@media print {
body {
margin: 0;
color: #000000 !important;
}
}
.background {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
z-index: -1;
}
.background::after {
content: "";
position: absolute;
width: 140%;
height: 100%;
transform: rotate(-20deg);
transform-origin: bottom;
bottom: -40%;
}
.theme--default .background::after {
background: #fafafa;
}
.theme--dark .background::after {
background: #181818;
}
@media (max-width: 580px) {
.background::after {
width: 200%;
bottom: -40%;
}
}
@media print {
.background {
display: none;
}
}
.theme-toggle {
position: fixed;
top: 1rem;
right: 1rem;
width: 1rem;
height: 1rem;
border-radius: 50%;
cursor: pointer;
}
.theme--default .theme-toggle {
color: #f3f3f3;
}
.theme--dark .theme-toggle {
color: #3d3d3d;
}
@media (max-width: 580px) {
.theme-toggle {
position: relative;
float: right;
top: 0;
right: 0;
}
}
@media print {
.theme-toggle {
display: none;
}
}
.sun {
display: none;
}
.moon {
display: block;
}
.theme--dark .sun {
display: block;
}
.theme--dark .moon {
display: none;
}
.top {
display: flex;
justify-content: center;
align-items: center;
padding: 1rem 0;
justify-content: left;
}
@media (max-width: 580px) {
.top {
display: block;
width: 90%;
padding: 1rem;
font-size: 0.8rem;
}
}
@media print {
.top {
display: block;
}
}
.theme--default .top span {
color: #e32a6d;
}
.theme--dark .top span {
color: #e32a6d;
}
.columnA {
position: -webkit-sticky;
position: sticky;
top: 2rem;
align-self: flex-start;
flex-basis: 25%;
max-width: 25%;
word-wrap: break-word;
margin-top: 2rem;
}
@media (max-width: 580px) {
.columnA {
display: flex;
position: relative;
max-width: none;
top: auto;
align-items: center;
margin-top: 0rem;
}
}
.column_content {
flex-grow: 0;
flex-shrink: 0;
word-wrap: break-word;
}
.column_content a.button {
display: inline-block;
max-width: 100%;
padding: 2px 8px;
margin-top: 0.6em;
margin-right: 0.2em;
border-bottom: 0;
border: 1px solid #c9c9c9;
border-radius: 8px;
}
.column_content a.button:hover {
color: #ffffff;
background-color: #e32a6d;
border: 1px solid #e32a6d;
}
.column_content blockquote {
padding: 0.5rem 0 0.5rem 1rem;
margin: 2rem 0;
font-style: italic;
}
.theme--default .column_content blockquote {
border-left: 0.5rem solid #f3f3f3;
}
.theme--dark .column_content blockquote {
border-left: 0.5rem solid #2d2d2d;
}
.column_content blockquote.mention {
border-left: 0.5rem solid #e32a6d;
padding: 0rem 0 0.5rem 1rem;
}
.theme--default .column_content blockquote.mention div {
padding: 0.5rem 0.5rem 0.5rem 1rem;
margin: 0 0 1rem -1rem;
background-color: #f3f3f3;
}
.theme--dark .column_content blockquote.mention div {
padding: 0.5rem 0.5rem 0.5rem 1rem;
margin: 0 0 1rem -1rem;
background-color: #2d2d2d;
}
.column_content blockquote p {
margin: 0 0 0.5rem 0;
}
.column_content cite {
font-size: 0.8em;
}
.column_content strong {
font-weight: 400;
}
.column_content ol,
.column_content ul {
margin: 0;
padding: 0 0 0 1rem;
}
.column_content ol li,
.column_content ul li {
margin-bottom: 0.5rem;
}
.column_content sup {
font-size: 0.6rem;
vertical-align: baseline;
position: relative;
top: -0.8em;
margin: 0 0.3rem 0 0.1rem;
}
.column_content hr {
display: none;
}
.column_content .footnotes {
padding-top: 1rem;
margin-top: 2rem;
font-size: 0.9rem;
line-height: 1.2rem;
}
.theme--default .column_content .footnotes {
border-top: 6px solid #f3f3f3;
}
.theme--dark .column_content .footnotes {
border-top: 6px solid #2d2d2d;
}
.column_clients {
position: -webkit-sticky;
position: sticky;
top: 2rem;
align-self: flex-start;
flex-basis: 25%;
margin-top: 1rem;
}
@media (max-width: 580px) {
.column_clients {
position: fixed;
top: auto;
bottom: 0;
left: 0;
width: 100%;
transition: all 500ms ease-in-out;
}
.column_clients.up .btn {
display: block;
}
.column_clients.up .title span.open {
display: none;
}
}
@media print {
.column_clients {
display: none;
}
}
.column_clients .title {
font-size: 0.8rem;
margin-bottom: 1rem;
text-align: center;
}
.column_clients .title span.open,
.column_clients .title span.close {
display: none;
}
@media (max-width: 580px) {
.column_clients .title {
position: absolute;
top: 0;
right: 0;
width: 2.6rem;
height: 2.6rem;
border-left: 1px solid #bc1150;
}
.column_clients .title span.text {
display: none;
}
.column_clients .title span.open,
.column_clients .title span.close {
display: inline;
}
.column_clients .title span.open svg,
.column_clients .title span.close svg {
width: 50%;
height: 50%;
margin: 28% auto auto auto;
display: block;
}
}
.column_clients .btn {
display: flex;
align-items: center;
margin-bottom: 0.8rem;
}
@media (max-width: 580px) {
.column_clients .btn {
display: none;
margin-bottom: 0;
}
}
.column_clients .btn a {
flex-basis: 100%;
padding: 0.4rem;
text-align: center;
font-size: 0.9rem;
color: #ffffff;
background-color: #3d3d3d;
border-bottom: 1px solid #131313;
text-decoration: none;
border-radius: 8px;
}
@media (max-width: 580px) {
.column_clients .btn a {
display: block;
padding: 0.8rem;
border-radius: 0px;
font-weight: 400;
text-align: left;
}
}
.column_clients .btn a span {
display: none;
}
@media (max-width: 580px) {
.column_clients .btn a span {
display: inline;
color: #ffffff;
}
}
.column_clients .btn a:hover {
background: #373737;
}
@media (max-width: 580px) {
.column_clients .btn:first-of-type {
display: block;
}
}
.column_clients .btn:first-of-type a {
border-bottom: none;
}
.theme--default .column_clients .btn:first-of-type a {
background: #e32a6d;
}
.theme--dark .column_clients .btn:first-of-type a {
background: #e32a6d;
}
@media (max-width: 580px) {
.column_clients .btn:first-of-type a {
border-radius: 8px 8px 0 0;
}
}
.theme--default .column_clients .btn:first-of-type a:hover {
background: #bc1150;
}
.theme--dark .column_clients .btn:first-of-type a:hover {
background: #bc1150;
}
.column_clients .btn span {
flex-basis: 20%;
margin-left: 0.4rem;
color: #ffffff;
}
@media (max-width: 580px) {
.column_clients .btn span {
display: none;
}
}
body.profile .column_content {
flex-basis: 50%;
max-width: 50%;
}
@media (max-width: 580px) {
body.profile .column_content {
flex-basis: 100%;
max-width: 100%;
margin-right: 0;
}
}
body.note .column_content,
body.other .column_content {
flex-basis: 75%;
max-width: 75%;
}
@media (max-width: 580px) {
body.note .column_content,
body.other .column_content {
flex-basis: 100%;
max-width: 100%;
margin-right: 0;
}
}
@media print {
body.note .column_content,
body.other .column_content {
flex-basis: 100%;
max-width: 100%;
}
}
body.note .column_content .profile_intro,
body.other .column_content .profile_intro {
display: flex;
max-width: 100%;
align-items: center;
margin-bottom: 1rem;
}
@media print {
body.note .column_content .profile_intro,
body.other .column_content .profile_intro {
margin-bottom: 1rem;
}
}
body.note .column_content .profile_intro a,
body.other .column_content .profile_intro a {
display: inherit;
width: 100%;
align-items: inherit;
margin: 1rem 0 1rem 0;
text-decoration: none;
flex-wrap: wrap;
}
@media (max-width: 580px) {
body.note .column_content .profile_intro a,
body.other .column_content .profile_intro a {
margin-top: 0rem;
margin-bottom: -0.5rem;
}
}
body.note .column_content .published_at,
body.note .column_content .reply_of,
body.other .column_content .published_at,
body.other .column_content .reply_of {
width: 100%;
text-align: right;
align-self: end;
font-size: 0.8rem;
}
.theme--default body.note .column_content .published_at,
.theme--default body.note .column_content .reply_of,
.theme--default body.other .column_content .published_at,
.theme--default body.other .column_content .reply_of {
color: #9a9a9a;
}
.theme--dark body.note .column_content .published_at,
.theme--dark body.note .column_content .reply_of,
.theme--dark body.other .column_content .published_at,
.theme--dark body.other .column_content .reply_of {
color: #f3f3f3;
}
.theme--default body.note .column_content .published_at a,
.theme--default body.note .column_content .reply_of a,
.theme--default body.other .column_content .published_at a,
.theme--default body.other .column_content .reply_of a {
color: #e32a6d;
}
.theme--dark body.note .column_content .published_at a,
.theme--dark body.note .column_content .reply_of a,
.theme--dark body.other .column_content .published_at a,
.theme--dark body.other .column_content .reply_of a {
color: #e32a6d;
}
body.note .column_content .reply_of,
body.other .column_content .reply_of {
margin-top: 0.2rem;
}
@media print {
@page {
margin: 2cm 3cm;
}
/* Safari specific styles */
body.safari {
margin: 1cm 3cm;
}
}
/*# sourceMappingURL=styles.css.map */