Skip to content

Commit

Permalink
css edited.
Browse files Browse the repository at this point in the history
  • Loading branch information
MizuBishi committed May 10, 2016
1 parent ba3eebe commit 7fb0c0e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions gerda-steiner-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,28 +37,28 @@ edge[interaction = "ww"] {

node[NodeType = "Werk"],
node[NodeType = "WerkTyp"] {
background-color: #FACD37;
text-outline-color: #FACD37;
background-color: #b8b8b8;
text-outline-color: #b8b8b8;
width: mapData(Quality, 70, 100, 20, 50);
height: mapData(Quality, 70, 100, 20, 50);
}

node[NodeType = "Ausstellung"] {
background-color: white;
text-outline-color: white;
background-color: #333333;
text-outline-color: #333333;
}

edge[interaction = "wa"] {
line-color: white;
line-color: #333333;
}

node[NodeType = "Literatur"] {
background-color: #A4EB34;
text-outline-color: #A4EB34;
background-color: #e31781;
text-outline-color: #e31781;
}

edge[interaction = "wl"] {
line-color: #A4EB34;
line-color: #e31781;
}

node.highlighted {
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ html, body {
position: absolute;
left: 0;
top: 0;
background: #000;
background: #ffffff;
}

#loading {
Expand Down

0 comments on commit 7fb0c0e

Please sign in to comment.