diff options
-rw-r--r-- | css/gitjoe.css | 15 | ||||
-rw-r--r-- | css/site.css | 35 | ||||
-rw-r--r-- | inc/classic-contents.inc.php | 4 |
3 files changed, 28 insertions, 26 deletions
diff --git a/css/gitjoe.css b/css/gitjoe.css index 4009b38..c05b359 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -56,12 +56,12 @@ h1 { padding: 0; margin: 0; margin-top: 0; - color: #24c; + color: #9d0006; } td.td_author { font-weight: bold; - color: #24c; + color: #9d0006; } a { @@ -70,25 +70,25 @@ a { } a:link { - color: #23b; + color: #9d0006; background-color: transparent; text-decoration: none; } a:visited { - color: #23b; + color: #9d0006; background-color: transparent; text-decoration: none; } a:hover { - color: #23b; + color: #9d0006; background-color: transparent; text-decoration: underline; } a:active { - color: #23b; + color: #9d0006; background-color: transparent; text-decoration: none; } @@ -142,7 +142,8 @@ pre { font-size: smaller; tab-size: 4; -moz-tab-size: 4; - background-color: #dfdfdf; + color: #400006; + background-color: #eee4e4; border-radius: 4px; display: block; margin: 0; diff --git a/css/site.css b/css/site.css index 48ca756..85570ed 100644 --- a/css/site.css +++ b/css/site.css @@ -95,25 +95,25 @@ a { } a:link { - color: #23b; + color: #9d0006; background-color: transparent; text-decoration: none; } a:visited { - color: #23b; + color: #9d0006; background-color: transparent; text-decoration: none; } a:hover { - color: #23b; + color: #9d0006; background-color: transparent; text-decoration: underline; } a:active { - color: #23b; + color: #9d0006; background-color: transparent; text-decoration: none; } @@ -130,9 +130,9 @@ div.sidebar ul { div.sidebar { float: right; - background-color: #e4e4f0; - border-left: 1pt solid #99c; - border-bottom: 1pt solid #99c; + background-color: #eee4e4; + border-left: 1pt solid #9d0006; + border-bottom: 1pt solid #9d0006; margin-left: 2em; margin-bottom: 1em; min-width: 15%; @@ -154,8 +154,8 @@ div.body-contents h1 { padding: 0em 0em 0.25rem 0em; margin: 0pt; margin-top: 1em; - color: #24c; - border-bottom: 2px solid #24c; + color: #9d0006; + border-bottom: 2px solid #9d0006; } div.body-contents h2 { @@ -165,8 +165,8 @@ div.body-contents h2 { padding: 0em 0em 0.25rem 0em; margin: 0pt; margin-top: 1em; - color: #24c; - border-bottom: 1px solid #24c; + color: #9d0006; + border-bottom: 1px solid #9d0006; } div.body-contents h3 { @@ -176,12 +176,12 @@ div.body-contents h3 { padding: 0em 0em 0.25rem 0em; margin: 0pt; margin-top: 1em; - color: #24c; + color: #9d0006; } div.body-contents b { font-weight: bold; - color: #24c; + color: #9d0006; } div.body-contents li { @@ -197,8 +197,8 @@ div.body-contents ul { div.body-contents code { font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; font-size: smaller; - background-color: #e4e4e4; - color: #24d; + background-color: #eee4e4; + color: #9d0006; border-radius: 5px; padding: 2px 5px 2px 5px; } @@ -206,7 +206,8 @@ div.body-contents code { div.body-contents pre { font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; font-size: smaller; - background-color: #d1e2f4; + color: #400006; + background-color: #eee4e4; border-radius: 4px; display: block; margin: 0; @@ -216,7 +217,7 @@ div.body-contents pre { margin-right: 1em; padding: 10px 10px 10px 10px; white-space: pre; - border: 1px solid #aaa; + border: 1px solid #9d0006; } div.body-contents pre.src { diff --git a/inc/classic-contents.inc.php b/inc/classic-contents.inc.php index 0a778e6..4d4b1ec 100644 --- a/inc/classic-contents.inc.php +++ b/inc/classic-contents.inc.php @@ -59,7 +59,7 @@ jo_sidebar() { <li><a href="<?php echo $prefix; ?>salad/">salad</a></li> <li><a href="<?php echo $prefix; ?>salad-joe/">salad-joe</a></li> <hr> - <li><a href="https://jozanleclerc.xyz/" target="_blank">jozanleclerc.xyz</a></li> + <li><a href="https://jozanleclerc.xyz/">jozanleclerc.xyz</a></li> </ul> </div> <?php @@ -73,7 +73,7 @@ jo_footer() { <p> Copyright © 2020, Joe - see <a href="<?php echo $prefix; ?>license.php">LICENSE</a> - - we do not use cookies + this website does not use cookies </p> </footer> </div> |