123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496 |
- @import "/css/sh_bright.min.css";
- @import "/css/sh_darkness.min.css" (prefers-color-scheme: dark);
-
- body {
- font-size: 1.2em;
- font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
- margin: 0px;
- padding: 0px;
- }
-
- table {
- margin: auto;
- border-collapse: collapse;
- }
-
- table, th, td {
- border-width: 1px;
- border-style: solid;
- }
-
- th, td {
- padding-left: 0.5em;
- padding-right: 0.5em;
- padding-top: 0.2em;
- padding-bottom: 0.2em;
- }
-
- s {
- text-decoration-thickness: 0.2em;
- }
-
- s:hover {
- text-decoration: none;
- }
-
- #nav {
- width: 100%;
- z-index: 2;
- }
-
- #navbar {
- margin-top: 0px;
- padding-top: 1em;
- }
-
- #content {
- width: 95%;
- margin-left: auto;
- margin-right: auto;
- }
-
- a.anchor {
- display: block;
- position: relative;
- visibility: hidden;
- top: -60px;
- }
-
- @media (min-height: 750px) {
- #nav {
- position: fixed;
- top: 0;
- left: 0;
- }
-
- #wrap {
- height: 5em;
- }
-
- a.anchor {
- top: -175px;
- }
- }
-
- @media (min-width: 1000px) {
- #content {
- width: 75%;
- }
- }
-
- @media (min-width: 1500px) {
- #content {
- width: 50%;
- }
-
- #navbar {
- position: relative;
- left: 12.5%;
- width: 75%;
- }
- }
-
- ._sh {
- max-height: 300px;
- overflow: auto;
- font-size: 0.9em;
- padding: 10px;
- margin: 1em;
- border-width: 2px;
- border-style: solid;
- border-radius: 10px;
- resize: vertical;
- }
-
- .sh_sourceCode, pre {
- margin: 0 0;
- }
-
- /* allow resizing larger than max-height */
- ._sh[style*="height"] {
- max-height: unset;
- }
-
- ._sh_lines {
- text-align: right;
- float: left;
- margin: 0 0.5em 0 0;
- padding: 0 0.5em 0 0;
- border-right-width: 1px;
- border-right-style: solid;
- }
-
- ._sh_lines span {
- display: block;
- font-family: monospace;
- }
-
- .ascii {
- overflow: auto;
- padding: 10px;
- margin: 1em;
- border-width: 2px;
- border-style: solid;
- border-radius: 10px;
- font-size: 0.7em;
- line-height: 1;
- max-height: max-content;
- font-weight: bold;
- width: max-content;
- }
-
- .textwrap {
- display: flex;
- justify-content: space-around;
- align-items: center;
- flex-wrap: wrap;
- }
-
- .listdesc {
- font-size: 0.75em;
- vertical-align: top;
- }
-
- .show-comments {
- background: none;
- border: none;
- font: inherit;
- cursor: pointer;
- }
-
- .releasecard {
- border-width: 2px;
- border-style: solid;
- width: max-content;
- max-width: 100%;
- padding: 0.6em 1em 0em 1em;
- border-radius: 10px;
- text-align: center;
- margin: auto;
- }
-
- #home {
- font-size: 2.5em;
- margin-right: 0.5em;
- }
-
- #nav ul {
- list-style-type: none;
- }
-
- #nav ul li {
- display: inline;
- margin-right: 0.5em;
- }
-
- a:link, a:visited {
- text-decoration: none;
- }
-
- a:link:hover, a:visited:hover, .show-comments:hover {
- text-decoration: underline;
- }
-
- #nav a:link, #nav a:visited {
- font-weight: bold;
- }
-
- #footer {
- text-align: center;
- margin-top: 1em;
- font-size: small;
- }
-
- #index-avatar {
- width: 150px;
- height: 150px;
- float: right;
- border-width: 2px;
- border-style: solid;
- border-radius: 10px;
- margin-left: 2em;
- margin-bottom: 1em;
- }
-
- div.fonts {
- display: inline;
- margin-top: 20px;
- margin-left: 23px;
- }
-
- span.font-big {
- font-size: 0.9em;
- }
-
- span.font-small {
- font-size: 0.6em;
- }
-
- .lightgallery {
- display: flex;
- justify-content: space-evenly;
- align-items: center;
- flex-wrap: wrap;
- }
-
- .border {
- overflow: hidden;
- height: max-content;
- display: inline-block;
- border-radius: 10px;
- vertical-align: middle;
- margin: 3px 0 3px 0;
- border-width: 2px;
- border-style: solid;
- }
-
- .border .pic {
- transition: transform 0.1s;
- vertical-align: bottom;
- }
-
- .border:hover .pic {
- transform: scale(1.1, 1.1);
- filter: brightness(75%);
- cursor: zoom-in;
- }
-
- .border .picthumb {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- transition: transform 0.1s;
- }
-
- .border:hover .picthumb {
- transform: translate(-50%, -50%) scale(1.1, 1.1);
- filter: brightness(75%);
- cursor: zoom-in;
- }
-
- .collapse {
- cursor: pointer;
- padding: 15px;
- }
-
- .collapse:after {
- content: '\002B';
- font-weight: bold;
- float: right;
- margin-left: 5px;
- }
-
- .collapseactive:after {
- content: "\2212";
- }
-
- .collapsecontent {
- padding: 0;
- margin: 15px;
- max-height: 0;
- overflow: hidden;
- transition: max-height 0.1s ease-out;
- border-width: 0px;
- border-style: solid;
- border-radius: 10px;
- }
-
- blockquote {
- position: relative;
- padding: 1em 0.5em;
- border-left-width: 10px;
- border-left-style: solid;
- }
-
- blockquote:before {
- position: absolute;
- content: open-quote;
- font-size: 4em;
- }
-
- blockquote:before {
- position: absolute;
- content: open-quote;
- font-size: 4em;
- }
-
- blockquote p {
- margin: 0 0 0 2em;
- }
-
- /* colors */
-
- body, #nav, .collapsecontent {
- background-color: #FFFFFF;
- }
-
- .show-comments {
- border-bottom-color: #0000CD;
- }
-
- a:link, .show-comments {
- color: #0000CD;
- }
-
- a:visited {
- color: #4B0082;
- }
-
- body, #nav, #nav a:link, #nav a:visited {
- color: #000000;
- }
-
- #nav::after {
- content: "";
- height: 2px;
- width: 100%;
- display: block;
- background: linear-gradient(
- 90deg,
- rgba(255, 0, 0, 1) 0%,
- rgba(255, 154, 0, 1) 10%,
- rgba(208, 222, 33, 1) 20%,
- rgba( 79, 220, 74, 1) 30%,
- rgba( 63, 218, 216, 1) 40%,
- rgba( 47, 201, 226, 1) 50%,
- rgba( 28, 127, 238, 1) 60%,
- rgba( 95, 21, 242, 1) 70%,
- rgba(186, 12, 248, 1) 80%,
- rgba(251, 7, 217, 1) 90%,
- rgba(255, 0, 0, 1) 100%
- );
- }
-
- ._sh_lines {
- border-right-color: #32CD32;
- }
-
- hr {
- background: linear-gradient(
- 90deg,
- rgba(255, 0, 0, 1) 0%,
- rgba(255, 154, 0, 1) 10%,
- rgba(208, 222, 33, 1) 20%,
- rgba( 79, 220, 74, 1) 30%,
- rgba( 63, 218, 216, 1) 40%,
- rgba( 47, 201, 226, 1) 50%,
- rgba( 28, 127, 238, 1) 60%,
- rgba( 95, 21, 242, 1) 70%,
- rgba(186, 12, 248, 1) 80%,
- rgba(251, 7, 217, 1) 90%,
- rgba(255, 0, 0, 1) 100%
- );
- height: 2px;
- border: none;
- }
-
- table, th, td, ._sh, .ascii, .border, .releasecard, #index-avatar, .collapsecontent {
- border-color: #32CD32;
- }
-
- s {
- text-decoration-color: #FF0000;
- }
-
- .releasecard, .collapse {
- background-color: #C0C0C0;
- }
-
- #footer, #footer a:link, #footer a:visited {
- color: #808080;
- }
-
- .clip-btn {
- font-size: 1em;
- margin-left: 1em;
- }
-
- .collapseactive, .collapse:hover {
- background-color: #999999;
- }
-
- blockquote {
- background: #DEDEDE;
- border-left-color: #444444;
- }
-
- blockquote:before, blockquote:after {
- color: #444444;
- }
-
- /* dark mode */
- @media (prefers-color-scheme: dark) {
- body, #nav, .collapsecontent {
- background-color: #111111;
- }
-
- .show-comments {
- border-bottom-color: #7B68EE;
- }
-
- a:link, .show-comments {
- color: #7B68EE;
- }
-
- a:visited {
- color: #BA55D3;
- }
-
- .releasecard, .collapse {
- background-color: #232323;
- }
-
- body, #nav, #nav a:link, #nav a:visited {
- color: #FFFFFF;
- }
-
- #footer, #footer a:link, #footer a:visited {
- color: #B0B0B0;
- }
-
- .ascii, ._sh {
- background-color: #000000;
- }
-
- .clip-btn {
- background-color: #232323;
- color: #FFFFFF;
- }
-
- .commento-profile-button {
- fill: #FFFFFF;
- }
-
- #commento-textarea-root, .commento-guest-details {
- color: #FFFFFF !important;
- background-color: #232323 !important;
- border-color: #B0B0B0 !important;
- border-width: 2px !important;
- }
-
- #commento-footer, .commento-markdown-button {
- display: none !important;
- }
-
- .commento-card {
- background-color: #232323 !important;
- }
-
- .commento-name, .commento-permalink, [id^=commento-comment-text] p {
- color: #FFFFFF !important;
- }
-
- .collapseactive, .collapse:hover {
- background-color: #424242;
- }
-
- blockquote {
- background: #252525;
- border-left-color: #888888;
- }
-
- blockquote:before, blockquote:after {
- color: #888888;
- }
- }
|