All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.gdela.socomo.visualizer.visualizer.css Maven / Gradle / Ivy

Go to download

Core parts of the tool for visualizing and analyzing source code modularity of a single java project.

There is a newer version: 2.3.1
Show newest version
html {
	height: 100%;
	font-family: Lato, Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	height: calc(100% - 1px); /* less 1px to avoid scrollbar due to rounding errors */
	display: flex;
	flex-direction: column;
}

#header-container {
	flex: 0 0;
	color: #ffffff;
	margin: 2px;
	background: #428bca;
	border: 1px solid #357ebd;
	border-radius: 5px;
}

#diagram-container {
	flex: 1 1;
	background: #ffffff;
}

#diagram-container div {
	width: 100%;
	height: 100%;
}

h1 {
	margin: 8px;
	font-size: 15px;
	font-weight: bold;
}

code {
	font-family: Consolas, Inconsolata, monospace;
	font-weight: normal;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy