MediaWiki:Common.css
MediaWiki interface page
More actions
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.
.FFNote {
border: 1px solid #d8d8d8;
border-radius: 4px;
background-color: #012138;
color: #d8d8d8;
min-height: 120px;
width: 76%;
margin: 0 auto;
}
.flex-display {
display: flex;
width: 96%;
margin: 0 2%;
justify-content: space-around;
}
.info-pc {
width: 260px;
float: right;
clear: right;
margin: 0.5em 0 1em 1em;
background: var(--color-surface-2);
border: 1px solid var(--border-color-base,#a2a9b1);
border-radius: 0.2em;
padding: 0.2em;
font-size: 88%;
border-collapse: collapse;
display: table;
}
ol,
ul {
margin-block-start: 0;
}
.mw-body-content ul > li::marker {
content: "✦ ";
}