default.css 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  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: #01a1ff;
  92. background: -moz-linear-gradient(top, #01a1ff 0%, #0266ef 100%);
  93. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01a1ff), color-stop(100%,#0266ef));
  94. background: -webkit-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  95. background: -o-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  96. background: -ms-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  97. background: linear-gradient(to bottom, #01a1ff 0%,#0266ef 100%);
  98. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a1ff', endColorstr='#0266ef',GradientType=0 );
  99. }
  100. .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  101. color: #ffffff;
  102. padding: 5px;
  103. }
  104. .navbar-default .navbar-nav > li > .dropdown-menu > li{
  105. border: none;
  106. }
  107. .navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
  108. .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  109. color: #ffffff;
  110. background-color: #FF6700;
  111. }
  112. .navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  113. background-color: #0099c0;
  114. }
  115. .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  116. color: #FFFFFF;
  117. background: #0078a8;
  118. background: -moz-linear-gradient(top, #0078a8 0%, #00507f 100%);
  119. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0078a8), color-stop(100%,#00507f));
  120. background: -webkit-linear-gradient(top, #0078a8 0%,#00507f 100%);
  121. background: -o-linear-gradient(top, #0078a8 0%,#00507f 100%);
  122. background: -ms-linear-gradient(top, #0078a8 0%,#00507f 100%);
  123. background: linear-gradient(to bottom, #0078a8 0%,#00507f 100%);
  124. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078a8', endColorstr='#00507f',GradientType=0 );
  125. }
  126. .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  127. color: #FFFFFF;
  128. background: #0078a8;
  129. background: -moz-linear-gradient(top, #0078a8 0%, #00507f 100%);
  130. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0078a8), color-stop(100%,#00507f));
  131. background: -webkit-linear-gradient(top, #0078a8 0%,#00507f 100%);
  132. background: -o-linear-gradient(top, #0078a8 0%,#00507f 100%);
  133. background: -ms-linear-gradient(top, #0078a8 0%,#00507f 100%);
  134. background: linear-gradient(to bottom, #0078a8 0%,#00507f 100%);
  135. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078a8', endColorstr='#00507f',GradientType=0 );
  136. }
  137. .navbar-default .navbar-toggle {
  138. border-color: #fff;
  139. }
  140. .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  141. background: #01a1ff;
  142. background: -moz-linear-gradient(top, #01a1ff 0%, #0266ef 100%);
  143. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01a1ff), color-stop(100%,#0266ef));
  144. background: -webkit-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  145. background: -o-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  146. background: -ms-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  147. background: linear-gradient(to bottom, #01a1ff 0%,#0266ef 100%);
  148. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a1ff', endColorstr='#0266ef',GradientType=0 );
  149. }
  150. .navbar-default .navbar-toggle .icon-bar {
  151. background-color: #fff;
  152. }
  153. .navbar-default .navbar-collapse,
  154. .navbar-default .navbar-form {
  155. border-color: #0071A1;
  156. }
  157. .navbar-default .navbar-link {
  158. color: #ffffff;
  159. }
  160. .navbar-default .navbar-link:hover {
  161. color: #ededed;
  162. }
  163. .badge{
  164. background-color: #F99D1C;
  165. }
  166. @media (max-width: 767px) {
  167. .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  168. color: #ffffff;
  169. }
  170. .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  171. color: #ededed;
  172. background: #fc8a00;
  173. background: -moz-linear-gradient(top, #fc8a00 0%, #ff6e00 100%);
  174. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc8a00), color-stop(100%,#ff6e00));
  175. background: -webkit-linear-gradient(top, #fc8a00 0%,#ff6e00 100%);
  176. background: -o-linear-gradient(top, #fc8a00 0%,#ff6e00 100%);
  177. background: -ms-linear-gradient(top, #fc8a00 0%,#ff6e00 100%);
  178. background: linear-gradient(to bottom, #fc8a00 0%,#ff6e00 100%);
  179. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8a00', endColorstr='#ff6e00',GradientType=0 );
  180. }
  181. .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 {
  182. color: #ededed;
  183. background-color: #0099c0;
  184. }
  185. }
  186. .breadcrumb{
  187. background: #F9F9F9;
  188. color: #006A84;
  189. }
  190. .nav li a:hover{
  191. background: transparent;
  192. }
  193. .panel-default .panel-heading{
  194. background-color: #EBECF2;
  195. }
  196. .panel-default{
  197. border-color: #F3F3F4;
  198. }
  199. footer.bgfooter{
  200. background: #01a1ff;
  201. background: -moz-linear-gradient(top, #01a1ff 0%, #0266ef 100%);
  202. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01a1ff), color-stop(100%,#0266ef));
  203. background: -webkit-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  204. background: -o-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  205. background: -ms-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  206. background: linear-gradient(to bottom, #01a1ff 0%,#0266ef 100%);
  207. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a1ff', endColorstr='#0266ef',GradientType=0 );
  208. color: #FFB500;
  209. border: none;
  210. }
  211. footer.bgfooter a{
  212. color: #ffffff;
  213. }
  214. footer.bgfooter a:hover{
  215. color: #CCC;
  216. }
  217. .menu-column .panel-heading{
  218. text-transform: uppercase;
  219. background-color: #FF6700;
  220. color: #fff;
  221. padding-left: 35px;
  222. }
  223. .menu-column .panel-heading a{
  224. font-weight: bold;
  225. }
  226. .menu-column .panel-heading a:hover{
  227. color: #fff;
  228. }
  229. .menu-column .nav li a{
  230. font-size: 14px;
  231. }
  232. #profile_block .panel-heading{
  233. background-image: url(images/user.png);
  234. background-position: 10px center;
  235. background-repeat: no-repeat;
  236. }
  237. #skill_block .panel-heading{
  238. background-image: url(images/star.png);
  239. background-position: 10px center;
  240. background-repeat: no-repeat;
  241. }
  242. #course_block .panel-heading{
  243. background-image: url(images/book.png);
  244. background-position: 10px center;
  245. background-repeat: no-repeat;
  246. }
  247. #help_block .panel-heading{
  248. background-image: url(images/rocket.png);
  249. background-position: 10px center;
  250. background-repeat: no-repeat;
  251. }