Template:Status: Difference between revisions
Jump to navigation
Jump to search
Mailmanmicky (talk | contribs) (Created page with "<includeonly><div style="display:flex; border:1px solid {{#switch:{{{type}}} | active = rgb(193, 219, 68) | away = rgb(255, 199, 30) | hyper = rgb(45, 196, 255) | #de...") |
Mailmanmicky (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
{{todo|Documentation}} | |||
<includeonly><div style="display:flex; border:1px solid {{#switch:{{{type}}} | <includeonly><div style="display:flex; border:1px solid {{#switch:{{{type}}} | ||
| active = rgb( | | active = rgb(159, 206, 59, .3) | ||
| away = rgb( | | away = rgb(235, 185, 23, .3) | ||
| hyper = rgb( | | hyper = rgb(58, 155, 240, .3) | ||
| #default = rgb( | | #default = rgb(207, 207, 207, 0.3) | ||
}}; border-radius: .5em; overflow:hidden; margin-block:.5em;"> | }}; border-radius: .5em; overflow:hidden; margin-block:.5em;"> | ||
<p style="background:{{#switch:{{{type}}} | <p style="background:{{#switch:{{{type}}} | ||
| active = rgb( | | active = rgb(159, 206, 59, .3) | ||
| away = rgb( | | away = rgb(235, 185, 23, .3) | ||
| hyper = rgb( | | hyper = rgb(58, 155, 240, .3) | ||
| #default = rgb( | | #default = rgb(207, 207, 207, 0.3) | ||
}}; flex-basis:3em; align-items:center; display:inline-flex; margin:0; padding:.3em; justify-content:center; font-weight:bold;"> | }}; flex-basis:3em; align-items:center; display:inline-flex; margin:0; padding:.3em; justify-content:center; font-weight:bold;"> | ||
{{#switch:{{{type}}} | {{#switch:{{{type}}} | ||
Line 20: | Line 21: | ||
<p style="background:{{#switch:{{{type}}} | <p style="background:{{#switch:{{{type}}} | ||
| active = rgb( | | active = rgb(159, 206, 59, .1) | ||
| away = rgb( | | away = rgb(235, 185, 23, .1) | ||
| hyper = rgb( | | hyper = rgb(58, 155, 240, .1) | ||
| #default = rgb( | | #default = rgb(207,207,207, .1) | ||
}}; | }}; | ||
Revision as of 07:35, 28 March 2023
Todo: Documentation