Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css28
1 files changed, 11 insertions, 17 deletions
diff --git a/style.css b/style.css
index 3fc07d9..29284dd 100644
--- a/style.css
+++ b/style.css
@@ -24,6 +24,10 @@ svg image.map-scans {
image-rendering: auto;
}
+svg text {
+ user-select: none;
+}
+
div#status {
position: absolute;
bottom: 0;
@@ -159,19 +163,17 @@ g#grid {
}
#map2 {
- transform: rotate(0.1deg);
+ transform-origin: 0px 0px;
+ transform: translate(-0.9px, -2.4px) scale(0.999, 1.007);
}
#map3 {
- transform: rotate(0.1deg);
-}
-
-image.map-scans {
- /* transform: scale(1.39, 1.407) rotate(0.07deg); */
- /* opacity: 0.33; */
+ transform-origin: 0px 0px;
+ /* transform: translateY(1518px); */
+ transform: translate(1.3px, 1564.1px) rotate(0.1deg) scale(0.999, 1.002);
}
-#debug {
+#panel {
display: none;
position: absolute;
right: 0;
@@ -180,7 +182,7 @@ image.map-scans {
padding: 2px;
}
-#debug fieldset label {
+#panel fieldset label {
display: block;
text-align: right;
}
@@ -259,14 +261,6 @@ text.counter, #troop-counter text {
user-select: none;
}
-rect#map {
- fill: black;
- opacity: 0;
- /* fill-opacity: 0;
- stroke: red;
- stroke-width: 4px; */
-}
-
polygon.firing-arc[data-troop-allegiance="davion"] {
fill: red;
}