1
0

add solar

This commit is contained in:
2024-04-28 20:09:32 +09:00
parent 17d3689d50
commit f81385a23b
111 changed files with 148828 additions and 88 deletions

7
static/css/nasa.css Normal file
View File

@ -0,0 +1,7 @@
span.story-related-list {
display: none;
}
#story-list{
display:none;
}

View File

@ -232,6 +232,12 @@ pre > code {
padding:9px;
}
h1 {
font-size: 24px;
line-height: 2.5rem;
padding:2rem 0;
}
h2 {
font-size: 20px;
line-height: 2rem;
@ -1323,6 +1329,12 @@ img#sun-img-button:hover {
background:#fff700a6;
}
pre > code > span {
padding: 20px;
line-break: anywhere;
word-break: break-all;
}
@media screen and (max-width:1000px) {
html {
font-size: 100%;