diff --git a/gitea-themed.css b/gitea-themed.css index 78853b9..342d147 100644 --- a/gitea-themed.css +++ b/gitea-themed.css @@ -1,20 +1,29 @@ -@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400&family=Monoton&family=Oxygen:wght@300;400&family=Source+Code+Pro&display=swap'); - -@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Damion&family=DotGothic16&family=IBM+Plex+Mono&family=Monoton&family=Silkscreen&family=Source+Code+Pro&display=swap'); +@import url('https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css'); div.site-branding { background-color: #2E323E; } - +div.mt-live-link a{ + background-color: #7289DA; +} +div.mt-live-link a:hover{ + background-color: #4E5D94; +} +.mt-live-link a:hover,.mt-live-link a:focus { + color: #fff; + background-color: #4E5D94; + box-shadow: none; +} +div#top-header.top-header-wrap.mt-clearfix{ + background-color: #383C4A; +} div.logo-ads-wrap { background-color: #2E323E; } div#wpadminbar.nojq{ background-color: #2E323E; } -div.sticky-wrapper { - background-color: #121212; -} div.sticky-wrapper { background-color: #2E323E; } @@ -81,7 +90,7 @@ textarea { padding-left: 3px; vertical-align: top; color: #fff; - background-color: #343434; + background-color: #2E323E; border: 1px solid #ffff; height: 160px; max-width: 100%; @@ -90,27 +99,27 @@ textarea { input { color: #fff; - background-color: #343434; + background-color: #2E323E; } input#author { color: #fff; - background-color: #343434; + background-color: #2E323E; } input#email { color: #fff; - background-color: #343434; + background-color: #2E323E; } input#url { color: #fff; - background-color: #343434; + background-color: #2E323E; } input.search-field { color: #fff; - background-color: #343434; + background-color: #2E323E; } span.screen-reader-text { @@ -150,7 +159,7 @@ body { position: relative; font-family: 'Oxygen', sans-serif; line-height: 1.8; - background: #121212; + background: #383C4A; } .site-title { @@ -160,8 +169,6 @@ body { line-height: 1.5; font-weight: 1; } -} - .error-num { margin: 0; font-family: 'Monoton', cursive; @@ -190,15 +197,6 @@ h3#reply-title.comment-reply-title { color: #fff; } -<--- -li.recentcomments::before { - color: #fff; -} - ----> - -<---------> - .tags-links a { color: #fff; } @@ -227,11 +225,37 @@ li.recentcomments::before { font-size: 14px; color: #fff; } - -.category-button.cbd-cat-89 a:hover { - background: #4e5d94; +div#bottom-footer{ + background: #383C4A; } -.category-button.cbd-cat-39 a:hover { - background: #4e5d94; +#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus, +#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, +#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item, +#wpadminbar .ab-top-menu > li.hover > .ab-item { + background: #2E323E; + color: #7289DA; } +#wpadminbar .quicklinks a span#ab-updates { + background: #2E323E; + color: #2c3338; + display: inline; + padding: 2px 5px; + font-size: 10px; + font-weight: 600; + border-radius: 10px; +} +#wpadminbar .menupop .ab-sub-wrapper, +#wpadminbar .shortlink-input { + margin: 0; + padding: 0; + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); + background: #2E323E; + display: none; + position: absolute; + float: none; +} +li.recentcomments:before { + font-family: ForkAwesome; + content: "\f086 "; +} \ No newline at end of file