Difference between revisions of "User:Marvin/common.css"
Jump to navigation
Jump to search
(Blanked the page) Tag: Blanking |
|||
Line 1: | Line 1: | ||
− | body: { |
||
− | font-size: 200px; |
||
− | color: white; |
||
− | } |
||
− | |||
− | ::-webkit-scrollbar { |
||
− | width: 12px; |
||
− | } |
||
− | |||
− | ::-webkit-scrollbar-track { |
||
− | background: #303030; |
||
− | } |
||
− | |||
− | ::-webkit-scrollbar-thumb { |
||
− | background: #4b4b4b; |
||
− | } |
||
− | |||
− | ::-webkit-scrollbar-thumb:hover { |
||
− | background: #555; |
||
− | } |
||
− | |||
− | #mw-panel li { |
||
− | line-height: 130%; |
||
− | } |
||
− | |||
− | #mw-panel li: hover { |
||
− | opacity: 0.6; |
||
− | transition: all 0.3s; |
||
− | cursor: pointer; |
||
− | } |
||
− | |||
− | #mw-panel li a: hover { |
||
− | text-decoration: none; |
||
− | } |
||
− | |||
− | .portal, .vector-menu-portal { |
||
− | margin: 0.5rem 0.5rem 0 0.5rem; |
||
− | box-shadow: #00000036 0 0 35px 0; |
||
− | background: #303030; |
||
− | } |
||
− | |||
− | .portal h3, vector-menu-portal h3 { |
||
− | background: transparent; |
||
− | color: white; |
||
− | font-size: 15px; |
||
− | } |
||
− | |||
− | .toc { |
||
− | box-shadow: #00000036 0 0 35px 0; |
||
− | background: #303030 !important; |
||
− | border: none; |
||
− | padding: 12px; |
||
− | } |
||
− | |||
− | .toc li a: hover { |
||
− | text-decoration: none; |
||
− | opacity: 0.6; |
||
− | transition: all 0.3s; |
||
− | } |
||
− | |||
− | .tocnumber { |
||
− | color: inherit; |
||
− | } |
||
− | |||
− | .mw-body h1 { |
||
− | margin-bottom: initial; |
||
− | border: none; |
||
− | } |
||
− | |||
− | /* |
||
− | .vector-menu-tabs .selected { |
||
− | background: transparent; |
||
− | } |
||
− | |||
− | .vector-menu-tabs li { |
||
− | background: transparent; |
||
− | line-height: ; |
||
− | } |
||
− | */ |