Difference between revisions of "User:Marvin/common.css"
Jump to navigation
Jump to search
(Blanked the page) Tag: Blanking |
|||
(19 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | body: { |
||
− | font-size: 200px; |
||
− | color: white; |
||
− | } |
||
− | |||
− | .body::-webkit-scrollbar { |
||
− | width: 10px; |
||
− | } |
||
− | |||
− | /* Track */ |
||
− | .body::-webkit-scrollbar-track { |
||
− | background: #f1f1f1; |
||
− | } |
||
− | |||
− | /* Handle */ |
||
− | .body::-webkit-scrollbar-thumb { |
||
− | background: #888; |
||
− | } |
||
− | |||
− | /* Handle on hover */ |
||
− | .body::-webkit-scrollbar-thumb:hover { |
||
− | background: #555; |
||
− | } |
||
− | |||
− | #mw-panel li { |
||
− | line-height: 130%; |
||
− | } |
||
− | |||
− | a: hover { |
||
− | opacity: 0.6; |
||
− | transition: all 0.3s; |
||
− | text-decoration: none; |
||
− | } |
||
− | |||
− | .portal, .vector-menu-portal { |
||
− | margin: 0.5rem 0.5rem 0 0.5rem; |
||
− | border-radius: 3px; |
||
− | box-shadow: #00000036 0 0 20px 0; |
||
− | } |
||
− | |||
− | .portal h3, vector-menu-portal h3 { |
||
− | background: transparent; |
||
− | color: white; |
||
− | font-size: 15px; |
||
− | } |