MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
add child box css. |
m 1 revision imported: Local to remote transfer. |
(No difference)
| |
Latest revision as of 22:31, 6 October 2025
/* 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;
}