Files
OSINT-Framework/public/css/arf.css
T
s0lray 1168431908 Added legend and tagged all links
Tagged all the links with symbols from the legend where appropriate.
2016-10-18 17:26:23 -04:00

48 lines
596 B
CSS

body {
background-color: #ffffff;
font-size: 14px;
font-family: "Helvetica Neue", Helvetica;
}
#body {
margin: 0 auto;
position: relative;
}
#header {
font-size: 40px;
font-weight: bold;
top: 20px;
text-align: center;
}
.legend {
position: absolute;
top: 0px;
right: 0;
width: 330px;
font-size: 11px;
color: #000;
}
.node {
cursor: pointer;
}
.node circle {
cursor: pointer;
fill: #fff;
stroke: steelblue;
stroke-width: 1.5px;
}
.node text {
font-size: 12px;
fill: rgb(0, 0, 0);
}
path.link {
fill: none;
stroke: #ccc;
stroke-width: 1px;
}