mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Continue migration to node express typescript
This commit is contained in:
@@ -1,8 +1,17 @@
|
||||
@import url("panels.css");
|
||||
@import url("selectionwheel.css");
|
||||
@import url("selectionscroll.css");
|
||||
@import url("unitmarker.css");
|
||||
|
||||
/* Variables definitions */
|
||||
:root {
|
||||
--background-color:#202831;
|
||||
--title-color:#d3e9ff;
|
||||
--text-color:white;
|
||||
--blue-coalition-color: #2196F3;
|
||||
--red-coalition-color: #f32121;
|
||||
--active-coalition-color: var(--blue-coalition-color);
|
||||
--highlight-color: #FFFFFFAA;
|
||||
}
|
||||
|
||||
/* Page style */
|
||||
@@ -22,48 +31,3 @@ html, body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Panels style */
|
||||
.olympus-panel {
|
||||
background-color: var(--background-color);
|
||||
border: solid white 1px;
|
||||
font-size: 12px;
|
||||
position: fixed;
|
||||
transition: bottom 0.2s;
|
||||
border-radius: 5px;
|
||||
text-shadow: 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
|
||||
box-shadow: 0px 0px 10px #000000AA;
|
||||
font-family: "Lucida Console", "Courier New", monospace !important;
|
||||
}
|
||||
|
||||
.olympus-panel table{
|
||||
margin: 5px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.olympus-panel-title {
|
||||
font-size: 14px;
|
||||
color: #d3e9ff;
|
||||
}
|
||||
|
||||
.olympus-panel-label {
|
||||
font-size: 12px;
|
||||
color: var(--title-color);
|
||||
margin: 5px;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.olympus-panel-content {
|
||||
font-size: 12px;
|
||||
color: var(--text-color);
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
/* Panels position */
|
||||
#olympus-unit-info {
|
||||
height: 100px;
|
||||
width: 800px;
|
||||
left: 10px;
|
||||
bottom: 10px;
|
||||
z-index: 1000;
|
||||
display: flex;
|
||||
}
|
||||
Reference in New Issue
Block a user