mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-01-27 09:23:05 +00:00
15 lines
302 B
CSS
15 lines
302 B
CSS
body {background: #F1F1F1;}
|
|
|
|
#newMessages {background: #ddd;}
|
|
#ping {background: #ddd;}
|
|
|
|
#userBar .subCell {background: #ddd;}
|
|
|
|
/* POPUPS */
|
|
.popup {background: #ddd;}
|
|
.popup .head {color: #ddd;}
|
|
.popup input[type=submit] {color: #ddd;}
|
|
|
|
/* ADMIN CONTEXT MENU */
|
|
.contextMenu {background-color: #ddd;}
|