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/app/Resources/public/css/frames.css

22 lines
523 B

/*
Theme Name: Frame Scorm
URI Project: http://www.chamilo.org
Description: Styles main base of Chamilo LMS appearance, works with Bootstrap 3.0.x
Author:
alex.aragon@beeznest.com
Version: 1.0
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,300italic,400italic);
body{
color: #666;
font-family: 'Open Sans', sans-serif;
padding: 20px;
line-height: 30px;
}
a{
text-decoration: none;
color: #00829C;
}
a:hover{
text-decoration: underline;
}