teddit-reddit-frontend-alte.../static/css/styles.css

1379 lines
26 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

:root {
--sm-font: 0.666rem;
--lightgray: #f5f5f5;
--whitebg: #ffffff;
--darkbg: #0F0F0F;
--darkbglight: #252525;
--linkcolor: #000bac;
--darklinkcolor: #599bff;
--graytext: #6f6f6f;
}
* {
padding: 0;
margin: 0;
font-family: sans-serif;
}
/* Move themes to the beginning of the file to avoid themes flickering. */
/* DARK THEME */
body.dark {
background: var(--darkbg);
color: #cacaca;
}
body.dark nav {
background: #1f1f1f;
}
body.dark .top-links a {
background: var(--darkbg);
color: #bfbfbf;
}
body.dark header {
background: var(--darkbglight);
color: #f1f1f1;
}
body.dark #post header div a {
color: var(--darklinkcolor);
text-decoration: none;
}
body.dark a {
color: #f5f5f5;
}
body.dark a:hover, body.dark a:focus {
color: #3d8aff;
text-decoration: underline;
}
body.dark #post header div a:hover,
body.dark #post header div a:focus {
text-decoration: underline;
}
body.dark input[type="submit"]:hover,
body.dark input[type="submit"]:focus,
body.dark .btn:hover,
body.dark .btn:focus {
background: white;
color: black;
text-decoration: none;
}
body.dark form legend {
border-bottom: 1px solid #353535;
}
body.dark #post .title a {
color: var(--darklinkcolor);
}
body.dark #post .submitted {
color: #a5a5a5;
}
body.dark #post .usertext-body {
background: #0a0a0a;
border: 1px solid #404040;
}
body.dark #post .infobar {
background-color: #d2d2d2;
color: #2f2f2f;
}
body.dark #post .infobar a {
color: #0356d4;
}
body.dark header .tabmenu li a {
background: #3e3e3e;
}
body.dark header .tabmenu li a:hover, body.dark header .tabmenu li a:focus {
text-decoration: underline;
color: white;
}
body.dark #search {
color: #d2d2d2;
}
body.dark .md {
color: #dadada;
}
body.dark .md blockquote, body.dark .md del {
color: #777777;
}
body.dark .md code, body.dark .md pre {
background: black;
color: white;
}
body.dark .comment .body blockquote {
background: #313131;
color: #afafaf;
border-color: #464646;
}
body.dark .even-depth {
background: var(--darkbg);
}
body.dark .odd-depth {
background: var(--darkbglight);
}
body.dark .comment .comment {
border-left: 1px solid #545454;
}
body.dark .comment .meta .created a {
color: #7b7b7b;
}
body.dark .comment details summary {
color: #868686;
}
body.dark .comment details summary::-webkit-details-marker,
body.dark .comment details summary::marker {
color: #868686;
}
body.dark #links .link .entry .title a h2 {
color: #f0f0f0;
}
body.dark #links .link .image .no-image,
body.dark #user .entry .image .no-image {
filter: opacity(0.5);
}
body.dark #user .comment {
width: 100%;
background: var(--darkbg);
}
body.dark #links .link .upvotes {
color: #858585;
}
body.dark .upvotes .arrow,
body.dark .score .arrow {
filter: opacity(0.5);
}
body.dark #links .link .entry .meta a {
color: #c7c7c7;
}
body.dark .content .bottom img {
filter: invert(1);
}
body.dark .container .content {
border: 1px solid #5e5e5e;
}
body.dark input[type="submit"],
body.dark .btn {
background: black;
color: white;
}
body.dark #post .crosspost {
background: var(--darkbg);
}
body.dark .view-more-inks a {
background: black;
color: white;
}
body.dark .md .md-spoiler-text:not(.revealed):active,
body.dark .md .md-spoiler-text:not(.revealed):focus,
body.dark .md .md-spoiler-text:not(.revealed):hover {
background: white;
color: black;
}
body.dark .comment .body a,
body.dark .usertext-body a {
color: #3d99fb;
}
body.dark header .tabmenu li.active a {
background: #acacac;
color: #151515;
}
body.dark #search form input[type="text"] {
background: #0f0f0f;
color: white;
}
a {
color: var(--linkcolor);
text-decoration: none;
}
a:hover, a:focus {
color: var(--linkcolor);
text-decoration: underline;
}
.green {
color: green;
}
.word-break {
overflow-wrap: anywhere;
}
.top-links {
width: 100%;
float: left;
overflow: hidden;
}
.upvotes .arrow, .score .arrow {
background: url(/css/sprite.png?v=1);
background-position: -84px -1654px;
background-repeat: no-repeat;
margin: 2px 0px 2px 0px;
width: 100%;
height: 14px;
display: block;
width: 15px;
margin-left: auto;
margin-right: auto;
outline: none;
}
.upvotes .arrow.down, .score .arrow.down {
background-position: -42px -1654px;
background-repeat: no-repeat;
}
#topbar {
float: left;
width: 100%;
}
nav {
float: left;
width: 100%;
background: #170019;
}
nav .settings {
float: right;
padding-right: 20px;
padding-top: 10px;
}
nav .settings .icon-container {
float: left;
}
nav a {
color: white;
}
nav .nav-item.left {
float: left;
padding: 10px;
}
nav .nav-item.left a {
font-size: 15px;
font-weight: initial;
}
nav .nav-item.left a:hover,nav .nav-item.left a:focus {
color: white;
}
nav .settings a:hover,nav .settings a:focus {
color: gray;
text-decoration: none;
}
.top-links a {
padding-right: 6px;
font-size: 0.76rem;
color: black;
background: #e8e8e8;
color: #040404;
text-transform: uppercase;
}
#intro {
float: left;
width: calc(100% - 20px);
margin-bottom: 25px;
margin-left: 20px;
}
.container {
margin: 0 auto;
min-height: 100vh;
padding-top: 90px;
}
.container .content {
max-width: 600px;
width: 100%;
margin: 0 auto;
margin-top: 0px;
margin-top: 10px;
padding: 10px 15px;
border: 1px solid black;
}
.container .content h1 {
padding-bottom: 20px;
padding-top: 11px;
}
.container .content h2 {
padding-top: 30px;
padding-bottom: 10px;
}
.container .content p {
line-height: 1.4;
padding-bottom: 5px;
}
form legend {
border-bottom: 1px solid #e3e3e3;
margin-bottom: 10px;
padding-bottom: 10px;
}
form .setting {
margin: 10px 0px;
width: 100%;
}
.container .content p.notice {
padding-top: 20px;
padding-bottom: 20px;
}
.container .content p.version {
text-align: right;
color: #4f4f4f;
}
.container .content ul {
padding-left: 25px;
}
.content .bottom {
text-align: center;
padding-top: 40px;
}
header {
float: left;
width: 100%;
padding-top: 15px;
margin-bottom: 21px;
margin-top: 2px;
background: gainsboro;
}
header a {
color: black;
font-size: 0.8rem;
float: left;
vertical-align: bottom;
}
header a.main {
margin-left: 12px;
}
header .bottom {
float: left;
overflow: hidden;
padding-top: 7px;
padding-left: 19px;
}
header a.subreddit {
text-transform: uppercase;
font-size: 0.7rem;
margin-right: 12px;
}
header a.subreddit h2 {
overflow-wrap: anywhere;
}
header .tabmenu {
float: left;
overflow: hidden;
list-style: none;
padding: 0;
margin: 0;
}
header .tabmenu li {
float: left;
width: auto;
overflow: hidden;
padding: 0;
margin: 0;
}
header .tabmenu li a {
padding: 2px 8px 2px 8px;
background: #5a5a5a;
color: white;
margin-right: 8px;
}
header .tabmenu li.active a {
background: black;
}
.view-more-inks {
margin-bottom: 50px;
float: left;
width: 100%;
}
.view-more-inks a {
margin-left: 20px;
padding: 1px 4px;
background: #eee;
border: 1px solid #ddd;
border-radius: 3px;
font-weight: bold;
}
.subreddit-listing {
margin-left: 15px;
margin-top: 8px;
}
.green {
color: green !important;
}
.tag {
display: inline-block;
border: 1px solid;
padding: 0 4px;
margin: 2px 6px 0px 0px;
border-radius: 3px;
font-size: 0.68rem;
}
.tag.nsfw {
border-color: #d10023;
color: #d10023;
}
input[type="submit"],
.btn {
padding: 3px;
margin-top: 7px;
margin-right: 10px;
border-radius: 0px;
border: 1px solid #a5a5a5;
background: white;
color: #464646;
font-size: 13px;
}
input[type="submit"]:focus,
input[type="submit"]:hover,
.btn:focus,
.btn:hover {
background: #4c4c4c;
color: white;
cursor: pointer;
text-decoration: none;
}
/* SUBREDDIT LINKS */
#links {
float: left;
width: 100%;
}
#links.sr {
float: left;
width: 75%;
}
#links details {
float: left;
width: auto;
cursor: pointer;
margin-bottom: 20px;
margin-left: 20px;
}
#links details ul li.active a {
font-weight: bold;
}
#links details li.active a {
font-weight: bold;
}
#links details ul {
padding-left: 30px;
margin-bottom: 20px;
}
#links .link {
float: left;
width: 100%;
margin-bottom: 16px;
}
#links .link .upvotes {
float: left;
width: 60px;
text-align: center;
color: #c6c6c6;
font-weight: bold;
font-size: small;
}
#links .link .image .no-image, #user .entry .image .no-image {
float: left;
font-size: 0;
margin-bottom: 2px;
margin-right: 5px;
margin-top: 0;
margin-left: 0;
overflow: hidden;
width: 70px;
background-image: url(/css/sprite.png);
background-position: 0px -1267px;
background-repeat: no-repeat;
height: 50px;
}
#links .link .image {
width: 80px;
max-height: 80px;
float: left;
text-align: center;
}
#links .link .image img {
width: auto;
height: auto;
max-width: 80px;
max-height: 80px;
}
#links .link .entry {
float: left;
width: calc(100% - 148px);
margin-left: 8px;
}
#links .link .entry .title span {
color: #888;
font-size: x-small;
display: inline-block;
padding-left: 13px;
}
#links .link .entry .title a {
font-size: 0.8rem;
}
#links .link .entry .title a:hover {
text-decoration: none;
}
#links .link .entry .title a h2 {
display: initial;
font-size: 16px;
color: #0000ff;
font-size: medium;
font-weight: normal;
}
#links .link .entry .meta {
float: left;
width: 100%;
color: #888;
font-size: x-small;
margin-top: 2px;
}
#links .link .entry .meta a {
color: #369;
padding-left: 3px;
padding-right: 3px;
}
#links .link .entry .meta .deleted {
margin-left: 0 !important;
padding-left: 5px;
padding-right: 3px;
}
#links .link .entry .meta p {
float: inherit;
overflow-wrap: anywhere;
}
#links .link .entry .meta p.submitted span {
margin-left: 4px;
}
#links .link .entry .meta .submitted a {
text-decoration: none;
padding-left: 5px;
}
#links .link .entry .meta .links {
float: left;
width: 100%;
margin-top: 1px;
}
#links .link .entry .meta .links a {
padding: 0;
color: #888;
font-weight: bold;
}
#links .link .entry .meta a:hover {
text-decoration: underline;
}
#links.search .link .meta {
font-size: small;
}
#links.search .link .meta a {
margin-right: 6px;
margin-left: 6px;
}
#links.search .link .meta a.comments {
margin-left: 0px;
}
/* COMMENTS */
.comment {
font-size: 0.83rem;
clear: left;
}
.comment summary {
float: left;
}
.comment .meta {
float: left;
}
.comment .meta p {
float: left;
padding-right: 8px;
color: var(--graytext);
}
.comment .meta p.author a {
font-weight: bold;
margin-left: 10px;
}
.comment .meta .created a {
color: var(--graytext);
}
.comment .body {
float: left;
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
}
.comment details {
float: left;
width: 100%;
padding-top: 15px;
}
.comment .comment:first-child {
width: calc(100% - 30px);
}
.comment {
padding-left: 30px;
width: auto;
overflow: hidden;
background: var(--whitebg);
}
.comment details summary {
float: left;
}
.comment details summary::-webkit-details-marker,.comment details summary::marker {
color: #313131;
content: "[]";
padding-right: 5px;
cursor: pointer;
}
.comment details summary:hover {
text-decoration: underline;
cursor: pointer;
}
.comment details summary a,.comment details summary p {
display: none;
}
.comment details:not([open]) summary a, .comment details:not([open]) summary p {
display: initial;
opacity: 0.5;
}
.comment details:not([open]) summary::-webkit-details-marker,.comment details:not([open]) summary::marker {
content: "[+]";
}
.comment .body blockquote {
border-left: 2px solid #D6D5CF;
display: block;
background-color: #EEE;
margin: 5px 5px !important;
padding: 5px;
color: #333;
font-style: italic;
}
.comment .md {
max-width: 60em;
}
.even-depth {
background: var(--whitebg);
}
.odd-depth {
background: var(--lightgray);
}
.comment .comment {
border-left: 1px solid #dcdcdc;
margin-top: 10px;
}
/* POST */
#post .info {
float: left;
width: 100%;
}
#post .infobar {
background-color: #f6e69f;
margin: 5px 305px 5px 11px;
padding: 5px 10px;
float: left;
width: calc(100% - 50px);
}
#post header {
padding-top: 0px;
}
#post header div {
padding: 20px 0px 20px 20px;
float: left;
}
#post header div a {
color: #222;
text-decoration: underline;
font-size: 1rem;
}
#post .score, #user .upvotes {
float: left;
width: 60px;
text-align: center;
color: #c6c6c6;
font-weight: bold;
font-size: small;
}
#post .title {
float: left;
width: calc(100% - 60px);
}
#post .title a {
font-size: var(--sm-font);
color: var(--linkcolor);
float: left;
}
#post .title .domain {
color: gray;
font-size: 12px;
margin-left: 10px;
}
#post .submitted {
font-size: small;
color: #686868;
}
#post .submitted a,
#post .submitted span {
margin-left: 5px;
}
#post .comments {
float: left;
width: 100%;
}
#post .comments-info {
float: left;
width: calc(100% - 30px);
margin: 10px 0px 10px 30px;
}
#post .comments-sort details {
float: left;
width: auto;
cursor: pointer;
margin-bottom: 10px;
}
#post .comments-sort details ul li.active a {
font-weight: bold;
}
#post .comments-sort details li.active a {
font-weight: bold;
}
#post .comments-sort details {
font-size: 0.8rem;
}
#post .comments-sort details ul {
margin-left: 20px;
}
#post .comment .meta p.stickied {
color: green;
}
#post .comment .meta p.author a,
#post .comment .meta p.author span {
font-weight: initial;
margin-left: 10px;
}
#post .comment .meta p.author a.submitter {
font-weight: bold;
}
#post .comment .body {
padding-top: 0px;
padding-bottom: 13px;
}
#post .usertext-body {
unicode-bidi: isolate;
font-size: small;
background-color: #fafafa;
border: 1px solid #369;
border-radius: 7px;
padding: 5px 10px;
margin: 10px auto 5px 60px;
font-size: 0.84rem;
max-width: 60em;
word-wrap: break-word;
float: left;
width: calc(100% - 100px);
}
#post .comment .load-more-comments {
float: left;
margin-bottom: 11px;
margin-top: 11px;
font-weight: bold;
font-size: 11px;
}
#post .image {
padding-left: 60px;
max-width: 100%;
}
#post .image img, #post .video video {
max-height: 700px;
max-width: 100%;
}
#post .video {
float: left;
width: calc(100% - 60px);
margin-left: 60px;
max-width: 100%;
max-height: 100%;
}
#post .video .title a {
font-size: 1rem;
}
#post .youtube-info {
font-size: 9px;
}
#post .crosspost {
overflow: hidden;
background: var(--whitebg);
border: 1px solid #C6C6C6;
border-radius: 4px;
max-width: 600px;
margin-left: 60px;
}
#post .crosspost .title {
width: 100%;
margin: 15px;
margin-bottom: 0px;
}
#post .crosspost .num_comments {
float: left;
width: 100%;
font-size: small;
margin-left: 15px;
margin-bottom: 15px;
}
#post .crosspost .submitted,#post .crosspost .to {
float: left;
width: auto;
margin-right: ;
font-size: small;
color: #686868;
}
#post .crosspost .submitted a,#post .crosspost .to a {
margin-right: 6px;
margin-left: 6px;
font-size: small;
}
#post .gallery {
float: left;
margin: 10px auto auto 60px;
}
#post .gallery .item {
float: left;
}
#post .gallery .item div {
float: left;
width: 100%;
padding-bottom: 0px;
}
#post .gallery .item a {
float: left;
overflow: hidden;
}
#post .gallery .item a.source-link {
margin-top: -5px;
}
#post .gallery .item small {
font-size: 10px;
}
#post .source-url {
overflow-wrap: anywhere;
}
/* USER */
#user .entries {
float: left;
width: 80%;
}
#user .entries .entry {
padding-left: 5px;
padding-top: 10px;
padding-bottom: 15px;
float: left;
width: 100%;
}
#user .entries .entry:first-child {
padding-top: 0px;
}
#user .info {
float: left;
width: 20%;
}
#user .info h1 {
font-size: 1.1rem;
overflow-wrap: anywhere;
}
#user .entries .entry .meta {
float: left;
}
#user .entries .entry .meta .title,
#user .entries .entry .meta .author,
#user .entries .entry .meta .subreddit,
#user .entries .entry .meta .flair {
float: left;
}
#user .comment {
width: 100%;
}
#user .entries .entry .meta a {
margin-right: 5px;
margin-left: 5px;
}
#user .entries .entry .title a {
margin-left: 0px;
font-size: 0.86rem;
}
#user .entries .entry .meta .author,#user .entries .entry .meta .subreddit {
font-size: 11px;
margin-top: 3px;
}
#user .entries .entry .meta .author a {
font-weight: bold;
}
#user .comment details {
padding-top: 2px;
}
#user .comment .meta p.ups,#user .comment .meta p.created {
font-size: var(--sm-font);
padding-right: 5px;
}
#user .entries .entry .meta .created a {
color: var(--graytext);
}
#user .entries .entry.t3 .title .meta {
float: left;
width: 100%;
}
#user .entries .entry.t3 .title a {
margin-bottom: 3px;
}
#user .entries .entry.t3 .upvotes {
float: left;
width: 60px;
}
#user .entries .entry.t3 .image {
float: left;
width: 80px;
}
#user .entries .entry.t3 .title {
width: calc(100% - 200px);
float: left;
}
#user .entries .entry .comment .meta .author {
margin-top: 0px;
}
#user .comment .meta p {
padding-right: 0px;
}
#user .comment .body {
padding-top: 4px;
padding-bottom: 0px;
}
#user .info .user-stat span {
font-weight: bold;
font-size: 1.1rem;
}
#user .comment details summary {
font-size: var(--sm-font);
}
#user .comment details summary p {
margin-right: 5px;
margin-left: 5px;
}
#user .comment details summary a {
margin-left: 5px;
}
#user .entries .entry .image,#user .entries .entry .upvotes,#user .entries .entry .title,#user .entries .entry .meta {
float: left;
}
#user .entries .entry .image {
margin-left: 0px;
margin-right: 8px;
position: relative;
}
#user .entries .entry .image a span {
position: absolute;
bottom: 0;
background: #0000005e;
left: 0;
width: 100%;
text-align: center;
color: white;
font-size: var(--sm-font);
margin-bottom: 4px;
}
#user .entries .entry .image img {
max-width: 80px;
}
#user .entries .entry .title a {
float: left;
}
#user .entries .entry .title .meta {
width: 100%;
}
#user .entries .entry .title .meta a {
float: initial;
font-weight: bold;
font-size: var(--sm-font);
margin-left: 5px;
}
#user .entries .entry .title .meta a.subreddit {
font-weight: unset;
}
#user .entries .entry .title .meta .submitted {
font-size: var(--sm-font);
color: var(--graytext);
}
#user .entries .entry .meta .title {
margin-left: 20px;
}
#user #links {
border-bottom: 1px dotted gray;
padding-bottom: 5px;
margin-bottom: 30px;
margin-top: 30px;
}
#user #links details {
margin-left: 25px;
font-size: 0.8rem;
}
#user #links details ul {
margin-left: 20px;
}
#user .entries .entry a.comments, #user .entries .entry a.context {
color: gray;
font-size: var(--sm-font);
font-weight: bold;
}
#user .entries .entry .title .meta a.comments {
margin-left: 0px;
}
#user .entries .entry a.comments.t1,#user .entries .entry a.context {
margin-top: 0px;
}
#user .entries .entry a.context {
margin-right: 10px;
}
/* FLAIR */
.flair,
#links .link .entry .title span.flair,
#post .info .title span.flair {
display: inline-block;
border-radius: 4px;
color: #404040;
background-color: #e8e8e8;
font-size: x-small;
margin-left: 10px;
padding: 0 2px;
}
body.dark .flair {
color: #eaeaea !important;
background-color: #404040 !important;
}
#post .comments .flair,
#user .comment .meta .flair {
margin-left: 0 !important;
}
#links .link .entry .meta p.submitted .flair,
#user .comment .meta .flair,
#user .entries p.submitted .flair {
margin-right: 4px;
}
.flair .emoji {
background-position: center;
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
height: 16px;
width: 16px;
vertical-align: middle;
}
/* SIDEBAR */
#sidebar {
float: left;
width: 25%;
}
#sidebar .content {
float: left;
font-size: smaller;
padding-right: 15px;
}
#sidebar .content .description {
margin-top: 38px;
}
/* SEARCH */
#search {
margin-bottom: 50px;
float: left;
width: calc(25% - 60px);
}
#search.sr {
width: calc(100% - 60px);
margin-top: 0px;
}
#search.sr.search-page {
width: 100%;
margin-left: 20px;
margin-top: 40px;
}
#search form {
max-width: 600px;
}
#search form div {
float: left;
width: 100%;
margin-top: 5px;
margin-bottom: 5px;
}
#search form input[type="text"] {
width: 100%;
}
#search form label {
float: left;
overflow-wrap: anywhere;
}
#search form label input {
float: left;
margin-right: 10px;
}
#search input[type="text"] {
padding: 4px;
border: 1px solid #a5a5a5;
border-radius: 0px;
margin-bottom: 11px;
}
/* REDDIT STYLES */
.md .md-spoiler-text {
border-radius:2px;
transition:background ease-out 1s;
}
.md .md-spoiler-text>* {
transition:opacity ease-out 1s;
}
.md .md-spoiler-text:not(.revealed) {
background:#4f4f4f;
cursor:pointer;
color:transparent;
}
.md .md-spoiler-text:not(.revealed)>* {
opacity:0;
}
.md .md-spoiler-text.revealed {
background:rgba(79,79,79,0.1);
}
.spoiler-text-tooltip {
border-radius:4px;
font-size:11px;
line-height:16px;
pointer-events:none;
}
.spoiler-text-tooltip.hover-bubble {
padding:3px 6px;
}
.md-container-small,.md-container {
unicode-bidi:isolate;
font-size:small;
}
.md {
color:#222222;
max-width:60em;
overflow-wrap:break-word;
word-wrap:break-word
}
.md .-headers,.md h1,.md h2,.md h3,.md h4,.md h5,.md h6 {
border:0;
color:inherit;
-webkit-font-smoothing:antialiased;
}
.md .-headers code,.md h1 code,.md h2 code,.md h3 code,.md h4 code,.md h5 code,.md h6 code {
font-size:inherit;
}
.md blockquote,.md del {
color:#4f4f4f;
}
.md a {
color:#0079d3;
text-decoration:none;
}
.md a del {
color:inherit;
}
.md h6 {
text-decoration:underline;
}
.md em {
font-style:italic;
font-weight:inherit;
}
.md th,.md strong,.md .-headers,.md h1,.md h2,.md h3,.md h4,.md h5,.md h6 {
font-weight:600;
font-style:inherit;
}
.md h2,.md h4 {
font-weight:500;
}
.md,.md h6 {
font-weight:400;
}
.md * {
margin-left:0;
margin-right:0;
}
.md tr,.md code,.md .-cells,.md .-lists,.md .-blocks,.md .-headers,.md h1,.md h2,.md h3,.md h4,.md h5,.md h6,.md th,.md td,.md ul,.md ol,.md .-lists,.md pre,.md blockquote,.md table,.md p,.md ul,.md ol {
margin:0;
padding:0;
}
.md hr {
border:0;
color:transparent;
background:#c5c1ad;
height:2px;
padding:0;
}
.md blockquote {
border-left:2px solid #c5c1ad;
}
.md code,.md pre {
border:1px solid #e6e6de;
background-color:#fcfcfb;
border-radius:2px;
}
.md code {
margin:0 2px;
white-space:nowrap;
word-break:normal;
}
.md p code {
line-height:1em;
}
.md pre {
overflow:auto;
}
.md pre code {
white-space:pre;
background-color:transparent;
border:0;
display:block;
padding:0!important;
}
.md td,.md th {
border:1px solid #e5e3da;
text-align:left;
}
.md td[align=center],.md th[align=center] {
text-align:center;
}
.md td[align=right],.md th[align=right] {
text-align:right;
}
.md img {
max-width:100%;
}
.md ul {
list-style-type:disc;
}
.md ol {
list-style-type:decimal;
}
.md blockquote {
padding:0 8px;
margin-left:5px;
}
.md code {
padding:0 4px;
}
.md pre,.md .-cells,.md th,.md td {
padding:4px 9px;
}
.md .-lists,.md ul,.md ol {
padding-left:40px;
}
.md sup {
font-size:0.86em;
line-height:0;
}
code {
font-family:monospace,monospace;
}
.md {
font-size:1.0769230769230769em;
}
.md h1,.md h2 {
font-size:1.2857142857142858em;
line-height:1.3888888888888888em;
margin-top:0.8333333333333334em;
margin-bottom:0.8333333333333334em
}
.md h3,.md h4 {
font-size:1.1428571428571428em;
line-height:1.25em;
margin-top:0.625em;
margin-bottom:0.625em
}
.md h5,.md h6 {
font-size:1em;
line-height:1.4285714285714286em;
margin-top:0.7142857142857143em;
margin-bottom:0.35714285714285715em;
}
.md .-blocks,.md .-lists,.md pre,.md blockquote,.md table,.md p,.md ul,.md ol {
margin-top:0.35714285714285715em;
margin-bottom:0.35714285714285715em;
}
.md textarea,.md .-text,.md p,.md pre>code,.md th,.md td,.md li {
font-size:1em;
line-height:1.4285714285714286em;
}
.md-container-small .md,.side .md {
font-size:0.9230769230769231em;
}
.md-container-small .md h1,.side .md h1,.md-container-small .md h2,.side .md h2 {
font-size:1.5em;
line-height:1.3888888888888888em;
margin-top:0.5555555555555556em;
margin-bottom:0.5555555555555556em;
}
.md-container-small .md h3,.side .md h3,.md-container-small .md h4,.side .md h4 {
font-size:1.3333333333333333em;
line-height:1.25em;
margin-top:0.625em;
margin-bottom:0.625em;
}
.md-container-small .md h5,.side .md h5,.md-container-small .md h6,.side .md h6 {
font-size:1.1666666666666667em;
line-height:1.4285714285714286em;
margin-top:0.7142857142857143em;
margin-bottom:0.35714285714285715em;
}
.md-container-small .md .-blocks,.side .md .-blocks,.md-container-small .md .-lists,.side .md .-lists,.md-container-small .md pre,.side .md pre,.md-container-small .md blockquote,.side .md blockquote,.md-container-small .md table,.side .md table,.md-container-small .md p,.side .md p,.md-container-small .md ul,.side .md ul,.md-container-small .md ol,.side .md ol {
margin-top:0.4166666666666667em;
margin-bottom:0.4166666666666667em;
}
.md-container-small .md .-text,.side .md .-text,.md-container-small .md p,.side .md p,.md-container-small .md pre>code,.side .md pre>code,.md-container-small .md th,.side .md th,.md-container-small .md td,.side .md td,.md-container-small .md li,.side .md li {
font-size:1em;
line-height:1.25em;
}
/* Fix spoiler texts not showing without JS */
.md .md-spoiler-text:not(.revealed):active,.md .md-spoiler-text:not(.revealed):focus,.md .md-spoiler-text:not(.revealed):hover {
color: black;
background: #fff0;
transition: none;
}
@media only screen and (max-width: 600px) {
#sidebar {
width: 100%;
}
#sidebar .content {
padding-left: 20px;
padding-right: 20px;
}
#search {
margin-left: 20px;
margin-top: 30px;
}
#links.sr {
width: calc(100% - 10px);
}
#search form {
width: 240px;
}
.comment {
padding-left: 2.5%;
}
.comment details summary::-webkit-details-marker,
.comment details summary::marker {
font-size: 1.25rem;
content: "[ - ]";
}
.comment details summary {
margin-right: 20px;
margin-bottom: 10px;
}
.comment summary::-webkit-details-marker {
font-size: 1.25rem
}
#post .usertext-body {
margin-left: 2.5%;
margin-right: 2.5%;
width: calc(100% - 10%);
}
#post .image {
padding: 2.5%;
}
#post .video {
margin: 5px 2.5%;
width: 95%;
}
.info .submitted {
margin: auto auto 2.5% 2.5%;
}
#post .crosspost {
margin: auto 2.5%;
}
}