mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 08:26:27 +02:00
Added classes for active modes, added shadow on numbers
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
|
||||
position: absolute;
|
||||
margin: auto;
|
||||
top: 0;
|
||||
/* top: 0; */
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
bottom: 15px;
|
||||
left: 0;
|
||||
|
||||
background-image: url( "frame.png" );
|
||||
@@ -100,6 +100,15 @@
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.active {
|
||||
color: rgb(242, 70, 24);
|
||||
text-shadow: 0 0 6px rgba(235, 62, 15, 0.65);
|
||||
}
|
||||
|
||||
.active_arrow {
|
||||
background-color: rgb(242, 70, 24);
|
||||
}
|
||||
|
||||
#radar {
|
||||
/* background-color: gray; */
|
||||
/* background: linear-gradient( to bottom, rgb( 60, 60, 60 ), rgb( 35, 35, 35 ) ); */
|
||||
@@ -292,7 +301,8 @@
|
||||
}
|
||||
|
||||
#radar .display .speed {
|
||||
color: rgb(252, 113, 1);;
|
||||
color: rgb(252, 113, 1);
|
||||
text-shadow: 0 0 8px rgba(252, 114, 1, 0.65);
|
||||
}
|
||||
|
||||
#radar .display .fast_ghost_speed {
|
||||
@@ -301,6 +311,7 @@
|
||||
|
||||
#radar .display .fast_speed {
|
||||
color: rgb(243, 12, 10);
|
||||
text-shadow: 0 0 8px rgba(243, 14, 10, 0.65);
|
||||
}
|
||||
|
||||
#radar .display .patrol_ghost_speed {
|
||||
@@ -309,4 +320,5 @@
|
||||
|
||||
#radar .display .patrol_speed {
|
||||
color: rgb(15, 244, 57);
|
||||
text-shadow: 0 0 8px rgba(15, 244, 57, 0.65);
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
<body onselectstart="return false;" ondragstart="return false;">
|
||||
<div class="unit_frame">
|
||||
<div class="frame_border"></div>
|
||||
|
||||
|
||||
<div class="radar_container">
|
||||
<div class="panel_side panel_left"></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user