Newer
Older
.node-image {
width: 20px;
height: 20px;
position: relative;
overflow: hidden;
border-radius: 50%;
display: inline;
margin: 0 auto;
}
.node-label {
font-size: 14px;
color: white;
font-weight: bold;
/*text-align: center;*/
padding: 1px 4px;
border-radius: 4px;
background-color: rgba(0,0,0,0.7);
user-select: none;
z-index: 1;
}

Matthias Konitzny
committed
.close-button {
pointer-events: all;
z-index: 99;
cursor: pointer;
right: 10px;
top: 5px;
position: absolute;
font-size: 20px;
}
.detail-view {
position: absolute;
top: 0;
right: 0;
width: 250px;
height: 100%;
background-color: whitesmoke;
padding: 10px;

Matthias Konitzny
committed
}
.detail-view-headline {
font-weight: bold;
text-align: center;
font-family: CuratorRegular,Helvetica Neue,Helvetica,Arial,sans-serif;
word-wrap: break-word;
hyphens: auto;
font-size: 2.0vw;
}
.link-overlay {

Matthias Konitzny
committed
padding: 10px;
background-color: rgba(0,0,0,.6);
}
color: #fff;
font-size: 13px;
line-height: 20px;
font-family: CuratorRegular,Helvetica Neue,Helvetica,Arial,sans-serif;
text-transform: uppercase;
margin-bottom: 6px;
height: 17px;
}
.rel-container {
display: block;
height: 2px;
width: 78px;