Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Message.css: Difference between revisions

Template page
Admin changed the content model of the page Template:Message.css from "wikitext" to "Sanitised CSS"
No edit summary
Line 6: Line 6:


.message-info {
.message-info {
   border-color: blue;
   border-color: rgb(0, 0, 255);
   background: rgba(0, 0, 255, 0.5)
   background: rgba(0, 0, 255, 0.25)
}
}

Revision as of 10:40, 23 October 2025

.message {
  padding: 1em;
  border-width: 1px;
  border-style: solid;
}

.message-info {
  border-color: rgb(0, 0, 255);
  background: rgba(0, 0, 255, 0.25)
}