tilde/blog/extra.css

93 lines
2.9 KiB
CSS
Executable File

#title{font-size: x-large;}
li{margin-bottom:8px;}
ul,ol{margin-left:24px;margin-right:24px;}
#all_posts{margin-top:24px;text-align:center;}
.subtitle{font-size:small;margin:12px 0px;}
.content p{margin-left:24px;margin-right:24px;}
h1{margin-bottom:12px !important;}
#description{font-size:large;margin-bottom:12px;}
h3{margin-top:42px;margin-bottom:8px;}
h4{margin-left:24px;margin-right:24px;}
img{max-width:100%;}
#twitter{line-height:20px;vertical-align:top;text-align:right;font-style:italic;color:#333;margin-top:24px;font-size:14px;}
.utterances .timeline-header {
color: #ffffeb;
}
.utterances .timeline-comment .avatar {
background-color: transparent;
}
.utterances .timeline-comment .comment {
background-color: #11131e;
border-top-color: #3e4854;
border-right-color: #3e4854;
border-bottom-color: #3e4854;
border-left-color: #3e4854;
}
.utterances .timeline-comment .comment-header {
background-color: #101b27;
border-bottom-color: #3e4854;
color: #ffffeb;
}
.utterances .timeline-comment .new-comment-header {
background-color: #101b27;
border-bottom-color: #3e4854;
}
.utterances .timeline-comment .comment-body .markdown-body, .timeline-comment .comment-body textarea {
border-top-color: #3e4854;
border-right-color: #3e4854;
border-bottom-color: #3e4854;
border-left-color: #3e4854;
}
.utterances .timeline-comment .comment-body textarea:focus {
box-shadow: rgba(0, 123, 255, 0.3) 0px 0px 0px 0.2em;
}
.utterances .timeline-comment .comment-body textarea:disabled {
background-color: #101b27;
}
.utterances .timeline-comment.current-user .comment-header {
background-color: #001e48;
}
.utterances .timeline-comment .author-association-badge {
border-top-color: #3e4854;
border-right-color: #3e4854;
border-bottom-color: #3e4854;
border-left-color: #3e4854;
}
@media screen and (min-width: 544px) {
.utterances .timeline-comment .comment::after, .timeline-comment .comment::before {
border-top-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
}
}
@media screen and (min-width: 544px) {
.utterances .timeline-comment .comment::after {
border-right-color: #314961;
}
}
@media screen and (min-width: 544px) {
.utterances .timeline-comment .comment::before {
border-right-color: #424a56;
}
}
@media screen and (min-width: 544px) {
.utterances .timeline-comment.current-user .comment::after, .timeline-comment.current-user .comment::before {
border-top-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
}
}
@media screen and (min-width: 544px) {
.utterances .timeline-comment.current-user .comment::after {
border-right-color: #0063d2;
}
}
@media screen and (min-width: 544px) {
.utterances .timeline-comment.current-user .comment::before {
border-right-color: #424a56;
}