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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
.botc-example {
margin: 1em 0;
border: 1px solid #d8d8d8;
border-radius: 8px;
background: #f8f9fa;
overflow: hidden;
}
.botc-example-title {
padding: .55em .9em;
font-weight: 600;
font-size: 0.95em;
color: #555;
background: #efefef;
border-bottom: 1px solid #d8d8d8;
}
.botc-example-body {
padding: .9em 1em;
line-height: 1.6;
}
