nrdli/static/mastodonish.css
2023-07-22 02:07:36 -05:00

88 lines
2.4 KiB
CSS

@font-face {
font-family: Roboto;
font-style: normal;
font-weight: 400;
src: local("Roboto");
src: url(/roboto-regular-webfont.eot);
src: url(/roboto-regular-webfont.eot?#iefix) format("embedded-opentype"),url(/roboto-regular-webfont.woff2) format("woff2"),url(/roboto-regular-webfont.woff) format("woff"),url(/roboto-regular-webfont.ttf) format("truetype"),url(/roboto-regular-webfont.svg#roboto-regular-webfont) format("svg")
}
@font-face {
font-family: Roboto;
font-style: normal;
font-weight: 700;
src: local("Roboto");
src: url(/roboto-bold-webfont.eot);
src: local("Roboto bold"),local("roboto-bold"),url(/roboto-bold-webfont.eot?#iefix) format("embedded-opentype"),url(/roboto-bold-webfont.woff2) format("woff2"),url(/roboto-bold-webfont.woff) format("woff"),url(/roboto-bold-webfont.ttf) format("truetype"),url(/roboto-bold-webfont.svg#roboto-bold-webfont) format("svg")
}
@font-face {
font-family: Montserrat;
font-style: normal;
font-weight: 400;
src: local("Montserrat");
src: url(/Montserrat-Regular.eot);
src: url(/Montserrat-Regular.eot?#iefix) format("embedded-opentype"),url(/Montserrat-Regular.woff2) format("woff2"),url(/Montserrat-Regular.woff) format("woff"),url(/Montserrat-Regular.ttf) format("truetype")
}
body,div,h1,h3,html,p {
border: 0;
font-size: 100%;
font: inherit;
margin: 0;
padding: 0;
vertical-align: baseline
}
body {
text-rendering: optimizelegibility;
-webkit-font-feature-settings: "kern";
font-feature-settings: "kern";
-webkit-text-size-adjust: none;
-ms-text-size-adjust: none;
text-size-adjust: none;
background: #282c37 url(/background.jpg);
background-attachment: fixed;
background-size: cover;
color: #fff;
font-family: Roboto,sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 18px;
padding-bottom: 140px
}
.wrapper {
color: #9baec8;
margin: 0 auto;
max-width: 600px;
padding-bottom: 50px;
padding-top: 50px
}
h1 {
color: #2b90d9;
font: 46px/52px Roboto,sans-serif;
font-weight: 600;
padding: 20px 0
}
h1,h3 {
margin-bottom: 20px
}
h3 {
color: #d9e1e8;
font-family: Montserrat,sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 28px
}
img {
height: 46px;
margin-bottom: -5px;
margin-right: 5px;
width: 46px
}
p {
font: 16px/28px Montserrat,sans-serif;
font-weight: 400;
margin-bottom: 12px
}
a {
color: #2b90d9;
text-decoration: underline
}