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

From Screeps Wiki
Jump to navigation Jump to search
(Created page with "body: { font-size: 200px; }")
 
Line 1: Line 1:
 
body: {
 
body: {
 
font-size: 200px;
 
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;
 
}
 
}

Revision as of 04:39, 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;
}