Cloned DMOJ

This commit is contained in:
thanhluong 2020-01-21 15:35:58 +09:00
parent f623974b58
commit 49dc9ff10c
513 changed files with 132349 additions and 39 deletions

44
resources/status.scss Normal file
View 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;
}