2019-05-05 22:47:35 +00:00
|
|
|
body, .text-white, .navbar-brand, .badge-light, .btn-secondary {
|
|
|
|
color: #dedede !important;
|
|
|
|
}
|
2019-04-19 15:59:21 +00:00
|
|
|
|
|
|
|
.pointer {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-click {
|
|
|
|
pointer-events:none;
|
|
|
|
opacity: 0.65;
|
|
|
|
}
|
|
|
|
|
|
|
|
.upvote:hover {
|
|
|
|
color: var(--info);
|
|
|
|
}
|
|
|
|
|
2019-08-17 19:46:32 +00:00
|
|
|
.upvote {
|
|
|
|
margin-bottom: -5px;
|
|
|
|
}
|
|
|
|
|
2019-04-19 15:59:21 +00:00
|
|
|
.downvote:hover {
|
|
|
|
color: var(--danger);
|
|
|
|
}
|
|
|
|
|
2019-08-17 19:46:32 +00:00
|
|
|
.downvote {
|
|
|
|
margin-top: -10px;
|
|
|
|
}
|
|
|
|
|
2019-04-19 15:59:21 +00:00
|
|
|
.form-control, .form-control:focus {
|
|
|
|
background-color: var(--secondary);
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-control:disabled {
|
|
|
|
background-color: var(--secondary);
|
|
|
|
opacity: .5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom-select {
|
|
|
|
color: #fff;
|
|
|
|
background-color: var(--secondary);
|
|
|
|
}
|
|
|
|
|
|
|
|
.mark {
|
2019-04-24 16:58:45 +00:00
|
|
|
background-color: #333;
|
2019-04-19 15:59:21 +00:00
|
|
|
}
|
|
|
|
|
2019-05-18 23:41:22 +00:00
|
|
|
.mark-two {
|
|
|
|
background-color: #444 !important;
|
|
|
|
}
|
|
|
|
|
2019-04-19 15:59:21 +00:00
|
|
|
.md-div p {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md-div img {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2019-08-18 05:04:17 +00:00
|
|
|
.listing, .comment-node {
|
2019-08-18 01:59:59 +00:00
|
|
|
margin-bottom: 10px;
|
2019-04-19 15:59:21 +00:00
|
|
|
}
|
|
|
|
|
2019-08-18 02:31:32 +00:00
|
|
|
.vote-bar {
|
2019-08-18 05:11:03 +00:00
|
|
|
margin-top: -4.5px;
|
2019-08-18 02:31:32 +00:00
|
|
|
}
|
|
|
|
|
2019-08-18 04:41:55 +00:00
|
|
|
.post-title {
|
|
|
|
line-height: 1.0;
|
|
|
|
}
|
|
|
|
|
2019-04-19 15:59:21 +00: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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-bg {
|
|
|
|
background-color: #222;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
border-left: 3px solid #ccc;
|
|
|
|
margin: 0.5em 5px;
|
|
|
|
padding: 0.1em 5px;
|
|
|
|
}
|
2019-04-20 18:17:00 +00:00
|
|
|
|
2019-04-29 02:05:11 +00:00
|
|
|
.mouse-icon {
|
|
|
|
margin-top: -4px;
|
|
|
|
}
|
|
|
|
|
2019-04-21 23:44:47 +00:00
|
|
|
.new-comments {
|
|
|
|
max-height: 100vh;
|
2019-04-22 00:27:39 +00:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-comments:hover {
|
2019-04-21 23:44:47 +00:00
|
|
|
overflow-y: auto;
|
|
|
|
}
|
2019-04-24 17:26:15 +00:00
|
|
|
|
|
|
|
.thumbnail {
|
|
|
|
max-height: 50px;
|
|
|
|
max-width: 50px;
|
|
|
|
}
|
2019-04-26 15:53:45 +00:00
|
|
|
|
2019-04-26 16:11:04 +00:00
|
|
|
.no-s-hows {
|
2019-04-26 16:21:20 +00:00
|
|
|
position: absolute !important;
|
|
|
|
top: -9999px !important;
|
|
|
|
left: -9999px !important;
|
2019-04-26 15:53:45 +00:00
|
|
|
}
|