Template:Status: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(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...")
 
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(193, 219, 68)
| active  = rgb(159, 206, 59, .3)
| away    = rgb(255, 199, 30)
| away    = rgb(235, 185, 23, .3)
| hyper    = rgb(45, 196, 255)
| hyper    = rgb(58, 155, 240, .3)
| #default = rgb(50, 50, 50)
| #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(193, 219, 68)
| active  = rgb(159, 206, 59, .3)
| away    = rgb(255, 199, 30)
| away    = rgb(235, 185, 23, .3)
| hyper    = rgb(45, 196, 255)
| hyper    = rgb(58, 155, 240, .3)
| #default = rgb(57, 57, 57)
| #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(193, 219, 68,.1)
| active  = rgb(159, 206, 59, .1)
| away    = rgb(255, 199, 30,.1)
| away    = rgb(235, 185, 23, .1)
| hyper    = rgb(45, 196, 255,.1)
| hyper    = rgb(58, 155, 240, .1)
| #default = rgb(50, 50, 50,.10)  
| #default = rgb(207,207,207, .1)  
}};
}};



Revision as of 07:35, 28 March 2023

Todo: Documentation