Template:Status: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:
<includeonly><div style="display:flex; border:1px solid {{#switch:{{{type}}}
<includeonly><div style="display:flex; border:1px solid {{#switch:{{{type}}}
| active  = rgb(159, 206, 59, .3)
| active  = rgb(159, 206, 59, .3)
| away    = rgb(235, 132, 23, .3)
| away    = rgb(235, 122, 23, .3)
| hyper    = rgb(58, 155, 240, .3)
| hyper    = rgb(58, 155, 240, .3)
| #default = rgb(207, 207, 207, .3)
| #default = rgb(207, 207, 207, .3)
Line 9: Line 9:
<p style="background:{{#switch:{{{type}}}
<p style="background:{{#switch:{{{type}}}
| active  = rgb(159, 206, 59, .3)
| active  = rgb(159, 206, 59, .3)
| away    = rgb(235, 132, 23, .3)
| away    = rgb(235, 122, 23, .3)
| hyper    = rgb(58, 155, 240, .3)
| hyper    = rgb(58, 155, 240, .3)
| #default = rgb(207, 207, 207, .3)
| #default = rgb(207, 207, 207, .3)
Line 22: Line 22:
<p style="background:{{#switch:{{{type}}}
<p style="background:{{#switch:{{{type}}}
| active  = rgb(159, 206, 59, .1)
| active  = rgb(159, 206, 59, .1)
| away    = rgb(235, 132, 23, 0.1)
| away    = rgb(235, 122, 23, 0.1)
| hyper    = rgb(58, 155, 240, .1)
| hyper    = rgb(58, 155, 240, .1)
| #default = rgb(207, 207, 207, .1)  
| #default = rgb(207, 207, 207, .1)  

Revision as of 07:41, 28 March 2023