diff --git a/nui/Muli-Bold.ttf b/nui/Muli-Bold.ttf deleted file mode 100644 index c1e61e6..0000000 Binary files a/nui/Muli-Bold.ttf and /dev/null differ diff --git a/nui/radar - Copy.css b/nui/radar - Copy.css deleted file mode 100644 index 4c61bc8..0000000 --- a/nui/radar - Copy.css +++ /dev/null @@ -1,126 +0,0 @@ -@font-face { - font-family: "Seg-7"; - src: url( "Segment7Standard.otf" ); -} - -@font-face { - font-family: "Digital-7"; - src: url( "digital-7.regular.ttf" ); -} - -/* Set all div elements to use the box-sizing property of border-box */ -div { - box-sizing: border-box; -} - -/* Here we set all of the main style properties for the main radar container */ -#radar { - transform: scale( 2 ); - - width: 550px; - height: 200px; - - position: absolute; - box-sizing: content-box; - margin: auto; - padding: 15px; - - top: 0; - bottom: 0; - left: 0; - right: 0; - - background-color: rgb(30, 33, 38); - /* background-color: rgb(58, 63, 71); */ - - display: grid; - grid-template-columns: 45px 160px auto; - column-gap: 5px; -} - #radar > div { - /* border: 1px solid orange; */ - margin: 0; - } - - #radar .modes { - display: grid; - grid-template-rows: 50% 50%; - } - #radar .modes .modes_container { - display: grid; - grid-template-rows: repeat( 3, auto ); - - margin: 15px 0; - - /* border: 1px dotted red; */ - } - - #radar .modes .mode_text { - width: 100%; - - font-family: Verdana; - font-size: 10px; - - text-align: center; - - margin: auto; - - color: white; - } - - #radar .speeds { - display: grid; - grid-template-rows: 50% 50%; - } - #radar .speeds .speed_display { - position: relative; - - display: flex; - justify-content: center; - align-items: center; - - margin: 10px 0; - - background-color: rgb(61, 18, 0); - border: 3px solid black; - } - #radar .speeds .speed_display span { - position: absolute; - - display: block; - - /* width: 100%; */ - /* width: auto; */ - height: 63px; - line-height: 108%; - margin: auto; - margin-right: -10px; - - font-family: 'Seg-7'; - font-size: 70px; - text-align: center; - - letter-spacing: 10px; - } - - #radar .speeds .speed_display .ghost { - /* position: absolute; */ - color: rgb(90, 35, 1); - } - - #radar .speeds .speed_display .speed_number { - color: rgb(252, 113, 1); - } - - #radar .main_area { - display: grid; - grid-template-rows: 10% 80% 10%; - } - #radar .main_area .header { - font-family: Verdana; - color: white; - } - -* { - overflow: hidden; -} \ No newline at end of file diff --git a/nui/radar - Copy.html b/nui/radar - Copy.html deleted file mode 100644 index ad8566c..0000000 --- a/nui/radar - Copy.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - -
-
-
-

SAME

-

OPP

-

XMIT

-
- -
-

SAME

-

OPP

-

XMIT

-
-
- -
-
- 888 - ¦27 -
- -
- 888 - 000 -
-
- -
-
FRONT ANTENNA
-
-
- - \ No newline at end of file diff --git a/nui/radar.html b/nui/radar.html index 594f594..7472c0c 100644 --- a/nui/radar.html +++ b/nui/radar.html @@ -35,12 +35,12 @@

888

-

¦36

+

888

-

¦45

+

@@ -71,12 +71,12 @@

888

-

¦72

+

888

-

¦98

+

@@ -98,7 +98,7 @@

888

-

¦18

+

diff --git a/nui/test/Segment7Standard.otf b/nui/test/Segment7Standard.otf deleted file mode 100644 index 7429b0d..0000000 Binary files a/nui/test/Segment7Standard.otf and /dev/null differ diff --git a/nui/test/test.css b/nui/test/test.css deleted file mode 100644 index 2b3c3bf..0000000 --- a/nui/test/test.css +++ /dev/null @@ -1,21 +0,0 @@ -@font-face { - font-family: "Seg-7"; - src: url( "Segment7Standard.otf" ); -} - -.test { - width: 300px; - height: 200px; - - background-color: #a0a0a0; -} - -.test2 { - font-family: 'Seg7'; - font-size: 72px; - - padding: 0; - margin: 0; - - background-color: #ff0000; -} \ No newline at end of file diff --git a/nui/test/test.html b/nui/test/test.html deleted file mode 100644 index 341ed61..0000000 --- a/nui/test/test.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - -
- 000 -
- - \ No newline at end of file