This commit is contained in:
libertysoft3 2018-10-28 05:08:54 -07:00
commit d9d000055b
32 changed files with 1530 additions and 0 deletions

103
r/static/css/archive.css Normal file
View file

@ -0,0 +1,103 @@
footer {
text-align: center;
}
/* markdown */
.md {
word-wrap: break-word;
overflow-wrap: break-word;
}
.md p, .md ol, .md ul, .md blockquote {
margin: 3px 0;
}
.md blockquote {
border-left: 2px solid rgba(255, 255, 255, 0.4); /* text-muted */
padding-left: 0.5rem;
}
.md blockquote, .md del {
color: rgba(255, 255, 255, 0.4); /* text-muted */
}
.md code, .md pre {
border: 1px solid #4E5D6C; /* alert-secondary */
background: #4E5D6C; /* disabled form input color */
}
.md h1 {
font-size: 1.5rem;
}
.md h2 {
font-size: 1.4rem;
}
.md h3 {
font-size: 1.3rem;
}
.md h4 {
font-size: 1.2rem;
}
.md h5 {
font-size: 1.1rem;
}
.md h6 {
font-size: 1rem;
font-weight: bold;
}
/* subreddit links */
.links .title {
line-height: 1.25;
}
.links .title a, .submission .title a {
color: inherit;
}
.search .title {
color: inherit;
display: block;
}
/* link/post page */
.op .author, .submission .author {
color: #5bc0de; /* match bootstrap link color / badge-primary */
}
.submission .card-body {
padding: 1rem;
}
/* comments */
.comment {
margin-bottom: 5px; /*1rem;*/
}
.comment .byline, .comment .byline a {
line-height: 1;
}
.collapsed .md {
display: none;
}
.hidden {
display: none;
}
.to-top {
display: block;
}
.comments .ml-1 {
margin-left: 1rem !important;
}
.comments .ml-2 {
margin-left: 2rem !important;
}
.comments .ml-3 {
margin-left: 3rem !important;
}
.comments .ml-4 {
margin-left: 4rem !important;
}
.comments .ml-5 {
margin-left: 5rem !important;
}
.comments .ml-6 {
margin-left: 6rem !important;
}
.comments .ml-7 {
margin-left: 7rem !important;
}
.comments .ml-8 {
margin-left: 8rem !important;
}

File diff suppressed because one or more lines are too long

48
r/static/css/lato.css Normal file
View file

@ -0,0 +1,48 @@
/* latin-ext */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
src: local('Lato Light'), local('Lato-Light'), url(../fonts/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
src: local('Lato Light'), local('Lato-Light'), url(../fonts/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
src: local('Lato Bold'), local('Lato-Bold'), url(../fonts/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
src: local('Lato Bold'), local('Lato-Bold'), url(../fonts/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}