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

From Screeps Wiki
Jump to navigation Jump to search
Line 9: Line 9:
   
 
.portal, .vector-menu-portal {
 
.portal, .vector-menu-portal {
margin: 0.5rem 0.5rem 0 0.5rem
+
margin: 0.5rem 0.5rem 0 0.5rem;
 
border-radius: 3px;
 
border-radius: 3px;
 
box-shadow: #00000036 0 0 20px 0;
 
box-shadow: #00000036 0 0 20px 0;
  +
}
  +
  +
.portal h3, vector-menu-portal h3 {
  +
background: transparent;
  +
color: white;
  +
font-size: 30px;
 
}
 
}

Revision as of 04:42, 15 January 2022

body: {
font-size: 200px;
color: white;
}

#mw-panel li {
    line-height: 130%;
}

.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: 30px;
}