123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251 |
- /*!
- * CSS Kiddy - v. 2.0
- * 2015 - Alex Aragón (aragonc@beeznest.com)
- * Licensed GPL
- * Based on Bootstrap
- */
- @font-face {
- font-family: 'Roboto Condensed';
- font-style: normal;
- font-weight: 300;
- src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(fonts/RobotoCondensed-Light.woff2) format('woff2');
- }
- @font-face {
- font-family: 'Roboto Condensed';
- font-style: normal;
- font-weight: 400;
- src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(fonts/RobotoCondensed-Regular.woff2) format('woff2');
- }
- @font-face {
- font-family: 'Roboto Condensed';
- font-style: normal;
- font-weight: 700;
- src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(fonts/RobotoCondensed-Bold.woff2) format('woff2');
- }
- html {
- -ms-text-size-adjust: 100%;
- -webkit-text-size-adjust: 100%;
- }
- body {
- margin: 0;
- font-family: 'Roboto Condensed', sans-serif;
- line-height: 1.72222;
- }
- a{
- color: #666666;
- }
- a:hover{
- color: #34495E;
- text-decoration: none;
- }
- .nav li a {
- padding: 15px 10px;
- }
- .navbar-default {
- background: #01a1ff;
- background: -moz-linear-gradient(top, #01a1ff 0%, #0266ef 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01a1ff), color-stop(100%,#0266ef));
- background: -webkit-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
- background: -o-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
- background: -ms-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
- background: linear-gradient(to bottom, #01a1ff 0%,#0266ef 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a1ff', endColorstr='#0266ef',GradientType=0 );
- border: none;
- }
- header{
- background: url(images/background.png) no-repeat 0px -20px;
- }
- .navbar{
- margin-bottom: 0;
- }
- #breadcrumb-bar{
- padding-top: 10px;
- background-color: #fff;
- }
- .navbar-default .navbar-brand {
- color: #ffffff;
- }
- .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
- color: #ededed;
- }
- .navbar-default .navbar-text {
- color: #ffffff;
- }
- .navbar-default .navbar-nav > li > a {
- color: #FFFFFF;
- text-transform: uppercase;
- font-weight: bold;
- }
- .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
- color: #FFFFFF;
- background: #fc8a00;
- background: -moz-linear-gradient(top, #fc8a00 0%, #ff6e00 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc8a00), color-stop(100%,#ff6e00));
- background: -webkit-linear-gradient(top, #fc8a00 0%,#ff6e00 100%);
- background: -o-linear-gradient(top, #fc8a00 0%,#ff6e00 100%);
- background: -ms-linear-gradient(top, #fc8a00 0%,#ff6e00 100%);
- background: linear-gradient(to bottom, #fc8a00 0%,#ff6e00 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8a00', endColorstr='#ff6e00',GradientType=0 );
- }
- .navbar-default .navbar-nav > li > .dropdown-menu {
- background: #FFFFFF;
- }
- .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
- color: #ffffff;
- padding: 5px;
- }
- .navbar-default .navbar-nav > li > .dropdown-menu > li{
- border: none;
- }
- .navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
- .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
- color: #ffffff;
- background-color: #FF6700;
- }
- .navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
- background-color: #0099c0;
- }
- .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
- color: #FFFFFF;
- background: #0078a8;
- background: -moz-linear-gradient(top, #0078a8 0%, #00507f 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0078a8), color-stop(100%,#00507f));
- background: -webkit-linear-gradient(top, #0078a8 0%,#00507f 100%);
- background: -o-linear-gradient(top, #0078a8 0%,#00507f 100%);
- background: -ms-linear-gradient(top, #0078a8 0%,#00507f 100%);
- background: linear-gradient(to bottom, #0078a8 0%,#00507f 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078a8', endColorstr='#00507f',GradientType=0 );
- }
- .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
- color: #FFFFFF;
- background: #0078a8;
- background: -moz-linear-gradient(top, #0078a8 0%, #00507f 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0078a8), color-stop(100%,#00507f));
- background: -webkit-linear-gradient(top, #0078a8 0%,#00507f 100%);
- background: -o-linear-gradient(top, #0078a8 0%,#00507f 100%);
- background: -ms-linear-gradient(top, #0078a8 0%,#00507f 100%);
- background: linear-gradient(to bottom, #0078a8 0%,#00507f 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078a8', endColorstr='#00507f',GradientType=0 );
- }
- .navbar-default .navbar-toggle {
- border-color: #fff;
- }
- .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
- background: #01a1ff;
- background: -moz-linear-gradient(top, #01a1ff 0%, #0266ef 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01a1ff), color-stop(100%,#0266ef));
- background: -webkit-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
- background: -o-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
- background: -ms-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
- background: linear-gradient(to bottom, #01a1ff 0%,#0266ef 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a1ff', endColorstr='#0266ef',GradientType=0 );
- }
- .navbar-default .navbar-toggle .icon-bar {
- background-color: #fff;
- }
- .navbar-default .navbar-collapse,
- .navbar-default .navbar-form {
- border-color: #0071A1;
- }
- .navbar-default .navbar-link {
- color: #ffffff;
- }
- .navbar-default .navbar-link:hover {
- color: #ededed;
- }
- .badge{
- background-color: #F99D1C;
- }
- @media (max-width: 767px) {
- .navbar-default .navbar-nav .open .dropdown-menu > li > a {
- color: #ffffff;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
- color: #ededed;
- background: #fc8a00;
- background: -moz-linear-gradient(top, #fc8a00 0%, #ff6e00 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc8a00), color-stop(100%,#ff6e00));
- background: -webkit-linear-gradient(top, #fc8a00 0%,#ff6e00 100%);
- background: -o-linear-gradient(top, #fc8a00 0%,#ff6e00 100%);
- background: -ms-linear-gradient(top, #fc8a00 0%,#ff6e00 100%);
- background: linear-gradient(to bottom, #fc8a00 0%,#ff6e00 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8a00', endColorstr='#ff6e00',GradientType=0 );
- }
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
- color: #ededed;
- background-color: #0099c0;
- }
- }
- .breadcrumb{
- background: #F9F9F9;
- color: #006A84;
- }
- .nav li a:hover{
- background: transparent;
- }
- .panel-default .panel-heading{
- background-color: #EBECF2;
- }
- .panel-default{
- border-color: #F3F3F4;
- }
- footer.bgfooter{
- background: #01a1ff;
- background: -moz-linear-gradient(top, #01a1ff 0%, #0266ef 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01a1ff), color-stop(100%,#0266ef));
- background: -webkit-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
- background: -o-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
- background: -ms-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
- background: linear-gradient(to bottom, #01a1ff 0%,#0266ef 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a1ff', endColorstr='#0266ef',GradientType=0 );
- color: #FFB500;
- border: none;
- }
- footer.bgfooter a{
- color: #ffffff;
- }
- footer.bgfooter a:hover{
- color: #CCC;
- }
- .menu-column .panel-heading{
- text-transform: uppercase;
- background-color: #FF6700;
- color: #fff;
- padding-left: 35px;
- }
- .menu-column .panel-heading a{
- font-weight: bold;
- }
- .menu-column .panel-heading a:hover{
- color: #fff;
- }
- .menu-column .nav li a{
- font-size: 14px;
- }
- #profile_block .panel-heading{
- background-image: url(images/user.png);
- background-position: 10px center;
- background-repeat: no-repeat;
- padding-left: 40px;
- }
- #skill_block .panel-heading{
- background-image: url(images/star.png);
- background-position: 10px center;
- background-repeat: no-repeat;
- padding-left: 40px;
- }
- #course_block .panel-heading{
- background-image: url(images/book.png);
- background-position: 10px center;
- background-repeat: no-repeat;
- padding-left: 40px;
- }
- #help_block .panel-heading{
- background-image: url(images/rocket.png);
- background-position: 10px center;
- background-repeat: no-repeat;
- padding-left: 40px;
- }
|