123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961 |
- /*****************************************************
- * MAIN - CHAMILO CSS
- *****************************************************/
- /* Adding default style for the chamilo_X themes */
- @import url('../base_chamilo.css');
- /* the following for regular <a> elements */
- a {
- text-decoration: none;
- color :#6E6E6E;
- }
- a:visited {
- text-decoration: none;
- }
- a:hover {
- text-decoration: none;
- color: #FE9A2E;
- }
- a:active {
- text-decoration: none;
- }
- .page-section{
- background: url(images/home-bg.png) repeat-x 0 0;
- margin-top: -10px;
- }
- .navbar .nav > li > a {
- float: none;
- line-height: 24px;
- padding-bottom: 13px;
- padding-right: 10px;
- padding-top: 13px;
- color: #FFFFFF;
- text-shadow: none;
- }
- .subnav .navbar-inner {
- background: rgb(226,56,40); /* Old browsers */
- background: -moz-linear-gradient(top, rgba(226,56,40,1) 0%, rgba(226,56,40,1) 50%, rgba(181,45,32,1) 50%, rgba(181,45,32,1) 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,56,40,1)), color-stop(50%,rgba(226,56,40,1)), color-stop(50%,rgba(181,45,32,1)), color-stop(100%,rgba(181,45,32,1))); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, rgba(226,56,40,1) 0%,rgba(226,56,40,1) 50%,rgba(181,45,32,1) 50%,rgba(181,45,32,1) 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, rgba(226,56,40,1) 0%,rgba(226,56,40,1) 50%,rgba(181,45,32,1) 50%,rgba(181,45,32,1) 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, rgba(226,56,40,1) 0%,rgba(226,56,40,1) 50%,rgba(181,45,32,1) 50%,rgba(181,45,32,1) 100%); /* IE10+ */
- background: linear-gradient(to bottom, rgba(226,56,40,1) 0%,rgba(226,56,40,1) 50%,rgba(181,45,32,1) 50%,rgba(181,45,32,1) 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e23828', endColorstr='#b52d20',GradientType=0 ); /* IE6-9 */
- border: none;
- margin-bottom: 5px;
- }
- .subnav .nav > li > a {
- border:none;
- color: #FFFFFF;
- font-weight: bold;
- font-size: 13px;
- box-shadow: none;
- text-transform: uppercase;
- }
- .subnav .nav > li > a:hover{
- background: #3D3D3D;
- color: #FFFFFF;
- line-height: 22px;
- }
- .subnav .nav > #current > a,
- .subnav .nav > #current > a:hover {
- color: #fff;
- background-color: #EC5923;
- border: 1px solid #EC5923;
- box-shadow:0 1px 1px rgba(0, 0, 0, 0.15) inset;
- line-height: 22px;
- }
- .subnav li a {
- color:#fff;
- }
- .subnav .navbar-inner li a:hover {
- color: #790000;
- background:none;
- border: none;
- box-shadow:none;
- line-height: 24px;
- }
- .well .nav-list > li > a:hover {
- text-decoration: none;
- background: none;
- }
- .sidebar-nav h4{
- color: #037FB2;
- padding-bottom: 3px;
- padding-left: 15px;
- padding-right: 15px;
- padding-top: 3px;
- }
- .dropdown .dropdown-menu li a:hover {
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- }
- #logout_button{
- margin-top: 4px;
- border: none;
- }
- #logout_button:hover{
- margin-top: 4px;
- background: none;
- box-shadow: none;
- }
- /*****************************************************
- * STYLE THEME CHAMILO *
- *****************************************************/
- /*.page-section{
- background:url(images/bg-header.jpg) repeat-x;
- margin-top: -5px;
- }*/
- .navbar-inner{
- background: #0F0F0F; /* Old browsers */
- }
- .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
- background-color: #3A4751;
- color: #FFFFFF;
- }
- .navbar-search {
- margin-bottom: 0;
- margin-top: 11px;
- position: relative;
- }
- .navbar-search .search-query {
- background:#FFFFFF;
- color: #666;
- border: 1px solid #ffffff;
- }
- .navbar .nav .active > a, .navbar .nav .active > a:hover {
- background:none;
- color: #FFFFFF;
- }
- .welcome-mascot{
- background: url(images/chamilo-welcome.png) no-repeat right 0;
- padding-right: 200px;
- padding-bottom: 2em;
- padding-top: 2em;
- }
- .nav-list > li > a {
- font-size: 14px;
- padding-bottom: 6px;
- /* padding-left: 15px;
- padding-right: 15px;*/
- padding-top: 6px;
- }
- .controls .btn{
- background:#EC5923;
- color: #ffffff;
- border:1px solid rgba(0, 0, 0, 0.15);
- padding: 5px 25px;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.17);
- }
- .controls .btn:hover{
- background: #EC5923; /* Old browsers */
- color: #FFFFFF;
- border:1px solid rgba(0, 0, 0, 0.15);
- padding: 5px 25px;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.17);
- }
- .form-actions {
- background:transparent;
- }
- .breadcrumb {
- margin-bottom: 0;
- background: #ffffff; /* Old browsers */
- background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
- background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
- padding-top: 5px;
- padding-bottom: 5px;
- border: 1px solid #E1E1E0;
- box-shadow: none;
- color: #666;
- }
- .breadcrumb a{
- color: #666;
- font-size: 13px;
- line-height: 30px;
- text-transform: none;
- }
- .breadcrumb li{
- font-size: 14px;
- text-shadow: none;
- }
- .breadcrumb a.btn-mini{
- font-size: 12px;
- line-height: 22px;
- text-transform: none;
- color: #FFFFFF;
- }
- .breadcrumb a.btn-success {
- background: #f68a7a; /* Old browsers */
- background: -moz-linear-gradient(top, #f68a7a 0%, #f26954 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68a7a), color-stop(100%,#f26954)); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, #f68a7a 0%,#f26954 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, #f68a7a 0%,#f26954 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, #f68a7a 0%,#f26954 100%); /* IE10+ */
- background: linear-gradient(to bottom, #f68a7a 0%,#f26954 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68a7a', endColorstr='#f26954',GradientType=0 ); /* IE6-9 */
- border: 1px solid #FD6600;
- color: #FFFFFF;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.17);
- }
- .breadcrumb a.btn-success:hover{
- background: #f68a7a; /* Old browsers */
- background: -moz-linear-gradient(top, #f68a7a 0%, #ef7f70 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68a7a), color-stop(100%,#ef7f70)); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, #f68a7a 0%,#ef7f70 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, #f68a7a 0%,#ef7f70 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, #f68a7a 0%,#ef7f70 100%); /* IE10+ */
- background: linear-gradient(to bottom, #f68a7a 0%,#ef7f70 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68a7a', endColorstr='#ef7f70',GradientType=0 ); /* IE6-9 */
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.17);
- }
- .btn{
- display: inline-block;
- margin-bottom: 0;
- font-size: 14px;
- font-weight: normal;
- line-height: 1.428571429;
- text-align: center;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.17);
- cursor: pointer;
- color: #FFFFFF;
- background: #3D3D3D; /* Old browsers */
- border:1px solid rgba(0, 0, 0, 0.15);
- }
- .btn:hover{
- background: #4E5B65; /* Old browsers */
- color: #ffffff;
- text-decoration: none;
- }
- .btn-primary{
- background:#EC5923;
- color: #ffffff;
- border:1px solid rgba(0, 0, 0, 0.15);
- padding: 3px 25px;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.17);
- }
- .btn-primary:hover{
- background: #EA4E15; /* Old browsers */
- color: #FFFFFF;
- border:1px solid rgba(0, 0, 0, 0.15);
-
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.17);
- }
- /* styles for the star rater */
- .star-rating{
- list-style:none;
- margin: 0px;
- padding:0px;
- width: 125px;
- height: 25px;
- position: relative;
- overflow:hidden;
- background: url(images/start-level.png) top left repeat-x;
- }
- .star-rating li{
- padding:0px;
- margin:0px;
- width:25px;
- height:25px;
- float: left;
- }
- .star-rating li a{
- display:block;
- width:25px;
- height: 25px;
- line-height:25px;
- text-decoration: none;
- text-indent: -9000px;
- z-index: 20;
- position: absolute;
- padding: 0px;
- overflow:hidden;
- }
- .star-rating li a:hover{
- background: url(images/start-level.png) left bottom;
- z-index: 2;
- left: 0px;
- border:none;
- }
- .star-rating a.one-star{
- left: 0px;
- }
- .star-rating a.one-star:hover{
- width:25px;
- }
- .star-rating a.two-stars{
- left:25px;
- }
- .star-rating a.two-stars:hover{
- width: 50px;
- }
- .star-rating a.three-stars{
- left: 50px;
- }
- .star-rating a.three-stars:hover{
- width: 75px;
- }
- .star-rating a.four-stars{
- left: 75px;
- }
- .star-rating a.four-stars:hover{
- width: 100px;
- }
- .star-rating a.five-stars{
- left: 100px;
- }
- .star-rating a.five-stars:hover{
- width: 125px;
- }
- .star-rating li.current-rating{
- background: url(images/start-level.png) left center;
- position: absolute;
- height: 25px;
- display: block;
- text-indent: -9000px;
- z-index: 1;
- }
- /*ICON INBOX*/
- .home-icon{
- background:url(images/icon-chamilo.png) no-repeat 0 0;
- background-size: 24px auto;
- padding-left: 30px;
- }
- .home-icon:hover,.messages-icon:hover, .invitations-icon:hover,.shared-profile-icon:hover,.friends-icon:hover,
- .browse-groups-icon:hover ,.search-icon:hover ,.myfiles-icon:hover {
- opacity: 0.8;
- }
- .messages-icon{
- background:url(images/icon-chamilo.png) no-repeat 0 -29px;
- background-size: 24px auto;
- padding-left: 30px;
- }
- .invitations-icon{
- background:url(images/icon-chamilo.png) no-repeat 0 -61px;
- background-size: 24px auto;
- padding-left: 30px;
- }
- .shared-profile-icon{
- background:url(images/icon-chamilo.png) no-repeat 0 -96px;
- background-size: 24px auto;
- padding-left: 30px;
- }
- .friends-icon{
- background:url(images/icon-chamilo.png) no-repeat 0 -130px;
- background-size: 24px auto;
- padding-left: 30px;
- }
- .browse-groups-icon{
- background:url(images/icon-chamilo.png) no-repeat 0 -163px;
- background-size: 24px auto;
- padding-left: 30px;
- }
- .search-icon {
- background:url(images/icon-chamilo.png) no-repeat 0 -198px;
- background-size: 24px auto;
- padding-left: 30px;
- }
- .myfiles-icon {
- background:url(images/icon-chamilo.png) no-repeat 0 -229px;
- background-size: 24px auto;
- padding-left: 30px;
- }
- /* END ICON INBOX */
- .nav-list > .active > a, .nav-list > .active > a:hover {
- color: #333333;
- background: none;
- text-shadow:none;
- }
- .social-menu .well .thumbnail{
- border: none;
- border-radius: none;
- box-shadow: none;
- }
- .invitation_confirm .thumbnail{
- border: 1px solid rgba(96, 165, 209, 0.1);
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
- display: block;
- line-height: 1;
- padding: 4px;
- background-color: #EEF5FA;
- }
- .invitation_confirm a.thumbnail:hover{
- border-color: rgba(96, 165, 209, 0.1);
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
- background-color: #FFFFFF;
- }
- .social-menu .well .thumbnail img{
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- border: 2px solid #FFFFFF;
- }
- /*CSS SLIDER ANUNCIOS*/
- .pagerslide h2{
- font-size: 18px;
- font-weight: normal;
- background: #E6E6E6;
- color: #666;
- padding-left: 15px;
- }
- #top_main_content #announcements .page-header{
- display: none;
- line-height: 1;
- }
- #top_main_content #announcements .span6 {
- width: 800px;
- }
- /*CSS PARA CONTENIDO DE CURSO INTRODUCCION*/
- .page-course-intro{
- padding: 2em;
- border: 1px solid #DDDDDD;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- margin-bottom: 2em;
- background: #FFFFFF;
- }
- .page-course-intro ul{
- list-style-image:url(images/vineta.png);
- padding-top: 10px;
- }
- .page-course-intro a{
- color: #FD6600;
- }
- .page-course-intro a:hover{
- color: #FD6600;
- text-decoration: underline;
- }
- /*FIN DE INTRODUCCION DEL CURSO*/
- .fc-header-title h2{
- color: #666;
- }
- .fc-first .fc-widget-header{
- font-size: 14px;
- font-weight: normal;
- padding-top: 5px;
- padding-bottom: 5px;
- }
- .well {
- background: #F9F9F9; /* Old browsers */
- border: 1px solid #EDEDED;
- border-radius: 8px;
- box-shadow: none;
- margin-bottom: 20px;
- min-height: 20px;
- padding: 20px 10px;
- }
- input.span3, textarea.span3, .uneditable-input.span3 {
- margin-right: 10px;
- width: 260px;
- }
- .sidebar-nav img{
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- #homepage .row .span9 h2{
- font-size: 26px;
- font-weight: bold;
- color: #666;
- padding-bottom: 8px;
- }
- #homepage .row .span9 p,#homepage .row .span9 ol {
- color: #6E6E6E;
- }
- #homepage .row .span9 a{
- /*color: #DE3A01;*/
- }
- #homepage .row .span9 a:hover{
- /*color: #DE3A01;*/
- }
- .page-header h2{
- color: #666;
- font-weight: bold;
- font-size: 18px;
- padding-left: 10px;
- }
- #course_tools .course-title-tools h3 {
- margin-top: 10px;
- color: #666;
- font-weight: bold;
-
-
- }
- .page-header {
- border-bottom-color: #CCCCCC;
- border-bottom-style: solid;
- border-bottom-width: 1px;
- box-shadow: none;
- padding-bottom: 0px;
- }
- .well_border{
- background: #F9F9F9; /* Old browsers */
- border: 1px solid #EDEDED;
- border-radius: 8px;
- box-shadow: none;
- margin-bottom: 20px;
- min-height: 20px;
- padding: 19px;
- }
- .well_border .row .span2 {
- width: 98px;
- }
- .course-box-thumbnail-box .thumbnail:hover{
- border: none;
- }
- .well_border .row .span2 .thumbnail {
- background-color: #FFFFFF;
- background-image: none;
- }
- #hot_courses .row .span9 .well_border .row .span6{
- width: auto;
- }
- .categories-course-description h3{
- color: #666;
- }
- #course_tools .content a {
- font-size: 12px;
- font-weight: normal;
- }
- #main_content .course-box .row .span7{
- width: 730px;
- }
- #main_content .course-box .row .span7 .row .span6 {
- width: 615px;
- }
- #main_content .course-box .row .span7 .row .span6 h3{
- font-size: 20px;
- }
- #course_category li, #hot_courses h5, .course_item h5, .categories-course-description h5, .course-box h5 {
- font-weight: normal;
- }
- .bottom_actions_fixed {
- background:#E23827;
- }
- /*****************************************************
- * FOOTER STYLES *
- *****************************************************/
- footer {
- height: 10em;
- background: #E23827;
- color:#ffffff;
- border-top: 5px solid #B52D1F;
- }
- footer .container .row {
- padding-top: 5px;
- }
- footer a:link, footer a:visited {
- color: #F1D40D;
- }
- /*****************************************************
- * DISPLAY MESSAGES *
- *****************************************************/
- /*****************************************************
- * CSS CHAT *
- *****************************************************/
- .chatboxmain {
- bottom: 0;
- display: block;
- position: fixed;
- right: 20px;
- width: 225px;
- z-index: 9000;
- }
- .chatboxheadmain {
- padding:7px 7px 7px 0px;
- color: #ffffff;
- border-right:1px solid #222;
- border-left:1px solid #222;
-
- background-color: #222;
- background-repeat: repeat-x;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
- background-image: -moz-linear-gradient(top, #333333, #222222);
- background-image: -ms-linear-gradient(top, #333333, #222222);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
- background-image: -webkit-linear-gradient(top, #333333, #222222);
- background-image: -o-linear-gradient(top, #333333, #222222);
- background-image: linear-gradient(top, #333333, #222222);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
- -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-
- }
- #chatboxtitlemain {
- cursor: pointer;
- float: left;
- font-size: 12px;
- font-weight: normal;
- width: 160px;
- }
- /*****************************************************
- * CSS CHAT END *
- *****************************************************/
- .normal-message {
- background-color: #D9EDF7;
- color: #3A87AD;
- padding: 15px;
- margin-bottom: 15px;
- border-top: 1px solid #BCE8F1;
- border-left: 1px solid #BCE8F1;
- border-right: 1px solid #BCE8F1;
- border-bottom: 3px solid #BCE8F1;
- border-radius: 10px;
- }
- .warning-message {
- background-color: #FCF8E3;
- color: #C09853;
- padding: 10px;
- margin-bottom: 15px;
- border-top: 1px solid #FBEED5;
- border-left: 1px solid #FBEED5;
- border-right: 1px solid #FBEED5;
- border-bottom: 3px solid #FBEED5;
- border-radius: 10px;
- }
- .confirmation-message {
- background-color: #DFF0D8;
- color: #468847;
- padding: 10px;
- margin-bottom: 15px;
- border-top: 1px solid #D6E9C6;
- border-left: 1px solid #D6E9C6;
- border-right: 1px solid #D6E9C6;
- border-bottom: 3px solid #D6E9C6;
- border-radius: 10px;
- }
- .error-message {
- background-color: #F2DEDE;
- color: #B94A48;
- padding: 10px;
- margin-bottom: 15px;
- border-top: 1px solid #EED3D7;
- border-left: 1px solid #EED3D7;
- border-right: 1px solid #EED3D7;
- border-bottom: 3px solid #EED3D7;
- border-radius: 10px;
- }
- .social-menu-title {
- background-color:#00AAE3;
- }
- #social-content-online {
- background-color:#00AAE3;
- }
-
- .admin_section li {
- background-image:url(images/bullet.gif);
- }
- .system_announcements {
- background: transparent url('images/systemenouvelles.jpg') no-repeat top left;
- }
- .topa {
- background:transparent url('images/logoa4.gif') no-repeat;
- }
- .topb {
- background:transparent url('images/logob4.gif') no-repeat;
- }
- #bottomhellomindfactory {
- background:transparent url('images/textologo.jpg') no-repeat;
- }
- .new_actions-fixed{
- top: 49px;
- }
- /*including "save" image*/
- button.save {
- background:url(images/accept.png) 0 center no-repeat #F0F0F0;
- color: #666;
- text-shadow:none;
- }
- button.save:hover {
- background:url(images/accept.png) 0 center no-repeat #ffffff;
- color: #666;
- text-shadow:none;
- }
- /*including "add" image*/
- .controls .btn.add {
- background:url(images/add.png) 0 center no-repeat #EC5923;
- padding-left: 36px;
- }
- .controls .btn.add:hover {
- background:url(images/add.png) 0 center no-repeat #EA4E15;
- padding-left: 36px;
- }
- /*including "cancel" image*/
- button.cancel {
- background-image:url(images/button_delete.gif);
- }
- /*including "search" image*/
- button.search {
- background:url(images/buttom.png) 0 center no-repeat #F0F0F0;
- color: #666;
- text-shadow:none;
- }
- button.search:hover {
- background:url(images/buttom.png) 0 center no-repeat #ffffff;
- color: #666;
- text-shadow:none;
- }
- /*including "plus" image*/
- button.plus {
- background-image:url(images/button_plus.gif);
- }
- /*including "minus" image*/
- button.minus {
- background-image:url(images/button_minus.gif);
- }
- /*including "next" image*/
- button.next {
- background:url(images/next.png) 0 center no-repeat #F0F0F0;
- }
- button.next:hover {
- background:url(images/next.png) 0 center no-repeat #ffffff;
- }
- /*including "back" image*/
- button.back {
- background:url(images/previus.png) 0 center no-repeat #F0F0F0;
- }
- button.back:hover {
- background:url(images/previus.png) 0 center no-repeat #ffffff;
- }
- /*including "refresh" image*/
- button.refresh {
- background-image:url(images/button_refresh.gif);
- }
- /*including "upload" image*/
- button.upload {
- background-image:url(images/button_upload.gif);
- }
- button.arrowr, input.arrowr {
- background-image:url(images/2rightarrow.gif);
- }
- button.arrowl, input.arrowl {
- background-image:url(images/2leftarrow.gif);
- }
- .refresh {
- background-image:url(images/refresh.png);
- }
- .portal {
- background-image:url(images/portal.png);
- }
- /*CSS ICON BLOCK USER*/
- .inbox-social{
- background: url("images/icon-chamilo.png") no-repeat 0 -415px;
- padding-left: 40px;
- }
- .inbox-social:hover,.new-message-social:hover,.invitations-social:hover,.profile-social:hover,.add-course:hover,
- .order-course:hover,.history-course:hover, .list-course:hover{
- opacity: 0.8;
- }
- .new-message-social{
- background: url("images/icon-chamilo.png") no-repeat 0 -370px;
- padding-left: 40px;
- }
- .invitations-social{
- background: url("images/icon-chamilo.png") no-repeat 0 -455px;
- padding-left: 40px;
- }
- .profile-social{
- background: url("images/icon-chamilo.png") no-repeat 0 -496px;
- padding-left: 40px;
- }
- .add-course{
- background: url("images/icon-chamilo.png") no-repeat 0 -327px;
- padding-left: 40px;
- }
- .order-course{
- background: url("images/icon-chamilo.png") no-repeat 0 -536px;
- padding-left: 40px;
- }
- .history-course{
- background: url("images/icon-chamilo.png") no-repeat 0 -576px;
- padding-left: 40px;
- }
- .list-course{
- background: url("images/icon-chamilo.png") no-repeat 0 -618px;
- padding-left: 40px;
- }
- .forum-btn{
- background: url("images/icon-chamilo.png") no-repeat 0 -666px;
- padding-left: 40px;
- }
- /*+++++++++++++++++++++++++++++++++
- RESPONSIVE CSS
- +++++++++++++++++++++++++++++++++*/
- .navbar .brand {
- float: left;
- font-size: 16px;
- font-weight: 200;
- line-height: 20px;
- padding-bottom: 12px;
- padding-top: 15px;
- color: #ffffff;
- }
- @media (min-width: 481px) and (max-width: 800px) {
- .navbar .brand {
- color: #666;
- }
- .navbar .nav-collapse .nav.pull-right a{
- color: #3A4751;
- line-height: 26px;
- }
- .navbar .nav-collapse .nav.pull-right a:hover{
- color: #FFFFFF;
- }
- .sidebar-nav h4 {
- color: #037FB2;
- font-size: 18px;
- padding-bottom: 10px;
- padding-left: 15px;
- padding-right: 15px;
- padding-top: 10px;
- }
- #profile_block .nav-list li, #course_block .nav-list li{
- padding-bottom: 5px;
- padding-top: 5px;
- }
- #top_main_content .menu-column #user_image_block{
- box-shadow: none;
- }
- }
- @media (max-width: 600px) {
- #main_content .course-box .row .span7 .row .span6 {
- float: left;
- /*width: 615px;*/
- padding-left: 10px;
- }
- #main_content .course-box .row .span7 .row .span6 h3 {
- font-size: 16px;
- /*width: 500px;*/
- }
- }
- @media (min-width: 801px){
- .nav-list > li > a {
- font-size: 13px;
- padding-bottom: 8px;
- padding-top: 8px;
- }
- /*CSS ICON BLOCK USER*/
- .inbox-social{
- background: url("images/icon-chamilo.png") no-repeat 0 -345px;
- padding-left: 30px;
- background-size: 25px auto;
- }
-
- .new-message-social{
- background: url("images/icon-chamilo.png") no-repeat 0 -307px;
- padding-left: 30px;
- background-size: 25px auto;
- }
-
- .invitations-social{
- background: url("images/icon-chamilo.png") no-repeat 0 -378px;
- padding-left: 30px;
- background-size: 25px auto;
- }
-
- .profile-social{
- background: url("images/icon-chamilo.png") no-repeat 0 -414px;
- padding-left: 30px;
- background-size: 25px auto;
- }
-
- .add-course{
- background: url("images/icon-chamilo.png") no-repeat 0 -274px;
- padding-left: 30px;
- background-size: 25px auto;
- }
-
- .order-course{
- background: url("images/icon-chamilo.png") no-repeat 0 -447px;
- padding-left: 30px;
- background-size: 25px auto;
- }
-
- .history-course{
- background: url("images/icon-chamilo.png") no-repeat 0 -481px;
- padding-left: 30px;
- background-size: 25px auto;
- }
-
- .list-course{
- background: url("images/icon-chamilo.png") no-repeat 0 -517px;
- padding-left: 30px;
- background-size: 25px auto;
- }
- .forum-btn {
- background: url("images/icon-chamilo.png") no-repeat scroll 0 -552px / 25px auto rgba(0, 0, 0, 0);
- padding-left: 30px;
- }
-
- }
- @media (min-width: 321px) and (max-width: 480px){
- footer {
- height: 5em;
- }
- .welcome-mascot{
- background: none;
- padding-right: 0px;
- padding-bottom: 2em;
- padding-top: 2em;
- }
- #homepage .row .span9 h2 {
- color: #666;
- font-size: 18px;
- font-weight: bold;
- padding-bottom: 8px;
- line-height: 25px;
- |}
- #announcements{
- display: none;
- }
- }
- /*+++++++++++++++++++++++++++++++++
- END RESPONSIVE CSS
- +++++++++++++++++++++++++++++++++*/
|