default.css 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. /*!
  2. * CSS Kiddy - v. 2.0
  3. * 2015 - Alex Aragón (aragonc@beeznest.com)
  4. * Licensed GPL
  5. * Based on Bootstrap
  6. */
  7. @font-face {
  8. font-family: 'Roboto Condensed';
  9. font-style: normal;
  10. font-weight: 300;
  11. src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(fonts/RobotoCondensed-Light.woff2) format('woff2');
  12. }
  13. @font-face {
  14. font-family: 'Roboto Condensed';
  15. font-style: normal;
  16. font-weight: 400;
  17. src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(fonts/RobotoCondensed-Regular.woff2) format('woff2');
  18. }
  19. @font-face {
  20. font-family: 'Roboto Condensed';
  21. font-style: normal;
  22. font-weight: 700;
  23. src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(fonts/RobotoCondensed-Bold.woff2) format('woff2');
  24. }
  25. html {
  26. -ms-text-size-adjust: 100%;
  27. -webkit-text-size-adjust: 100%;
  28. }
  29. body {
  30. margin: 0;
  31. font-family: 'Roboto Condensed', sans-serif;
  32. line-height: 1.72222;
  33. }
  34. a{
  35. color: #666666;
  36. }
  37. a:hover{
  38. color: #34495E;
  39. text-decoration: none;
  40. }
  41. .nav li a {
  42. padding: 15px 10px;
  43. }
  44. .navbar-default {
  45. background: #01a1ff;
  46. background: -moz-linear-gradient(top, #01a1ff 0%, #0266ef 100%);
  47. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01a1ff), color-stop(100%,#0266ef));
  48. background: -webkit-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  49. background: -o-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  50. background: -ms-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  51. background: linear-gradient(to bottom, #01a1ff 0%,#0266ef 100%);
  52. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a1ff', endColorstr='#0266ef',GradientType=0 );
  53. border: none;
  54. }
  55. header{
  56. background: url(images/background.png) no-repeat 0px -20px;
  57. }
  58. .navbar{
  59. margin-bottom: 0;
  60. }
  61. #breadcrumb-bar{
  62. padding-top: 10px;
  63. background-color: #fff;
  64. }
  65. .navbar-default .navbar-brand {
  66. color: #ffffff;
  67. }
  68. .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  69. color: #ededed;
  70. }
  71. .navbar-default .navbar-text {
  72. color: #ffffff;
  73. }
  74. .navbar-default .navbar-nav > li > a {
  75. color: #FFFFFF;
  76. text-transform: uppercase;
  77. font-weight: bold;
  78. }
  79. .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  80. color: #FFFFFF;
  81. background: #fc8a00;
  82. background: -moz-linear-gradient(top, #fc8a00 0%, #ff6e00 100%);
  83. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc8a00), color-stop(100%,#ff6e00));
  84. background: -webkit-linear-gradient(top, #fc8a00 0%,#ff6e00 100%);
  85. background: -o-linear-gradient(top, #fc8a00 0%,#ff6e00 100%);
  86. background: -ms-linear-gradient(top, #fc8a00 0%,#ff6e00 100%);
  87. background: linear-gradient(to bottom, #fc8a00 0%,#ff6e00 100%);
  88. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8a00', endColorstr='#ff6e00',GradientType=0 );
  89. }
  90. .navbar-default .navbar-nav > li > .dropdown-menu {
  91. background: #FFFFFF;
  92. }
  93. .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  94. color: #ffffff;
  95. padding: 5px;
  96. }
  97. .navbar-default .navbar-nav > li > .dropdown-menu > li{
  98. border: none;
  99. }
  100. .navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
  101. .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  102. color: #ffffff;
  103. background-color: #FF6700;
  104. }
  105. .navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  106. background-color: #0099c0;
  107. }
  108. .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  109. color: #FFFFFF;
  110. background: #0078a8;
  111. background: -moz-linear-gradient(top, #0078a8 0%, #00507f 100%);
  112. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0078a8), color-stop(100%,#00507f));
  113. background: -webkit-linear-gradient(top, #0078a8 0%,#00507f 100%);
  114. background: -o-linear-gradient(top, #0078a8 0%,#00507f 100%);
  115. background: -ms-linear-gradient(top, #0078a8 0%,#00507f 100%);
  116. background: linear-gradient(to bottom, #0078a8 0%,#00507f 100%);
  117. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078a8', endColorstr='#00507f',GradientType=0 );
  118. }
  119. .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  120. color: #FFFFFF;
  121. background: #0078a8;
  122. background: -moz-linear-gradient(top, #0078a8 0%, #00507f 100%);
  123. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0078a8), color-stop(100%,#00507f));
  124. background: -webkit-linear-gradient(top, #0078a8 0%,#00507f 100%);
  125. background: -o-linear-gradient(top, #0078a8 0%,#00507f 100%);
  126. background: -ms-linear-gradient(top, #0078a8 0%,#00507f 100%);
  127. background: linear-gradient(to bottom, #0078a8 0%,#00507f 100%);
  128. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078a8', endColorstr='#00507f',GradientType=0 );
  129. }
  130. .navbar-default .navbar-toggle {
  131. border-color: #fff;
  132. }
  133. .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  134. background: #01a1ff;
  135. background: -moz-linear-gradient(top, #01a1ff 0%, #0266ef 100%);
  136. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01a1ff), color-stop(100%,#0266ef));
  137. background: -webkit-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  138. background: -o-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  139. background: -ms-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  140. background: linear-gradient(to bottom, #01a1ff 0%,#0266ef 100%);
  141. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a1ff', endColorstr='#0266ef',GradientType=0 );
  142. }
  143. .navbar-default .navbar-toggle .icon-bar {
  144. background-color: #fff;
  145. }
  146. .navbar-default .navbar-collapse,
  147. .navbar-default .navbar-form {
  148. border-color: #0071A1;
  149. }
  150. .navbar-default .navbar-link {
  151. color: #ffffff;
  152. }
  153. .navbar-default .navbar-link:hover {
  154. color: #ededed;
  155. }
  156. .badge{
  157. background-color: #F99D1C;
  158. }
  159. @media (max-width: 767px) {
  160. .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  161. color: #ededed;
  162. background: #fc8a00;
  163. background: -moz-linear-gradient(top, #fc8a00 0%, #ff6e00 100%);
  164. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc8a00), color-stop(100%,#ff6e00));
  165. background: -webkit-linear-gradient(top, #fc8a00 0%,#ff6e00 100%);
  166. background: -o-linear-gradient(top, #fc8a00 0%,#ff6e00 100%);
  167. background: -ms-linear-gradient(top, #fc8a00 0%,#ff6e00 100%);
  168. background: linear-gradient(to bottom, #fc8a00 0%,#ff6e00 100%);
  169. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8a00', endColorstr='#ff6e00',GradientType=0 );
  170. }
  171. .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 {
  172. color: #ededed;
  173. background-color: #0099c0;
  174. }
  175. }
  176. .breadcrumb{
  177. background: #F9F9F9;
  178. color: #006A84;
  179. }
  180. .nav li a:hover{
  181. background: transparent;
  182. }
  183. .panel-default .panel-heading{
  184. background-color: #EBECF2;
  185. }
  186. .panel-default{
  187. border-color: #F3F3F4;
  188. }
  189. footer.bgfooter{
  190. background: #01a1ff;
  191. background: -moz-linear-gradient(top, #01a1ff 0%, #0266ef 100%);
  192. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01a1ff), color-stop(100%,#0266ef));
  193. background: -webkit-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  194. background: -o-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  195. background: -ms-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  196. background: linear-gradient(to bottom, #01a1ff 0%,#0266ef 100%);
  197. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a1ff', endColorstr='#0266ef',GradientType=0 );
  198. color: #FFB500;
  199. border: none;
  200. }
  201. footer.bgfooter a{
  202. color: #ffffff;
  203. }
  204. footer.bgfooter a:hover{
  205. color: #CCC;
  206. }
  207. .menu-column .panel-heading{
  208. text-transform: uppercase;
  209. background-color: #FF6700;
  210. color: #fff;
  211. padding-left: 35px;
  212. }
  213. .menu-column .panel-heading a{
  214. font-weight: bold;
  215. }
  216. .menu-column .panel-heading a:hover{
  217. color: #fff;
  218. }
  219. .menu-column .nav li a{
  220. font-size: 14px;
  221. }
  222. #profile_block .panel-heading{
  223. background-image: url(images/user.png);
  224. background-position: 10px center;
  225. background-repeat: no-repeat;
  226. padding-left: 40px;
  227. }
  228. #skill_block .panel-heading{
  229. background-image: url(images/star.png);
  230. background-position: 10px center;
  231. background-repeat: no-repeat;
  232. padding-left: 40px;
  233. }
  234. #course_block .panel-heading{
  235. background-image: url(images/book.png);
  236. background-position: 10px center;
  237. background-repeat: no-repeat;
  238. padding-left: 40px;
  239. }
  240. #help_block .panel-heading{
  241. background-image: url(images/rocket.png);
  242. background-position: 10px center;
  243. background-repeat: no-repeat;
  244. padding-left: 40px;
  245. }