optimized custom.scss for scss as well

pull/5/head
RiedleroD 2023-05-10 21:37:23 +02:00
parent 9bb618005a
commit 07c21a196d
1 changed files with 270 additions and 276 deletions

View File

@ -16,15 +16,14 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
width: 100%; width: 100%;
font-family: sans-serif font-family: sans-serif;
} li {
.tabs li {
display: inline-block; display: inline-block;
} }
.tabs input[type="radio"] { input[type="radio"] {
display: none; display: none;
} }
.tabs label { label {
display: block; display: block;
cursor: pointer; cursor: pointer;
padding: 10px 15px; padding: 10px 15px;
@ -32,23 +31,24 @@
border-bottom: 0; border-bottom: 0;
border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;
background-color: black; background-color: black;
} }
.tabs .tab-panel { .tab-panel {
display: none; display: none;
overflow: auto; overflow: auto;
width: 100%; width: 100%;
position: absolute; position: absolute;
left: 0; left: 0;
border-top: 2px solid gray; border-top: 2px solid gray;
} }
.tabs [id^="tab"]:checked + label { [id^="tab"]:checked + label {
background-color: gray; background-color: gray;
border: 2px solid gray; border: 2px solid gray;
color: #fff; color: #fff;
} }
.tabs [id^="tab"]:checked ~ [id^="tab-panel"] { [id^="tab"]:checked ~ .tab-panel {
display: contents; display: contents;
}
} }
/* FONTS */ /* FONTS */
@ -69,208 +69,196 @@
/* ISSO CSS */ /* ISSO CSS */
#isso-thread * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#isso-thread .isso-comment-header a {
text-decoration: none;
}
#isso-thread { #isso-thread {
padding: 0; padding: 0;
margin: 0; margin: 0;
} * {
#isso-thread > h4 { -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.isso-comment-header a {
text-decoration: none;
}
h4 {
color: #e5e5e5; color: #e5e5e5;
font-weight: bold; font-weight: bold;
} }
#isso-thread > .isso-feedlink { > .isso-feedlink {
float: right; float: right;
padding-left: 1em; padding-left: 1em;
} > a {
#isso-thread > .isso-feedlink > a {
font-size: 0.8em; font-size: 0.8em;
vertical-align: bottom; vertical-align: bottom;
} }
#isso-thread .textarea { }
.textarea {
min-height: 58px; min-height: 58px;
outline: 0; outline: 0;
} &.placeholder {
#isso-thread .textarea.placeholder {
color: #e5e5e5; color: #e5e5e5;
}
}
.textarea:focus,
input:focus {
border-color: rgba(0, 0, 0, 0.8);
}
} }
.isso-comment{
#isso-root .isso-comment { #isso-root & {
max-width: 68em; max-width: 68em;
padding-top: 0.95em; padding-top: 0.95em;
margin: 0.95em auto; margin: 0.95em auto;
} }
#isso-root .preview .isso-comment { #isso-root .preview & {
padding-top: 0; padding-top: 0;
margin: 0; margin: 0;
} }
#isso-root .isso-comment:not(:first-of-type), #isso-root &:not(:first-of-type),
.isso-follow-up .isso-comment { .isso-follow-up & {
border-top: 1px solid #525252; border-top: 1px solid #525252;
} }
.isso-comment > div.avatar { > .avatar {
display: block; display: block;
float: left; float: left;
margin: 3px 15px 0 0; margin: 3px 15px 0 0;
} > svg {
.isso-comment > div.avatar > svg {
width: 48px; width: 48px;
height: 48px; height: 48px;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 3px; border-radius: 3px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
} }
.isso-comment > div.text-wrapper { }
> .text-wrapper {
display: block; display: block;
} > .isso-comment-header,
.isso-comment .isso-follow-up { > .isso-comment-footer {
padding-left: calc(7% + 20px);
}
.isso-comment > div.text-wrapper > .isso-comment-header, .isso-comment > div.text-wrapper > .isso-comment-footer {
font-size: 0.95em; font-size: 0.95em;
} }
.isso-comment > div.text-wrapper > .isso-comment-header { > .isso-comment-header {
font-size: 0.85em; font-size: 0.85em;
} .spacer {
.isso-comment > div.text-wrapper > .isso-comment-header .spacer {
padding: 0 6px; padding: 0 6px;
} }
.isso-comment > div.text-wrapper > .isso-comment-header .spacer, .spacer,
.isso-comment > div.text-wrapper > .isso-comment-header a.permalink, a.permalink,
.isso-comment > div.text-wrapper > .isso-comment-header .note, .note,
.isso-comment > div.text-wrapper > .isso-comment-header a.parent { a.parent {
color: gray !important; color: gray !important;
font-weight: normal; font-weight: normal;
text-shadow: none !important; text-shadow: none !important;
} &:hover{
.isso-comment > div.text-wrapper > .isso-comment-header .spacer:hover,
.isso-comment > div.text-wrapper > .isso-comment-header a.permalink:hover,
.isso-comment > div.text-wrapper > .isso-comment-header .note:hover,
.isso-comment > div.text-wrapper > .isso-comment-header a.parent:hover {
color: #606060 !important; color: #606060 !important;
} }
.isso-comment > div.text-wrapper > .isso-comment-header .note { }
.note {
float: right; float: right;
} }
.isso-comment > div.text-wrapper > .isso-comment-header .author { .author {
font-weight: bold; font-weight: bold;
color: #e5e5e5; color: #e5e5e5;
} }
.isso-comment > div.text-wrapper > .textarea-wrapper .textarea, }
.isso-comment > div.text-wrapper > .textarea-wrapper .preview { > .textarea-wrapper .textarea,
> .textarea-wrapper .preview {
margin-top: 0.2em; margin-top: 0.2em;
}
.isso-comment > div.text-wrapper > div.text p {
margin-top: 0.2em;
}
.isso-comment > div.text-wrapper > div.text p:last-child {
margin-bottom: 0.2em;
}
.isso-comment > div.text-wrapper > div.text h1,
.isso-comment > div.text-wrapper > div.text h2,
.isso-comment > div.text-wrapper > div.text h3,
.isso-comment > div.text-wrapper > div.text h4,
.isso-comment > div.text-wrapper > div.text h5,
.isso-comment > div.text-wrapper > div.text h6 {
font-size: 130%;
font-weight: bold;
}
.isso-comment > div.text-wrapper > div.textarea-wrapper .textarea,
.isso-comment > div.text-wrapper > div.textarea-wrapper .preview {
width: 100%; width: 100%;
border: 1px solid #f0f0f0; border: 1px solid #f0f0f0;
border-radius: 2px; border-radius: 2px;
box-shadow: 0 0 2px #888; box-shadow: 0 0 2px #888;
} }
.isso-comment > div.text-wrapper > .isso-comment-footer { > .text{
p {
margin-top: 0.2em;
&:last-child {
margin-bottom: 0.2em;
}
}
h1,h2,h3,h4,h5,h6{
font-size: 130%;
font-weight: bold;
}
}
> .isso-comment-footer {
font-size: 0.80em; font-size: 0.80em;
color: gray !important; color: gray !important;
clear: left; clear: left;
> a {
position: relative;
top: .2em;
+ a {
padding-left: 1em;
}
}
.votes {
color: gray;
position: relative;
top: 2px;
}
.upvote svg,
.downvote svg {
position: relative;
top: .2em;
}
}
}
.isso-follow-up {
padding-left: calc(7% + 20px);
}
.isso-postbox {
margin-top: 0.8em;
}
&.isso-no-votes > * > .isso-comment-footer span.votes {
display: none;
}
} }
.isso-feedlink, .isso-feedlink,
.isso-comment > div.text-wrapper > .isso-comment-footer a { .isso-comment > div.text-wrapper > .isso-comment-footer a {
font-weight: bold; font-weight: bold;
text-decoration: none; text-decoration: none;
} &:hover{
.isso-feedlink:hover,
.isso-comment > div.text-wrapper > .isso-comment-footer a:hover {
color: #111111 !important; color: #111111 !important;
text-shadow: #aaaaaa 0 0 1px !important; text-shadow: #aaaaaa 0 0 1px !important;
} }
.isso-comment > div.text-wrapper > .isso-comment-footer > a {
position: relative;
top: .2em;
}
.isso-comment > div.text-wrapper > .isso-comment-footer > a + a {
padding-left: 1em;
}
.isso-comment > div.text-wrapper > .isso-comment-footer .votes {
color: gray;
position: relative;
top: 2px;
}
.isso-comment > div.text-wrapper > .isso-comment-footer .upvote svg,
.isso-comment > div.text-wrapper > .isso-comment-footer .downvote svg {
position: relative;
top: .2em;
}
.isso-comment .isso-postbox {
margin-top: 0.8em;
}
.isso-comment.isso-no-votes > * > .isso-comment-footer span.votes {
display: none;
} }
.isso-postbox { .isso-postbox {
max-width: 68em; max-width: 68em;
margin: 0 auto 2em; margin: 0 auto 2em;
clear: right; clear: right;
} > .form-wrapper {
.isso-postbox > .form-wrapper {
display: block; display: block;
padding: 0; padding: 0;
} .textarea,
.isso-postbox > .form-wrapper > .auth-section, .preview {
.isso-postbox > .form-wrapper > .auth-section .post-action {
display: block;
}
.isso-postbox > .form-wrapper .textarea,
.isso-postbox > .form-wrapper .preview {
margin: 0 0 .3em; margin: 0 0 .3em;
padding: .4em .8em; padding: .4em .8em;
border-radius: 3px; border-radius: 3px;
background-color: #000; background-color: #000;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
} }
.isso-postbox > .form-wrapper input[type=checkbox] { input[type=checkbox] {
vertical-align: middle; vertical-align: middle;
position: relative; position: relative;
bottom: 1px; bottom: 1px;
margin-left: 0; margin-left: 0;
} }
.isso-postbox > .form-wrapper .notification-section { .notification-section {
font-size: 0.90em; font-size: 0.90em;
padding-top: .3em; padding-top: .3em;
} }
#isso-thread .textarea:focus, > .auth-section{
#isso-thread input:focus { &, & .post-action {
border-color: rgba(0, 0, 0, 0.8); display: block;
} }
.isso-postbox > .form-wrapper > .auth-section .input-wrapper { .input-wrapper {
display: inline-block; display: inline-block;
position: relative; position: relative;
max-width: 25%; max-width: 25%;
margin: 0; margin: 0;
} input {
.isso-postbox > .form-wrapper > .auth-section .input-wrapper input {
padding: .3em 10px; padding: .3em 10px;
max-width: 100%; max-width: 100%;
border-radius: 3px; border-radius: 3px;
@ -278,13 +266,13 @@
line-height: 1.4em; line-height: 1.4em;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
} }
.isso-postbox > .form-wrapper > .auth-section .post-action { }
.post-action {
display: inline-block; display: inline-block;
float: right; float: right;
margin: 0 0 0 5px; margin: 0 0 0 5px;
} > input {
.isso-postbox > .form-wrapper > .auth-section .post-action > input {
padding: calc(.3em - 1px); padding: calc(.3em - 1px);
border-radius: 2px; border-radius: 2px;
border: 1px solid #c4c4c4; border: 1px solid #c4c4c4;
@ -293,26 +281,16 @@
outline: 0; outline: 0;
line-height: 1.4em; line-height: 1.4em;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
} &:hover {
.isso-postbox > .form-wrapper > .auth-section .post-action > input:hover {
background-color: #eb6c6c; background-color: #eb6c6c;
} }
.isso-postbox > .form-wrapper > .auth-section .post-action > input:active { &:active {
background-color: #781f1a; background-color: #781f1a;
} }
.isso-postbox > .form-wrapper .preview, }
.isso-postbox > .form-wrapper input[name="edit"], }
.isso-postbox.preview-mode > .form-wrapper input[name="preview"], }
.isso-postbox.preview-mode > .form-wrapper .textarea { .preview {
display: none;
}
.isso-postbox.preview-mode > .form-wrapper .preview {
display: block;
}
.isso-postbox.preview-mode > .form-wrapper input[name="edit"] {
display: inline;
}
.isso-postbox > .form-wrapper .preview {
background-color: #303030; background-color: #303030;
background: repeating-linear-gradient( background: repeating-linear-gradient(
-45deg, -45deg,
@ -321,18 +299,34 @@
#232323 10px, #232323 10px,
#232323 20px #232323 20px
); );
} }
.isso-postbox > .form-wrapper > .notification-section { > .notification-section {
display: none; display: none;
padding-bottom: 10px; padding-bottom: 10px;
}
}
.isso-postbox > .form-wrapper .preview,
.isso-postbox > .form-wrapper input[name="edit"],
.isso-postbox.preview-mode > .form-wrapper input[name="preview"],
.isso-postbox.preview-mode > .form-wrapper .textarea {
display: none;
}
.isso-postbox.preview-mode > .form-wrapper{
.preview {
display: block;
}
input[name="edit"] {
display: inline;
}
}
} }
@media screen and (max-width:600px) { @media screen and (max-width:600px) {
.isso-postbox > .form-wrapper > .auth-section .input-wrapper { .isso-postbox > .form-wrapper > .auth-section .input-wrapper {
display: block; display: block;
max-width: 100%; max-width: 100%;
margin: 0 0 .3em; margin: 0 0 .3em;
} input {
.isso-postbox > .form-wrapper > .auth-section .input-wrapper input {
width: 100%; width: 100%;
} }
}
} }