mirror of https://github.com/ekimekim/wubloader
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
264 B
Plaintext
21 lines
264 B
Plaintext
3 years ago
|
body {
|
||
|
color: aliceblue;
|
||
|
background: dimgray;
|
||
|
|
||
3 years ago
|
max-width: 900px;
|
||
3 years ago
|
}
|
||
|
|
||
3 years ago
|
@import "form";
|
||
|
@import "line";
|
||
3 years ago
|
|
||
|
#help_box {
|
||
|
display: none;
|
||
|
position: fixed;
|
||
|
top: 1em;
|
||
|
right: 1em;
|
||
|
width: 20em;
|
||
|
float: right;
|
||
|
background: #fff;
|
||
|
padding: 1em;
|
||
|
color: #000;
|
||
|
}
|