Cloned DMOJ
This commit is contained in:
parent
f623974b58
commit
49dc9ff10c
513 changed files with 132349 additions and 39 deletions
44
resources/status.scss
Normal file
44
resources/status.scss
Normal file
|
@ -0,0 +1,44 @@
|
|||
.AB {
|
||||
background-color: #CCC;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.AC {
|
||||
background-color: #53f23f;
|
||||
color: green;
|
||||
}
|
||||
|
||||
._AC {
|
||||
background-color: #DFFF00;
|
||||
color: green;
|
||||
}
|
||||
|
||||
.WA {
|
||||
background-color: #CCC;
|
||||
color: #ef1b53;
|
||||
}
|
||||
|
||||
.TLE, .MLE {
|
||||
background-color: #CCC;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.OLE, .IR, .RTE, .OTH {
|
||||
background-color: #FAB623;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.CE {
|
||||
background-color: #CCC;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.IE {
|
||||
background-color: red;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.QU, .G {
|
||||
background: white;
|
||||
color: black;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue