rv-props-tablet add + Loading Edit + qb-target
- rv-props: prop tableta custom cu logo-ul serverului (prop_rv_tablet) - 17mov_JobCenter: trigger tableta custom cand playerul este la Job Center - Loading Screen: logo 320px, texte in romana, accent rosu #cc1133, card info RV - qb-target: punctul (eye) dublu ca size (8px→16px), hover text rosu #cc1133 - 17mov_JobCenter: GlobalColor #cc1133 (accent mai inchis) - colors.css: tema Red Valley pe toate NUI-urile (accent, background alb transparent) - docs: 17mov_Hud API reference complet, server knowledge update
This commit is contained in:
@@ -42,13 +42,13 @@ p {
|
||||
|
||||
#eye {
|
||||
text-align: center;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border: 1px solid #ffffff;
|
||||
border-radius: 100%;
|
||||
position: absolute;
|
||||
top: calc(50% - 4px);
|
||||
left: calc(50% - 4px);
|
||||
top: calc(50% - 8px);
|
||||
left: calc(50% - 8px);
|
||||
-webkit-transition: all 0.2s ease-in-out;
|
||||
-o-transition: all 0.2s ease-in-out;
|
||||
transition: all 0.2s ease-in-out;
|
||||
@@ -57,14 +57,14 @@ p {
|
||||
|
||||
#eye.active {
|
||||
text-align: center;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border: 1px solid #2575ff;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border: 1px solid #cc1133;
|
||||
border-radius: 100%;
|
||||
background-color: #2575ff;
|
||||
background-color: #cc1133;
|
||||
position: absolute;
|
||||
top: calc(50% - 4px);
|
||||
left: calc(50% - 4px);
|
||||
top: calc(50% - 8px);
|
||||
left: calc(50% - 8px);
|
||||
-webkit-transition: all 0.2s ease-in-out;
|
||||
-o-transition: all 0.2s ease-in-out;
|
||||
transition: all 0.2s ease-in-out;
|
||||
@@ -123,8 +123,8 @@ p {
|
||||
}
|
||||
|
||||
#options-wrapper li a:hover, #options-wrapper li a:hover .option-icon{
|
||||
color: #2575ff !important;
|
||||
text-shadow: 0px 0px 20px #2575ffaa !important;
|
||||
color: #cc1133 !important;
|
||||
text-shadow: 0px 0px 20px #cc1133aa !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user