User:EVTHD/watercolor.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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*
.infobox {
 margin-bottom: 2em;
 margin-left: 2em;
 padding: 1em;
 background: linear-gradient(90deg, rgba(172,39,191,1) 0%, rgba(155,80,236,1) 49%, rgba(0,255,171,1) 100%);
 color: black;
}

.infobox-title {
	font-size: 110%;
}
.infobox caption {
	font-size: 144%;
	font-weight: bold;
	text-align: left;
}

.infobox caption {
	padding: 0.5em;
}