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

webroot.test.ws.main.css Maven / Gradle / Ivy

There is a newer version: 2.20.0
Show newest version
body {
	font-family: sans-serif;
}

div {
    border: 0px solid black;	
}

div#console {
    clear: both;
    width: 40em;
    height: 20em;
    overflow: auto;
    background-color: #f0f0f0;
    padding: 4px;
    border: 1px solid black;
}

div#console .info {
	color: black;
}

div#console .client {
	color: blue;
}

div#console .server {
    color: magenta;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy