MediaWiki:Attributes.css
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.attribute-pill {
display: inline-flex;
align-items: center;
border-radius: 16px;
padding: 0 8px;
height: 25px;
color: #333333;
line-height: 1;
position: relative;
}
.attribute-pill-Beauty {
background-color: #25c2b4;
color: white;
}
.attribute-area-icon {
width: 32px;
height: 32px;
background-color: white;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
margin-right: 5px;
position: relative;
border: 2px solid #989daf;
}