No need for empty \n

This commit is contained in:
Arya Kiran 2022-09-30 15:49:25 +05:30
parent 4d40360071
commit 382a1f8421
No known key found for this signature in database
GPG Key ID: 3A6EA2D0EE314EEF
1 changed files with 1 additions and 22 deletions

View File

@ -9,75 +9,58 @@ body {
padding:0 10px; padding:0 10px;
hyphens:auto; hyphens:auto;
} }
header { header {
display:flex; display:flex;
justify-content:space-between; justify-content:space-between;
align-items:center; align-items:center;
white-space:nowrap; white-space:nowrap;
} }
nav {display:inline-block;}
nav {
display:inline-block;
}
nav li { nav li {
display:inline-block no; display:inline-block no;
margin-right:20px; margin-right:20px;
} }
.navlogo { .navlogo {
width:50px; width:50px;
height:50px; height:50px;
} }
a { a {
color:#ff6c6b; color:#ff6c6b;
text-decoration:none; text-decoration:none;
} }
a:hover { a:hover {
color:#ff6c6b; color:#ff6c6b;
text-decoration:underline; text-decoration:underline;
} }
h1, h2, h3 { h1, h2, h3 {
display:inline; display:inline;
line-height:1.2; line-height:1.2;
color:#51afef; color:#51afef;
font-size:1.3em; font-size:1.3em;
} }
h2 { h2 {
font-size:1.2em; font-size:1.2em;
} }
h3 { h3 {
font-size:1.1em; font-size:1.1em;
} }
.h:hover a[aria-hidden] { .h:hover a[aria-hidden] {
display:inline; display:inline;
color:#ff6c6b; color:#ff6c6b;
size:75%; size:75%;
} }
.h a[aria-hidden] { .h a[aria-hidden] {
display:none; display:none;
} }
pre { pre {
tab-size:4; tab-size:4;
} }
.red { .red {
color:#ff6c6b; color:#ff6c6b;
} }
.green { .green {
color:#98be65; color:#98be65;
} }
input[type=submit] { input[type=submit] {
padding:5px 15px; padding:5px 15px;
background:#51afef; background:#51afef;
@ -85,11 +68,9 @@ input[type=submit] {
-webkit-border-radius:10px; -webkit-border-radius:10px;
border-radius:10px; border-radius:10px;
} }
ul[userlist] { ul[userlist] {
list-style:none; list-style:none;
} }
ul[userlist] li[online]::before { ul[userlist] li[online]::before {
content:"\2022"; content:"\2022";
color:#ff6c6b; color:#ff6c6b;
@ -98,7 +79,6 @@ ul[userlist] li[online]::before {
width:1.0em; width:1.0em;
margin-left:-1.0em; margin-left:-1.0em;
} }
ul[userlist] li[online$=true]::before { ul[userlist] li[online$=true]::before {
color:#98be65; color:#98be65;
} }
@ -106,7 +86,6 @@ textarea {
background-color: #282c34; background-color: #282c34;
color: #bbc2cf; color: #bbc2cf;
} }
input { input {
background-color: #282c34; background-color: #282c34;
color: #bbc2cf; color: #bbc2cf;