Changes
Jump to navigation
Jump to search
556 bytes added
, 12:26, 29 October 2023
| Line 1,266: |
Line 1,266: |
| | | | |
| | .main-page-header{ | | .main-page-header{ |
| − | color: #00a2ff; | + | color: #f39200; |
| | font-family: "ProximaNova"; | | font-family: "ProximaNova"; |
| | font-size: 30px; | | font-size: 30px; |
| Line 1,345: |
Line 1,345: |
| | width: auto; | | width: auto; |
| | height: 100%; | | height: 100%; |
| | + | } |
| | + | |
| | + | div.searchresult { display: none } |
| | + | #backtotop { |
| | + | border-right: none; |
| | + | float: right; |
| | + | margin-top: -1px; |
| | + | } |
| | + | |
| | + | #backtotop button { |
| | + | height: 20px; |
| | + | } |
| | + | |
| | + | #backtotop .wds-button { |
| | + | padding: 0 7px; |
| | + | font-size: 11px |
| | + | } |
| | + | |
| | + | #BackToTopBtn div { |
| | + | border-radius: 100%; |
| | + | bottom: 3%; |
| | + | box-sizing: border-box; |
| | + | cursor: pointer; |
| | + | height: 50px; |
| | + | padding: 13px; |
| | + | position: fixed; |
| | + | text-align: center; |
| | + | width: 50px; |
| | + | z-index: 5000102; |
| | + | } |
| | + | |
| | + | #BackToTopBtn div svg { |
| | + | display: block; |
| | + | fill: currentColor; |
| | + | transform: scaleY(-1); |
| | } | | } |