Changes
From Shining Moon Wikipedia
284 bytes added
, 14:55, 15 November 2020
| Line 1: |
Line 1: |
| | @import url("https://fonts.googleapis.com/css?family=Redressed"); | | @import url("https://fonts.googleapis.com/css?family=Redressed"); |
| | + | |
| | + | #myBtn { |
| | + | display: none; |
| | + | position: fixed; |
| | + | bottom: 20px; |
| | + | right: 30px; |
| | + | z-index: 99; |
| | + | font-size: 18px; |
| | + | border: none; |
| | + | outline: none; |
| | + | background-color: red; |
| | + | color: white; |
| | + | cursor: pointer; |
| | + | padding: 15px; |
| | + | border-radius: 4px; |
| | + | } |
| | + | |
| | + | #myBtn:hover { |
| | + | background-color: #555; |
| | + | } |
| | | | |
| | .toc-btf { | | .toc-btf { |
| Line 7: |
Line 27: |
| | right: 0; | | right: 0; |
| | background-color: #2F3136; | | background-color: #2F3136; |
| − | opacity: 0.9;
| |
| | border: 1px solid #882233; | | border: 1px solid #882233; |
| | color: white; | | color: white; |
| − | line-height: 0.1; | + | line-height: 0.8; |
| − | padding: .5em 0 .8em 1.4em; | + | font-size: 100%; |
| − | clear: none; | + | max-height: 100%; |
| | + | overflow:auto; |
| | } | | } |
| | | | |