1
0
This commit is contained in:
2024-05-12 10:09:48 +09:00
parent f81385a23b
commit e9a1273cc2
23 changed files with 808 additions and 1580 deletions

View File

@ -48,15 +48,32 @@ article {
background: #313131;
}
footer.footer {
/* margin-top:100px; */
text-align: center;
height:60px;
padding-top:100px;
color: #fff700;
.footer-link {
font-size: 20px;
background-color:#313131;
position: relative;
padding: 100px 0 0 0;
text-align: center;
background: #313131;
}
span.footer-link a span.icon-git {
font-size: 20px;
}
span.footer-link a span.icon-syui {
font-size: 20px;
}
span.footer-link a span.icon-ai {
font-size: 20px;
}
span.footer-link a {
padding: 10px;
color: #fff700;
}
span.footer-link a:hover {
color: #ddd700;
}
footer.footer a {
@ -66,7 +83,7 @@ footer.footer a {
footer#footer {
text-align: center;
height:60px;
padding-top:100px;
padding-top:40px;
color: #fff700;
font-size: 20px;
background-color:#313131;
@ -128,6 +145,7 @@ span.green {
h3 {
margin-bottom: 4px;
font-size: 17px;
}
nav#article-nav {
@ -158,17 +176,7 @@ ul.cp_list li > p > a {
ul.cp_list li > span.icon-moon {
color: #0e0e0e;
}
.footer-link > a > i.fab.fa-twitter {
color: rgba(52 135 236);
}
.footer-link > a > i.fab.fa-github {
color: rgba(1 1 1);
}
.footer-link > a > i.fas.fa-rss {
color: #f4a316;
font-size: 23px;
}
i.fa-brands.fa-slack {
color: #b8cfe0;
}
@ -188,17 +196,6 @@ a.matrix-icon {
bottom: 4px;
}
.footer-link > a > span.icon-ai {
font-size:25px;
color: #beb801;
margin:10px;
}
.footer-link > a > span.icon-api {
font-size:25px;
margin:10px;
}
h3 span.icon-phoenix-world {
font-size: 0.8em;
}
@ -224,14 +221,6 @@ pre > code {
letter-spacing: 0;
}
.footer-link {
font-size:30px;
text-align: center;
}
.footer-link > a > i {
padding:9px;
}
h1 {
font-size: 24px;
line-height: 2.5rem;
@ -273,19 +262,6 @@ ins.adsbygoogle {
padding:15px 0 15px 0;
}
.footer-link > a > i.fab.fa-mastodon {
color:#945ecd;
}
.footer-link > a > i.fab.fa-git-alt {
color:#4cae2e;
}
.footer-link > a > span.icon-home {
font-size: 27px;
padding: 7px;
}
.moji p img {
width: 128px;
}
@ -388,6 +364,7 @@ iframe.manga {
header#header {
position: relative;
background: linear-gradient(#313131, #313131);
}
#minimap {
@ -1040,9 +1017,6 @@ span.icon-ai {
color: #fff700;
}
span.navbar-title-text > a span.icon-ai {
}
.top-menu {
margin: 50px 0px 20px 0px;
}
@ -1335,6 +1309,10 @@ pre > code > span {
word-break: break-all;
}
.sns-link p span.icon-git {
font-size: 20px;
}
@media screen and (max-width:1000px) {
html {
font-size: 100%;