Skip to content

Commit

Permalink
Sync website for online-ui with Kappa-Dev/KaSim@
Browse files Browse the repository at this point in the history
  • Loading branch information
KappaBot committed Nov 7, 2024
1 parent 0138e65 commit a4c5245
Show file tree
Hide file tree
Showing 3 changed files with 499 additions and 457 deletions.
16 changes: 12 additions & 4 deletions try/JsSim.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ html {
height: 100%;
}

/* Use only safe fonts to avoid CI testing issues https://www.w3schools.com/csSref/css_websafe_fonts.php */
body {
height: 100%;
font-family: Arial, sans-serif;
}

.flex-content {
Expand All @@ -32,7 +34,7 @@ body {
.kappa-code {
white-space : pre-wrap;
word-break: break-all;
font-family: monospace;
font-family: 'Courier New', monospace;
}

.clickable { cursor: pointer; cursor: hand; }
Expand Down Expand Up @@ -127,14 +129,14 @@ rect { stroke-width: 2; }
fill-opacity:0.5;
stroke-width : 2;
}
.node-text { font: 10px sans-serif; }
.node-text { font-size: 10px; }
.node-proof {
opacity : 0.0;
}
.site-rect { stroke-width:1;
stroke: #000;
}
.site-text { font: 8x sans-serif; }
.site-text { font-size: 8px; }

.node-proof { opacity : 0.0;
}
Expand Down Expand Up @@ -239,7 +241,7 @@ rect { stroke-width: 2; }
#contact-map-display {
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
font: 14px helvetica, arial, sans-serif;
font: 14px Arial, sans-serif;
display: inline-block;
position: relative;
width: 100%;
Expand All @@ -256,13 +258,19 @@ form {
fill: none;
stroke: transparent;
}

#din_table_id {
font-variant-numeric: tabular-nums;
}

.snap-tooltip {
position: absolute;
text-align: right;
white-space: pre;
bottom: 0;
right: 0;
pointer-events: none;
font-variant-numeric: tabular-nums;
}

.tooltip {
Expand Down
Loading

0 comments on commit a4c5245

Please sign in to comment.