2019-08-20 17:40:51 -04:00
|
|
|
.navbar-toggler {
|
|
|
|
border: 0px;
|
|
|
|
}
|
|
|
|
|
2019-04-19 11:59:21 -04:00
|
|
|
.pointer {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-click {
|
|
|
|
pointer-events:none;
|
|
|
|
opacity: 0.65;
|
|
|
|
}
|
|
|
|
|
|
|
|
.upvote:hover {
|
|
|
|
color: var(--info);
|
|
|
|
}
|
|
|
|
|
2019-08-17 15:46:32 -04:00
|
|
|
.upvote {
|
|
|
|
margin-bottom: -5px;
|
|
|
|
}
|
|
|
|
|
2019-04-19 11:59:21 -04:00
|
|
|
.downvote:hover {
|
|
|
|
color: var(--danger);
|
|
|
|
}
|
|
|
|
|
2019-08-17 15:46:32 -04:00
|
|
|
.downvote {
|
|
|
|
margin-top: -10px;
|
|
|
|
}
|
|
|
|
|
2019-08-24 17:27:25 -04:00
|
|
|
.md-div p:last-child {
|
2019-04-19 11:59:21 -04:00
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md-div img {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2019-09-02 19:16:08 -04:00
|
|
|
.md-div h1,h2,h3,h4,h5 {
|
|
|
|
font-size:1.171875rem;
|
|
|
|
}
|
|
|
|
|
2019-08-28 21:43:51 -04:00
|
|
|
.comment-node {
|
2019-08-17 21:59:59 -04:00
|
|
|
margin-bottom: 10px;
|
2019-04-19 11:59:21 -04:00
|
|
|
}
|
|
|
|
|
2019-08-17 22:31:32 -04:00
|
|
|
.vote-bar {
|
2019-08-29 00:57:38 -04:00
|
|
|
margin-top: -6.5px;
|
2019-08-17 22:31:32 -04:00
|
|
|
}
|
|
|
|
|
2019-08-18 00:41:55 -04:00
|
|
|
.post-title {
|
|
|
|
line-height: 1.0;
|
|
|
|
}
|
|
|
|
|
2019-04-19 11:59:21 -04:00
|
|
|
.icon {
|
|
|
|
display: inline-flex;
|
|
|
|
width: 1em;
|
|
|
|
height: 1em;
|
|
|
|
stroke-width: 0;
|
|
|
|
stroke: currentColor;
|
|
|
|
fill: currentColor;
|
|
|
|
vertical-align: middle;
|
|
|
|
align-self: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.spin {
|
|
|
|
animation: spins 2s linear infinite;
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes spins {
|
|
|
|
0% { transform: rotate(0deg); }
|
|
|
|
100% { transform: rotate(359deg); }
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
z-index: 2000;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
border-left: 3px solid #ccc;
|
|
|
|
margin: 0.5em 5px;
|
|
|
|
padding: 0.1em 5px;
|
|
|
|
}
|
2019-04-20 14:17:00 -04:00
|
|
|
|
2019-04-28 22:05:11 -04:00
|
|
|
.mouse-icon {
|
|
|
|
margin-top: -4px;
|
|
|
|
}
|
|
|
|
|
2019-04-21 19:44:47 -04:00
|
|
|
.new-comments {
|
2019-09-11 20:20:57 -04:00
|
|
|
max-height: 50vh;
|
2019-04-21 20:27:39 -04:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-comments:hover {
|
2019-04-21 19:44:47 -04:00
|
|
|
overflow-y: auto;
|
|
|
|
}
|
2019-04-24 13:26:15 -04:00
|
|
|
|
|
|
|
.thumbnail {
|
2019-08-24 02:44:44 -04:00
|
|
|
max-height: 62px;
|
|
|
|
max-width: 400px;
|
2019-04-24 13:26:15 -04:00
|
|
|
}
|
2019-04-26 11:53:45 -04:00
|
|
|
|
2019-04-26 12:11:04 -04:00
|
|
|
.no-s-hows {
|
2019-04-26 12:21:20 -04:00
|
|
|
position: absolute !important;
|
|
|
|
top: -9999px !important;
|
|
|
|
left: -9999px !important;
|
2019-04-26 11:53:45 -04:00
|
|
|
}
|
2019-08-29 15:06:08 -04:00
|
|
|
|
|
|
|
hr {
|
|
|
|
border-top: 1px solid var(--secondary);
|
|
|
|
}
|
2019-08-31 12:40:42 -04:00
|
|
|
|
|
|
|
.emoji {
|
|
|
|
height: 1.2em !important;
|
|
|
|
}
|