MediaWiki:Common.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.
/* Parts infobox */
.partbox{
float: right; /* <-- THIS is the alignment */
width: 300px;
margin: 0 0 16px 16px; /* space from the article text */
border: 1px solid #c8ccd1;
background: #fff;
border-radius: 6px;
overflow: hidden;
}
.partbox-title{
background: #2f3b4a;
color: #fff;
font-weight: 700;
padding: 10px 12px;
font-size: 14px;
}
.partbox-table{
width: 100%;
border-collapse: collapse;
font-size: 13px;
}
.partbox-table th,
.partbox-table td{
padding: 8px 10px;
border-top: 1px solid #eaecf0;
vertical-align: top;
}
.partbox-table th{
width: 42%;
text-align: left;
color: #202122;
font-weight: 600;
background: #f8f9fa;
}