diff --git a/style.css b/style.css index f8bb0d4..42ad630 100644 --- a/style.css +++ b/style.css @@ -25,51 +25,27 @@ nav { gap: 1rem; } -nav li { - display:inline-block no; - margin-right:20px; -} -.navlogo { - width:50px; - height:50px; -} -a { - color:#ff6c6b; - text-decoration:none; -} -a:hover { - color:#ff6c6b; - text-decoration:underline; -} +nav li { display:inline-block no; margin-right:20px; } +.navlogo { width:50px; height:50px; } +a { color:#ff6c6b; text-decoration:none; } +a:hover { color:#ff6c6b; text-decoration:underline; } h1, h2, h3 { display:inline; line-height:1.2; color:#51afef; font-size:1.3em; } -h2 { - font-size:1.2em; -} -h3 { - font-size:1.1em; -} +h2 { font-size:1.2em; } +h3 { font-size:1.1em; } .h:hover a[aria-hidden] { display:inline; color:#ff6c6b; size:75%; } -.h a[aria-hidden] { - display:none; -} -pre { - tab-size:4; -} -.red { - color:#ff6c6b; -} -.green { - color:#98be65; -} +.h a[aria-hidden] { display:none; } +pre { tab-size:4; } +.red { color:#ff6c6b; } +.green { color:#98be65; } input[type=submit] { padding:5px 15px; background:#51afef; @@ -78,13 +54,8 @@ input[type=submit] { color: #282c34; border-radius:10px; } -input[type=checkbox] { - color: #282c34; - background-color: #bbc2cf; -} -ul[userlist] { - list-style:none; -} +input[type=checkbox] { color: #282c34; background-color: #bbc2cf; } +ul[userlist] { list-style:none; } ul[userlist] li[online]::before { content:"\2022"; color:#ff6c6b; @@ -93,14 +64,6 @@ ul[userlist] li[online]::before { width:1.0em; margin-left:-1.0em; } -ul[userlist] li[online$=true]::before { - color:#98be65; -} -textarea { - background-color: #282c34; - color: #bbc2cf; -} -input { - background-color: #282c34; - color: #bbc2cf; -} +ul[userlist] li[online$=true]::before { color:#98be65; } +textarea { background-color: #282c34; color: #bbc2cf; } +input { background-color: #282c34; color: #bbc2cf; }