Difference between revisions of "Template:Ombox/styles.css"

From Wikibase Personal data
Jump to navigation Jump to search
(Created page with "→‎Other pages message box styles: table.ombox { margin: 4px 10%; border-collapse: collapse; border: 1px solid #a2a9b1; →‎Default "notice" gray: background: #f8...")
 
(No difference)

Latest revision as of 19:36, 23 October 2019

/* Other pages message box styles */ table.ombox { margin: 4px 10%; border-collapse: collapse; border: 1px solid #a2a9b1; /* Default "notice" gray */ background: #f8f9fa; }

table.ombox-notice { border: 1px solid #a2a9b1; /* Gray */ } table.ombox-speedy { border: 2px solid #b22222; /* Red */ background: #fee; /* Pink */ } table.ombox-delete { border: 2px solid #b22222; /* Red */ } table.ombox-content { border: 1px solid #f28500; /* Orange */ } table.ombox-style { border: 1px solid #f4c430; /* Yellow */ } table.ombox-move { border: 1px solid #9932cc; /* Purple */ } table.ombox-protection { border: 2px solid #bba; /* Gray-gold */ }