Changes
From Shining Moon Wikipedia
366 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"); |
| − | @import 'https://www.mediawiki.org/wiki/Skin:Timeless-DarkCSS/timeless-dark.css?action=raw&ctype=text/css';
| + | |
| | + | #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 { |
| | + | float: right; |
| | + | position: fixed; |
| | + | top: 20px; |
| | + | right: 0; |
| | + | background-color: #2F3136; |
| | + | border: 1px solid #882233; |
| | + | color: white; |
| | + | line-height: 0.8; |
| | + | font-size: 100%; |
| | + | max-height: 100%; |
| | + | overflow:auto; |
| | + | } |
| | | | |
| | table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { | | table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { |
| Line 26: |
Line 59: |
| | } | | } |
| | th { | | th { |
| − | background-color: #882233!important; | + | background-color: #882233!important; |
| − | border-radius: 15px;
| |
| | color: white; | | color: white; |
| | text-shadow: | | text-shadow: |