123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- @import "sh_bright.min.css";
-
- .wrap {
- display: none;
- }
-
- .github-fork-ribbon-wrapper {
- display: none;
- }
-
- #nav {
- display: none;
- }
-
- .border {
- display: inline-block;
- border-radius: 10px;
- }
-
- ._sh {
- max-height: 100%;
- font-size: 0.9em;
- padding: 10px;
- margin: 1em;
- border-style: solid;
- border-width: 2px;
- border-color: purple; /* green; */ /* orange; */
- border-radius: 10px;
- }
-
- .show-comments {
- display: none;
- }
-
- #footer {
- color: gray;
- text-align: center;
- margin-top: 1em;
- font-size: small;
- }
-
- #footer a:link {
- color: gray;
- }
-
- #footer a:visited {
- color: gray;
- }
-
- #index-avatar {
- width: 150px;
- height: 150px;
- float: right; border: 2px, solid, #000000;
- border-radius: 10px;
- margin-left: 2em;
- margin-bottom: 1em;
- }
|