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%;