User:Marvin/common.css

From Screeps Wiki
Revision as of 05:02, 15 January 2022 by Marvin (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
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;
text-decoration: none !important;
cursor: pointer;
}

.portal, .vector-menu-portal {
margin: 0.5rem 0.5rem 0 0.5rem;
border-radius: 3px;
box-shadow: #00000036 0 0 20px 0;
background: #303030;
}

.portal h3, vector-menu-portal h3 {
background: transparent;
color: white;
font-size: 15px;
}

.vector-menu-tabs {
background: transparent;
}

.vector-menu-tabs li {
background: transparent;
}