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.
186 lines
4.3 KiB
186 lines
4.3 KiB
/*!
|
|
* CSS Chamilo LMS - Default v.2.0
|
|
* Homepage: http://www.chamilo.org
|
|
* Copyright 2012-2015 Alex Aragón
|
|
* Licensed GLP
|
|
* Based on Bootstrap
|
|
*/
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/OpenSans-Light.woff2) format('woff2'), url(fonts/OpenSans-Light.woff) format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Open Sans'), local('OpenSans'), url(fonts/OpenSans.woff2) format('woff2'), url(fonts/OpenSans.woff) format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/OpenSans-Semibold.woff2) format('woff2'), url(fonts/OpenSans-Semibold.woff) format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/OpenSans-Bold.woff2) format('woff2'), url(fonts/OpenSans-Bold.woff) format('woff');
|
|
}
|
|
|
|
|
|
html {
|
|
-ms-text-size-adjust: 100%;
|
|
-webkit-text-size-adjust: 100%;
|
|
}
|
|
body {
|
|
margin: 0;
|
|
font-family: 'Open Sans', sans-serif;
|
|
line-height: 1.72222;
|
|
}
|
|
|
|
a {
|
|
color: #00829C;
|
|
text-decoration: none;
|
|
-webkit-transition: .25s;
|
|
transition: .25s;
|
|
}
|
|
a:hover,
|
|
a:focus {
|
|
color: #1abc9c;
|
|
text-decoration: none;
|
|
}
|
|
a:focus {
|
|
outline: none;
|
|
}
|
|
.navbar{
|
|
border-radius: 0;
|
|
-moz-border-radius: 0;
|
|
-webkit-border-radius: 0;
|
|
}
|
|
.navbar {
|
|
background: #00829C;
|
|
-webkit-filter: none;
|
|
filter: none;
|
|
-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
|
|
}
|
|
/*.navbar:after{
|
|
background: url("images/nav-border.png") repeat-x;
|
|
height: 5px;
|
|
width: 100%;
|
|
display: block;
|
|
content: "";
|
|
}*/
|
|
.nav > li > a{
|
|
padding: 10px 15px;
|
|
}
|
|
.navbar-nav > li > a{
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
line-height: 21px;
|
|
padding-top: 12.5px;
|
|
padding-bottom: 12.5px;
|
|
background: url("images/border-line.png") no-repeat 100% 50%;
|
|
}
|
|
|
|
.navbar-default .navbar-nav > li > a:focus,
|
|
.navbar-default .navbar-nav > li > a:hover {
|
|
color: #A4DC2D;
|
|
}
|
|
.navbar-default .navbar-nav > .active > a,
|
|
.navbar-default .navbar-nav > .active > a:hover,
|
|
.navbar-default .navbar-nav > .active > a:focus{
|
|
color: #fff;
|
|
background-color:#00677C;
|
|
}
|
|
.navbar-default .navbar-nav > li > a{
|
|
color: #ffffff;
|
|
}
|
|
.navbar-default .navbar-nav > .open > a,
|
|
.navbar-default .navbar-nav > .open > a:hover,
|
|
.navbar-default .navbar-nav > .open > a:focus{
|
|
background: #00677C;
|
|
color: #ffffff;
|
|
}
|
|
.navbar-nav > li > .dropdown-menu{
|
|
min-width: 100%;
|
|
margin-top: 5px;
|
|
border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
}
|
|
.navbar-default .navbar-nav > .open > .dropdown-menu{
|
|
padding: 3px 4px;
|
|
background-color: #00677C;
|
|
}
|
|
.navbar-default .navbar-nav > .open > .dropdown-menu > li > a{
|
|
padding: 6px 9px;
|
|
border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
color: #ffffff !important;
|
|
}
|
|
.navbar-default .navbar-nav > .open > .dropdown-menu > li > a:hover,
|
|
.navbar-default .navbar-nav > .open > .dropdown-menu > li > a:focus{
|
|
|
|
background-color:#00829C;
|
|
}
|
|
.nav > li > a:hover, .nav > li > a:focus{
|
|
background-color: transparent;
|
|
}
|
|
.badge-warning{
|
|
background-color: #FD6600;
|
|
}
|
|
.breadcrumb{
|
|
padding: 8px 15px;
|
|
margin-bottom: 21px;
|
|
list-style: outside none none;
|
|
background-color: #ECF0F1;
|
|
}
|
|
.breadcrumb > .active{
|
|
color: #95a5a6;
|
|
}
|
|
.panel-default{
|
|
border-color: #ECF0F1;
|
|
}
|
|
.panel-default .panel-heading{
|
|
color: #2c3e50;
|
|
background-color:#ECF0F1;
|
|
border-color: #ECF0F1;
|
|
}
|
|
/* Jquery UI */
|
|
.ui-accordion .ui-accordion-icons{
|
|
padding-left: 0.2em;
|
|
}
|
|
.ui-state-default,
|
|
.ui-widget-content .ui-state-default,
|
|
.ui-widget-header .ui-state-default{
|
|
background: #ECF0F1;
|
|
border-color: #ECF0F1;
|
|
}
|
|
.ui-widget-content{
|
|
border-color: #ECF0F1;
|
|
}
|
|
.ui-widget-header{
|
|
border: none;
|
|
background: transparent;
|
|
}
|
|
/* End Jquery UI */
|
|
footer{
|
|
background-color:#2C3E50;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
|
|
border-bottom: 1px solid #2C3E50;
|
|
-webkit-filter: none;
|
|
filter: none;
|
|
-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
|
|
}
|
|
footer{
|
|
color: #ffffff;
|
|
}
|
|
footer a{
|
|
color: #ffffff;
|
|
}
|
|
|