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.
/* CSS placed here will be applied to all skins */
/*MessageBox settings.*/
.TODOBox {
margin: auto;
padding: 5px;
width: 75%;
border: 2px outset gray;
border-left-width: 15px;
border-left-color: #e6a417;
border-radius: 15px;
}
.childTopicBox {
margin: auto;
padding: 15px;
margin-top: 10px;
width: 40em;
border: 2px outset gray;
border-left-width: 15px;
border-left-color: #79b324;
border-radius: 15px;
}
.messageBoxTitle {
float:left;
padding-right:10px;
font-weight: bold;
font-size:25px;
}
.messageBoxMessage {
padding-top: 5px;
}
.messageBoxUserContent {
padding-left: 35px;
}