123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487 |
- /*!
- * Rainbow stylesheet - Default v.1.0
- * Homepage: https://chamilo.org
- * Author: Alex Aragón <alex.aragon@beeznest.com>
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- * Based on Bootstrap v3
- */
- html {
- -ms-text-size-adjust: 100%;
- -webkit-text-size-adjust: 100%;
- }
- body {
- margin: 0;
- font-family: Verdana, Helvetica, Arial, sans-serif !important;
- line-height: 1.72222;
- background: url('images/bg.png') center center repeat-x;
- }
- a {
- color: #162A83;
- text-decoration: none;
- }
- a:hover,
- a:focus {
- color: #666;
- text-decoration: none;
- }
- a:focus {
- outline: none;
- }
- .logo-ofaj{
- padding: 5px;
- margin-bottom: 0;
- margin-top: 0;
- }
- .home-information{
- margin: 0;
- padding: 0;
- }
- .home-information .title{
- position: static;
- font-size: 16px;
- margin-top: 20px;
- margin-bottom: 12px;
- font-weight: bold;
- color: #162A83;
- }
- .home-information .item-icon{
- text-align: center;
- }
- .home-information .item-icon .circle .fa{
- color: #FFF;
- }
- .home-information .item-icon .circle{
- width: 75px;
- height: 75px;
- line-height: 90px;
- border-radius: 50%;
- background: #162A83;
- display: inline-block;
- }
- .title{
- position: static;
- font-size: 25px;
- margin-top: 32px;
- margin-bottom: 12px;
- font-weight: bold;
- color: #07578A;
- }
- .title a:hover{
- color: #666;
- }
- .title-green{
- position: static;
- font-size: 25px;
- margin-top: 32px;
- margin-bottom: 12px;
- font-weight: bold;
- color: #96BD0D;
- }
- .title-green a:hover{
- color: #666;
- }
- .list-faq{
- border: 1px solid #e5e5e5;
- border-radius: 5px;
- margin-top: 25px;
- padding-top: 20px;
- padding-bottom: 20px;
- }
- .list-items-faq{
- list-style: none;
- padding: 0;
- margin: 0;
- }
- .list-faq .list-title{
- font-size: 16px;
- font-weight: bold;
- }
- .block-faq .title{
- font-size: 20px;
- font-weight: bold;
- margin-bottom: 30px;
- color: #07578A;
- }
- .page-faq{
- padding-left: 30px;
- padding-right: 30px;
- }
- .block-faq .panel-default .panel-heading{
- font-weight: bold;
- font-size: 16px;
- background: #F2F2F2;
- }
- .back_to_top{
- font-size: 16px;
- text-align: center;
- }
- .back_to_top_wrap{
- cursor: pointer;
- position: fixed;
- right: 0;
- top: 50px;
- display: none;
- }
- .back_to_top_wrap:hover{
- color: #FFFFFF;
- }
- .navbar-right{
- margin-right: 0;
- }
- .partners{
- padding-bottom: 10px;
- padding-top: 10px;
- text-align: center;
- }
- .partners a{
- display: inline-block;
- padding-left: 10px;
- padding-right: 10px;
- }
- /* Menu Option */
- .item-menu{
- text-align: center;
- }
- .item-menu a{
- color: #fff !important;
- font-size: 15px;
- }
- .navbar-collapse{
- padding: 0;
- }
- /* .menu-1{
- background: #41A62A;
- }
- .menu-2{
- background: #97BF0D;
- }
- .menu-3{
- background: #F9B200;
- }
- .menu-4{
- background: #E53140;
- }
- .menu-5{
- background: #E2007A;
- }
- .menu-6{
- background: #8E91FD;
- } */
- /* end Menu Option */
- .statistics{
- padding-top: 20px;
- padding-bottom: 20px;
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .section-notice{
- padding-top: 20px;
- padding-bottom: 20px;
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .section-notice .items{
- padding-left: 10px;
- padding-right: 10px;
- }
- .section-notice .items .description .title{
- margin-top: 10px;
- }
- .section-notice .items .title a{
- color: #162A83;
- font-size: 20px;
- font-weight: 700;
- }
- .section-notice .items .title a:hover{
- color: #666666;
- font-size: 20px;
- font-weight: 700;
- }
- .section-notice .items .image .sonata-media-block-media-container img,
- #latest_blocks .container.section-notice .items .image .sonata-media-block-feature-media-container img{
- width: 100%;
- height: 100%;
- }
- .section-notice .items .date{
- color: #888;
- padding-top: 5px;
- padding-bottom: 10px;
- }
- .grid-courses .session .session-name{
- color: #E53140;
- }
- .grid-courses .items.session{
- min-height: 230px;
- border: 3px solid #19BF69;
- }
- .section-title{
- font-size: 32px;
- color: #96BD0D;
- text-align: center;
- }
- .statistics .icon-color{
- color: #96BD0D;
- }
- .statistics .number{
- color: #96BD0D;
- font-weight: 700;
- }
- .statistics .text{
- color: #162A83;
- }
- .statistics .items{
- padding: 0;
- margin: 0;
- list-style: none;
- margin-left: 90px;
- }
- .statistics .items li{
- display: inline-block;
- padding-right: 10px;
- }
- .statistics .items li h2{
- padding: 0;
- margin: 0;
- }
- .welcome-home-top-temp{
- padding: 0;
- margin: 0;
- }
- .welcome-home-top-temp h1{
- color: #E53140;
- }
- .welcome-home-top-temp p{
- font-size: 20px;
- }
- #carousel-announcement .carousel-indicators .active{
- background: #162A83;
- }
- .carousel-indicators li{
- border: none;
- }
- #carousel-announcement .carousel-indicators li{
- width: 15px;
- height: 15px;
- }
- .carousel-control{
- opacity: 1;
- }
- .carousel-control:focus, .carousel-control:hover{
- opacity: 1;
- color: #162A83;
- }
- .navbar{
- border-radius: 0;
- }
- .navbar {
- background: #96BD0D;
- border: none;
- }
- .nav li a{
- padding: 10px 20px;
- }
- .navbar-nav li a{
- font-weight: bold;
- line-height: 25px;
- padding-top: 12.5px;
- padding-bottom: 12.5px;
- }
- .navbar-collapse{
- overflow: hidden !important;
- }
- .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:#6B1D82;
- }
- .navbar-default .navbar-nav > li > a{
- color: #333333;
- }
- .navbar-default .navbar-nav > .open > a,
- .navbar-default .navbar-nav > .open > a:hover,
- .navbar-default .navbar-nav > .open > a:focus{
- background: #07578a;
- }
- .navbar-nav > li > .dropdown-menu{
- min-width: 100%;
- margin-top: 2px;
- border-radius: 4px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- }
- .navbar-default .navbar-nav > .open > .dropdown-menu{
- padding: 3px 4px;
- }
- .navbar-default .navbar-nav > .open > .dropdown-menu > li > a{
- padding: 6px 9px;
- border-radius: 4px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- font-weight: normal;
- }
- .navbar-right .dropdown .dropdown-toggle{
- padding-top: 5px;
- padding-bottom: 5px;
- }
- .dropdown-toggle .img-circle{
- border: 2px solid #ccc;
- }
- .navbar-default .navbar-nav > .open > a,
- .navbar-default .navbar-nav > .open > a:hover,
- .navbar-default .navbar-nav > .open > a:focus{
- background-color: #6B1D82;
- padding-bottom: 7px;
- padding-top: 7px;
- color: #FFF;
- }
- .navbar-default .navbar-nav > li > a:focus,
- .navbar-default .navbar-nav > li > a:hover{
- color: #FFF;
- }
- .nav > li > a:hover, .nav > li > a:focus{
- background-color: transparent;
- }
- .btn-primary{
- background-color: #162A83;
- border-color: #162A83;
- }
- .btn-primary:hover{
- background-color: #000080;
- border-color: #000080;
- }
- .navbar-inverse li a{
- line-height: 30px;
- background: none !important;
- font-size: 12px;
- font-weight: normal;
- padding-top: 5px;
- padding-right: 10px;
- padding-left: 10px;
- padding-bottom: 5px;
- }
- .navbar-fixed-top .navbar-collapse{
- min-height:auto;
- }
- .navbar-inverse .navbar-brand{
- padding: 10px;
- font-size: 14px;
- height: auto;
- }
- .navbar-form .form-control{
- height: 25px;
- padding: 6px;
- }
- .navbar-fixed-top{
- min-height: 40px;
- }
- .navbar-fixed-top .dropdown-menu li a{
- line-height: 20px;
- }
- .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus{
- color: #ffffff;
- }
- .navbar-inverse li a:hover {
- background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d) !important;
- background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d) !important;
- background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d)) !important;
- background-image: linear-gradient(#020202, #101112 40%, #191b1d) !important;
- background-repeat: no-repeat !important;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0) !important;
- -webkit-filter: none !important;
- filter: none !important;
- border-left-color: transparent !important;
- }
- .navbar-inverse .dropdown-menu li a:hover,
- .navbar-inverse .dropdown-menu li a:focus{
- background:#3C4147 !important;
- color: #fff;
- }
- .grid-courses .items .title{
- font-size: 12px;
- font-weight: bold;
- }
- .badge-warning{
- background-color: #6D237D;
- }
- .breadcrumb{
- padding: 8px 15px;
- margin-bottom: 21px;
- list-style: outside none none;
- background-color: #ECF0F1;
- }
- .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;
- }
- /* End Jquery UI */
- footer{
- background-color:#162A83;
- }
- footer{
- color: #ffffff;
- }
- footer a{
- color: #ffffff;
- }
- footer a:hover{
- color: #FFD42A;
- }
- .navbar-default .navbar-brand {
- color:white;
- }
- .navbar-default .navbar-collapse, .navbar-default .navbar-form{
- border-color: #00677C;
- }
- .navbar-default .navbar-toggle{
- border: none;
- background-color: #000080;
- }
- .navbar-default .navbar-toggle .icon-bar{
- background-color: #ffffff;
- }
- .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
- background-color: #00677C;
- }
- .page-header{
- margin: 10px 0 10px;
- }
- #user_form .form-horizontal{
- font-size: 13px;
- }
- .form-horizontal .holder{
- border: none;
- }
- .form-horizontal .ul.holder li.bit-input input{
- width: 514px;
- border: 1px solid #cccccc !important;
- }
- legend{
- font-size: 18px;
- }
- .legend .panel-body{
- font-size: 13px;
- }
- @media (max-width: 480px) {
- .item-menu{
- width: 100%;
- text-align: center;
- }
- }
- /* .red_underline {
- color: red;
- } */
|