fix
This commit is contained in:
@ -2,6 +2,11 @@
|
||||
padding: 100px 250px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.sun-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width:1000px) {
|
||||
.containerx {
|
||||
padding: 0;
|
||||
|
@ -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
BIN
static/icon/sun.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
@ -9,3 +9,4 @@ function blog_list_open() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
1
static/pkg/galaxy/bundle.4f0abc4a7f1c1822a177.js.map
Normal file
1
static/pkg/galaxy/bundle.4f0abc4a7f1c1822a177.js.map
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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>
|
Reference in New Issue
Block a user