MediaWiki:Common.css: Difference between revisions

From Working With Glass
Jump to navigation Jump to search
add child box css.
(No difference)

Revision as of 10:52, 22 June 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;
}