Files
Bubberstation/html/admin/banpanel.css
Gandalf 9235cab2bf Pacification bans + DNR bans + Respawn Bans (#3899)
* basic

* Update sql_ban_system.dm

* Update sql_ban_system.dm

* a

* a

* Update skyrat_bans.dm

* respawn ban
2021-03-05 21:49:40 +00:00

79 lines
914 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;
}
.skyratbanoptions {
background-color: #00f7ff;
}