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/inc/lib/phpdocx/phpdoc/HTML/media/banner.css

50 lines
687 B

body
{
background-color: #CCCCFF;
margin: 0px;
padding: 0px;
}
/* Banner (top bar) classes */
.banner { }
.banner-menu
{
clear: both;
padding: .5em;
border-top: 2px solid #6666AA;
}
.banner-title
{
text-align: right;
font-size: 20pt;
font-weight: bold;
margin: .2em;
}
.banner-phpdocx {
background:#FFFFFF;
border-bottom:1px solid #EC008C;
border-left:14px solid #EC008C;
color:#EC008C;
font-family:Arial;
font-size:18px;
font-weight:bold;
margin:0;
padding:3px 5px 3px 20px;
}
.banner-phpdocx strong{
color:#5b5b5b;
}
.package-selector
{
background-color: #AAAADD;
border: 1px solid black;
color: yellow;
}