Changes
From Shining Moon Wikipedia
238 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 { |
| − | float: right;
| + | float: right; |
| − | position: fixed;
| + | position: fixed; |
| − | top: 20px;
| + | top: 20px; |
| − | 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.8; |
| − | overflow: hidden;
| + | font-size: 100%; |
| − | line-height: 0.5; | + | max-height: 100%; |
| − | padding: .5em 0 .8em 1.4em; | + | overflow:auto; |
| − | clear: none; | |
| | } | | } |
| | | | |