CS 3.0
Thu Jan 23 2025 21:02:05 GMT+0000 (Coordinated Universal Time)
Saved by
@Checkmate
/* HUD CROSSHAIR */
.hud-crosshair{
visibility: clear;
position: fixed;
width: 25px;
height: 25px;
left: 50%;
top: 50%;
margin-left: -13px;
margin-top: -13px;
z-index: 12;
}
.hud-crosshair div{
background: #00ffb3;
position: absolute;
}
.hud-crosshair-1, .hud-crosshair-2{
width: 2px;
height:10px;
left: 12px;
}
.hud-crosshair-3, .hud-crosshair-4{
width: 10px;
height:2px;
top: 12px;
content_copyCOPY
Comments