mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-08-29 00:46:13 +01:00
101 lines
3.0 KiB
CSS
101 lines
3.0 KiB
CSS
body, html {
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.wrap {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
max-width: 298px;
|
|
border: 2px solid #1B2967;
|
|
}
|
|
|
|
.content {
|
|
font: bold 12px Arial, 'Helvetica Neue', Helvetica, sans-serif;
|
|
color: #ffffff;
|
|
padding: 8px;
|
|
border: 2px solid #0033CC;
|
|
background: #005CB8;
|
|
}
|
|
|
|
h1 {
|
|
margin: -5px 0 2px 0;
|
|
font-size: 1.2em;
|
|
line-height: 1.4;
|
|
}
|
|
|
|
p {
|
|
margin: 0;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
/* Custom Themes */
|
|
.blob .wrap {border-color: #009900;}
|
|
.blob .content {border-color: #66FF00; background-color: #475E13;}
|
|
|
|
.wraith .wrap {border-color: #492136;}
|
|
.wraith .content {border-color: #331726; background-color: #471962;}
|
|
|
|
.pod .wrap {border-color: #052401;}
|
|
.pod .content {border-color: #326D29; background-color: #569F4B;}
|
|
|
|
.pod-alt .wrap {border-color: #221E03;}
|
|
.pod-alt .content {border-color: #69622C; background-color: #9B924F;}
|
|
|
|
.colo-pod .wrap {border-color: #256fb9;}
|
|
.colo-pod .content {border-color: #000000; background-color: #000000;}
|
|
|
|
/* Mob health stuff */
|
|
|
|
.healthDam .content {border-color: #233b25;}
|
|
.healthDam0 .wrap, .healthDam1 .wrap, .healthDam2 .wrap, .healthDam3 .wrap, .healthDam6 .wrap {border-color: #2b7ada;}
|
|
.healthDam4 .wrap, .healthDam5 .wrap {border-color: #fefe00;}
|
|
|
|
.healthDam0 .content {background-color: #59cc00;}
|
|
.healthDam1 .content {background-color: #73cc00;}
|
|
.healthDam2 .content {background-color: #cbcc00;}
|
|
.healthDam3 .content {background-color: #f79800;}
|
|
.healthDam4 .content {background-color: #c94a00;}
|
|
.healthDam5 .content {background-color: #ad0000;}
|
|
.healthDam6 .content {background-color: #540000;}
|
|
|
|
.statusOxy .wrap {border-color: #fbfe00;}
|
|
.statusOxy .content {border-color: #3e090d; background-color: #980400;}
|
|
|
|
.statusFire .wrap {border-color: #fbfe00;}
|
|
.statusFire .content {border-color: #570d00; background-color: #db3e00;}
|
|
|
|
.statusToxin .wrap {border-color: #d0ff00;}
|
|
.statusToxin .content {border-color: #6e0000; background-color: #c70d08;}
|
|
|
|
.statusRad .wrap {border-color: #fbfe00;}
|
|
.statusRad .content {border-color: #570d00; background-color: #df5d00;}
|
|
|
|
/* Dead */
|
|
|
|
.healthDam.healthDam7 .content {border-color: #303012;}
|
|
.healthDam7 .content {background-color: #272727;}
|
|
|
|
/* Bodytemp indicator */
|
|
|
|
.tempInd .content {border-color: #233b25;}
|
|
.tempInd0 .wrap, .tempInd1 .wrap, .tempInd4 .wrap, .tempIndF .wrap, .tempInd-1 .wrap, .tempInd-4 .wrap {border-color: #2b7ada;}
|
|
.tempInd2 .wrap, .tempInd3 .wrap, .tempInd-2 .wrap, .tempInd-3 .wrap {border-color: #fefe00;}
|
|
|
|
.tempInd0 .content {background-color: #59cc00;}
|
|
.tempInd1 .content {background-color: #9dcc00;}
|
|
.tempInd2 .content {background-color: #c57200;}
|
|
.tempInd3 .content {background-color: #f79800;}
|
|
.tempInd4 .content {background-color: #c50000;}
|
|
.tempIndF .content {background-color: #c50000;}
|
|
.tempInd-1 .content {background-color: #3cbf5b;}
|
|
.tempInd-2 .content {background-color: #44cccd;}
|
|
.tempInd-3 .content {background-color: #349ace;}
|
|
.tempInd-4 .content {background-color: #1a35cf;}
|
|
|
|
/* Stamina */
|
|
|
|
.stamina .wrap {border-color: #2b7ada;}
|
|
.stamina .content {border-color: #182730; background-color: #47545f;} |