body { padding-top: 50px; overflow-x: hidden; /* removes bottom scrollbar */ } .search-form { width: 250px; margin: auto; } #results { padding-top: 10px; padding-left: 10px; padding-right: 10px; } /* Search Results */ .filters { padding-bottom: 10px; } .thumbnail { cursor: pointer; } .path-label { color: rgb(255, 255, 255); display: inline; padding: 0.2em 0.6em 0.3em; font-size: 75%; font-weight: bold; line-height: 2; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25em 0.25em 0.25em 0.25em; cursor: pointer; } .path-label:hover, .path-label:visited:hover { color: rgb(225, 225, 225); text-decoration: none; } .path-label:visited { color: rgb(255, 255, 255); text-decoration: none; } .path-resource { background-color: rgb(20, 65, 115); padding: 0.3em 0.6em 0.4em; font-size: 80%; } .path-literal {background-color: rgb(100, 100, 100);} .path-property {background-color: rgb(66, 139, 202);} /* .path-resource a:link, .path-resource a:visited, .path-resource a:hover { color: rgb(255, 255, 255) !important; text-decoration: none; } */ /* Result Page */ #metadata { padding-top: 10px; padding-left: 25px; padding-right: 25px; } /* Statistics Dashboard */ #dataset-statistics { padding-top: 10px; } /* Statistics Dashboard - Sidebar navigation (Hide for mobile, show later) */ .sidebar { display: none; } @media (min-width: 768px) { .sidebar { position: fixed; top: 51px; bottom: 0; left: 0; z-index: 1000; display: block; padding: 20px; overflow-x: hidden; overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ background-color: #f5f5f5; border-right: 1px solid #eee; } } .nav-sidebar { margin-right: -21px; margin-bottom: 20px; margin-left: -20px; } .nav-sidebar > li > a { padding-right: 20px; padding-left: 20px; } .nav-sidebar > .active > a { color: #fff; background-color: #428bca; } /* To let the internal link consider the header */ a.anchor{display: block; position: relative; top: -58px; visibility: hidden;} /* Statistics - D3JS */ .bar.no_match { fill: grey; } .bar.direct_match { fill: black; } .bar.direct_match_ic { fill: #428bca; } .bar:hover { opacity:0.9; } .axis { font: 10px sans-serif; } .axis path, .axis line { fill: none; stroke: #000; shape-rendering: crispEdges; } .x.axis.bar-axis path { display: none; } .area { fill: #428bca; } /* Statistics - Data table */ .data-table { height: 400px; overflow: auto; }