casper-modified-ghost-theme/assets/css/isso.css

125 lines
2.6 KiB
CSS
Raw Normal View History

2023-02-09 12:54:35 +01:00
.isso-postbox>.form-wrapper>.auth-section .post-action>input:hover {
2023-02-03 14:56:33 +01:00
background-color: #ddd;
2022-01-06 19:23:20 +01:00
}
2023-02-09 12:54:35 +01:00
.isso-postbox>.form-wrapper>.auth-section .input-wrapper input {
2023-02-03 14:56:33 +01:00
padding: 0.5rem;
max-width: 100%;
border-radius: 3px;
background-color: #fff;
line-height: 1.4em;
border: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
margin-right: 0.5rem;
color: #222;
2022-01-06 19:23:20 +01:00
}
2022-01-10 13:46:09 +01:00
.isso-postbox .textarea {
2023-02-03 14:56:33 +01:00
color: #222;
2022-01-10 13:46:09 +01:00
}
.isso-postbox .preview {
2023-02-03 14:56:33 +01:00
color: #000;
2022-01-10 13:46:09 +01:00
}
2023-02-09 12:54:35 +01:00
.isso-comment>div.text-wrapper>.isso-comment-header .author {
2023-02-03 14:56:33 +01:00
font-weight: bold;
color: #222;
2022-01-06 19:23:20 +01:00
}
2023-02-09 12:54:35 +01:00
.isso-postbox>.form-wrapper>.auth-section .post-action>input {
2023-02-03 14:56:33 +01:00
padding: 0.5rem 1rem !important;
border-radius: 2px;
border: 1px solid #ccc;
background-color: #ddd;
cursor: pointer;
outline: 0;
line-height: 1.4em;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
color: #222;
2022-01-06 19:23:20 +01:00
}
2023-02-09 12:54:35 +01:00
#isso-thread>h4 {
2023-02-03 14:56:33 +01:00
color: var(--midgrey2) !important;
font-weight: bold;
2022-01-06 19:23:20 +01:00
}
2022-01-06 19:49:04 +01:00
#isso-thread img {
2023-02-03 14:56:33 +01:00
border-radius: 50%;
2022-01-06 19:49:04 +01:00
}
2022-01-16 17:08:36 +01:00
2023-02-09 12:54:35 +01:00
#isso-root {
margin-top: 8rem;
}
2022-01-16 17:08:36 +01:00
#isso-root .spacer,
.isso-comment-header *,
.isso-comment-footer *,
.isso-comment .isso-comment-header .spacer,
.isso-comment .isso-comment-header a.permalink,
.isso-comment .isso-comment-header .note,
.isso-comment .isso-comment-header a.parent,
2023-02-09 12:54:35 +01:00
.isso-comment>div.text-wrapper>.isso-comment-header .spacer {
2023-02-03 14:56:33 +01:00
color: var(--midgrey2) !important;
2022-01-16 17:08:36 +01:00
}
2022-04-22 14:30:01 +02:00
.isso-comment.isso-no-votes .votes,
.isso-comment-footer .votes {
2023-02-03 14:56:33 +01:00
display: inline-block;
font-weight: bold;
2022-04-22 14:30:01 +02:00
}
.isso-comment.isso-no-votes span.votes {
2023-02-03 14:56:33 +01:00
display: inline-block !important;
2022-04-22 14:30:01 +02:00
}
2022-05-10 10:20:09 +02:00
.isso-postbox .input-wrapper:nth-child(3) {
2023-02-03 14:56:33 +01:00
display: none !important;
2022-05-10 10:20:09 +02:00
}
2022-01-16 17:08:36 +01:00
@media (prefers-color-scheme: dark) {
2023-02-03 14:56:33 +01:00
*:target {
color: #000 !important;
}
a:target:hover {
color: #15171a !important;
}
#isso-root .spacer,
.isso-comment .isso-comment-header .spacer,
.isso-comment .isso-comment-header a.permalink,
.isso-comment .isso-comment-header .note,
.isso-comment .isso-comment-header a.parent,
2023-02-09 12:54:35 +01:00
.isso-comment>div.text-wrapper>.isso-comment-header .spacer,
2023-02-03 14:56:33 +01:00
.isso-comment-header *,
.isso-comment-footer *,
2023-02-09 12:54:35 +01:00
#isso-thread>h4 {
2023-02-03 14:56:33 +01:00
color: var(--whitegrey) !important;
}
.isso-feedlink:hover,
2023-02-09 12:54:35 +01:00
.isso-comment>div.text-wrapper>.isso-comment-footer a:hover,
2023-02-03 14:56:33 +01:00
#isso-root a:hover {
text-decoration: underline;
}
#isso-root a {
color: var(--whitegrey);
}
.isso-feedlink:hover,
2023-02-09 12:54:35 +01:00
.isso-comment>div.text-wrapper>.isso-comment-footer a:hover,
2023-02-03 14:56:33 +01:00
#isso-root a:hover {
color: #fff;
text-decoration: underline;
}
}
2023-02-03 15:03:51 +01:00
#comment-checkbox__label {
2023-02-03 14:56:33 +01:00
width: 100%;
display: grid;
grid-template-columns: 20px 1fr;
grid-column-gap: 10px;
2023-02-09 12:54:35 +01:00
margin: 1rem 0;
}