Skip to content

Commit

Permalink
add "links" as background to the visual map
Browse files Browse the repository at this point in the history
  • Loading branch information
pchampin committed Oct 28, 2021
1 parent 69bddc1 commit 1a47bd7
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cg-spec/editors_draft.html
Expand Up @@ -200,6 +200,12 @@
.heavy { color:black; font-weight:bold }
.small { font-size: smaller; }

#structure-map table {
background-image: url("visual-map-bg.svg");
background-size: 100% 100%;
background-repeat: no-repeat;
}

#structure-map table td {
width: 33.34%;
}
Expand All @@ -208,6 +214,7 @@
display: block;
border: thin solid gray;
border-radius: 0.5em;
background-color: white;
margin: 0.7em 1em;
padding: 0.35em 0.5em;
box-shadow: 0.25em 0.25em 0.5em darkgray;
Expand Down
66 changes: 66 additions & 0 deletions cg-spec/visual-map-bg.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1a47bd7

Please sign in to comment.