|
|
|
@ -35,7 +35,7 @@ body { |
|
|
|
|
line-height: 1.72222; |
|
|
|
|
} |
|
|
|
|
a{ |
|
|
|
|
color: #111111; |
|
|
|
|
color: #666666; |
|
|
|
|
} |
|
|
|
|
a:hover{ |
|
|
|
|
color: #34495E; |
|
|
|
@ -45,11 +45,18 @@ a:hover{ |
|
|
|
|
padding: 15px 10px; |
|
|
|
|
} |
|
|
|
|
.navbar-default { |
|
|
|
|
background: #FBD232; |
|
|
|
|
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: #D3D3D3; |
|
|
|
|
background: url(images/background.png) no-repeat 0px -20px; |
|
|
|
|
} |
|
|
|
|
.navbar{ |
|
|
|
|
margin-bottom: 0; |
|
|
|
@ -68,19 +75,33 @@ header{ |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.navbar-default .navbar-nav > li > a { |
|
|
|
|
color: #111; |
|
|
|
|
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: #111111; |
|
|
|
|
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: #FBD232; |
|
|
|
|
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-nav > li > .dropdown-menu > li > a { |
|
|
|
|
color: #111111; |
|
|
|
|
color: #ffffff; |
|
|
|
|
padding: 5px; |
|
|
|
|
} |
|
|
|
|
.navbar-default .navbar-nav > li > .dropdown-menu > li{ |
|
|
|
@ -89,31 +110,52 @@ background: #111111; |
|
|
|
|
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover, |
|
|
|
|
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus { |
|
|
|
|
color: #ffffff; |
|
|
|
|
background-color: #111111; |
|
|
|
|
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: #111111; |
|
|
|
|
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: #111111; |
|
|
|
|
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: #111; |
|
|
|
|
border-color: #fff; |
|
|
|
|
} |
|
|
|
|
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { |
|
|
|
|
background-color: #111111; |
|
|
|
|
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: #666; |
|
|
|
|
background-color: #fff; |
|
|
|
|
} |
|
|
|
|
.navbar-default .navbar-collapse, |
|
|
|
|
.navbar-default .navbar-form { |
|
|
|
|
border-color: #111; |
|
|
|
|
border-color: #0071A1; |
|
|
|
|
} |
|
|
|
|
.navbar-default .navbar-link { |
|
|
|
|
color: #ffffff; |
|
|
|
@ -122,7 +164,7 @@ background: #111111; |
|
|
|
|
color: #ededed; |
|
|
|
|
} |
|
|
|
|
.badge{ |
|
|
|
|
background-color: #222222; |
|
|
|
|
background-color: #F99D1C; |
|
|
|
|
} |
|
|
|
|
@media (max-width: 767px) { |
|
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu > li > a { |
|
|
|
@ -130,7 +172,14 @@ background: #111111; |
|
|
|
|
} |
|
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { |
|
|
|
|
color: #ededed; |
|
|
|
|
background-color: #6D0019; |
|
|
|
|
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; |
|
|
|
@ -151,9 +200,16 @@ background: #111111; |
|
|
|
|
border-color: #F3F3F4; |
|
|
|
|
} |
|
|
|
|
footer{ |
|
|
|
|
background: #111111; |
|
|
|
|
color: #FBD232; |
|
|
|
|
border-top: 5px solid #FBD232; |
|
|
|
|
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 a{ |
|
|
|
|
color: #ffffff; |
|
|
|
@ -163,8 +219,36 @@ footer a:hover{ |
|
|
|
|
} |
|
|
|
|
.menu-column .panel-heading{ |
|
|
|
|
text-transform: uppercase; |
|
|
|
|
background-color: #FBD232; |
|
|
|
|
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; |
|
|
|
|
} |
|
|
|
|
#skill_block .panel-heading{ |
|
|
|
|
background-image: url(images/star.png); |
|
|
|
|
background-position: 10px center; |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
} |
|
|
|
|
#course_block .panel-heading{ |
|
|
|
|
background-image: url(images/book.png); |
|
|
|
|
background-position: 10px center; |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
} |
|
|
|
|
#help_block .panel-heading{ |
|
|
|
|
background-image: url(images/rocket.png); |
|
|
|
|
background-position: 10px center; |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
} |