Chamilo is a learning management system focused on ease of use and accessibility
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.
 
 
 
 
 
 
chamilo-lms/main/chat/phpfreechat/style/generic.css

20 lines
381 B

/* --- GENERIC --- */
* { padding: 0; margin: 0; }
a img { border: none; }
body {
color: #000000;
background: #339933;
font-family: Verdana, Sans-Serif;
font-size: 100%;
padding: 0;
margin: 0;
}
a:link, a:visited, a:hover {
font-weight: bold;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.nospace { word-spacing: -0.35em; }