Add files via upload
Edited main.cpp, Edited help and Added screenshots to help.
This commit is contained in:
parent
56bb5334cb
commit
fbba67d8bc
16 changed files with 93 additions and 14 deletions
19
help/css/style.css
Normal file
19
help/css/style.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
#opensource-text {
|
||||
color: darkturquoise;
|
||||
}
|
||||
|
||||
span {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.spoiler {
|
||||
padding: 10px;
|
||||
background-color: bisque;
|
||||
}
|
||||
.spoiler > input + .box {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.spoiler > input:checked + .box {
|
||||
display: block;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue