Files
Elite-Gaming-FiveM/resources/lvc/UI/html/style.css
T
Jacob 775709ddef New Improvements & Bug Fixes
+ Added new Wheel-Damage script which causes wheels to fly off if the car is hit hard.
+ Added newer version of the police siren LVC menu.
+ Changed a bunch of keybinds in order to facilitate FivePD.
+ Readded the accidentally removed emote menu and removed NoDriveBy.
+ Updated the server theme alittle away from just RP.
+ Updated to server artifacts version to 6372
2023-04-02 20:38:32 +01:00

38 lines
561 B
CSS

body {
margin: 0;
padding: 0;
overflow: hidden;
}
.slide {
padding-top: 52px;
margin-left: 6px;
z-index: 950;
}
.button {
margin-right: -3px;
}
#buttonbox {
display: grid;
grid-template-areas: 'siren horn tkd lock';
position: absolute;
float: right;
right: 17px;
top: 24px;
z-index: 900;
}
#sirenbox {
display: none;
position: absolute;
overflow: hidden;
width: 602px;
height: 161px;
left: 0%;
top: 68%;
transform-origin: left top;
transform: scale(0.6);
background-image: url("../textures/background.png");
}