MediaWiki:Common.css: Difference between revisions
(Created page with "→style for Template:notice: .ambox-speedy { border: 3px solid #b22222; background: #fee; width: 80%; margin-left: 10%; border-radius: 5px; } .ambox-notice { border: 3px s...") |
(No difference)
|
Revision as of 14:52, 3 August 2017
/* style for Template:notice */ .ambox-speedy { border: 3px solid #b22222; background: #fee; width: 80%; margin-left: 10%; border-radius: 5px; } .ambox-notice { border: 3px solid #1e90ff; width: 80%; margin-left: 10%; border-radius: 5px; } .ambox-delete { border: 3px solid #b22222; width: 80%; margin-left: 10%; border-radius: 5px; } .ambox-content { border: 3px solid #f28500; width: 80%; margin-left: 10%; border-radius: 5px; } .ambox-style { border: 3px solid #f4c430; width: 80%; margin-left: 10%; border-radius: 5px; } .ambox-move { border: 3px solid #9932cc; width: 80%; margin-left: 10%; border-radius: 5px; } .ambox-protection { border: 3px solid #bba; width: 80%; margin-left: 10%; border-radius: 5px; } .ambox-completar { border: 3px solid #66bb77; width: 80%; margin-left: 10%; border-radius: 5px; }