You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

35 lines
471 B

@import url(http://fonts.googleapis.com/css?family=Dosis:400,700&subset=latin,latin-ext);
body {
background-color: #056;
}
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
* {
font-family: 'Dosis';
}
#scopus-iframe {
display: none;
}
.node_tooltip {
color: rgba(255, 255, 255, 0.5);
}
.node_tooltip a {
color: #fff;
font-weight: bold;
text-decoration: none;
}
.node_tooltip a:hover {
text-decoration: undeline;
}