404; css: remove font & @media all

This commit is contained in:
dongdigua 2024-11-24 08:31:47 +08:00
parent f82825ae5b
commit d60172ad23
2 changed files with 274 additions and 283 deletions

View File

@ -16,7 +16,7 @@ a { color: #BAD7FF; }
<h1>404 Not Found</h1> <h1>404 Not Found</h1>
<hr> <hr>
<address>Your attempt is logged and sent to C.I.A., G.F.W., K.G.B. and S.I.S.<br> <address>Your attempt is logged and sent to C.I.A., G.F.W., K.G.B. and S.I.S.<br>
Expect a visit soon. Expect a visit soon!
</address> </address>
<!-- <!--
I forgot where those words came from. I forgot where those words came from.

View File

@ -2,324 +2,315 @@
https://github.com/rgb-24bit/org-html-theme-list org-joshua https://github.com/rgb-24bit/org-html-theme-list org-joshua
*/ */
@font-face { /* FROM https://jabberwocky.ca */ body {
font-family: Recursive; font-family: Inter, "Source Serif", Arial, sans-serif !important;
src: url(https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadCCk317tQ0.woff2) font-size: 18px;
/* line-height: 21px; */
/* FROM https://github.com/ZenLian/ZenLian.github.io/blob/zola/themes/cattery/static/css/style.css */
color: #4c4f69;
background-color: #eff1f5;
/* margin: auto; */
}
body #content {
padding-top: 1em;
}
body .title {
margin-left: 0;
} }
@media all #org-div-home-and-up {
{ position: fixed;
body { right: 0.5em;
font-family: "Recursive", "Source Serif", Arial, sans-serif !important; margin-top: 0;
font-size: 18px; }
/* line-height: 21px; */ #org-div-home-and-up a{
/* FROM https://github.com/ZenLian/ZenLian.github.io/blob/zola/themes/cattery/static/css/style.css */ color: #587e72;
color: #4c4f69; }
background-color: #eff1f5;
/* margin: auto; */
}
body #content {
padding-top: 1em;
}
body .title {
margin-left: 0;
font-family: Recursive,serif;
}
#org-div-home-and-up { #table-of-contents {
position: fixed; z-index: 1;
right: 0.5em; margin-top: 30px;
margin-top: 0; font-size: 10pt;
} font-family: sans-serif;
#org-div-home-and-up a{ position: fixed;
color: #587e72; right: 0em;
} top: 0em;
background: white;
line-height: 12pt;
text-align: right;
box-shadow: 0 0 1em #777777;
-webkit-box-shadow: 0 0 1em #777777;
-moz-box-shadow: 0 0 1em #777777;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
/* ensure doesn't flow off the screen when expanded */
max-height: 80%;
}
#table-of-contents h2 {
font-size: 10pt;
max-width: 9em;
font-weight: normal;
padding-left: 0.5em;
padding-left: 0.5em;
padding-top: 0.05em;
padding-bottom: 0.05em;
}
#table-of-contents #text-table-of-contents {
display: none;
text-align: left;
}
#table-of-contents:hover #text-table-of-contents {
display: block;
padding: 0.5em;
margin-top: -1.5em;
}
#table-of-contents #text-table-of-contents ul {
list-style-position: outside;
}
#table-of-contents { h1 {
z-index: 1; margin-bottom: 1.5em;
margin-top: 30px; margin-right: 7%;
font-size: 10pt; }
font-family: sans-serif;
position: fixed;
right: 0em;
top: 0em;
background: white;
line-height: 12pt;
text-align: right;
box-shadow: 0 0 1em #777777;
-webkit-box-shadow: 0 0 1em #777777;
-moz-box-shadow: 0 0 1em #777777;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
/* ensure doesn't flow off the screen when expanded */
max-height: 80%;
}
#table-of-contents h2 {
font-size: 10pt;
max-width: 9em;
font-weight: normal;
padding-left: 0.5em;
padding-left: 0.5em;
padding-top: 0.05em;
padding-bottom: 0.05em;
}
#table-of-contents #text-table-of-contents {
display: none;
text-align: left;
}
#table-of-contents:hover #text-table-of-contents {
display: block;
padding: 0.5em;
margin-top: -1.5em;
}
#table-of-contents #text-table-of-contents ul {
list-style-position: outside;
}
h1 { h2 {
margin-bottom: 1.5em; color: #587e72;
margin-right: 7%; border-bottom: 1px solid #ddd;
} margin-top: 1.5em;
padding-bottom: 8px;
}
h2 { .outline-text-2 {
color: #587e72; margin-left: 0.1em
border-bottom: 1px solid #ddd; }
margin-top: 1.5em;
padding-bottom: 8px;
}
.outline-text-2 { h3 {
margin-left: 0.1em color: #587e72;
} margin-left: 0.6em;
}
h3 { .outline-text-3 {
color: #587e72; margin-left: 0.9em;
margin-left: 0.6em; }
}
.outline-text-3 { h4 {
margin-left: 0.9em; color: #587e72;
} margin-left: 1.2em;
}
h4 { .outline-text-4 {
color: #587e72; margin-left: 1.45em;
margin-left: 1.2em; }
}
.outline-text-4 { a {
margin-left: 1.45em; cursor: crosshair;
} text-decoration: none;
color: #08c; /* FROM Arch */
}
a:hover {
text-decoration: underline;
color: #39c5bb; /* FROM miku */
}
a { ul, ol {
cursor: crosshair; padding-left: 2em;
text-decoration: none; }
color: #08c; /* FROM Arch */
}
a:hover {
text-decoration: underline;
color: #39c5bb; /* FROM miku */
}
ul, ol { ul {
padding-left: 2em; list-style-type: square;
} list-style-image: inherit;
list-style-position: outside;
}
ol {
list-style-type: circle;
list-style-position: outside;
}
ul { .todo {
list-style-type: square; color: #CA0000;
list-style-image: inherit; }
list-style-position: outside;
}
ol {
list-style-type: circle;
list-style-position: outside;
}
.todo { .done {
color: #CA0000; color: #006666;
} }
.done { .timestamp-kwd {
color: #006666; color: #444;
} }
.timestamp-kwd { li {
color: #444; margin: .4em;
} }
li { table {
margin: .4em; border: none;
} margin: auto;
margin-top: 10px;
margin-bottom: 10px;
}
table { td {
border: none; border: none;
margin: auto; border-left: 1px solid black;
margin-top: 10px; }
margin-bottom: 10px;
}
td { th {
border: none; border: none;
border-left: 1px solid black; }
}
th { table.full {
border: none; }
}
table.full { table.full td {
} border: 1px solid black;
padding: 5px;
}
table.full td { code {
border: 1px solid black; font-size: 100%;
padding: 5px; color: black;
} border: 1px solid #DEDEDE;
padding: 0px 0.2em;
}
code { img {
font-size: 100%; border: none;
color: black; }
border: 1px solid #DEDEDE;
padding: 0px 0.2em;
}
img { .share img {
border: none; opacity: .4;
} -moz-opacity: .4;
filter: alpha(opacity=40);
}
.share img { .share img:hover {
opacity: .4; opacity: 1;
-moz-opacity: .4; -moz-opacity: 1;
filter: alpha(opacity=40); filter: alpha(opacity=100);
} }
.share img:hover { pre {
opacity: 1; font-family: monospace;
-moz-opacity: 1; /* color: black; */
filter: alpha(opacity=100); background-color: #dce0e8; /* FROM cattery */
} /* background-color: #d7dfed; /\* FROM Bryan Ford *\/ */
padding: 1.2em;
overflow: auto;
}
pre { div.summary {
font-family: monospace; padding: 15px;
/* color: black; */ border:1px solid #CCC;
background-color: #dce0e8; /* FROM cattery */ border-radius:10px;
/* background-color: #d7dfed; /\* FROM Bryan Ford *\/ */ -moz-border-radius:10px;
padding: 1.2em; -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.23);
overflow: auto; -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.23);
} box-shadow: 0px 0px 4px rgba(0,0,0,0.23);
}
div.summary { div.summary h2 {
padding: 15px; padding: 0;
border:1px solid #CCC; margin: 0;
border-radius:10px; }
-moz-border-radius:10px;
-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.23);
box-shadow: 0px 0px 4px rgba(0,0,0,0.23);
}
div.summary h2 { .org-info-box {
padding: 0; clear:both;
margin: 0; margin-left:auto;
} margin-right:auto;
padding:0.7em;
.org-info-box { /* border:1px solid #CCC; */
clear:both; /* border-radius:10px; */
margin-left:auto; /* -moz-border-radius:10px; */
margin-right:auto; }
padding:0.7em; .org-info-box img {
/* border:1px solid #CCC; */ float:left;
/* border-radius:10px; */ margin:0em 0.5em 0em 0em;
/* -moz-border-radius:10px; */ }
} .org-info-box p {
.org-info-box img { margin:0em;
float:left; padding:0em;
margin:0em 0.5em 0em 0em; }
}
.org-info-box p {
margin:0em;
padding:0em;
}
.builtin { .builtin {
/* font-lock-builtin-face */ /* font-lock-builtin-face */
color: #f4a460; color: #f4a460;
} }
.comment { .comment {
/* font-lock-comment-face */ /* font-lock-comment-face */
color: #737373; color: #737373;
} }
.comment-delimiter { .comment-delimiter {
/* font-lock-comment-delimiter-face */ /* font-lock-comment-delimiter-face */
color: #666666; color: #666666;
} }
.constant { .constant {
/* font-lock-constant-face */ /* font-lock-constant-face */
color: #db7093; color: #db7093;
} }
.doc { .doc {
/* font-lock-doc-face */ /* font-lock-doc-face */
color: #b3b3b3; color: #b3b3b3;
} }
.function-name { .function-name {
/* font-lock-function-name-face */ /* font-lock-function-name-face */
color: #5f9ea0; color: #5f9ea0;
} }
.headline { .headline {
/* headline-face */ /* headline-face */
color: #ffffff; color: #ffffff;
background-color: #000000; background-color: #000000;
font-weight: bold; font-weight: bold;
} }
.keyword { .keyword {
/* font-lock-keyword-face */ /* font-lock-keyword-face */
color: #4682b4; color: #4682b4;
} }
.string { .string {
/* font-lock-string-face */ /* font-lock-string-face */
color: #ccc79a; color: #ccc79a;
} }
.todo-comment { .todo-comment {
/* todo-comment-face */ /* todo-comment-face */
color: #ffffff; color: #ffffff;
background-color: #000000; background-color: #000000;
font-weight: bold; font-weight: bold;
} }
.variable-name { .variable-name {
/* font-lock-variable-name-face */ /* font-lock-variable-name-face */
color: #ff6a6a; color: #ff6a6a;
} }
.warning { .warning {
/* font-lock-warning-face */ /* font-lock-warning-face */
color: #ffffff; color: #ffffff;
background-color: #cd5c5c; background-color: #cd5c5c;
font-weight: bold; font-weight: bold;
} }
pre.a { pre.a {
color: inherit; color: inherit;
background-color: inherit; background-color: inherit;
font: inherit; font: inherit;
text-decoration: inherit; text-decoration: inherit;
} }
pre.a:hover { pre.a:hover {
text-decoration: underline; text-decoration: underline;
} }
#postamble { #postamble {
font-family: monospace; font-family: monospace;
text-align: center; text-align: center;
padding: .3em; padding: .3em;
margin-bottom: 1em; margin-bottom: 1em;
/* border: 1px solid gray; */ /* border: 1px solid gray; */
background-color: #eaeaea; /* orgmode.org */ background-color: #eaeaea; /* orgmode.org */
} }
#show_source { #show_source {
float: right; float: right;
margin: .7em; margin: .7em;
} }
} /* END OF @media all */