Add 'gitea-themed.css'
This commit is contained in:
parent
0404d4cd08
commit
833a7f170d
228
gitea-themed.css
Normal file
228
gitea-themed.css
Normal file
@ -0,0 +1,228 @@
|
|||||||
|
@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');
|
||||||
|
|
||||||
|
div.site-branding {
|
||||||
|
background-color: #2E323E;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.logo-ads-wrap {
|
||||||
|
background-color: #2E323E;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.sticky-wrapper {
|
||||||
|
background-color: #121212;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.sticky-wrapper {
|
||||||
|
background-color: #2E323E;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#page.site {
|
||||||
|
background-color: #383C4A;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer#colophon.site-footer {
|
||||||
|
background-color: #2E323E;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mt-social-menu-wrapper {
|
||||||
|
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.is-sticky .mt-social-menu-wrapper {
|
||||||
|
background: #2E323E;
|
||||||
|
z-index: 9999;
|
||||||
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
nav#site-navigation.main-navigation.isActive {
|
||||||
|
background: #2E323E;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.mt-logo-row-wrapper.mt-clearfix {
|
||||||
|
background: #2E323E;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.custom-header.no-bg-img {
|
||||||
|
background: #2E323E;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
color: #fff;
|
||||||
|
font-family: 'Oxygen', sans-serif;
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
clear: both;
|
||||||
|
font-weight: normal;
|
||||||
|
font-family: 'Oxygen', sans-serif;
|
||||||
|
line-height: 1.5;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
color: #ffffff;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
strong,
|
||||||
|
b {
|
||||||
|
color: #fff;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
overflow: auto;
|
||||||
|
padding-left: 3px;
|
||||||
|
vertical-align: top;
|
||||||
|
color: #fff;
|
||||||
|
background-color: #343434;
|
||||||
|
border: 1px solid #ffff;
|
||||||
|
height: 160px;
|
||||||
|
max-width: 100%;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #343434;
|
||||||
|
}
|
||||||
|
|
||||||
|
input#author {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #343434;
|
||||||
|
}
|
||||||
|
|
||||||
|
input#email {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #343434;
|
||||||
|
}
|
||||||
|
|
||||||
|
input#url {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #343434;
|
||||||
|
}
|
||||||
|
|
||||||
|
input.search-field {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #343434;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.screen-reader-text {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
input.search-submit {
|
||||||
|
background-color: #7289DA;
|
||||||
|
}
|
||||||
|
|
||||||
|
input.search-submit:hover {
|
||||||
|
background-color: #4e5d94;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search-no-results #primary .search-submit {
|
||||||
|
margin-top: 40px;
|
||||||
|
border: 0px;
|
||||||
|
font-size: 20px;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-weight: 400;
|
||||||
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
|
font-family: 'Oxygen', sans-serif;
|
||||||
|
line-height: 1.8;
|
||||||
|
background: #121212;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-title {
|
||||||
|
margin: 0;
|
||||||
|
font-size: 40px;
|
||||||
|
font-family: 'DotGothic16', sans-serif;
|
||||||
|
line-height: 1.5;
|
||||||
|
font-weight: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.error-num {
|
||||||
|
margin: 0;
|
||||||
|
font-family: 'Monoton', cursive;
|
||||||
|
line-height: 1.5;
|
||||||
|
font-weight: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-description {
|
||||||
|
margin: 0;
|
||||||
|
font-size: 15px;
|
||||||
|
font-family: 'Oxygen', sans-serif;
|
||||||
|
line-height: 1.5;
|
||||||
|
font-weight: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.features-post-title {
|
||||||
|
font-size: 18px;
|
||||||
|
font-weight: 700;
|
||||||
|
margin-bottom: 25px;
|
||||||
|
position: relative;
|
||||||
|
padding-left: 40px;
|
||||||
|
font-family: 'Oxygen', sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3#reply-title.comment-reply-title {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
<---
|
||||||
|
li.recentcomments::before {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
--->
|
||||||
|
|
||||||
|
<--------->
|
||||||
|
|
||||||
|
.tags-links a {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.posted-on time {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.byline a {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.entry-footer>span.tags-links {
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.entry-footer>span.tags-links a {
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.entry-footer .mt-readmore-btn,
|
||||||
|
.btn-wrapper a,
|
||||||
|
.mt-readmore-btn {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 0;
|
||||||
|
font-size: 14px;
|
||||||
|
color: #fff;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user