1
0
This commit is contained in:
2024-04-28 15:25:43 +09:00
parent 3dc65befb9
commit b862d17d46
14 changed files with 84 additions and 11 deletions

View File

@ -2,6 +2,11 @@
padding: 100px 250px;
width: auto;
}
.sun-button {
display: none;
}
@media screen and (max-width:1000px) {
.containerx {
padding: 0;

View File

@ -44,7 +44,11 @@ article {
background: #fff;
}
footer#footer {
.stars {
background: #313131;
}
footer.footer {
/* margin-top:100px; */
text-align: center;
height:60px;
@ -55,6 +59,20 @@ footer#footer {
position: relative;
}
footer.footer a {
color: #fff700;
}
footer#footer {
text-align: center;
height:60px;
padding-top:100px;
color: #fff700;
font-size: 20px;
background-color:#313131;
position: relative;
}
footer#footer a {
color: #fff700;
}
@ -366,10 +384,6 @@ header#header {
position: relative;
}
.stars {
background: #313131;
}
#minimap {
display: none;
}
@ -1280,6 +1294,26 @@ button.comment_open:hover {
padding: 30px;
}
.sun {
display: block;
}
.nasa {
display: none;
}
.sun-button {
position: absolute;
margin: 0 auto;
text-align: center;
}
.sun-button img {
width: 50%;
}
img#sun-img-button:hover {
opacity: 0.5;
}
@media screen and (max-width:1000px) {
html {
font-size: 100%;

BIN
static/icon/sun.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -9,3 +9,4 @@ function blog_list_open() {
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>ai/galaxy</title><script defer="defer" src="bundle.7ebb308f31ef45a64bb0.js"></script><link href="main.css" rel="stylesheet"></head><body><canvas class="webgl"></canvas></body></html>
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>ai/galaxy</title><script defer="defer" src="bundle.4f0abc4a7f1c1822a177.js"></script><link href="main.css" rel="stylesheet"></head><body><canvas class="webgl"></canvas></body></html>