mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 08:26:27 +02:00
Added logo
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
/* Temp centre */
|
/* Temp centre */
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
/* top: 0; */
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 15px;
|
bottom: 15px;
|
||||||
left: 0;
|
left: 0;
|
||||||
@@ -222,9 +222,17 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
#radar .patrol_and_logo_container .logo {
|
#radar .patrol_and_logo_container .logo {
|
||||||
|
width: 75%;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
text-align: center;
|
||||||
|
line-height: 100%;
|
||||||
|
margin-top: 15px;
|
||||||
|
font-style: italic;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
#radar .patrol_and_logo_container .logo .name {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
#radar .patrol_and_logo_container .display {
|
#radar .patrol_and_logo_container .display {
|
||||||
background-color: rgb(0, 57, 35);
|
background-color: rgb(0, 57, 35);
|
||||||
|
|||||||
@@ -90,7 +90,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="patrol_and_logo_container">
|
<div class="patrol_and_logo_container">
|
||||||
<div class="logo">WraithRS 2</div>
|
<div class="logo"><span class="name">Wraith</span> ARS 2X</div>
|
||||||
|
|
||||||
<div class="speeds_container">
|
<div class="speeds_container">
|
||||||
<div class="display fast">
|
<div class="display fast">
|
||||||
|
|||||||
Reference in New Issue
Block a user