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.
30 lines
395 B
30 lines
395 B
@import url(http://fonts.googleapis.com/css?family=Dosis:400,700&subset=latin,latin-ext);
|
|
|
|
body {
|
|
background-color: #066;
|
|
}
|
|
|
|
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 emph {
|
|
color: #fff;
|
|
font-weight: bold;
|
|
}
|