mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 08:26:27 +02:00
Fixed number position, reduced speed zone border
This commit is contained in:
@@ -22,19 +22,19 @@
|
||||
}
|
||||
|
||||
.radar_container {
|
||||
width: 670px;
|
||||
width: 668px;
|
||||
height: 200px;
|
||||
|
||||
/* Temp centre */
|
||||
position: absolute;
|
||||
margin: auto;
|
||||
top: 0;
|
||||
/* top: 0; */
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
bottom: 15px;
|
||||
left: 0;
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: 2.50% 95% 2.50%;
|
||||
grid-template-columns: 16px 635px 16px;
|
||||
}
|
||||
|
||||
.panel_side {
|
||||
@@ -71,7 +71,8 @@
|
||||
width: 100%;
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: auto 50px 150px 35px 50px 135px 35px 135px;
|
||||
grid-template-columns: 45px 50px 150px 35px 50px 135px 35px 135px;
|
||||
gap: 0 0;
|
||||
}
|
||||
#radar .label {
|
||||
font-size: 15px;
|
||||
@@ -147,7 +148,7 @@
|
||||
|
||||
height: 70px;
|
||||
|
||||
border: 3px solid black;
|
||||
border: 1px solid black;
|
||||
|
||||
margin: auto 0;
|
||||
background-color: rgb(61, 18, 0);
|
||||
@@ -159,12 +160,12 @@
|
||||
font-size: 70px;
|
||||
text-align: center;
|
||||
|
||||
line-height: 108%;
|
||||
line-height: 115%;
|
||||
|
||||
margin: 0 auto;
|
||||
letter-spacing: 10px;
|
||||
|
||||
margin-right: -6px;
|
||||
margin-right: -8px;
|
||||
}
|
||||
|
||||
#radar .speeds_container .fast {
|
||||
@@ -173,8 +174,8 @@
|
||||
}
|
||||
#radar .speeds_container .fast p {
|
||||
font-size: 60px;
|
||||
line-height: 106%;
|
||||
margin-right: -8px;
|
||||
line-height: 115%;
|
||||
margin-right: -6px;
|
||||
}
|
||||
|
||||
#radar .speeds_container .fast_top {
|
||||
|
||||
@@ -32,12 +32,12 @@
|
||||
<div class="speeds_container">
|
||||
<div class="display">
|
||||
<p class="ghost_speed">000</p>
|
||||
<p class="speed" id="frontSpeed">¦44</p>
|
||||
<p class="speed" id="frontSpeed"></p>
|
||||
</div>
|
||||
|
||||
<div class="display">
|
||||
<p class="ghost_speed">000</p>
|
||||
<p class="speed" id="rearSpeed">¦53</p>
|
||||
<p class="speed" id="rearSpeed"></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -68,12 +68,12 @@
|
||||
<div class="speeds_container">
|
||||
<div class="display fast fast_top">
|
||||
<p class="fast_ghost_speed">000</p>
|
||||
<p class="fast_speed" id="frontFastSpeed">¦89</p>
|
||||
<p class="fast_speed" id="frontFastSpeed"></p>
|
||||
</div>
|
||||
|
||||
<div class="display fast fast_bottom">
|
||||
<p class="fast_ghost_speed">000</p>
|
||||
<p class="fast_speed" id="rearFastSpeed">117</p>
|
||||
<p class="fast_speed" id="rearFastSpeed"></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
<div class="speeds_container">
|
||||
<div class="display fast">
|
||||
<p class="patrol_ghost_speed">000</p>
|
||||
<p class="patrol_speed" id="patrolSpeed">¦54</p>
|
||||
<p class="patrol_speed" id="patrolSpeed"></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user