Update stylesheet

This commit is contained in:
unixdigest 2021-07-28 13:05:52 +02:00
commit 4103e6a21d

View file

@ -1,5 +1,23 @@
@charset "utf-8";
body {color:#000000;font-family:monospace,"Courier New",Courier;padding:1em;margin:auto;max-width:72em;background:#fefefe;}
body {margin:0 auto 200px auto;color:#000000;font-family:monospace,monospace;}
@media (min-width: 768px) {
body {
max-width: 85%;
}
}
header {background-color:#f26522;}
nav {padding:5px 0 5px 10px;}
nav, nav a {color:black;}
nav a:hover {text-decoration:underline;}
ul.index {list-style-type:circle;}
ul.index li {margin-bottom:5px;}
footer {margin:40px 0;}
pre {white-space:pre-wrap;word-wrap:break-word;background-color:#eeeeee;border:1px solid #aaaaaa;padding:14px;border-radius:6px;color:#333333;}
pre.no-style {line-height:normal;background-color:#ffffff;border:0px;}
a {text-decoration:none;}
img {max-width:100%;border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;}
blockquote {color:#333333;margin:0;padding:0.2em 3em;border-left:0.2em orange solid;}
hr {border:none;height:2px;color:#ffb300;background-color:#ffb300;}
.info {padding:14px;border:1px solid transparent;border-radius:6px;}
.info-blue {color:#004085;background-color:#cce5ff;border-color:#b8daff;}
.info-blue hr {border-top-color:#9fcdff;}
@ -19,38 +37,7 @@ body {color:#000000;font-family:monospace,"Courier New",Courier;padding:1em;marg
.info-grey {color:#555555;background-color:#e2e3e5;border-color:#d6d8db;}
.info-grey hr {border-top-color:#c8cbcf;}
.info-grey .info-link {color:#202326;}
.index-intro {color:#828282;}
.index-outdated {padding:0 3px;border:1px solid transparent;color:#721c24;background-color:#f8d7da;border-color:#f5c6cb;}
.arrow {color:#ff8c00;}
.index-intro {color:#626262;}
.index-pubdate {margin-top:3px;color:#777777;font-size:small;}
.content-comment {margin:30px 0;}
.post-data {font-size:x-small;padding:10px 0;color:#333333;}
.abstract {padding:14px;white-space:pre-wrap;word-wrap:break-word;border:1px solid #c9ba9b;font-size:initial;border-radius:6px;}
a:visited {color:#828282;}
nav {margin-bottom:20px;}
nav a:hover {text-decoration:underline;}
code {font-family:"Courier New",Courier;font-size:smaller;}
pre {font-family:"Courier New",Courier;font-size:smaller;color:#222222;white-space:pre-wrap;word-wrap:break-word;background-color:#eeeeee;border:1px solid #aaaaaa;padding:14px;border-radius:6px;}
pre.no-style {line-height:normal;background-color:#ffffff;border:0px;}
a {color:#1168cc;text-decoration:none;}
q {font-style:italic;}
img {max-width:100%;border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;}
iframe {border:1px solid #aaaaaa;}
.youtube-video-container {position:relative;overflow:hidden;width:100%;}
.youtube-video-container::after {display: block;content:"";padding-top:56.25%;}
.youtube-video-container iframe {position:absolute;top:0;left:0;width:100%;height:100%;}
blockquote {color:#333333;margin:0;padding:0.2em 3em;border-left:0.2em orange solid;}
hr {border:none;height:2px;color:#ffb300;background-color:#ffb300;}
table.index {border-spacing:0px;}
table.index td.date {font-size:x-small;color:#828282;}
table.oddeven {font-size:smaller;border-spacing:0px;border:1px solid #cccccc;width:100%;max-width:100%;margin-bottom:15px;background-color:transparent;text-align:left;}
table.oddeven th {font-weight:bold;border:1px solid #cccccc;padding:8px;}
table.oddeven td {border:1px solid #cccccc;padding:8px;}
table.oddeven tr {background-color:transparent;}
/* Odd row color */
table.oddeven tr:nth-of-type(2n+1) {background-color:#eeeeee;}
table.oddeven tr th {background-color:#dddddd;}
/* Hover Effect */
table.oddeven tr {-moz-transition:background-color 300ms ease-in-out 0s;-ms-transition:background-color 300ms ease-in-out 0s;-o-transition:background-color 300ms ease-in-out 0s;-webkit-transition:background-color 300ms ease-in-out 0s;transition:background-color 300ms ease-in-out 0s;}
table.oddeven tr:hover {background-color:#ffb90f;}
table.oddeven tr {border-top:1px solid #cccccc;border-bottom:1px solid #cccccc;}
table.oddeven th, table.oddeven td {border:none;}
.post-data {font-size:x-small;color:#333333;}