Difference between revisions of "User:Marvin/common.css"

From Screeps Wiki
Jump to navigation Jump to search
Line 5: Line 5:
   
 
::-webkit-scrollbar {
 
::-webkit-scrollbar {
width: 10px;
+
width: 12px;
 
}
 
}
   
 
::-webkit-scrollbar-track {
 
::-webkit-scrollbar-track {
background: #f1f1f1;
+
background: #303030;
 
}
 
}
   
 
::-webkit-scrollbar-thumb {
 
::-webkit-scrollbar-thumb {
background: #888;
+
background: #4b4b4b;
 
}
 
}
   
Line 34: Line 34:
 
border-radius: 3px;
 
border-radius: 3px;
 
box-shadow: #00000036 0 0 20px 0;
 
box-shadow: #00000036 0 0 20px 0;
  +
background: #303030;
 
}
 
}
   

Revision as of 04:56, 15 January 2022

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%;
}

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;
background: #303030;
}

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