Files
Bubberstation/html/admin/banpanel.css
Rohesie 6c4134d1ea Job refactor 2: less hardcoded lists (#60578)
* Job refactor 2: less hardcoded lists

* Obsessed can happen
2021-08-05 21:13:05 +02:00

79 lines
917 B
CSS

.middle {
width: 80px;
}
.right {
width: 150px;
}
.reason {
resize: none;
min-height: 40px;
width: 340px;
}
.rolegroup {
padding: 3px;
width: 430px;
border: none;
text-align: center;
outline: none;
display: inline-block;
}
.long {
width: 860px;
}
.content {
text-align: center;
}
.command {
background-color: #948f02;
}
.security {
background-color: #a30000;
}
.engineering {
background-color: #fb5613;
}
.medical {
background-color: #337296;
}
.science {
background-color: #993399;
}
.supply {
background-color: #a8732b;
}
.silicon {
background-color: #ff00ff;
}
.abstract {
background-color: #708090;
}
.service {
background-color: #6eaa2c;
}
.ghostandotherroles {
background-color: #5c00e6;
}
.antagonistpositions {
background-color: #6d3f40;
}
.undefineddepartment {
background-color: #111cf7;
}