Merge pull request #25 from IngCenter/DarkCat09-patch-2
Add files via upload
This commit is contained in:
commit
20eeaa7183
1 changed files with 19 additions and 0 deletions
19
help/style.css
Normal file
19
help/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
Reference in a new issue