Skip to content
Snippets Groups Projects
kg-style.css 1.66 KiB
Newer Older
  • Learn to ignore specific revisions
  • #3d-graph {
        display: flex;
    }
    
    
    
    
    .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;*/
    
    .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;
    
    .detail-view-image {
        width: 100px;
        height: 100px;
        top: 0;
        left: 0;
        overflow: hidden;
        border-radius: 50%;
        display: inline;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    
    .detail-view-top-area {
        position: relative;
        width: 100%;
        overflow: auto;
        text-align: center;
    }
    
    
        /*text-align: center;*/
    
        font-family: CuratorRegular,Helvetica Neue,Helvetica,Arial,sans-serif;
        word-wrap: break-word;
        hyphens: auto;
        font-size: 2.0vw;
    }
    
    
    .link-overlay {
    
        position: absolute;
    
    Matthias Konitzny's avatar
    Matthias Konitzny committed
        bottom: 0;
    
        pointer-events: none;
    
    Matthias Konitzny's avatar
    Matthias Konitzny committed
        width: 350px;
    
        max-width: 400px;
    
    Matthias Konitzny's avatar
    Matthias Konitzny committed
        left: 0px;
        display: block;
    
        background-color: rgba(0,0,0,.6);
    }
    
    
    Matthias Konitzny's avatar
    Matthias Konitzny committed
    .relation {
        display: inline-block;
    
        padding-right: 5px;
    
    Matthias Konitzny's avatar
    Matthias Konitzny committed
        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;