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

Template:Note.info: Difference between revisions

Template page
WebcomicsGeneral changed the content model of the page Template:Note.info from "wikitext" to "CSS"
mNo edit summary
Line 1: Line 1:
.note-info{|style=
* {
background-color: #eaf3ff;
  width: 300px;
color: #333;
  border: 15px solid green;
/* [[File:OOjs_UI_icon_information-progressive.svg]] */
  padding: 50px;
background-image: url(https://upload.wikimedia.org/wikipedia/commons/e/ec/OOjs_UI_icon_information-progressive.svg);
  margin: 20px;
background-size: 25px;
border-color: #a3caff;
padding-left: 40px;
min-height: 25px;
}
}
{| style="width: 70%; background-color: #eaf3ff; background-image: url(https://upload.wikimedia.org/wikipedia/commons/e/ec/OOjs_UI_icon_information-progressive.svg); background-size: 25px; border-color: #a3caff; padding-left: 40px; text-align: left;"
|'''Info:
{{{detail}}}
|}

Revision as of 11:44, 26 February 2025

* {
  width: 300px;
  border: 15px solid green;
  padding: 50px;
  margin: 20px;
}