1
0
This commit is contained in:
2024-04-08 02:50:00 +09:00
parent e5ed214234
commit 2fc8f72889
50 changed files with 849 additions and 4329 deletions

View File

@ -49,6 +49,7 @@ footer#footer {
color: #fff700;
font-size: 20px;
background-color:#313131;
position: relative;
}
footer#footer a {
@ -97,20 +98,13 @@ h3 {
margin-bottom: 4px;
}
blockquote {
background: #fff;
margin: 0px;
padding: 20px;
}
nav#article-nav {
margin: 30px 0px;
}
ul {
list-style-type: none;
display: list-item;
list-style-type: none;
display: list-item;
}
ul.cp_list {
@ -207,8 +201,9 @@ pre > code {
}
h2 {
font-size: 20px;
line-height: 2rem;
padding-bottom:2rem;
padding:2rem 0;
}
span.tag {
@ -282,7 +277,7 @@ span.menu-right-top {
.vrm {
display: none;
text-align: center;
overflow: hidden;
overflow: hidden;
}
.vrm iframe {
@ -354,6 +349,7 @@ iframe.manga {
header#header {
background-color: #313131;
position: relative;
}
.top-card {
@ -383,10 +379,11 @@ header#header {
.vrm iframe {
width:100%;
}
button.tag {
display:none;
}
}
.nav {
display: -ms-flexbox;
display: flex;
@ -444,8 +441,8 @@ header#header {
border-color: #dee2e6 #dee2e6 #fff;
}
.navbar-nav-right > a > img {
width:20px;
padding:5px;
width:20px;
padding:5px;
}
.nav-tabs .dropdown-menu {
@ -898,11 +895,11 @@ a:hover > .navbar-light .navbar-brand {
}
.navbar-nav-right a span.icon-syui {
font-size: 33px;
font-size: 33px;
}
.navbar-nav-right a span.icon-ai {
font-size: 33px;
font-size: 33px;
}
.navbar-nav-right > a > i {
@ -1033,16 +1030,16 @@ span.navbar-title-text > a span.icon-ai {
}
i.fa-brands.fa-unity {
color: #fff700;
color: #fff700;
}
i.fa-brands.fa-git-alt {
color: #fff700;
color: #fff700;
}
model-viewer {
width: 100%;
height: 400px;
width: 100%;
height: 400px;
}
table {
@ -1119,23 +1116,56 @@ li.blog-menu button:hover {
border-radius: 4px;
}
a.menu-link-left-black span.icon-aiterm {
color: #fff700;
}
a.menu-link-left-black span.icon-git_bg {
a.menu-link-left-black {
color: #fff700;
}
li.commit {
background-color: #f1f1f1;
padding: 40px;
font-size: 25px;
text-align: center;
color: #fff;
background-color: #f1f1f1;
padding: 60px;
font-size: 30px;
text-align: center;
color: #fff;
}
li.commit a {
color: #fff;
}
li.commit a:hover {
transition: 1.0s ;
color: #313131;
}
a.li-link-left {
float: right;
padding-right: 20px;
float: right;
padding-right: 20px;
}
button.tag {
float: right;
border:none;
background-color: #f1f1f1;
}
li.commit a span.icon-moji_a {
font-size: 30px;
}
blockquote {
background: #fff;
padding: 20px;
margin: 20px 0;
}
.pager {
margin:100px 0;
width:100%;
text-align: center;
padding: 30px 0;
background: #313131;
}
.pager a {
color: #fff700;
}